.header {
	height: 100px;
	width: 800px;
	background-image: none;
}

#menu {
	height: 17px;
	width: 800px;
	text-align: left;
	text-indent: 190px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #446172;
	border-top-width: 1px;
	border-top-color: #446172;
	float: left;
	border-top-style: solid;
}
#footer {
	float: left;
	height: 20px;
	width: 800px;
	text-align: right;
	text-indent: 20px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #305266;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 600px;
	width: 800px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	position: fixed;
	line-height: 13px;
	float: none;
}
#middle {
	width: 100%;
	height: 460px;
}
#submenu {
	float: left;
	height: 460px;
	width: 150px;
	text-align: left;
	text-indent: 5px;
}
#quadratischeSF {
	float: left;
	height: 460px;
	width: 40px;
	text-align: left;
}
#content {
	float: right;
	height: 460px;
	width: 610px;
	vertical-align: top;
	color: #FFF;
}

