body
{
	background-color:white;
	top: 30px;
	left: 10px;
}

b
{
font-family: Arial;
font-size: 10pt;
}

#Schrift1
 {
 	font-family: 'Arial';
 	font-size:13pt;
 	color:black;
 	position:absolute;
 	top:80px;
 	left:115px;
 	width:500px;
 	
}
#Schrift2
{
	font-family: Arial;
	font-size: 10pt;
	color:black;
	position: absolute;
}

#Schrift3
{
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	color:black;
	position:absolute;
}

td
{
vertical-align:top;
{

a:link { text-decoration:underline; = font-weight:bold; color:black; }
a:visited { text-decoration:underline; font-weight:none; color:black; }
a:hover { text-decoration:underline; font-weight:bold; background-color: none; }
a:active { text-decoration:underline; font-weight:bold; background-color:none; }
a:focus { text-decoration:underline; font-weight:bold; background-color:white; }