/* Bereichsnavigation, Hierarchiebene 1 (navA) */

/* normal */
 .navA { font-family:Tahoma,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;  }

 .navV { font-family:Tahoma,sans-serif; font-size:9px; font-weight:bold; color:#FF0000; }
a.navV:link { color:#FF0000; text-decoration:none; }
a.navV:visited { color:#FF0000; text-decoration:none; }
a.navV:hover { color:#FF0000; text-decoration:underline;  }
a.navV:active { color:#FF0000; text-decoration:underline;  }

.navVerd {font-family:Tahoma,sans-serif;font-size:9px;font-weight:bold;color:#33CC00;}
a.navVerd:link {color:#339900;text-decoration:none;}
a.navVerd:visited { color:#339900; text-decoration:none; }
a.navVerd:hover { color:#339900; text-decoration:underline;  }
a.navVerd:active { color:#339900; text-decoration:underline;  }

/* aktiv */
 .navAact { font-family:Tahoma,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:Tahoma,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:Tahoma,sans-serif;font-size:9px;color:#0052C2;font-weight: bold;}
/*a.navBact:link { color:#19388A; text-decoration:none; } cor original antiga*/
a.navBact:link { color:#0052C2; text-decoration:none; }
a.navBact:visited { color:#0052C2; text-decoration:none; }
a.navBact:hover { color:#0052C2; text-decoration:underline;  }
a.navBact:active { color:#0052C2; text-decoration:underline;  }



/* Abbinder */
.abbinder { font-family:Tahoma,sans-serif,Helvetica; font-size:9px; color:#000000; }
.abbinder a:link { color:#000000; text-decoration:none; }
.abbinder a:visited { color:#000000; text-decoration:none; }
.abbinder a:hover { color:#000000; text-decoration:underline;  }
.abbinder a:active { color:#000000; text-decoration:underline;  }

