*{
	font-family: "OCR A Extended", "Courier New";
	background-color: #000000;
	color: #FFFFFF;
}
body {
	font-size: 16px;
	text-align: left;
}
h1{
	text-align: center;
}
.main, .offenlegung{
	margin: auto;
}
tr, .main{
	text-align: center;
}
ul{
	text-align: left;
}
.fehler{
	color: red;
}
.footer{
	margin-left: auto;
  margin-right: auto;
	position: fixed;
	width: 100%;
	bottom: 0px;
	text-align: center;
	z-index: 2;
}
.xhtml{
	float: right;
	margin-right: 10px;
	z-index: 3;
}
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;
}


