body{
	margin:10px 0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: white;
	color: Black;
}

table {
	font-size: 13px;
}

table.navi{
	text-align: left;
}

div {
    text-align:left;
}

div.aktuell {
	margin:10px;
}

td.mainheader{
	font-size: 20px;
	color: White;
}
div.mainheader{
	width: 513px; 
	color: white; 
	font-size: 20px; 
	background-color: #CC0001; 
	margin-left:-5px; margin-top:10px; 
	margin-bottom:10px;
}

div.graurand{
	border-style:solid; 
	border-width:0px; 
	border-color:#707070; 
	border-top-width:2px; 
	border-bottom-width:2px;
}


div.schwarz {
	border-color:#000000; 
	border-width:0px; 
	border-style:solid;
}

input {
	border : 1px solid white;
	background-color : #A5A5A5;
	color : White;
	font-size : 9px;
}

a {
	text-decoration: none;
}

a:link {
	color : #950000;
} 
a:visited {
	color : #950000;
}
 a:hover {
	color : #F52E1B;
	text-decoration: underline;
} 
a:active {
	color : #950000;
} 
