/********* 2Spaltig *********/
#text .two-columns-66-33,
#text .two-columns {
	max-width: 1200px;
	margin: 0;
	/* IE7Problem float: left;*/
	width: 100%;
	position: relative;
	z-index: 1;
}
#text .two-columns .column-left {
	float: left;
	width: 47%;
	overflow: hidden;
}
#text .two-columns .column-right {
	/* OLD margin: 0 0 0 53%; */
	float: right;
	width: 47%;
	overflow: hidden;
}

#text .two-columns-66-33 .column-left {
	float: left;
	width: 60%;
	overflow: hidden;
}
#text .two-columns-66-33 .column-right {
	/* OLD margin: 0 0 0 66%; */
	float: right;
	width: 34%;
	overflow: hidden;
}