/*styleslayout.css
Layout Stylesheet Datei, welche alle wichtigen Layout-Styles enhält.
Bitte nur Layout-Styles einfügen - temp. oder spezielle Styles separat legen!
*/
#menu {
	position: absolute;
	z-index: 1;
	width: 169px;
	left: 0px;
	top: 20px;
}

#inhalt_rahmen {
	position: absolute;
	z-index: 1;
	left: 233px;
	top: 20px;
	vertical-align: middle;
	color: #000000;
	width: 660px;
	height: auto;
}

#inhalt {
	float:left;
	width:35em;
	margin-top:20px;
}

#menu_rechts {
	background-color:#F2F2F2;
	float: right;
	width: 160px;
}