BODY { 
    /* Serifenlose Schrift als Standard */
    font-family: Arial, Helvetica, Verdana, sans-serif; 
}
TD   { 
    /* Serifenlose Schrift als Standard */
    font-family: Arial, Helvetica, Verdana, sans-serif; 
}
P {
    /* Zeilenabstand */
    line-height: 110%;
}
.navi_links_trenner {
    /* linke Navigation | Trenner */
    margin: -0.50em;
}
A.navi_links {
    /* Unterpunkte */
    color: #333333;
    text-decoration: none;
    margin-left: .8em;
}
A.navi_links:hover {
    /* Unterpunkte hover */
    background: #cccccc;
    color: #003399;
    text-decoration: none;
    margin-left: .8em;
    margin-top: 0.3em;
    margin-bottom: 0.2em;
}
A.navi_links_news {
    /* Oberpunkte */
    color: #003399;
    background: #cccccc;
    text-decoration: none;
}
A.navi_links_news:hover {
    /* Oberpunkte hover */
    background: #003399;
    color: #ffffff;
    text-decoration: none;
}
DIV.navi_links {
    /* linke Navigation | Abstand */
    background: #eeeeee;
    padding: 0.15em;
    font-size: 70%;
}
DIV.navi_links_news
 {
    /* linke Navigation | Abstand */
    color: #003399;
    background: #cccccc;
    padding: 0.15em;
    font-size: 85%;
}