@charset "utf-8";
/* CSS Document za box biznis-portal */

.rokovnik {
width:655px;
margin: 0 auto;
}
.rokovnik .top {
text-align:center;

color:#000;
float:left;
width:655px;
height:37px;
}
.rokovnik h2 {
font-size:15pt;
}

.rokovnik h3 {
font-size:11pt;
}

.tekst_rokovnik {

color:#000;
text-align:left;
float:left;
width:655px;
}

.rokovnik_footer {/*donji deo boxa*/
text-align:left;
height:33px;
color:#000;
font-style:italic;
float:left;
width:655px;
}
.ponisti_p p {margin:0px; padding:0px;}

.gal1 {
   
    
    position: fixed;
    top: 5px;
    left: 50%;   
    margin-left: -407px;
    _margin-left: -327px;
    _margin-top: -100px;
    width: 785px;
	height: 588px;  
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 6px;
	/*overflow:auto;*/
}
* html #result {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
     z-index:10000;
}

/*galerija*/
.black_overlay{
                  display: none;
                  position: absolute;
                  top: 0%;
                  left: 0%;
                  width: 100%;
                  height: 100%;
                  background-color: black;
                 z-index:1001;
                  moz-opacity: 0.1;
                  opacity:.5;
                  filter: alpha(opacity=80);
  
              }

  .white_content  {
                  display: none;            
         
    position: fixed;
    top: 5px;
    
   margin:0 auto;
    width: 680px;
overflow:hidden;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 6px;
     z-index:9999;
              }
             


