.clear {
	clear: both;
}

/* ========================================
	Spalten
======================================== */

/* ----------------------------------------
	2 Spalten
---------------------------------------- */

.two_col .left_col {
	float: left;
	width: 48%;
	padding-right: 2%;
}

.two_col .right_col {
	float: left;
	width: 48%;
	padding-left: 2%;
/*	margin-left: 4%;*/
}

/* ----------------------------------------
	3 Spalten
---------------------------------------- */

.three_col .left_col {
	float: left;
	width: 31%;
}

.three_col .middle_col {
	float: left;
	width: 31%;
	margin-left: 3%;
}

.three_col .right_col {
	float: left;
	width: 31%;
	margin-left: 3%;
}

/* ========================================
	IE
======================================== */

* html .two_col div,
* html .three_col div {
	overflow: hidden;
}
