<style type="text/css">

.schriftWeiss {
	font-size: 11px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
.tabellenschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-size: 11px;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #000066;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: none;
	color: #660000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #660000;
}
.roteschrift {
  color: #FF0000
}
</style></head>

/* Schaltflächen */
.button{
	text-align: center;
	text-valign: middle;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	height: 22px;
	/* width: 150px;	
  	background-color: #CCCCCC;
	border: 1px solid #000000; 
  	margin-top: 1em;
	margin-bottom: 1em;*/
}
