body {
	background-color: #666666;
}
#hauptfenster {
	position: absolute;
	left: 50%;
	width: 700px;
	margin-left:-350px;
	top: 20px;
	font-size: 14px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#kopf {
	text-align: right;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 50px;
	margin-left: 30px;
}
#linie {
	background-color: #000000;
	height: 2px;
	width: 100%;
}
#links {
	font-size: 11px;
}
#inhalt {
	text-align: justify;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 60px;
	margin-left: 30px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

