html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 

body {
	background: #fff;
	color: #000;
}
 
#pagewidth{ 
 width:768px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 font-family: Arial;  
 color: #5d4020;
} 
 
#header{
 position:relative; 
 height:222px; 
 background-color:#FFFFFF;  
 width:100%;
 background: url('img/top.jpg');
 background-repeat: no-repeat;
 background-position: bottom;
} 


#logo{
 width:350px; 
 height: 100px;
 float:left; 
 cursor: pointer;
 position:relative; 
}

#flagi{
	text-align: right;
}

#wrapper{
	padding: 0;
	margin: 0;
	width: 100%;
}
 
#leftcol{
 width:250px; 
 float:left; 
 background: #f1f1f1;
 background-image: url('img/menu_tlo.gif');
 background-repeat: no-repeat;
 background-position: bottom;
}
 
#tresc{
 float: right; 
 display:inline; 
 position: relative; 
 width:500px;  
 margin: 15px 0 0 10px;
 font-family: Arial;
 font-size: 12px;
 color: #2A2A2A;
 text-align: justify;
 }

 #stopka{
 
 background: #fffff; 
 
 font-size: 10px;

 clear:both;

 margin-top: 10px;

 margin-bottom: 20px;
 
 
 }
 
#footer{
 background-color:#f0f0f0; 
 border-bottom: 6px solid #e70000;
 clear:both;
 margin-top: 10px;
 margin-bottom: 20px;	 
 } 
 
#footer a{
	 color: #6e6e6e;
 } 
 
#leftcol_f{
 width:250px; 
 float:left; 
 padding: 5px 10px;
 position:relative; 
 font-size: 11px;
 color: #6e6e6e;
 text-align: left;
}
 
#maincol_f{
 float: right; 
 display:inline; 
 padding: 5px 10px;
 position:relative; 
 font-size: 11px;
 color: #6e6e6e;
 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;}
}