/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:1000px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:100px; 
  background-color:#FFFFFF; 
 width:100%;
} 

#topmenu{
 height:39px;
 background:url(./gfx/top_menu_bg.png) repeat-x;
 clear:both;
 width:100%;
 }
 
#link_topmenu{
width:1000px; 
text-align:left;  
margin-left:auto; 
margin-right:auto;
font-family:Verdana;  
}
#link_topmenu ul{
padding-top:10px;
padding-bottom:3px;
}
#link_topmenu li.space{
width:20px;
}
#link_topmenu li{
list-style:none;
display:block;
float:left;
}
#link_topmenu a{
color:#FFFFFF;
font-size:14px;
text-decoration:none;
padding-right:15px;
}
#link_topmenu a:hover{
color:#121212;
}
#wrapper{
margin-top:5px;
}

#leftcol{
 width:20%; 
 float:left; 
 position:relative; 
 }
 
#twocols{
 width:80%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:29%; 
 float:right; 
 position:relative; 
 }
 
#maincol{
 float: left; 
 display:inline; 
 position: relative; 
 width:71%; 
 }
 
#footer{
 height:20px; 
 clear:both;
 padding:3px;
 font-family:Verdana;
 color:#777777;
 font-size:10px;
 } 
 
 #sale{
 height:20px; 
 clear:both;
 padding:3px;
 font-family:Verdana;
 color:#444444;
 font-size:10px;
 } 
 
/* ----------MENU TYPE 1-------------- */
#menu_type1{
margin:auto;
padding-left:8px;
padding-right:8px;
text-align:left;
}
#menu_type1 h1{
height:20px;
background-color:#000000;
color:#FFFFFF;
font-size:13px;
font-family:Arial;
padding-left:10px;
padding-top:3px;
text-transform:uppercase;
}
#zawartosc_link{
border:#999999 solid 1px;
}
/* ----------MENU TYPE 2-------------- */
/* ----------MENU TYPE 3-------------- */
/* ----------MENU TYPE 4-------------- */
/* ----------MENU TYPE 5-------------- */

 
 /* *** 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;}
}