html, body{ text-align: center;
 margin: 0 auto;
 padding:0; 
 background-color:#DDE8EE;
 font-family:Arial, Helvetica, sans-serif;
 color:#695D54;
 font-size:0.85em;
} 

#wrapper {
margin: 30 auto;
width: 883px;
 background-image:url(images/bg.gif);
 background-repeat:no-repeat;
 padding: 12px 10px 0px 10px;
 }
 
#topbann {
 
width:863px; height:157px; 
}
#toplinks {
 
height:20px; text-align: right;
padding-right: 10px;
padding-top: 0px; 
}

#toplinks a{
 
background-color:#DDE8EE; padding-left:3px; padding-right:5px; text-decoration:none;
}


/*Navi */
#tabs10 {
margin-top:104;
font-size:100%;
line-height:normal;
}
    #tabs10 ul {
          margin:0;
          padding:10px 10px 0 15px;
          list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
      float:left;
      background:url("images/tableft10.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs10 a span {
      float:left;
      display:block;
      background:url("images/tabright10.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs10 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabs10 a:hover {
      background-position:0% -42px;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }

      #tabs10 #current a {
              background-position:0% -42px;
      }
      #tabs10 #current a span {
              background-position:100% -42px;
      }

/* */



#main{ 
 width:862px; 
 text-align:left;  
margin-top: 10px;  
}  
#links{ 
 width:862px; 
 text-align:right;   
}  
#txt{ 
 padding: 15px;   
}  
 
 
 #sivi {
	display:inline;
	width: 200px;
	padding: 10px;
	background: #ffffff;
	color: #333;
	float: left;
 background-image:url(images/bg-left.gif);
 background-repeat:repeat-x;
 background-position:bottom ; border: 1px solid #cccccc;
margin-right: 20px;
margin-bottom: 20px;
 }  
 #sivi-d {
 float:right;
	display:inline;
	width: 250px;
	padding: 10px;
	background: #ffffff;
	color: #333;
	
 background-image:url(images/bg-left.gif);
 background-repeat:repeat-x;
 background-position:bottom ; border: 1px solid #cccccc;
margin-right: 0px;
margin-left: 30px;
margin-bottom: 20px;
 }  
 
 .slika {
 
margin-right: 10px;
border:1px solid #006699;

 }  
 
 #plavi {
	display:inline;
	/*width: 250px;*/
	padding: 10px;
	background: #DDE8EE;
	color: #006699;
	float: left;
  border: 1px solid #006699;
margin-right: 15px;
margin-bottom: 20px;
 }  
 
 #foot {
	margin:0 auto;
	width: 859px;
	background: #ffffff;
	color: #333;
	
 background: #ffffff; border: 1px solid #B9CFDA;
margin-top: 20px;
text-align:center;
padding:5px 0px 5px 0px;
margin-bottom: 15px;
 clear: both; 
 }  

A {color:#006699; text-decoration:underline;}
A:VISITED {color:#006699; text-decoration:underline;}
A:HOVER {color:#333333; text-decoration:none;}

img {border:0;}

HR {height:1px; color:#E9DCBD; background-color:#E9DCBD; margin:5px 0px; padding:0; border:0;}

H1 {font-size:1.3em; font-weight:normal; font-family: Georgia, "Times New Roman", Times, serif; color:#0C8CCD; border-bottom:1px solid #DDE8EE; margin:10px 0px; padding-bottom:15px;}
H2 {font-size:1.3em; font-weight:normal; font-family: Georgia, "Times New Roman", Times, serif; color:#0C8CCD; border-bottom:1px solid #DDE8EE; margin:10px 0px; padding-bottom:5px;}
H3 {font-size:1.3em; font-weight:normal; font-family: Georgia, "Times New Roman", Times, serif; color:#0C8CCD; margin:10px 0px; padding-bottom:5px;}

.polja {

  background: #f5f5f5;
  font-family: Arial, Helvetica, sans-serif;
  font-style:normal;
  font-size: 8pt;
  color: #333333;
  border-color:  #cccccc  #cccccc  #cccccc  #cccccc; 
  border-style: solid; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px;
  
  }

/* *** LAYOUT *** */




 
 /* *** Float containers fix: *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol, #links, #toplinks, #foot{display:none;} 
#main, #wrapper {width:100%; float:none;}
}