a:link {
	color: #336600;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background-color: #336600;
	text-decoration: none;
}
a:visited {
	color: #285100;
	text-decoration: none;
	background-color: #FFFFFF;
}
a:active {
	color: #99CC66;
	text-decoration: none;
}
.klein {
	font-size: smaller;
}	
body {
	font-family: Arial, Helvetica, sans-serif;
}
.Fusszeile {
	font-size: x-small;
	color: #336600;
}
.Auszeichnung {
	font-weight: bold;
}
.Tabellenkopf {
	font-weight: bold;
}
.Tabellenauszeichnung {
	background-color: #CCFFCC;
}
p {
}
.Tabelleklein {
	font-size: smaller;
}
.unterstrichen {
	text-decoration: underline;
}
.kursiv {
	font-style: italic;
}
