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

body, html {
 margin:0;
 padding:0;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:14px;
 text-align:center;
 color:#003850;
 background-image:url(../../images/pozadina.jpg);
 background-position:top center;
 background-repeat:no-repeat;
 }
 
 
#meni {
 height:280px;
 }
 
#pagewidth{ 
 width:970px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:100px; 
 width:820px;
 background-image:url(../../images/grb_02.jpg);
 background-repeat:no-repeat;
 background-position:39px 0px;
 font-size:40px;
 font-style:italic;
 color:#FFFFFF;
 padding-left:150px;
 padding-top:50px;
} 

#bottom_page {
 float:left;
 background-image:url(../../images/pozadina_okvir_10.jpg);
 background-repeat:repeat-y;
 background-position:30px 0px;
}


#twocols{
 width:970px; 
 float:left; 
 position:relative;
  background-image:url(../../images/bottom_background_11.jpg);
background-position:center bottom;
background-repeat:no-repeat;}
 
#rightcol{
 width:355px; 
 float:right; 
 position:relative;
  padding:15px 0px 80px 0px;

 }
 
#maincol{
 float: left; 
 display:inline; 
 position: relative; 
 width:555px;
 padding:15px 10px 30px 45px;
 }
 
#footer{
 height:80px; 
 clear:both;
 } 
 

 
 /* *** 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{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
