@charset "utf-8";
body {
	font-family: "Verdana";
	font-size: 15px;
	color: #FFFFFF;
	background-color: #83A02D;
	background-image: url(img/bg_home.jpg);
	background-repeat: repeat-x;
	height:100%;
}
#wrap {
	height:100%;
	width:881px;
	margin: 0px auto 0px;
}
#meniu {
	/*float: left;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*width:370px;*/
	margin-left: 0px;
}
#box {
	float: right;
	margin-top: 40px;
	margin-bottom: 0px;
	background-image: url(img/bg_box.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
	color: #333333;
	height: 400px;
	font-size: 12px;
	background-color: #CCCCCC;
}
h1{
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight: normal;
	margin-left: 5px;
}
h3{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
}
a {
	color: #333;
	text-decoration: none;
	font-size:11px;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
	
}

#footer {
	clear: both;
	height: 30px;
	text-align: center;

}