body {
	font-family: tahoma,verdana,arial;
	height:100%;
	margin:0; /* margin:0 und padding:0 sind notwendig um die "blinde" Scrollleiste im IE zu entfernen */
	padding:0;
}
#inhalt {
	font-family: tahoma,verdana,arial;
	font : 12px;
	margin-left:50px;
	margin-top:10px;
	width:732px;
}
body>#menu { /* wird von allen Browsern außer IE unterstützt */
	position:fixed;
}
#menu {
	left:0;
	top:0;
	width:100%;
	height:96px;
/*	background:yellow; */
	z-index:4;
}
body>#inhalt { /* wird von allen Browsern außer IE unterstützt */
	position:static;
}
body>#rahmen { /* wird von allen Browsern außer IE unterstützt */
	padding-top:150px;
}

