body {
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	background-color: #666666;
	margin: auto;
	height: 560px;
	width: 950px;
}
#navilinks {
	position: absolute;
	background-color: #666666;
	height: 410px;
	width: 200px;
}
#toplinks {
	height: 100px;
	width: 200px;
	position: absolute;
	background-color: #666666;
}
#toprechts {
	height: 100px;
	width: 750px;
	left: 200px;
	position: relative;
	top: auto;
	background-color: #666666;
}

#haupt {
	position: relative;
	height: 389px;
	width: 750px;
	background-color: #999999;
	left: 200px;
	overflow: auto;
	padding-top: 10px;
}
#fusszeile {
	position: absolute;
	height: 50px;
	width: 950px;
	background-color: #666666;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #990000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 10px;
	border-bottom-width: 0px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	padding: 5px;
	background-color: #DFDFDF;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

td {
	background-color: #CCCCCC;
}
a:link {
	color: #0000FF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:visited {
	color: #990099;
	text-decoration: none;
	font-weight: bold;
