/**
 * @project	    www.helfen.smmp.de
 * @copyright   2008, Claus Coviello, www.webseiten-mit-sinn.de
 * @version     Drucklayout-Korrekturen fuer IE 6/7
 * @version     00.02.00
 * @since       00.01.00
 * @modified    2008-09-18
 */
#wrapper {
}

#header {
}

.outer-container {
	position:static;
	width:auto;
	padding-left:2px;
	padding-right:242px;
}

#inner-container {
	margin:0;
	width:100%;
}

#layout-left {
}

#layout-right {
	z-index: 11;
	position: relative;
	float: left;
	margin-left: 9px;
	margin-right:-233px;
	padding:0;
	overflow: hidden;
}

#layout-center {
	z-index: 12;
	position: relative;
	float: left;
	width: 100%;
	margin: 0 -8px 0 -2px;
	overflow: hidden;
}

.outer-container > #inner-container {
	border-bottom: 1px solid transparent;
}

