#oben {
	background-position: right top;
	margin: 0px;
	padding: 0px;
	background-color: #C0C0C0;
	clear: left;
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0px;
	left: 0px;
	font-family: Arial;
	font-size: xx-large;
	font-weight: bold;
	color: #999999;
	font-style: normal;
	background-attachment: fixed;
	overflow: visible;
	visibility: visible;
}
#navigation {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #CCCCCC;
	text-align: center;
	width: 300px;
	height: 600px;
	position: absolute;
	top: 100px;
	left: 100px;
	clear: left;
	float: left;
	background-color: #666666;
	visibility: visible;
	background-attachment: fixed;
	vertical-align: top;
	text-indent: -10px;
	letter-spacing: normal;
	margin-right: 10px;
	overflow: visible;
	cursor: move;
}
#inhalt {
	background-position: right top;
	font-family: Arial;
	position: absolute;
	width: 900px;
	height: 600px;
	top: 100px;
	left: 400px;
	clear: left;
	float: left;
	visibility: visible;
	vertical-align: top;
	background-attachment: scroll;
	overflow: scroll;
	background-color: #666666;
}
