A.lablec, A.lablec:ACTIVE
{
	font-family:Arial,Tahoma;
	font-size:8pt;
	color:#FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
A.lablec:HOVER
{
	font-family:Arial,Tahoma;
	font-size:8pt;
	color:#FFFFFF;
	text-decoration: underline;
	font-weight:bold;
}
A, A:ACTIVE
{
	font-family: Arial,Tahoma,sans-serif;
	font-size: 10pt;
	color: #173D7E;
	text-decoration: underline;
}
A:HOVER
{
	font-family: Arial,Tahoma,sans-serif;
	font-size: 10pt;
	color: #173D7E;
	text-decoration: none;
}
td, p
{
	font-family:Arial,Tahoma;
	font-size:10pt;
	color:#173D7E;
	text-decoration: none;
	font-weight:normal;
}
.cim
{
	font-family:Arial,Tahoma;
	font-size:12pt;
	color:#BC0F06;
	text-decoration: none;
	font-weight:bold;
}




/* LIGHTBOX.CSS */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(i/s.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(i/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(i/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font-size: 10px;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
/*#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	*/
#imageData #bottomNavClose{ width: 30px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
	
/* STYLE.CSS */
html {
	background-color: #3179C1;
	margin-top: 5px;
	font-family: Arial, Verdana, Tahoma, Helvetica, "Times New Roman";
	font-size: 8pt;
}

img {
	border: 0px;
}

#wrapper {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

#container {
	width: 898px;
	height: 100%;
	margin-left: 20px;
	background-color: #FFFFFF;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}

#header {
    overflow: hidden;
	position: relative;
	background-color: #172B5B;
/*	background-image: url(images/portal/header_shadow.jpg); */
	background-position: top left;
	background-repeat: repeat-x;
	color: #FFFFFF;
/*	height: 250px; */
	height: 240px;
}

#c_body {
	height: 100%;
	background-color: #FFFFFF;
}

#navbar {
	overflow: hidden;
	float: left;
	width: 187px;
	height: 100%;
	background-color: #FFFFFF;
	color: #000000;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-style: solid;
	border-color: #C0C0C0;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
}

#content {
 	position: relative; /* Ahhoz kell, hogy a szamárfület megfelelően pozicionálhassuk */
	overflow: hidden;
	float: right;
	width: 680px;
	height: 100%;
	background-color: #FFFFFF;
/*	background-image: url(images/portal/dogsear3.gif); */
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	font-size: 10pt;
}

#dogsear {
/*	float: right;
	clear: right; */
	width: 64px;
	height: 93px;
	border: 0px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
}

#footer {
  	overflow: hidden;
  	width: auto;
  	height: 20px;
	font-size: 9pt;
	font-weight: bold;
	clear: both;
	background-color: #FFFFFF;
	padding: 0px;
	border-style: solid;
	border-color: #C0C0C0;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	background-repeat: no-repeat;
	background-position: bottom right;
}

#vertmenu {
	border-right: 1px solid #D4B038;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	background-color: #F1E5BD;
	color: #303030;
}
	
#vertmenu div {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#vertmenu div a {
	display: block;
	border-left: 10px solid #E4CA7D;
	border-right: 10px solid #F1E5BD;
	border-bottom: 1px solid #FFFFFF;
	background-color: #ECDBA5;
	color: #000000;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
/*	width: 162px; */
	display: block;
}
#vertmenu .mvisible a {
	background-image: url(i/s.gif);
	background-repeat: no-repeat;
/*	background-position: center right; */
/*	background-position: 95% center; */
	background-position: 150px center;
	background-color: #E4CA7D;
	color: #000080;
	font-weight: bold;
}
.minvisible a {
	background-image: url(i/s.gif);
	background-repeat: no-repeat;
/*	background-position: center right; */
/*	background-position: 95% center; */
	background-position: 150px center;
}

.invisible div {
	display: none;
}

html>body #vertmenu div a {
	width: auto;
}

#vertmenu div a:hover {
	border-left: 10px solid #D8B95B;
	border-right: 10px solid #ECDBA5;
	background-color: #E4CA7D;
	color: #000000;
}

#navline {
	overflow: hidden;
	clear: both;
	width: auto;
	margin-left: 0;
	margin-right: 0;
/*	background-image: url(images/portal/aranycsik.jpg); */
	background-repeat: no-repeat;
	background-position: 0px 26px;
/*	height: 41px; */
	height: 31px;
}
.navbutton {
 	display: block;
	float: left;
	margin: 1px 0px 1px 5px;
	padding: 0px 0px 0px 0px;
	line-height: 16px;
	text-align: center;
	color: #F0E3B7;
	border-top: 1px solid #8FAFBF;
	border-left: 1px solid #8FAFBF;
	border-bottom: 1px solid #005089;
	border-right: 1px solid #005089;
	background: url(i/s.gif);
 	font-size: 8pt;
	cursor: default;
}
a.navbutton:hover {
	color: #000000;
	padding: 2px 0px 0px 2px;
	margin: 1px 0px 1px 3px;
	line-height: 14px;
	border-bottom: 1px solid #8FAFBF;
	border-right: 1px solid #8FAFBF;
	border-top: 1px solid #005089;
	border-left: 1px solid #005089;
	background-image: none;
	background-color: #70A0B0;
	cursor: default;
}
.navbutton {
 	display: block;
	float: left;
	margin: 1px 0px 1px 5px;
	padding: 0px 0px 0px 0px;
	line-height: 16px;
	text-align: center;
	color: #F0E3B7;
	border-top: 1px solid #8FAFBF;
	border-left: 1px solid #8FAFBF;
	border-bottom: 1px solid #005089;
	border-right: 1px solid #005089;
	background: url(i/s.gif);
 	font-size: 8pt;
}

#dateline {
	overflow: hidden;
	width: auto;
	height: 35px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: #000000;
	border-style: solid;
	border-color: #C0C0C0;
	border-width: 0px 0px 1px 0px;
/*	background-image: url(images/portal/content_bg.jpg); */
	background-repeat: repeat-x;
	background-position: top left;
}

#dateline span {
	font-weight: bold;
}

#calendar {
	width: 100%;
	text-align: center;
	margin-bottom: 10px; 
}

.navtitle {
	width: auto;
	text-align: left;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	padding-top: 1px;
	padding-left: 2px;
	background-image: url(i/s.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.navsubtitle {
	width: auto;
	text-align: left;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 5px;
}

#navlinks {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

#mainmap {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.clear {
	clear: both;
	width: 0px;
	height: 0px;
	border: 0px;
}

.mleft INPUT {
	float: left;
	background-image: url(i/aleft.jpg);
	height: 15px;
	width: 15px;
	font-size: 8pt;
	padding: 0px;
	border: 0px;
	cursor: pointer;
}
.mright INPUT {
	float: right;
	background-image: url(i/aright.jpg);
	height: 15px;
	width: 15px;
	font-size: 8pt;
	padding: 0px;
	border: 0px;
	cursor: pointer;
}

.maintitle {
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
}
.title {
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
}
.pleft {
	text-align: left;
	padding: 0px;
	margin: 0px;
}
.pright {
	text-align: right;
	padding: 0px;
	margin: 0px;
}
.pcenter {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.pjustify {
	text-align: justify;
	padding: 0px;
	margin: 0px;
}
.titalic {
	font-style: italic;
}
.tbold {
	font-weight: bold;
}
.tunderline {
	text-decoration: underline;
}
.tnormal {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.contentbox {
	border-style: solid;
	border-color: #D8D8D8;
	border-width: 0px;
}
.oddline {
}
.evenline {
	background: #E0E0E0;
}
.normalline {
	background: none;
}
.newsintro {
	padding: 5px 10px 5px 15px;
	border-width: 0px 0px 0px 5px;
	border-style: solid;
	border-color: #D0D0D0;
}
.newsframe {
	padding: 2px;
}

form.search input#searchtext {
/*	background-color: #000080;
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	opacity: .3;
/*	color: #F0E3B7; */
	background: url(i/s.gif) transparent;
	color: #F0E3B7;
	border-style: inset;
	border-width: 1px;
	border-color: #206080;
	font-size: 8pt;
}
form.search input#searchbutton {
	font-size: 7pt;
	height: 18px;
	background: url(i/s.gif) transparent;
	color: #F0E3B7;
	border-style: outset;
	border-width: 2px;
	border-color: #206080;
}
form.search input#searchbutton:hover {
	color: #000000;
	background: #70A0B0;
}