body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000000;
	background-color: #000033;
	margin: 0;
 }

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: Blue;
	text-decoration: underline;
}

a:active {
	color: Blue;
	text-decoration: underline;
}

a.top:link { 
	color: #000000; 
	text-decoration: none; 
}

a.top:visited { 
	color: #000000; 
	text-decoration: none; 
}

a.top:hover { 
	color: #000000; 
	text-decoration: underline; 
}

a.top:active { 
	color: #000000; 
	text-decoration: underline; 
}

a.language:link { 
	color: #FFFFFF; 
	text-decoration: none; 
}

a.language:visited { 
	color: #FFFFFF; 
	text-decoration: none; 
}

a.language:hover { 
	color: #FFFFFF; 
	text-decoration: underline; 
}

a.language:active { 
	color: #FFFFFF; 
	text-decoration: underline; 
}

.menu {
	background-color: #CCCCFF;
	width: 750px;
	border: solid #333333;
	border-width: 1px;
	font: small-caps bolder 16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

.bottom {
	background-color: #CCCCFF;
	width: 750px;
	border-right: solid #333333;
	border-right-width: 1px;
	border-left: solid #333333;
	border-left-width: 1px;
	border-top: solid #333333;
	border-top-width: 1px;
	font-size: 10px;
	color: #000000;
	text-align: right; 
}

.haupttitel {
	font-size: 32px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

.titel {
	background-color: #F2F2FF;
	width: 750px;
	border-left: solid #333333;
	border-left-width: 1px;
	border-right: solid #333333;
	border-right-width: 1px;
}

.inhalt {
	background-color: #F2F2FF;
	width: 750px;
	border-left: solid #333333;
	border-left-width: 1px;
	border-right: solid #333333;
	border-right-width: 1px;
}

h1 {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

.text {
	font-size: 12px;
	color: #000000;
	text-align: left;
}

.textcenter {
	font-size: 12px;
	color: #000000;
	text-align: center;
}

.textklein {
	font-size: 10px;
	color: #000000;
	text-align: left;
}

.textkleincenter {
	font-size: 10px;
	color: #000000;
	text-align: center;
}

.language { 
	text-align: right;
	vertical-align: top; 
	font: 10px/25px Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	font-weight: bold;
}

hr { width: 500px;
	color: #000033; 
}