body {
	background-color: #001151;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* Hauptüberschrift */
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
/* Untertitel */
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
/* normaler Fließtext */
p {
	font-size: 9px;
	color: #FFFFFF;
}
/* Navigations-Container oben */
#navigation_oben {
	width: 580px;
	height: 60px;
	position: absolute;
	top: 0px; left: 190px;
}
/* Container links */
#links {
	width: 180px;
	height: 66px;
	position: absolute;
	top: 0px; left: 0px
}
/* Container rechts */
#rechts {
	width: 100%; 
	height: 66px;
	background-color: #4D5E8C;
	position: absolute;
	top: 0px; left: 780px
}
/* Rahmen für Buttons */
.linkbox {
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	width: 110px;
	padding: 1px;
	color: #FFFFFF;
	background-color: #001151;
}
/* Button für die aktive Seite: */
.linkboxaktiv {
	font-size: 10px;
	font-weight: bold;	
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	width: 110px;
	padding: 1px;
	color: #001151;
	background-color: #B0C4DE; 
}
/* Links weiß, nicht unterstrichen */
A:link, A:visited {
	text-decoration: none;
	color: White;
}
A:hover {
	text-decoration: none;
	color: Red;
}
A:active {
	text-decoration: none;
	color: White;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;	
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	width: 110px;
	padding: 1px;
	color: #001151;
	background-color: #B0C4DE;
}
