body {
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	background-color: #FFFF99;
	margin: auto;
	height: 560px;
	width: 950px;
}
#navilinks {
	position: absolute;
	background-color: #fefd8b;
	height: 499px;
	width: 200px;
}
#toplinks {
	height: 200px;
	width: 200px;
	position: absolute;
	background-color: #0000FF;
}
#toprechts {
	height: 200px;
	width: 750px;
	left: 200px;
	position: relative;
	top: auto;
	background-color: #666666;
}

#haupt {
	position: relative;
	height: 489px;
	width: 750px;
	background-color: #FFFF99;
	left: 200px;
	overflow: auto;
	padding-top: 10px;
}
#fusszeile {
	position: absolute;
	height: 50px;
	width: 950px;
	background-color: #0000FF;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0000FF;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
h3 {
	font-size: 24px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #0033FF;
}

td {
	background-color: #FFFF99;
}
a:link {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0099FF;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #0033FF;
}
