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

#divHeader    {
	               width: 980px;
				   height: 211px;
				   position: relative;
				   background-image: url(../design_images/header.png);
				   background-repeat: repeat-x;
				   background-position: bottom left;
				   margin-bottom: 10px;
				  }
				  
	#left_side_header
	              {
				   width: 32px;
				   height: 211px;
				   background-image: url(../design_images/header_left.png);
				   position: absolute;
				   top: 0px;
				   left: 0px;
				  } 
				  
	#right_side_header
	              {
				   width: 499px;
				   height: 211px;
				   background-image: url(../design_images/header_right.png);
				   position: absolute;
				   top: 0px;
				   right: 0px;
				  }			  			  
				  
	#headerDate	  {
				   padding-left: 15px;
				   padding-top: 6px;
				   background-color: #FFFFFF;
				   width: 300px;
				   height: 16px;
				   font-weight: bold;
				   position: absolute;
				  } 
	#divLogoandLogin
	              {
				   width: 980px;
				   height: 100%;
				  }	
				  #logo      {
				              width: 410px;
							  height: 132px;
							  background-position:bottom left;
							  background-repeat: no-repeat;
							  float: left;
							  margin-top: 30px;
							  position: relative;
							  z-index:1000;
							  }
							  
				  #login      {
							   width: 480px;
							   height: 50px;
							   text-align: right;
							   padding-right: 0px;
							   margin-top: 0px;
							   border: none;
							   position: absolute;
							   top: 97px;
							   right: 20px;
							  } 
							  
				               #login ul   {
                                           list-style-type: none;
							               width: 480px;
										   float: right;
                                           }
										   
							   #login form {
							                width: 480px;
											float: right;
										   }
										   
							   #login li   {
							                display: inline;
											color: #666666;
										   }
										   
							   #login_top input {
								             width: 73px;
				                             height: 16px;
				                             border: none;
				                             background-color: white;
				                             margin-right: 10px;
											}
											
							   #login .submit {
								                width: 52px;
				                                height: 18px;
				                                background-color: #6685AE;
				                                color: white;
												font-size: 11px;
												cursor: pointer;
											   }	
											   
							   #login_bottom a {
							                    color: #FF9900;
												text-decoration: none;
											   }
											   
.fsPoruke, .fsPoslovi, .fsPrijava { border:1px solid #6685AE; float:left; height:55px; margin-right:5px; padding:3px; text-align:center; padding-bottom: 7px; }
.fsPrijava  {margin-right: 0px;}
.fsPoruke   {margin-left: 0px;}
.fsPoruke 	{ width:95px; }
.fsPoslovi	{ width:165px; }
.fsPrijava 	{ width:220px; }
.fsPoruke legend, .fsPoslovi legend, .fsPrijava legend { color:white; background-color: #FF9900;border:1px solid #6685AE; padding-left:3px;padding-right: 3px;}
.textNaglasi { color:#FF9900; font-weight:bold; margin-bottom: 5px;}		


/* header menu */
#div_headerMenu  {width: auto; height: auto; position: absolute; top: 0px; right: 30px; padding-top:0px;}
#div_headerMenu_left  {float: left; width: 17px; filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;}
#div_headerMenu_center {float: left; padding-top: 6px; background: url(../design_images/menu_header_center.png) top left repeat-x; padding-bottom: 8px; filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;}
#div_headerMenu_center li#first  {margin-left: 0px;}
#div_headerMenu_center li#last   {margin-right: 8px;}
#div_headerMenu_right  {float: left; width: 17px; filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;}
ul#headerMenu    {list-style-type: none;}

ul#headerMenu  li {float: left; margin-left: 10px;}

ul#headerMenu  li a {text-decoration: none; color: #FF790C; background-image: url(../images/ball_static.gif); background-repeat: no-repeat; background-position: top left; padding-left: 16px;}

ul#headerMenu  li a:hover {text-decoration: underline;  background-image: url(../images/ball.gif); background-repeat: no-repeat; background-position: top left; padding-left: 16px;}	

#login_bkg     {
                width: 490px;
				height: 65px;
				position: absolute;
				top: 85px;
				right: 0px;
				filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
				background: url(../design_images/login_header_center.png) top left repeat;
				border: 1px solid #FF790C;
				border-left: 0px solid #FF790C;
			   }
			   
#login_bkg_left {
                width: 15px;
				height: 67px;
				background: url(../design_images/login_corner_top.gif) top left no-repeat;
				position: absolute;
				top: 85px;
				right: 490px;
			   }
			   
#poruke_zaglavlje
               {
			    width: 150px;
				text-align: center;
				border-right: 1px solid #FF790C;
				height: 55px;
				padding-top: 10px;
			   }
			   
#parametri_zaglavlje
               {
			    height: 55px;
				width: 450px;
				float: right;
				text-align: center;
				padding-top: 10px;
			   }			   				   				   								   