/* ####### newsFeeds.css ### Newsfeeds in Wochenstimme */
/* ################################################### */

/* ### Doppellinien mit Schattenwirkung (backgroundcolor weil tables), dzt. bei Themenauflistung */
.nf_lineColor1 { background-color:#BFBFBF;} /* grau */
.nf_lineColor2 { background-color:#FFFFFF;} /* weiss */

/* ### Allgemeine Formate in der Inhaltsauflistung */
.nf_inh_record { background-color:#FFFFFF; color:#000000; font-size:7pt; } /* <<< Nummer der Meldung zB 3/10 */
.nf_inh_pubDate { background-color:#FFFFFF; font-size:7pt; } /* <<< Datum der Meldung */
.nf_inh_title { font-size:9pt;font-weight:bold; letter-spacing: 1px; color:#800000; } /* <<< Titel der Meldung */

/* ### InhaltsAuflistung: Link zum Channel (quelle) */
a.nf_inh_zumChannel { text-decoration:none; color:black; font-size:7pt; }
a.nf_inh_zumChannel:link    { text-decoration:none; }
a.nf_inh_zumChannel:visited { text-decoration:none; }
a.nf_inh_zumChannel:hover   { text-decoration:underline; }
a.nf_inh_zumChannel:active  { text-decoration:none; }

/* ### InhaltsAuflistung: Link "zum Artikel >" */
a.nf_inh_zumArtikel { text-decoration:none; color:#800000; letter-spacing:1px; }
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; }