@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../gfx/body_bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFF3C1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1C1B00;
	line-height:1.5em;
}


p {
	margin:0 0 1em 0;
	padding:0;
}

b, strong {
	font-weight:bold;
}

i, em {
	font-style:italic;
}


a:visited, a:link {
	color:#959800;
	text-decoration:none;
}

a:hover {
	color:#959800;
	text-decoration:underline;
}


h1{
	margin:0 0 .7em 0;
	line-height:24px;
	font-size:20px;
	font-weight:bold;
	color:#738B13;
}

h2{
	margin:2em 0 .7em 0;
	padding:0;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	padding-bottom:5px;
	border-bottom:1px solid #666666;
}

ul {
	margin-top:15px;
	margin-bottom:15px;
	margin-left:15px;
	list-style:outside;
	list-style-type:disc;
}
 
li{
	margin-bottom: 5px;
}




.sideMenu a{
	display:block;
	margin-bottom:10px;
}

.sideMenu a#selected{
	text-decoration:underline;
}


.izjave{
	background-color: #FED325;
	padding: 20px;
	
}

.izjave h2{
	font-size:11px;
	font-weight:bold;
	border:none;
	color:#000000;
	padding:0;
	margin:0;
	margin-bottom:10px;
}


#content_head{
	width:969px;
	height:219px;
	margin:0 auto;
	background-image:url(../gfx/content_head.jpg);
	background-repeat:no-repeat;
}

#content_body{
	margin-top:1px;
	width:969px;
	margin:0 auto;
	background-image:url(../gfx/content_foot.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:14px;
}


#menu{
	background-color:#000000;
	color:#FFFFFF;
	line-height:32px;
	padding:0 22px;
}

#content{
	margin:0px 14px 0 15px;
	background-color:#FFFFFF;
}
#content { height:auto !important; min-height:400px; height:400px ; }
#top_navigation{
	padding: 28px 40px 0px 40px; 
	text-align:right; 
	position:relative;
}

.firstImage{
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#separator{
	clear:both;
	border-bottom:1px solid #CCCCCC;
	margin:10px 0;
}
