/*Style CSS Layout*/
body {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 100%;
	color: #1f227f ; /*vijolična*/
	background-color: #51b5ff;
}

#wrapper
{
background: url(images/vodorav.JPG) repeat ;
width: 800px;
height: 100% ;
margin: auto;
background-color: #51b5ff;
margin-top: 0px;
}

#header
{
margin-top: 0px;
padding-top: 0px;
height: 187px;
background: url(images/header.JPG) no-repeat center center;
background-color: #51b5ff;
}


#leftbar
{
float: left;
margin-top: -5px;
width: 250px;
text-align:center;
padding-left: 12px; /*all browsers*/
/*#padding-left: 12px; *//*MS Internet Explorer*/
/*_padding-left: 12px; *//*MS Internet Explorer*/
}

#content
{
float: left;
margin-top: -5px;
color: #1f227f ; 
/*font-weight: bold ;*/
margin-left: 30px;
padding: 0px;
padding-bottom: 15px;
width: 480px;
/*#padding-left: 15px; *//*MS Internet Explorer*/
_margin-left: 15px; /*MS Internet Explorer v.6*/
}

#footer
{
clear: both;
margin: 0px;
padding: 0px;
padding-top: 2px;
color: #1f227f ;
height: 181px;
background: url(images/footer.JPG) no-repeat;
background-color: #51b5ff;
text-align:center;
}



#menu {
	font-weight: bold;
	font-size : 1.0em;
	color: #000000 ; 
}
#menu p {
	text-align:center;
	background: url(images/gumb2.JPG) no-repeat;
	/*background-color: #51b5ff;*/
	background-color: none;
	width:263px;
	height:48px;
	display:block;
	margin-top: -15px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 12px;
	padding-bottom: 0px;
	padding-right: 0px;
}
#menu a {
	text-decoration: none;
	color: #000000 ;
}
#menu a:hover, #menu .current_page_item a {
	color: #1f227f ;  
}
