<!--
/* generelle Einstellungen */
* html div
{
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
}
body
{
	background-color:#FFFFFF;
	margin:10px 0px 10px 10px;
	font:100% Verdana, Arial, Helvetica, sans-serif;
}

a:link
{
	color:#0000C0;
	text-decoration:underline;
}
a:visited
{
	color:#0000C0;
	text-decoration:underline;
}
a:hover
{
	color:#000080;
	text-decoration:none;
}

tr#fehler
{
	background-color:#ff4040;
}
-->

