@charset "utf-8";
/* CSS Document */
/* --------------- ezek a dobozok----------------*/
body
{
	background-color:#015f2a;
	background-image: url(kepek/baloldal.jpg);
	background-repeat: repeat-y;
}
div.fejlec
{
	background-image:url(kepek/fejlec.jpg);
	width:1000px;
	height:227px;
	position:absolute;
	top:0px;
	left:0px;
	-moz-box-sizing: border-box;
}

#keret
{
width:1000px;
height:auto;
border:1px solid red;
position:relative;
top:227px;
left:0px;
}
div.menu
{
	left:25px;
	width:200px;
	vertical-align: top;
	height: auto;
	position: absolute;
	top: 227px;
	text-align: left;
	padding-left: 60px;
	overflow:hidden;
	margin-right:40px;
	background-image: url(kepek/menuala.jpg);
	background-repeat: no-repeat;
}
div.tartalom
{
	position:absolute;
	left:220px;
	height:auto;
	width:760px;
	top:227px;
	background-color: transparent;
	border: 0px;
	margin-right: 10px;
	background-image:url(kepek/lab.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	padding-bottom: 55px;
	border-right: 1pt solid black;
	color:#FFFFFF;
	overflow: hidden;
	float: left;
	margin-left: 20px;
	min-height: 650px;
}

a
{
border:none;
text-decoration:none;
}

a.link
{
	color:#000000;
	text-decoration:underline;
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
}
a.link:active
{
	color:#FF6600;
}
a.link:hover
{
	color:#FF6600;
}
a.armenu 
{
	color:#FF9900;
	text-decoration:underline;
	font-size:16px;
}
table.kep {
	width: auto;
	height: 100%;
	background-color: #015f2a;
}

div.labresz
{
	clear:both;
	background-image:url(kepek/labresz_03.jpg);
	width:1000px;
	height:160px;
	vertical-align: bottom;
	float: left;
	
}
