.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{
	width: 100%;
	margin: 10px 0px 0px 0px;
}
#main{}
#maincontent{}
#wrapper.scheme_3 #left.first,
#wrapper.scheme_2 #left.first {
	float:left;
	width:205px;
	margin: 0px 10px 0px 0px;
}
#wrapper.scheme_3 #content.second {
	float:left;
	width:530px;
}
#wrapper.scheme_2 #content.first,
#wrapper.scheme_2 #content.second {
	float:left;
	width: 745px;
}
#wrapper.scheme_1 #content.first {
	width: 960px;
}
#wrapper.scheme_3 #right.third,
#wrapper.scheme_2 #right.second {
	float: right;
	width:205px;
}

