*{
	font-family: "OCR A Extended", "Courier New";
	background-color: #000000;
	color: #FFFFFF;
}
body,.standard, .herunterladen {
	font-size: 16px;
	text-align: left;
}
.kopf {
	position: fixed;
	background-color: #000000;
	top: 5%;
	width: 90%;
	left: 5%;
	font-size: 36px;
	text-align: center;
}
.links {
	font-size: 16px;
	text-align: left;
	vertical-align: top;
}
.auswahl,.abschicken,.fehler,.gesetz{
	position: absolute;
	text-align: center;
	width: 90%;
	left: 5%;
}
.auswahl{
	top: 30%;
}
.abschicken{
	top: 40%;
}
.gesetz{
	top: 48%;
}
.fehler{
	font-size: 16px;
	top: 40%;
	color: #FF0000;
}
.tr{
	text-align: center;
}
.offenlegung{
	position: fixed;
	bottom: 3%;
	left: 5%;
	width: 90%;
	text-align: center;
	z-index: 2;
	background-color: #000000;
}
.xhtml{
	position: fixed;
	bottom: 1%;
	right: 3%;
	z-index: 3;
	background-color: #000000;
}
a:link {
	color: #00FF00;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FDED24;
}
a:hover {
	text-decoration: none;
	color: #00CCFF;
}
a:active {
	text-decoration: underline;
	color: #FFFF00;
}

