/* ####### newsFeeds.rss */
/* ##################### */

.nf_lineColor { background-color:#999999;} /* Linien (backgroundcolor weil tables) */

.nf_inh_record { background-color:orange; color:white; font-weight:bold; } /* Inhaltsausgabe: Nummer der Meldung zB 3/10 */
.nf_inh_pubDate { background-color:#FFE3AA; } /* Inhaltsausgabe: Datum der Meldung */
.nf_inh_title { font-size:10pt;font-weight:bold; } /* Inhaltsausgabe: Titel der Meldung */

a.nf_inh_zumArtikel { text-decoration:none; color:#74809A; font-weight:bold; }
a.nf_inh_zumArtikel:link    { text-decoration:none; }
a.nf_inh_zumArtikel:visited { text-decoration:none; }
a.nf_inh_zumArtikel:hover   { text-decoration:underline; }
a.nf_inh_zumArtikel:active  { text-decoration:none; }
