html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 

body {
	background: #ffffff;
	color: #2e1626;
	background-image:url(img/strona_tlo.jpg);
	background-position:top;
	background-repeat:repeat-x; 
}
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
 margin-top: 20px;
 margin-left:auto; 
 margin-right:auto;
 font-family: Arial;  
 color: #5d4020;
 background-color:#FFFFFF;
} 
 
#header{
 position:relative; 
 height:203px; 
 background-color:#FFFFFF; 
 width:100%;
 background-image:url(img/zajawka.jpg);
 background-position:top;
 background-repeat:no-repeat; 
} 

#menu{
	margin: 0;
	padding: 0;
	padding-top:12px;
	height: 65px;
	width: 100%;
	text-align: right;
	line-height: 5px;
	z-index: 1000;
	position: relative;	
	background: #ffffff;
	background-repeat: no-repeat;
	border-top:0px solid #88008d;
	border-bottom:0px solid #88008d;
	font-size:14px;
	background-image:url(img/menu_menu.jpg);
	background-position:top;
	background-repeat:no-repeat; 
	border:0px solid black;
}

#menu div {
	background: #ffffff;
	padding: 0;
	margin: 0;
	text-align: left;
	font-weight: bold;
	border-bottom: 2px solid #88008d;
	border-left: 2px solid #88008d;
	border-right: 2px solid #88008d;
}

#menu ul {
	padding: 0; 
   cursor: default;
   margin-left: 0;
	list-style-type: none;
	margin: 0;
}


#menu li {
	list-style-type: none;
	margin: 0;  
	display: block;
	padding: 1px;
}

#menu li a {
	color: #A2357C;
	font-family: Arial;
	text-decoration: none;
	line-height: normal;
	font-size: 14px;
	display: block;
	font-weight: bold;
	padding: 5px  10px;
}

#menu li a:hover {
	color: #A2357C;
	text-decoration: none;
	display: block;
	background: #2e365a;
}

#logo{
 width:350px; 
 height: 100px;
 float:left; 
 cursor: pointer;
 position:relative; 
}

#wrapper{
	padding: 0;
	margin: 0;
	width: 100%;
	min-height:210px;
	background-image:url(img/content.jpg);
    background-position:top;
    background-repeat:no-repeat;  
}

#wrapper2{
	padding: 0;
	margin: 0;
	width: 100%;
	background-image:
}
 
#leftcol{
 height:auto;
 min-height:0px;
 width:275px; 
 float:left;
 margin-top:190px;
}
 
#tresc{
 font-family: Arial;
 font-size: 12px;
 color: #2e1626;
 text-align: justify;
 width:500px;
 margin-left:275px;
 }
 
#footer{
 background-color:#ffffff; 
 clear:both;
 color: #000;
 height: 45px;
 margin-top: 10px;
 margin-bottom: 20px;
 border-top: 0px solid #88008d; 	
 background-image:url(img/menu_dol.jpg);
 background-position:top;
 background-repeat:no-repeat;  
 padding-top:8px;
 } 
 
#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;
 }
 
.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;	
}