.body{
	position: relative;
	margin: auto;
	width: 866px;
	background: #F1EFE2;
}
.head{
	width: 100%;
	height: 100px;
}
.hleft{
	float: left;
	margin-top: 40px;
	margin-left: 25px;
    color: #0C4975;
}
.hright{
	float: right;
	margin-top: 10px;
	margin-right: 10px;	
}   
H1{
	font: 22px Arial;
	color: #0C4974;
	margin: 0;
	padding: 0;
}
.menu{
	width: 100%;
	height: 295px;
	background: white;
}
.mleft{
	float: left;
	width: 228px;
	height: 100%;
	background: url(../gfx/menu_bg.png);
}
.mleft ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.mleft ul li{
	height: 34.1px;
	font: 16px Arial;
	color: white;
	text-align: center;
	font-weight: bold;
	padding-top: 15px;
}
.mleft ul li.active{
	background: #062E4A;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	color: white;
}
.mleft ul li:hover{
	background: #062E4A;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	color: white;
	cursor: pointer;
}
.mright{
	float: right;
	width: 635px;
	height: 100%;
	background: url(../gfx/menu_r.png);
} 
.footer{
	position: relative;
	margin: auto;
	width: 841px;
	border-top: 1px solid #666666;
	color: #666666;
	font: 10px Verdana;
	padding-bottom: 10px;
	clear: both;
}
.contentf{
	width: 100%;
	padding-bottom: 10px;
}
.cleft{
	float: left;
	width: 200px;
	margin-left: 13px;
}
.cright{
	float: right;
	width: 635px;
}
h2{
	font: 16px Arial;
	color: #666666;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-top: 10px;
}
.hline{
	position: relative;
	margin: auto;
	width: 841px;
	border-top: 1px solid #666666;
	clear: both;
}
.hlinesponzorji{
	position: relative;
	margin: auto;
	width: 200px;
	border-top: 1px solid #666666;
	clear: both;
}
.coleft{
	float: left;
	width: 200px;
	margin-left: 13px;
}
.coright{
	float: right;
	width: 635px;
	padding-top: 10px;
	font: 11px Verdana;
	color: #666666;	 
}
.coleft ul{
	list-style: none;
	padding: 0;
}
.coleft ul li{
	color: #666666;
	font: 11px Verdana;
	padding-bottom: 10px;
}
.coleft ul li a{
	text-decoration: none;
	color: #666666;
}
.coleft ul li a:hover{
	text-decoration: underline;
}
.newsBox{
	width: 49px;
	height: 13px;
	background: #105C93;
	font: 10px Arial;
	color: white;
	text-align: center;
	float: left;
	margin-right: 5px;
}
.sponzorji{
    width: 200px;
    text-align: center;
    background-color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.sponzorji img{
    padding-top: 10px;
    border: none;
}
.sponzorji a{
    text-decoration: none;
    border: none;
}
.mright img{
    border: none;
}


