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

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

a                        {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: #000080;
        text-decoration : underline;
}

a:hover {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        color : #000080;
        text-decoration : underline;
}

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

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

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

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

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

/* Style Kommentare */
.comment                {
        color: #000080;
        font-size : 10px;
        border-bottom : 1px dashed Navy;
        border-top : 1px dashed Navy;
        background-color : #EEEEEE;
}

/* Style Newsüberschrift */

.header                                {

        background-color : #FFFFFF;
        line-height : 16px;
}

/* Style der INPUT-Felder - Achtung: nicht Netscape 4.x kompatibel! */
input                        {
        color: #000080;
        background-color : #ffffff;
}

/* Style der RADIO-Buttons - Achtung: nicht Netscape 4.x kompatibel! */
input.radio        {

        background-color : #f5f5f5;
}

/* Style der SUBMIT-Buttons - Achtung: nicht Netscape 4.x kompatibel! */
input.submit        {

        color: #f5f5f5;
        background-color : #4169e1;
}

/* Style der TEXTAREA-Felder - Achtung: nicht Netscape 4.x kompatibel! */
textarea                {

        color: #000080;
        background-color : #ffffff;
}

/* Style der SELECT-Felder - Achtung: nicht Netscape 4.x kompatibel! */
select                {
        color: #000080;
        background-color : #ffffff;
}