.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {min-width: 0; display: inline-block; /* \*/	display: block;}	/* trigger hasLayout for IE7. Hide from IE Mac */

* html .clearfix {height: 1%;} /* Hide from IE Mac */ 
.clr, .clear {clear:both;}
/* end clearing */

/*
scheme_1 - bez sidebarow
scheme_2 - jeden sidebar
scheme_3 - dwa sidebary
*/
#wrapper{
	background:#301d11;
}
#maincontent{}
#wrapper #left {
	width:200px;
	float:left;
	background:#32271c;
}
#wrapper #right {
	width: 200px;
	float:right;
	background:#32271c;
}
#wrapper.scheme_3 #content {
	width:500px;
	float:left;
}
#wrapper.scheme_2 #content {
	width:700px;
	float:left;
}
#wrapper.scheme_1 #content {
	width:900px;
}


#left .inside{
	padding: 25px 15px 25px 13px; 
}
#right .inside{
	padding: 25px 13px 25px 15px; 
}


/*
bottommodules liczone
*/
#modules-bottom{
	background:url(../images/bottom_background.gif) left top repeat-x #463120;
	padding: 19px 0 13px 0;
	font-size: 11px;
}
#modules-bottom.m4 div.modules-bottom-in{
	float:left;
	width:25%;
}
#modules-bottom.m3 div.modules-bottom-in{
	float:left;
	width:33%;
}
#modules-bottom.m2 div.modules-bottom-in{
	float:left;
	width:50%;
}
#modules-bottom.m1 div.modules-bottom-in{
	float:left;
	width:100%;
}


