/*Scrollbalken eingefärbt*/
body
{
SCROLLBAR-FACE-COLOR:#ECF3F3;
SCROLLBAR-3Dlight-Color:#42A1A1;
Scrollbar-shadow-Color:#345C5C;
}

/*Schriftfarbe NABU-Blau, verbunden mit dem CLASS-Tag*/
.text{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #2568B3;
        line-height: 18px;
        font-style: normal;
        font-weight: bold;
}
/*Angaben für Hyperlink in Ruheform*/
a:link {
        color: #2568B3;
        text-decoration: underline;
        font-weight: bold;
}

/*Angaben für besuchten Hyperlink */
 a:visited {
        color: #2568B3;
        text-decoration: underline;
        font-weight: bold;
}
/*Angaben für Hyperlink wenn die Maus drüberfährt in der Farbe orange*/
 a:hover {
        color: #ED960C;
        text-decoration: underline;
        font-weight: bold;
}
/*Text in der Farbe orange*/
.textorange{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #ED960C;
        line-height: 18px;
        font-style: normal;
        font-weight: bold;
}

.kopfzeile {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 20px;
        color: #2568B3;
        line-height: 24px;
        font-weight: normal;
}

.kopfzeileorange {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 20px;
        color: #ED960C;
        line-height: 24px;
        font-weight: normal;
}

.unterzeile {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #ED960C;
        line-height: 18px;
        font-weight: bold;
}
.rahmen {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #2568B3;
        line-height: 14px;
        font-weight: bold;
}
.rahmen a:link {
        color: #2568B3;
        text-decoration: none;
        font-weight: bold;
}
.rahmen a:visited {
        color: #2568B3;
        text-decoration: none;
        font-weight: bold;
}
.rahmen a:hover {
        color: #ED960C;
        text-decoration: underline;
        font-weight: bold;
}

.leerzeile {
        font-family: Arial;
        font-size: 10px;
        color: #ECF3F3;
        font-weight: normal;
}

.bildunter {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #2568B3;
        font-weight: normal;
}