body{
	background:#E8F2F4;
	font-family: 'Open Sans', sans-serif;
	color:#444;
}

a{
	color:#365B68;
	text-decoration:none;	
}

a:hover{
	color:#333;
	text-decoration:underline;
}


#cim{
	display: block;
    margin: 50px auto 0; padding:0;
	width:900px;
	text-align:right;
	color:#444;
	font-size:48px;
	font-weight:200;
	letter-spacing:1px;
}

#wrapper{
	display: block;
    margin: 20px auto 0; padding:0 0 36px 0;
    overflow: auto;
    width: 982px;
	min-height:500px;
	background:#FFFFFF url(img/darubg.jpg) 0 23px;
	box-shadow:0 2px 7px rgba(0,0,0,.27);
	border-radius:2px;
	border-top:2px solid #2F4A54;
	border-bottom:2px solid #2F4A54;
}

#wrapper #menu{
	list-style:none;
	margin:0;
	width:942px;
	height:23px;
	background:#ADC5CE;
	border-bottom:2px solid #2F4A54;
}

#menu li a{
	float:left;
	display:block;
	height:19px;
	margin:0;
	color:#444;
	font-size:14px;
	text-decoration:none;
	padding:2px 16px;
	border-bottom:2px solid #2F4A54;
	text-align:center;
	text-transform:uppercase;
	font-weight:600;
}

#menu li a:hover{
	color:#000;
	text-decoration:none;
	border-bottom:2px solid #FF0000;
}

#bal{
	float:left;
	width:200px;
	display:block;
	min-height:500px;
	padding:22px 12px;
}

#bal2{
	float:left;
	width:200px;
	display:block;
	min-height:800px;
	padding:22px 12px;
}

#content{
	padding:27px;
}

h1{
	font-size:18px;
	color:#444;
}

p{
	font-size:14px;
	color:#444;
	text-align:justify;
}

#large_box {width:800; height:600}

.egyoszlop{
	width:840px;
}

.egyoszlop img{
	max-width: 200px;
	max-height: 150px;
	width:auto;
	height:auto;
	border-radius:2px;
	opacity:0.9;
}		

.egyoszlop img:hover{
	opacity:1;
}

#zoom_content img{
	/*max-width: 800px;
	max-height: 600px;
	width:auto;
	height:auto;*/
	border-radius:2px;
	border:2px solid #333;
	box-shadow:0 0 12px rgba(0,0,0,.36);
}

#friss{
	display:block;
	width:150px;
	margin:5px auto;
	font-size:11px;
	color:#527784;
}

table td{
	padding: 2px 7px;
}