/* Bereichsnavigation, Hierarchiebene 1 (navA) */

/* normal */
 .navA { font-family:Verdana,sans-serif; font-size:9px; font-weight:bold; color:#000000; }
a.navA:link { color:#000000; text-decoration:none; }
a.navA:visited { color:#000000; text-decoration:none; }
a.navA:hover { color:#000000; text-decoration:underline;  }
a.navA:active { color:#000000; text-decoration:underline;  }

/* aktiv */
 .navAact { font-family:Verdana,sans-serif; font-size:9px; font-weight:bold; color:#000000; }
a.navAact:link { color:#000000; text-decoration:none; }
a.navAact:visited { color:#000000; text-decoration:none; }
a.navAact:hover { color:#000000; text-decoration:underline;  }
a.navAact:active { color:#000000; text-decoration:underline;  }


/* Bereichsnavigation, ab Hierarchiebene 2 (navB) */

/* normal */
 .navB { font-family:Verdana,sans-serif; font-size:9px; color:#000000; }
a.navB:link { color:#000000; text-decoration:none; }
a.navB:visited { color:#000000; text-decoration:none; }
a.navB:hover { color:#000000; text-decoration:underline;  }
a.navB:active { color:#000000; text-decoration:underline;  }

/* aktiv */
 .navBact { font-family:Verdana,sans-serif; font-size:9px; color:#FF0000; }
a.navBact:link { color:#FF0000; text-decoration:none; }
a.navBact:visited { color:#FF0000; text-decoration:none; }
a.navBact:hover { color:#FF0000; text-decoration:underline;  }
a.navBact:active { color:#FF0000; text-decoration:underline;  }


/* Abbinder */

 .abbinder { font-family:Verdana,sans-serif; font-size:9px; font-weight:bold; color:#666666; }
a.abbinder:link { color:#666666; text-decoration:none; }
a.abbinder:visited { color:#666666; text-decoration:none; }
a.abbinder:hover { color:#666666; text-decoration:underline; }
a.abbinder:active { color:#666666; text-decoration:underline; }


/* Abbinder Schwarz abbinder_aa = navA */


/* Abbinder Rot */
 .abbinderab { font-family:Verdana,sans-serif; font-size:9px; font-weight:bold; color:#FF0000; }
a.abbinderab:link { color:#FF0000; text-decoration:none; }
a.abbinderab:visited { color:#FF0000; text-decoration:none; }
a.abbinderab:hover { color:#FF0000; text-decoration:underline; }
a.abbinderab:active { color:#FF0000; text-decoration:underline; }

