body{
background-color: #1d3d4f;
color: 		#000;
top:		0px;
left:		0px;
margin: 	0px;
font-family: Arial;
font-weight: normal;
font-size:	12px;
}

div.felül {
	background: none;
	position:relative;
	clear: both;
	left:0px;
	top:0px;
	border: none;
	height: 100px;
	width: 100%;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

div.kozep{
	background: none;
	top: 60px;
	position: relative;
	float: left;
	z-index: 1;
	width: 900px;
}

div.kozep_bal{
	background: none;
	position: relative;
	float: left;
	height: 400px;
	height: auto !important;
	min-height: 400px;
	width: 200px;
	z-index: 1;
}

#kozep_kozep{
	background-color: #35586a;
	position: relative;
	float: left;
	height: 400px;
	height: auto !important;
	width: 650px;
	max-width: 650px;
	border: 2px solid black;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}

#kozep_kozep div {
	padding: 20px;
	font-weight: bold;
	color: #000;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
}


div.kozep_jobb{
	background: none;
	position: relative;
	float: left;
	height: 400px;
	min-width: 107px;
	max-width: 100%;
	opacity: .2;
	filter: alpha(opacity=20);
}

div.alul{
	background: none;
	position: relative;
	float: left;
	height: 200px;
	width: 100%;
	opacity: .2;
	filter: alpha(opacity=20);
}

.logo{
	background: url('images/_02.png');
	position:fixed;
	left:0px;
	top:0px;
	width:146px;
	height:74px;
	border: 0;
	z-index: 10;
	opacity: .50;
	filter: alpha(opacity=50);
}
.bal_menu{
	position: absolute; 
	top: 100px; 
	left: 40px; 
	z-index: 1000;
}

a,li,ul .bal_menu {
	color: black;
}