/*  ---------------------------------------------------------------------------------   */
/* CSS Document */
/*szerkezet*/
#container{
	text-align: center;
}
#top{
	background-color: #000000;
	background-image: url(../img/top_bg.jpg);
	background-repeat: repeat-x;
}
#elvalaszto{
	background-color: #AE5356;
	height: 1px;
}
#menu{
    width:980px;
	height: 30px;
	background-image: url(../img/menu_bg.jpg);
	background-repeat: no-repeat;	
	/*background-color: #8B090D;*/
}
#menu_bg{
	background-image: url(../img/menu_bg1.jpg);
	background-repeat: repeat-x;
	height: 30px;
	/*background-position: 1px 1px;*/
}
#lab{
	width: 100%;
	/*position: absolute;
	bottom: 0px;
	left: 0px; */
	background-image: url(../img/lab_bg.jpg);
	background-repeat: repeat-x;
	height: 53px;
	background-position: 1px 3px;	
}
#lab_line{
	background-color: #8B090D;
	height: 3px;
}
#lab_info{
	height: 53px;

}
#tartalom{
padding:10px 0 10px 0;
overflow:visible;
     min-height:400px; 
	 height:auto!important; /* minden kivéve ie6 */
	 _height:400px; /* csak az IE6 */
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	background-image: url(../img/tartalom_bg.jpg);
	background-repeat: repeat-x;
	background-position: 1px 142px;
	font-size: 12px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
		font-size: 12px;
}
.dl{
float:left;
}
.dr{
float:right;
}
.dc{
clear:both;
}
.menu_box{
	padding-top:4px;
/*	border-top: 1px solid #FFFFFF;*/
	height:30px;
	margin:0 15px 0 15px;
}
/* ++++++++++++++++++++ LINK +++++++++++++++++++++++++++ */
a.menu_on{
	padding-top:3px;
	border-top: 1px solid #FFFFFF;
	font-weight:normal;
	height:30px;
/*	vertical-align:middle;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;	/*border-top: 1px solid #FFFFFF;*/
	letter-spacing: -1px;
}
a.menu_on:hover{
	border:0;
	color: #CCCCCC;
}
a.menu_off{
	padding-top:3px;
	height:30px;
	vertical-align:middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;	/*border-top: 1px solid #FFFFFF;*/
	letter-spacing: -1px;
}
a.menu_off:hover{
	padding-top:3px;
	border-top: 1px solid #FFFFFF;
	color: #CCCCCC;
}
#lang_btn{
position:absolute;
top:0px;
left:940px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EE3728;
}
#tartalom a:link {
	text-decoration: none;
	font-size: 13px;
}
#tartalom a:visited {
	text-decoration: none;
	color: #A00B0F;
	font-size: 13px;
}
#tartalom a:hover {
	text-decoration: none;
	color: #F26522;
	font-size: 13px;	
}
#tartalom a:active {
	text-decoration: none;
	color: #990000;
	font-size: 13px;	
}
.kepkeret{
	border: 1px solid #990000;
}
.cim {
text-align:center;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}
.kiemelt {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}