.cim {  font-family: Arial; font-size: 20px; color: 333333; font-style: normal}
.hr {  color: #B2B9C3}
.text2 {  font-family: Arial; font-size: 10px; color: 202020; font-style: normal}
.kekszoveg {  font-family: Arial; font-size: 12px; color: 9999ff; font-style: normal}
.feketeszoveg {  font-family: Arial; font-size: 12px; color: 333333; font-style: bold}
.menu {  font-family: Arial; font-size: 12px; color: #666699; text-decoration: none; font-weight: 800; font-style: normal; font-variant: normal; text-transform: none}
.menu:hover {  font-family: Arial;font-size: 12px; color: #3399ff; text-decoration: none; font-weight: bolder; font-style: normal}
.menu2 {  font-family: Arial; font-size: 12px; color: #9999FF; text-decoration: none; font-weight: bold; font-style: normal; font-variant: normal; text-transform: none; border-style: none}
.menu2:hover {  font-family: Arial; font-size: 12px; color: #2A84D8; text-decoration: none; font-weight: bolder; font-style: normal; border-style: none}
.menu3 { font-family: Arial; font-size: 10px; color: 3C97EB; text-decoration: none; font-weight: normal; font-style: normal; font-variant: normal; text-transform: none }
.menu3:hover {  font-family: Arial; font-size: 10px; color: #2A84D8; text-decoration: none; font-weight: bolder; font-style: normal}
td.t1 {
  border-bottom: 3px solid #f2f2f2;
  }
td.t2 {
  border-left: 3px solid #f2f2f2;
  border-bottom: 3px solid #f2f2f2;
  }
td.t3 {
  border-left: 3px solid #f2f2f2;
  }
.text4 {  font-family: Arial; font-size: 12px; color: #FFFFFF; font-weight: bold}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	


.menu4 { font-family: Arial; font-size: 12px; color: #FFFFFF; text-decoration: none; font-weight: normal; font-style: normal; font-variant: normal; text-transform: none; border-style: none }
.menu4:hover {  font-family: Arial; font-size: 12px; color: #2A84D8; text-decoration: none; font-weight: bolder; font-style: normal}
.menu5 { font-family: Arial; font-size: 12px; color: #000000; text-decoration: underline; font-weight: normal; font-style: normal; font-variant: normal; text-transform: none; border-style: none }
.menu5:hover {  font-family: Arial; font-size: 12px; color: #2A84D8; text-decoration: underline; font-weight: bolder; font-style: normal}


.ul {  list-style-position: inside; list-style-image: url(../Pictures/kor.gif); list-style-type: circle; font-size: 12px; font-family: arial; color: 333333}
.feherszoveg {  font-family: Arial; font-size: 12px; color: #FFFFFF}



#container {
	width:710px;
	padding:0px;
	margin:0 auto;
	position:relative;
	z-index:0;
}


#example {
	width:710px;
	height:158px;
	position:relative;
}


#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}


#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}


.slides_container {
	width:710px;
	height:158px;
	overflow:hidden;
	position:relative;
}


#slides .next {
	left:585px;
}



ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--A fülek magassága--*/
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	width: 97%;

}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px; /*--A fülekben lévő szöveg vízszintes rendezése--*/
	border: 0px solid #000000;
	border-left: none;
	margin-bottom: -1px; /*--Lista elem helyreigazítása--*/
	overflow: hidden;
	position: relative;
	background: #f8f8f8; /*--background: #f8f8f8;--*/



}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
        font-family: Arial;
	font-size: 11px;
	padding: 0 20px;
	border: 0px solid #fff; /*--A border probléma orvoslása az 1 px fehér kerettel--*/
	color: #666699; /*--color: #666699;--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #fff;
	color: #3399ff;  /*--color: #3399ff;--*/
}
html ul.tabs li.active a:hover  { /*--Az aktív fül nem reagál a hover beállításra--*/
	background: #fff;
	border-bottom: 0px solid #fff;

}

html ul.tabs li.active a  { /*--Az aktív fül nem reagál a hover beállításra--*/
	background: #fff;
	border-bottom: 0px solid #fff;
	color: #ff9933; /*--color: #666699;--*/
}

.tab_container {
	border: 0px solid #000000;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 97%;
	background: #fff;
}
.tab_content {
	padding: 20px;
        font-family: Arial;
	font-size: 11px;
}


