﻿html, body {

	width: 100%;
	margin: 0;
	padding: 0;
}
* {
margin: 0;
padding: 0;
}

body {
background:url(img/bck.jpg) repeat-x;
background-color:#BB0000 ;
color:inherit;

	font: normal 62.5% Georgia, Times, "Times New Roman", serif;

}
a {
	color: #d7262e;
	background-color:inherit;
	text-decoration: underline;
}
a:hover {
	color: #9C0915;
	background-color:inherit;
	text-decoration: none;
	
}
p,ul {
	font-size: 1.3em;
	color: #333333;
	background-color: inherit;
}
p{
line-height:170%;
}






/* Banner */
h1{
	background: #fff url("img/header.jpg") no-repeat left;
	height: 300px;
	text-indent: -99999px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom:5px;
	color:inherit;
}	




/*----------------- Pozadina --------------------- */

#content {
	width: 670px;	
}

#omot{
	margin:15px auto;
	
}

#omot,#sjena,#sjenadolje{
	width: 670px;

	
}
#sjena {
	background: url("img/background.gif") repeat-y;
	
	
}

#omot2 {
	margin: 0 auto;
	width: 650px;
	position: relative;
	padding: 5px 10px 0px 10px;
	overflow: hidden;
	
}

#sjenadolje {
	position: relative;
	overflow: hidden;
	background: url("img/okvirdonji.gif") left bottom no-repeat;
	padding-bottom: 10px;


	
}
/* ----- NAVIGATION ----- */

#navigation{
	margin:0;
	padding:0;
	background-color:#9c0915;
	color:inherit;
	height:32px;
	list-style:none;
}
    #navigation li{
        float:left;
        clear:none;
        list-style:none;
    }
    #navigation li a{
	color:#FFF;
	background-color:inherit;
	display:block;
	text-decoration:none;
	font-weight:bold;
	padding:8px 10px;
	margin-right:10px;
    }
    #navigation li a:hover{
        color:#fff;
		background-color:#d7262e;
     
    }
    #active a{
        background:url('img/nav_bg.gif');
    }




/* sadržaj */
.content {
	float: left;
	width: 650px;
	padding-top: 5px;
	
}
.content h2 {
	font-size: 1.9em;
	padding:6px 10px;
	color:#D7292F;
	background-color:inherit;
	margin-bottom:5px;
}
.content h3 {
	font-size: 1.3em;
	padding:10px 10px 6px 10px;
	color:#D7292F;
	background-color:inherit;
	margin-bottom:5px;
}

.content .item {
	padding: 0 0 5px 0;
	border: 1px solid #f9f9f7;
	margin-bottom: 5px;
	background-color: #fbfbed;
	color:inherit;
}
.content .vise{
	padding-left: 15px;
	padding-top:3px;
	padding-bottom:7px;
	background: url(img/vise.gif) no-repeat 0 7px;
	font-size: 1.1em;
	width:100px;
	margin-left:9px;
}
.content p{
	padding:0 8px 5px 10px;
}
.content .descr {
	color: #333;
	background-color:inherit;
	margin-bottom: 6px;
	font-size: 1em;
}
.content ul li{
	list-style-image: url(img/bullet.gif);
	margin-left:25px;
	padding-bottom:8px;
	

}
.content img{
        
        clear:none;
        margin:5px 8px 0 0;
        padding:1px;
        border: 2px solid #E7E7E7;
    }
	.content .link{
background: url('img/link.gif') no-repeat 0 40%;
padding:0 15px 5px 20px;
margin-left:10px;

}


.vrh{
background: url('img/up.gif') no-repeat 0 40%;
float:right;
font-size:1.1em;
clear:both;
display:block;
padding:0 10px 0 25px;

}
.pdf {
background: url('img/pdf.gif') no-repeat 0 7px;
padding:5px 15px 5px 25px!important;
margin-left: 15px!important; 
}



/* Other */
.clear {
	clear: both;
	height:5px;
	}
div.hr {
	height: 20px;
	background: url(img/hr.gif) no-repeat scroll center;
	margin-bottom:5px;
	margin-top:5px;
}
div.hr hr {
display: none;
}





/* Footer */
#top {
	margin: 0 0 0 550px;
	text-align:center;
	font-size: 12px;
	padding-bottom:15px;
	border:0px;
}
#top img{border:0px;}
.footer{
	margin-top: 1px;
	
	height: 16px;
	background-color:#9C0915;
	font-size: 1.1em;
	float: left;
	width: 650px;
	padding-bottom:6px;
	text-align: center;
	padding-top: 8px;
	color: #FFF;
}
.footer a{

	background-color:inherit;
text-decoration: none;
	color: #FFF;
}
.footer a:hover{
color: #FFF;
text-decoration: underline;
background-color:inherit;

}
.footer .validate {
	padding-left: 15px;
	background: url(img/validate.gif) no-repeat 0 50%;
}
