body{
	background-color: #FFF;
	font-family: verdana;
	font-size: 12px;
	color: #222222;
}

.page{
	width: 970px;
	height: auto;
	background-color: #34671d;
	margin-left: auto;
	margin-right: auto;
	
}

div.banner{
	width: 970px;
	height: 250px;
	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(images/banner.jpg);
}




div.menudoboz{
	width: 970px;
	height: 50px;
	float: top;
	background-color: #FFF;
	background-position: bottom;
}


/* ----------------------------- start #nav ----------------------------- */







div.content{
	width: 970px;
	height: auto;
	background-color: #009421;

}

div.meteo{
	width: 970px;
	height: 120px;
	background-color: #000000;
	text-align: center;

}
div.oldalmenu{
	width: 370px;
	height: 1000px;
	float: left;
	background-color: #000000;
	background-position: bottom;
	background-repeat: no-repeat;
}


div.doboz1{
	width: 600px;
	height: 1000px;
	float: right;
	background-color: #009421;
	background-repeat: no-repeat;
	background-position: bottom;
}

div.doboz1 p{
	padding: 20px 20px 20px 20px;
	margin: 0px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: verdana;
	font-size: 16px;

}
div.doboz1 h1{
	padding: 30px 20px 20px 20px;
	margin: 0px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: verdana;
	font-size: 20px;

}

div.doboz1 h2{
	padding: 30px 20px 20px 20px;
	margin: 0px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: verdana;
	font-size: 18px;

}
div.doboz2{
	width: 720px;
	height: 300px;
	float: right;
	background-color: #34671d;
	background-repeat: no-repeat;
	background-position: bottom;
}

div.doboz2 p{
	padding: 30px 20px 20px 20px;
	margin: 0px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: verdana;

}


div.footer{
	clear: both;
	width: 970px;
	height: 200px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
}

div.footer p{
	text-align: left;
	margin: 0px;
	padding: 3px;
	font-weight: normal;
	font-size: 12px;

}




div.oldalmenu ul{
	list-style: none;
	padding: 0px 0px 0px 0px;
	

}

div.oldalmenu a{
	font: bold 18px Verdana;
	padding: 2px;
	padding-left: 20px;
	display: block;
	width: 300px;
	color: #FFF;
	text-decoration: underline;
	border-bottom: 1px solid black;
}

html>body div.oldalmenu a{ /*Non IE rule*/
width: auto;
}

div.oldalmenu a:hover{
	background-color: #FFFF00;
	color: #000000;
}
#navigation {
	width: 970px;
	height: 50px;
	margin: 0;
	padding: 0;
	background: url(images/navigation-bg.jpg) no-repeat left top;
} 
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
} 
#navigation ul li {
	display: inline;
	margin: 0px;
} 
#navigation ul li a {
	height:33px;
	display: block;
	float: left;
	padding: 17px 15px 0 15px;
	font: bold 12px Arial;
	color: #FFF;
	text-decoration: none;
	background: url(images/navigation-separator.png) no-repeat right center;
} 

#navigation ul li a:hover {
	color:#FFF;
	background: url(images/navigation-hover.png) repeat-x left top;
}

#navigation ul li#active a {
	color:#FFF;
	background: url(images/navigation-hover.png) repeat-x left top;
}
