html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 

body {
	background: #FFF;
	color: #2e1626;
}

#pagewidth{ 
 width:770px; 
 text-align:left; 
 margin-left:auto; 
 margin-right:auto;
 font-family: Arial;  
 color: #5d4020;
 height: 100%;
} 
 
#header{
 position:relative;  
 height: 60px;
 background-color:#FFFFFF; 
 width:100%;
 background: url('img/header.gif');
 background-repeat: no-repeat;
} 

#top{
 position:relative;  
 height: 169px;
 background-color:#FFFFFF; 
 width:100%;
} 

#logo{
 width:200px; 
 height: 130px;
 float:left; 
 cursor: pointer;
 position:relative; 
 z-index: 1000;
}

#topmenu {
	position: absolute;
	right: 25px;
	top: 5px;
	font-size: 12px;
}

#wrapper{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #faf4ea url('img/tlo.png');
	background-repeat: no-repeat;
	clear:both;
}

#leftcol{
 width:220px; 
 float:left; 
 padding-bottom: 20px;
}
 
#tresc{
 float: right; 
 width:525px;  
 margin: 15px 15px 20px 10px;
 font-family: Arial;
 font-size: 12px;
 color: #2e1626;
 text-align: justify;
 }
 
#footer{
 background:#fff url('img/footer.gif'); 
 background-repeat: no-repeat;
 padding-top: 9px; 
 clear:both;
 color: #fff;
 height: 100px; 
 text-align: right;
 padding-right: 10px;
 font-size: 12px;
 
 } 
 
#footer a{
	 color: #fff;
 } 
 
#footadd {
	padding-top: 15px;
	color: #9D723B;
	font-size: 11px;
}

#footadd a{
	color: #9D723B;
}
 
#leftcol_f{
 width:259px; 
 float:left; 
 padding: 5px 10px;
 position:relative; 
 font-size: 11px;
 color: #000;
 text-align: left;
}
 
#maincol_f{
 float: right; 
 display:inline; 
 padding: 5px 10px;
 position:relative; 
 font-size: 11px;
 color: #000;
 width:450px; 
 text-align: right;
 }
 
#footer_down{
 background:url('img/tlo_f.gif'); 
 background-repeat: no-repeat;
 width: 768px; 
	margin-left:auto; 
   margin-right:auto;
 } 
 
#mini_menu {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 11px;
	color: #919191;
}

#mini_menu a {
	color: #6C6C6C;
}
 
.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;} 
#twocols, #maincol{width:100%; float:none;}
}

#ofirmie{
	position: absolute;	
	left: 352px;
	top: 36px;	
}

#oferta{
	position: absolute;	
	left: 455px;
	top: 36px;	
}

#realizacje{
	position: absolute;	
	left: 545px;
	top: 36px;	
}

#kontakt{
	position: absolute;	
	right: 0px;
	top: 36px;	
}