/*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: 20px;
text-align:center;
}

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






/*Format f?r Head-Zeile*/
th {
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color:#CDC189;
color:#743773;
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: 14px;
font-weight:bold;
color: #743773;
}

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

/*Link (Newstext)*/
#news a:link {
font-size: 12px;
color:#743773;
text-decoration:underline;
}
/*besuchter Link (Newstext)*/
#news a:visited {
font-size: 12px;
color:#743773;
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:#743773;
text-decoration:none;
}