/* Zentrale CSS-Datei */
body        {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: #000000;
        font-size : 11px;
        background-color : #cccccc;
}

h3        {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: #000000;
        font-size : 14px;
}

.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;
        border-bottom-style:solid;
        border-bottom-color:#000000;
        border-bottom-width:1px;
        }

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;
        }


p                        {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: #000000;
        font-size : 11px;
}

td                                {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: #000000;
        font-size : 11px;
}

li                                {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: #000000;
        font-size : 11px;
}

/* alles, was klein erscheinen soll, Standard: 9px; */
.little                        {
        font-size : 9px;
}

/* Style "5 neueste Artikel" und TOP TEN Überschrift */
.topten                        {
        color: #eeeeee;
        font-size : 11px;
        }

/* Style Kommentare */
.comment                {
        color: #000000;
        font-size : 10px;
        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 : 10px;
}

/* Style Five Newest */
.fivenewest                        {
        background-color : #eeeeee;
        color: #000000;
        font-size : 10px;
}

/* 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: #eeeeee;
        background-color : #990000;
}

/* Style der Tabellenzeilen der offenen Fragen */
.openquestions {
        background-color : #eeeeee;
}