body {	text-align: center; /* no auto-margin */	}

#page {	text-align: left; /* undo text-align:center */	}

#main {	background-image: url(img/bg_main_white.gif);	}

#ie_clearing {
		display:block; /* DIV sichtbar machen */
		\clear:both; /* Normales Clearing für IE5.x/Win */

		width: 100%; /* IE-Clearing mit 100%-DIV für IE 6 */
		font-size:0;
		margin: -2px 0 -1em 1px; /* IE-Clearing mit übergroßem DIV für IE7 */
}

* html {	margin: -2px 0 -1em 0	}

/* Vermeidung horizontaler Scrollbalken bei randabfallenden Layouts im IE7 */
html {		margin-right: 1px	}
* html {	margin-right: 0		} /* Der IE6 benötigt das nicht */

#col3_content {	margin-bottom:-2px }
#col3 { position:relative } /* Erforderlich für IE7 */