/* news */
P.navi_links_news { 
    /* Navigation links | News-Eintraege fett */
    font-weight: 700;
}
SPAN.teaser_cebit,
SPAN.teaser_systems,
SPAN.teaser_ifa {
    /* Teaser | special | hervorgehoben */
    color: #CC0000;
}
SPAN.teaser_photokina {
    /* Teaser | special | hervorgehoben */
    color: #6666cc;
}
B.cebit,
B.systems,
B.ifa,
B.photokina,
SPAN.cebit,
SPAN.systems,
SPAN.ifa,
SPAN.photokina {
    /* Meldungen | special | hervorgehoben */
    color: #CC0000;
    font-size: 80%;
}
DIV.tage A {
    /* 7-Tage-News | Links | nicht unterstrichen */
    text-decoration: none;
; color: #FF0000
}
DIV.tage A:hover {
    /* 7-Tage-News | Links | unterstrichen */
    text-decoration: underline;
}
DIV.tage DIV {
    /* 7-Tage-News | Meldung | Abstand */
    margin-left: 1em;
    margin-bottom: 0.3em;
}
DIV.tage H4 {
    /* 7-Tage-News | Datum | Abstand */
    margin-bottom: 0.2em;
}
A.weitere,
A.kommentar,
A.news_archiv,
A.news_suche {
    /* News Navigation | Links | nicht unterstrichen */
    color: #003399;
    text-decoration: none;
}
A.weitere:hover,
A.kommentar:hover,
A.news_archiv:hover {
    /* News Navigation | Links | unterstrichen */
    text-decoration: underline;
}
SPAN.wochentag {
    /* News-Archiv | Hintergrund Wochentage */
    background: #eeeeee;
    padding: 1px;
}
SPAN.sonntag {
    /* News-Archiv | Hintergrund Sonntage */
    background: #ccddee;
    padding: 1px;
}
BLOCKQUOTE.newsletter {
    /* Newsletter | Abstand nach Verwaltung */
    margin-bottom: 2em;
}

