html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 

body {
	background: #FFF;
	color: #2e1626;
}

#tlo{
	background: url('img/tlo.gif');
 	background-repeat: repeat-y;
	width: 768px;
	padding: 0;
	margin-left:auto; 
   margin-right:auto;
	margin-bottom: 0;
}
 
#pagewidth{ 
 width:752px; 
 text-align:left; 
 margin-left:auto; 
 margin-right:auto;
 font-family: Arial;  
 color: #5d4020;
 height: 100%;
} 
 
#header{
 position:relative; 
 height:249px; 
 background-color:#FFFFFF; 
 width:100%;
 background: url('img/top.jpg');
 background-repeat: no-repeat;
} 

#menu{
	margin: 0;
	padding: 0;
	height: 44px;
	width: 100%;
	background: #a6da2c;	
	border-top: 3px solid #0065a7; 
	border-bottom: 3px solid #0065a7; 
}

#logo{
 width:350px; 
 height: 100px;
 float:left; 
 cursor: pointer;
 position:relative; 
}

#wrapper{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: url('img/menu_tlo.gif');
 	background-repeat: repeat-y;
}

#wrapper2{
	padding: 0;
	margin: 0;
	width: 100%;
}
 
#leftcol{
 width:230px; 
 background: #172775;
 float:left; 
 padding-bottom: 20px;
}
 
#tresc{
 float: right; 
 display:inline; 
 position: relative; 
 width:500px;  
 margin: 15px 10px 0 10px;
 font-family: Arial;
 font-size: 12px;
 color: #2e1626;
 text-align: justify;
 }
 
#footer{
 background:#dbe4e9; 
 clear:both;
 color: #000;
 height: 30px; 
 } 
 
#footer a{
	 color: #000;
 } 
 
#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;	
}
