/* CSS-Datei */
body        {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: #000000;
        font-size : 11pt;
        background-color : #cccccc;
        scrollbar-base-color:#990000;
        scrollbar-3dlight-color:#990000;
        scrollbar-arrow-color:#990000;
        scrollbar-darkshadow-color:#eeeeee;
        scrollbar-face-color:#990000;
        scrollbar-highlight-color:#eeeeee;
        scrollbar-shadow-color:#990000;
        scrollbar-track-color:#cccccc;
}

h3        {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: #000000;
        font-size : 12pt;
}

.fett{
        font-weight:bold;
        }
.draw{
        font-weight:normal;
        background:#cccccc;
                }
.i{
        font-style:italic;
        }
.button{
        font-size:9pt;
        font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
        background-color:#990000;
        border-color:#eeeeee;
        border-width:2px;
        font-weight:bold;
        color:#eeeeee;
        }


.border{
        border-style:solid;
        border-color:#990000;
        border-width:1px;
        }
.border2{
        border-style:solid;
        border-color:#000000;
        border-width:1px;
        }
.border3{
        border-left-style:solid;
        border-left-color:#000000;
        border-left-width:1px;
        border-right-style:solid;
        border-right-color:#000000;
        border-right-width:1px;
        }
.line1{
        font-size:10pt;
        background:#cccccc;
        }


a:link{
        color:#990000;
        text-decoration:none;
        font-weight:bold;
        }
a:hover{
        color:#000000;
        text-decoration:none;
        }
a{
        color:#990000;
        text-decoration:none;
        font-weight:bold;
        }

a:link.menufont{
        color:#990000;
        text-decoration:none;
        font-weight:bold;
        }
a:visited.menufont{
        font-weight:bold;
        color:#990000;
        text-decoration:none;
        }
a:hover.menufont{
        color:#000000;
        text-decoration:none;
        }


a:link.menufont2{
        font-size:8pt;
        color:#990000;
        text-decoration:none;
        font-weight:bold;
        }
a:visited.menufont2{
        font-size:8pt;
        font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight:bold;
        color:#990000;
        text-decoration:none;
        }
a:hover.menufont2{
        font-size:8pt;
        color:#ffffff;
        text-decoration:none;
        }



p                        {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: #000000;
        font-size : 10pt;
}

td                                {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: #000000;
        font-size : 10pt;
}

li                                {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: #000000;
        font-size : 10pt;
}

/* kleine Schrift, Standard: 9px; */
.klein                        {
        font-size : 8pt;
}

/* Style "5 neueste Artikel" und TOP TEN Überschrift */
.topten                        {
        color: #eeeeee;
        font-size : 11pt;
        }

/* Style Kommentare */
.comment                {
        color: #000000;
        font-size : 10pt;
        border-bottom : 1px dashed #990000;
        border-top : 1px dashed #990000;
        background-color : #EEEEEE;
}

/* Style Newsüberschrift */
.header                              {
        color: #000000;
        line-height : 14px;
        text-decoration:underline;
        font-weight:bold;
}

/* Style TopTen */
.topten                                {
        background-color : #fcfcfc;
        color: #000000;
        font-size : 10pt;
}

/* Style Five Newest */
.fivenewest                        {
        background-color : #eeeeee;
        color: #000000;
        font-size : 10pt;
}

/* Style der INPUT-Felder - Achtung: nicht Netscape 4.x kompatibel! */
input                        {
        border: 1px solid #990000;
        color: #000000;
        background-color : #eeeeee;
}

/* Style der RADIO-Buttons - Achtung: nicht Netscape 4.x kompatibel! */
input.radio        {
        border: 0px none #cccccc;
        background-color : #eeeeee;
}

/* Style der SUBMIT-Buttons - Achtung: nicht Netscape 4.x kompatibel! */
input.submit        {
        border: 1px solid #cccccc;
        color: #eeeeee;
        background-color : #990000;
}

/* Style der TEXTAREA-Felder - Achtung: nicht Netscape 4.x kompatibel! */
textarea                {
        border: 1px solid #990000;
        color: #000000;
        background-color : #eeeeee;
}

/* Style der SELECT-Felder - Achtung: nicht Netscape 4.x kompatibel! */
select                {
        border: 1px solid #cccccc;
        color: #000000;
        background-color : #eeeeee;
}

/* Style der Tabellenzeilen der offenen Fragen */
.openquestions {
        background-color : #eeeeee;
}
