 /* Generelle Seiten stylse. Scrollbartags nur ab IE5.5+ sichtbar */
body {
        background-color: #ffffff;
        scrollbar-arrow-color:00F0F0;
        scrollbar-base-color:#996600;
        color: #F3F3F3;
        font-size: 12px
}

a {     color:       #996600;
        text-decoration: none;
}

h2 {font-weight: bold; font-size: 12px; color : #CC0000}
h3 {font-weight: bold; font-size: 14px; color : #660000}
h4 {font-weight: bold; font-size: 14px; color : #CC0000}
b, #bi {font-weight: bold; font-size: 11px; color : #660000}
#bi    {font-weight: bold; font-size: 11px; color : #ff0000;}
a:hover {
        color:        #663300;
        text-decoration: underline;font-weight: none;
}

/* generelle fonttags */
/* font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif } */

font,th,td,p { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #663300 }

strong { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #660000 }


hr        { height: 0px; border: solid ##11E1F2; 0px; border-top-width: 1px; color: #663300;}








/* Kopfnavigation */
.nav                       { font-weight: bold; font-size: 11px; color : #46FF46}
a.nav                      { text-decoration: none; font-size: 11px; color : #46FF46}
a.nav:link                 { text-decoration: none; font-size: 11px; color : #46FF46}
a.nav:visited              { text-decoration: none; font-size: 11px; color : #46FF46}
a.nav:hover                { text-decoration: underline; font-size: 11px; color : #FEC605}

.navl                       { font-weight: bold; font-size: 12px; color : #FFcc00}
a.navl                      { text-decoration: none; font-size: 11px; color : #FFFF00}
a.navl:link                 { text-decoration: none;  font-size: 11px; color : #FFFEDF}
a.navl:visited              { text-decoration: none; font-size: 11px; color : #FEEE92}
a.navl:hover                { text-decoration: underline; font-size: 11px; color : #46FF46}

/* Formularelemente müssen noch angepaßt werden */
input,textarea {
        font-size: 11px;
        background-color: #FFF7C6;
        color: #000000;
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
border-width:0
}


textarea {
        scrollbar-arrow-color::00F0F0;
        scrollbar-base-color:#660000;
        border-width:0
}






select {
        font-size: 11px;
        color : 000000;
        background-color:  #FFF7C6 ;
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
border-width:0



}

/* Fuß */
.copy { color : #DFFFFF; font-size: 10px; }
a.copy { color: #DFFFFF; text-decoration: none; }
a.copy:link        { color: #DFFFFF;; text-decoration: none; }
a.copy:visited        { color: #97E6FF; text-decoration: none; }
a.copy:hover       { color: #91FF91; text-decoration: underline; }

