body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.scrollen {overflow: auto; /*wichtig*/
     height: 350px; /*wichtig*/
     width: 800px; /*wichtig*/
}
.normaler_text {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}
.datenbank_auswahl {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
}
.footer {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
}
.footer_link:link {
	color: #000000;
}
.footer_link:visited {
	color: #000000;
}
.footer_link:hover {
	text-decoration: underline;
	color: #000000;
}
.footer_link:activate {
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;

a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

