/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#main{ 
 width:850px;
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#main_nagl{
 position:relative; 
 height:100%; 
 width:100%;
} 
 
#modulp{
 width:138px; 
 float:right;
 position:relative; 
  }
 
#box2{
 float:left;
 position:relative; 
  }
 
#modull{
 width:138px; 
 float:left; 
 position:relative; 
 }
 
#gl_okno{
 float: left; 
 display:inline; 
 position: relative; 
 width:690px;
 }

#gl_okno_nowe{
/* float: left; 
 display:inline; 
 
 position: relative; 
 width:543px;
 */
 text-align:center;
 }
 
#stopka{
 height:100%; 
 clear:both;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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;}
}
