/*Seiteneigenschaften*/
body {
	background-color:#FFFFFF;
	margin-left: 2px;
	margin-top: 0px;
	font-family : Verdana,arial;
}

/*Tabellentext allgemein*/
td {font-size: 12px;
    font-family: verdana,arial;
    color:#FFFFFF;
	text-align: center}
*/

td.kopf { text-align: center; background-color: #4471CD}
td.markiert {font-size: 11px; text-align: center; color:#FFFFFF; background-color: #6F91D8}

/*Linkfarbe*/
a {color:#FFFFFF}
   a:link {text-decoration: none}
   a:visited {text-decoration: none}
   a:active {
	text-decoration: none;
	color : #FFFF00;
	font-weight : bold;
}
   a:hover {
	background-color: #FFFFFF;
	color: #4471CD;
	text-decoration: none;
	background : #FFFFFF;
}

a.main {color:#FFFFFF; font-weight: bold; background-color: #4471CD}
a.punkt {color:#FFFFFF; font-size: 11px; background-color: #6F91D8}
