/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg-main.gif);
}
.btn{
display:block;
width:166px;
color:#000;
text-decoration:none;
	padding-left:10px;
	padding-top:8px;
	height:26px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	vertical-align: middle;
	font-weight: bold;
	background-image: url(images/bg-btn.gif);
	background-repeat: repeat-x;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid white;
}
.naslov{
display:block;
width:166px;
color:#000;
text-decoration:none;
	padding-left:10px;
	padding-top:6px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	vertical-align: middle;
	font-weight: bold;
	background-image: url(images/bg-btn.gif);
	background-repeat: repeat-x;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid white;

}
.btn-active{display:block;
color:#fff;
text-decoration:none;
	background-image: url(images/bg-btn-over.gif);
	background-repeat: repeat-x;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom:none;

width:166px;


	padding-left:10px;
	padding-top:8px;
	height:26px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	vertical-align: middle;
	font-weight: bold;




}
a.btn:link a.btn:visited{
color:#000;
display:block;
width:166px;
text-decoration:none;
	padding-left:10px;
	padding-top:8px;
	height:26px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	vertical-align: middle;
	font-weight: bold;
	background-image: url(images/bg-btn.gif);
	background-repeat: repeat-x;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom:none;	
}
a.btn:hover{
color:#fff;
text-decoration:none;
	background-image: url(images/bg-btn-over.gif);
	background-repeat: repeat-x;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom:none;

}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1{
margin:0px;
padding-top:12px;
padding-bottom:12px;
font-family:Arial, Helvetica, sans-serif;
font-size:23px;
color:#43971E;
}
h2{
margin:0px;
padding-top:12px;
padding-bottom:12px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#FF6600;
}
p{
margin:0px;
padding: 0px 0px 12px 0px;
line-height:18px;
text-align:justify;
}
.txt10 {
	font-size: 10px;
	color: #666666;
}
.read-more{
display:block;
height:20px;
width:122px;
padding:1px 10px 1px 10px;
border:1px dashed #ccc;
text-decoration:none;
color:#000000;
font-size:11px;
font-weight:bold;
}
a.read-more:link a.read-more:visited a.read-more:active{}
a.read-more:hover {background-color:#FF9900;
text-decoration:none;}
.slika{
border: 5px solid #dddddd; 
}