.ueberschrift { 
    font-size: 14px;
    font-family: verdana;
    font-weight:bold;
    color: #3f89c3;
}

.text {
	font-size: 11px;
	font-family: verdana;
	font-weight:none;
	color: #000000;
}

.fehlertext {
	font-size: 11px;
	font-family: verdana;
	font-weight:bold;
	color: #DD0000;
}

a:link {
    text-decoration: underline;
    text-align: center;
	font-size: 11px;
	font-family: verdana;
	color: #000000;
}

a:visited {
    text-decoration: none;
    text-align: center;
	font-size: 11px;
	font-family: verdana;
	color: #000000;
}

a:hover {
    text-decoration: none;
    text-align: center;
	font-size: 11px;
	font-family: verdana;
	color: #000000;
}

a:active {
    text-decoration: none;    
    text-align: center;
	font-size: 11px;
	font-family: verdana;
	color: #000000;
}

td { 
	font-size: 12px;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	margin:0px 0px 10px 0px;
	padding:0px;
}





