body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:990px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
} 
 
#header{
 position:relative; 
 height:73px; 
 width:100%;
 background: url('img/top_tlo.gif');
 background-repeat: repeat-x;
} 

#logo{
 position:relative;
 margin-left: 30px;
}

#tmenu{
 position: absolute;
 left: 210px;
 top: 0px;
 height: 73px;
 display: inline;
}

/* SZUKAJ */

#szukaj{
 position: absolute;
 left: 730px;
 top: 5px;
 padding-top: 10px;	
 height: 73px;
}

#szukaj label{
	display: block;
	margin: 2px 0;
	padding: 0;
}

#szukaj form{
	display: inline;
}

#szukaj img{
	vertical-align: middle;
}

#szukaj input{
	width: 200px;
	background: #ffd6bd;
	border: 1px solid #603118;
	vertical-align: middle;
}

/* REKLAMA DIV */

#top_rekl_2{
	width:100%;
	background: url('img/top_12.gif');
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	/*height: 25px; */
}

#top_rekl_1{
	width:100%;
	background: url('img/top_2.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}
 
#main {
	width:100%;
	background: url('img/top_1.gif');
	background-position: top;
	background-repeat: repeat-x;
}
 
#lewo{
 width:200px; 
 float:left; 
 position:relative; 
 background: #f1f1f1;
 margin-top: 35px;
 padding-bottom: 30px;
}

.left_menu_h_n, .left_menu_h_c{
	padding: 5px 0 0 15px;
	height: 38px;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

.left_menu_h_n{
	background: url('img/left_menu_h_n.gif');
	background-repeat: repeat-x;
}

.left_menu_h_c{
	background: url('img/left_menu_h_c.gif');
	background-repeat: repeat-x;
}


#kontener{
 float: right; 
 display:inline; 
 position: relative; 
 width:780px; 
}

#tresc{
 width:510px; 
 float:left; 
 position:relative; 
 padding: 0;
 margin: 0;
}

#tresc #sciezka{
 font-size: 10px;
 padding: 6px 0 10px 0;
}

#prawo{
 width:260px; 
 float:right; 
 position:relative; 
}

#footer{
 margin-top: 10px;
 padding: 10px;
 padding-top: 45px;
 margin-bottom: 20px;
 font-size: 11px;
 width:990px;
 background: #f2f2f2 url('img/footer_tlo.gif');
 background-repeat: repeat-x;
 } 
 
#footer_l{
	float: left; 
} 

#footer_r{
	float: right;
	text-align: right; 
} 

#footer_r a{
	color: #292929;
} 
 
.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;} 
#header{display:none;} 
#footer{display:none;} 
#tresc, #wrapper{width:80%; float:none;}
}



.newsletter {
	background: #440000; 
}

.newsletter div.nag {
	padding: 2px 5px;
	display: block; 
	font-family: Arial;
	font-weight: normal; 
	font-size: 18px;
	color: #fff; 
	background: #660000;
}

.newsletter .body form { 
	margin: 0;
	padding: 0; 
}

     

