html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 

body {
	background: #f0f3e9;
	color: #000;
	font-family: Arial;
	background: url('img/tlo.jpg');
}

#kontener{
	width: 100%;
	background: url('img/top_tlo.jpg');
	background-repeat: repeat-x;
}

#pagewidth{ 
 width:776px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 font-family: Arial;  
 color: #5d4020; 
} 
 
#header{
 position:relative; 
 height:260px; 
 width:100%;
 background: url('img/top1.png');
 background-repeat: no-repeat;
 background-position: bottom;
} 

#flagi{
	text-align: right;
	margin-top: 5px;
	margin-right: 5px;
}

#logo{
 width:210px; 
 height: 245px;
 float:left; 
 cursor: pointer;
 position:relative;
 background-repeat: no-repeat;
 background-position: bottom;
 
}
#rzetfir{
 width:210px; 
 height: 70px;
 float:right;
 margin-right: 8px;
 padding-top: 133px;
 background: url('img/rzetfir.jpg'); 
 cursor: pointer;
 position:relative;
 background-repeat: no-repeat;
 background-position: bottom;
 
}

#wrapper{
	padding: 0;
	margin: 0;
	width: 100%;
padding-top: 0px;
background: url('img/tlo.png');
 	background-repeat: repeat-y;
	background-position: left;
}
 
#leftcol{
 width:258px; 
 float:left; 
 margin: 0;
 padding: 0;
 padding-top: 20px;
 background-image: url('img/menu_tlo.gif');
 background-repeat: repeat-y;

}

#leftcol2{
 width:258px;  
 background-position: bottom;
 background-repeat: no-repeat;
 background-image: url('img/manu_item3.gif');  
}

 
#tresc{
 float: right; 
 display:inline; 
 position: relative; 
 width:490px;  
 margin: 10px 10px 10px 0;
 font-family: Arial;
 font-size: 14px;
 color: #2A2A2A;
 text-align: justify;
 }
 
#footer{
 width:776px; 
 background-position: top;
 background-repeat: no-repeat;
 background-image: url('img/stopka.png'); 
 height: 100px;
 clear:both;
 margin-left:auto; 
 margin-right:auto;
 padding:20px; 
} 
 
#footer a{
	 color: #799543;
 } 
 
#leftcol_f{
 width:250px; 
 float:left; 
 position:relative; 
 font-size: 11px;
 color: #799543;
 padding-left: 20px;
 text-align: left;
}
 
#maincol_f{
 float: right; 
 display:inline; 
 position:relative; 
 font-size: 11px;
 color: #799543;
 width:450px; 
 padding-right: 20px;
 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;}
}