/*Format für allen Text innerhalb von Tabellenzellen*/
td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

/*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:#FFFFFF;
}






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

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






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

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

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