/* Farbe der Scrollbars: */
body {
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #009e9d;
scrollbar-3dlight-color: #009e9d;
scrollbar-arrow-color: #000f75;
scrollbar-track-color: #ffffff;
scrollbar-darkshadow-color: #009e9d;
margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;
background-color: #009e9d; background-image: url(images/xxx.gif); background-position: left top; background-repeat: repeat; background-attachment: fixed}
}
/* normaler Fliestext: */
p {
font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #000000;
}
/* normaler Fliestext: */
td {
font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #000000;
}
.headline  {
font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px; color: #0016a5; font-weight: bold;
}
/* Tabellenrahmen: */
.border_oeffnung
{
border-right: solid 1px #000f75; border-bottom: solid 1px #000f75; border-left: solid 1px #000f75; border-top: solid 1px #000f75;
}

.oeffnung {
font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000f75; font-weight: bold;
}
.oeffnung_small {
font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000f75; font-weight: normal;
}


/* Linkfarben: */
A {
font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; text-decoration: none; color: #0016a5;
}
/* Linkhintergrund bei mouseover */
A:hover {
font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; text-decoration: underline; color: #c40000;
}
A:active {
font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; text-decoration: underline; color: #c40000;
}
