/* Standard-Navigation oben */
A.navi_oben {
    background: #99ccff;
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    font-family: Arial, Helvetica, Verdana, sans-serif; 
}
A.navi_oben:hover {
    background: #000000;
    color: #99ccff;
    text-decoration: none;
    font-family: Arial, Helvetica, Verdana, sans-serif; 
    font-size: 12px;
}
.trenner {
    color: #666666;
    background: #eeeeee;
    font-family:  Arial, Helvetica,Verdana, sans-serif; 
    font-size: 12px;
}
/* Standard Fontgroessen */
.size80 {
    font-size: 80%;
}
.size120 {
    font-size: 120%;
}
/* Links */
A.ohne {
    text-decoration: none;
}