html{
	scrollbar-face-color:#E1E1E1;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#F5F5F5;
	scrollbar-darkshadow-color:#F5F5F5;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-arrow-color:#E00000;
	scrollbar-track-color:#F5F5F5;
}

body{
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-align:left;
	background-color:#FFFFFF;
}

a:link       { color: #000000} /*schwarz: 000000*/
a:visited    { color: #000000} /*rot    : CC0000*/
a:hover      { color: #E00000} /*grau   : 969696*/
a:active     { color: #E00000}
a:focus      { color: #E00000}

.TitelderSeite{
	font-size:12pt;
	color: #000000;
	font-weight: normal;
	letter-spacing:1pt;
}

.TabelleNewsÜberschrift1{
	font-size:10pt;
	color: #000000;
	font-weight: bold;
}
.TabelleNewsÜberschrift2{
	font-size:8pt;
	color: #E00000;
	font-weight: bold;
}

.Fusszeile{
	font-size: smaller;
}
.FusszeileOFF{
	font-weight: bold;
	background-color: #F5F5F5;
	cursor:default;
	border: 2px solid #E1E1E1;
}
.FusszeileON{
	font-weight: bold;
	background-color: #F5F5F5;
	cursor:pointer;
	border: 2px solid #E1E1E1;
}
