BODY {

        SCROLLBAR-BASE-COLOR: #A4BADB;
        SCROLLBAR-ARROW-COLOR: #FFFFFF;
}

A:link {text-decoration: underline; font-size: 15px; color : #9DB5D8; }
A:visited { text-decoration: underline; font-size: 15px; color : #9DB5D8; }
A:active { text-decoration: underline; font-size: 15px; color : #9DB5D8; }
P {font-family:  Arial; font-size: 17px;}
H1 {font-family: Verdana, Arial, Helvetica; font-size: 17px; font: bolder; text-decoration: underline; }
H2 {font-family: Verdana, Arial, Helvetica; font-size: 17px; }
H3 {font-family: Verdana, Arial, Helvetica; font-size: 19px; font: bolder; text-decoration: underline; }

/* ----- News ----- */

/*Format der Hauptüberschrift der Seite - in diesem Falle "News"*/
h1.news {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
text-align:center;
}

/*Format für Unterüberschriften wie z.B. "Suchergebnisse"*/
h2.news {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
text-align:center;
}

/*Fettschrift*/
b.news {
font-weight:bold;
color:#000000;
}

/*Format für Head-Zeile*/
th {
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color:#521A09;
color:#F1EBE5;
font-size: 12px;
}

/*Link (Headline)*/
#news a:link.newsh {
color:#F1EBE5;
text-decoration:underline;
}
/*besuchter Link (Headline)*/
#news a:visited.newsh {
color:#F1EBE5;
text-decoration:underline;
}
/*Mouseover-Effekt (Headline)*/
#news a:hover.newsh {
color:#F1EBE5;
text-decoration:underline;
}
/*Aktiver Link (Headline)*/
#news a:active.newsh {
color:#F1EBE5;
text-decoration:underline;
}

/*Format für Newstext*/
#news p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:normal;
color: #000000;
}

/*Format für die einzelnen Newseintrags-Überschriften*/
h3.news {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 15px;
color:#58221B;
text-align:left;
margin-top:8px;
}

/*Link (Newstext)*/
#news a:link {
font-size: 12px;
color:#000000;
text-decoration:underline;
}
/*besuchter Link (Newstext)*/
#news a:visited {
font-size: 12px;
color:#000000;
text-decoration:underline;
}
/*Mouseover-Effek (Newstext)t*/
#news a:hover {
font-size: 12px;
color:#000000;
text-decoration:none;
}
/*Aktiver Link (Newstext)*/
#news a:active {
font-size: 12px;
color:#000000;
text-decoration:none;
}