@charset "utf-8";
*{
	margin:0;
	padding:0;
	border:none;
	text-decoration:none;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:1.4em;
	color:#444;
}

#ctnMain{
	width:908px;
	margin:auto;
	background:url(imgDesign/ctnBg.gif) repeat-y;
	font-size:1.1em;
}
#ctnHeader{
	background:url(imgDesign/headerBG.gif);
	height:270px;
	text-align:center;
}
#ctnMenuBar{
	height:40px;
	background:url(imgDesign/menuBg.gif);
}
#ctnLeftShaddow{
	width:23px;
	height:400px;
	background:url(imgDesign/leftshaddow.gif) no-repeat;
	float:left;
}
#ctnContent{
	width:865px; 
	float:left;
	margin-left:-1px;
	margin-bottom:7px;
}
#ctnRightShaddow{
	width:19px;
	height:400px;
	background:url(imgDesign/rightshaddow.gif) no-repeat;
	float:right;
}
.ctnLeftBox{
	background-image:url(imgDesign/leftBoxBg.gif);
	background-repeat:repeat-x;
	background-position:top;
	border-right:#94d5f1 1px solid;
	border-bottom:#94d5f1 1px solid;
	border-left:#94d5f1 1px solid;
	margin-top:-3px;
}
#ctnStupacPrvi{
	width:234px;
	float:left;
}
#ctnStupacPrvi .tekst{
	padding:0px 7px 7px 7px;
	text-align:left;
}
#ctnStupacDrugi{
	width:370px;
	margin-left:7px;
	padding:5px;
	float:left;
	overflow:hidden;
	
}
#ctnStupacTreci{
	width:234px;
	float:right;
}
#ctnStupacTreciBG{
	background:url(imgDesign/desniStupacaBG.gif);
}
#ctnStupacTreci .tekst{
	padding:0px 8px 9px 8px;
	text-align:left;
	color:#EBEBEB;
}
#ctnStupacDrugi .tekst img{
	border:#999999 1px solid;
	padding:2px;
	float:none;
	margin:7px 0px 7px 0px;
	}
#ctnFooter{
	height:72px;
	background:url(imgDesign/ctnBg.gif) repeat-y;
	padding:0px 13px 0px 13px;
}
#ctnFooterIn{
	height:72px;
	background:url(imgDesign/footerBG.gif) repeat-x;
}
#ctnFooterMenu{
	height:20px;
	float:left;
	margin:14px 7px 0px 44px;
	color:#70797d;
}
#ctnFooterMenu a:link, #ctnFooterMenu a:visited{
	color:#b88351;
	font-weight:bold;
}
#ctnFooterMenu a:hover{
	color:#993300;
	border-bottom:#0066FF 1px solid;
}
#ctnValidator{
	text-align:right;
	margin-top:10px;
	padding-right:10px;
	font-size:0.8em;
}
#ctnValidator a:link, #ctnValidator a:visited{
	color:#b88351;
}
#ctnValidator a:hover{
	color:#FF0000;
}

.ctnPollResult{
	background:url(imgDesign/pollResul.gif) repeat-x;
	border:#996600 1px solid;
	background-color:#e8c995;
	color:#996600;
	margin-top:5px;
	font-size:1.2em;
	overflow:hidden;
}
.ctnPollLeft{
	width:35%;	
	float:left;
	text-align:center;
	padding:6px 0px 0px 0px;
	font-weight:bold;
}
.ctnPollRight{
	width:60%;
	border-left:#996600 1px solid;
	float:left;
	text-align:left;
	padding:6px 0px 6px 6px;
}
.title{
	position:absolute;
	margin-top:-39px;
}
.title h1{
	color:#FFF;
	font-size:1.2em;
}
#ctnStupacDrugi .tekst{
	text-align:left;
}

.fix{ clear:both;}

a:link, a:visited{
	color:#003366;
}
a:hover{
	color:#0000FF;
}
#zanimljivostiTransparent{
 background-color: #fff;
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;	 
}
input,textarea{
	border:#666 1px solid;
	padding:3px;
}
hr{
	margin-top:4px;
	border-bottom:#666 1px dashed;
}

a.dokumentiL:link, a.dokumentiL:visited{
	color:#FFF;
	font-weight:bold;
}
a.dokumentiL:hover{
	padding-bottom:2px;
	border-bottom:#b88351 1px solid;	
}

.dokumentiTitle{
	color:#EBEBEB;
	font-weight:bold;
	font-size:12px;
	line-height:18px;
	cursor:pointer;
	border-top:#CCC 1px dotted;
}

.dokumentiContainer{
	line-height:1.5em;	
	display:none;
}

.opacit{
	/* for IE */
  filter:alpha(opacity=80);
  color:#900;
  font-weight:bold;
  /* CSS3 standard */
  opacity:0.8;	
}