/* Bereichsnavigation, Hierarchiebene 1 (navA) */

/* normal */

.navA {
color: #000000;
font-family: Arial,sans-serif;
font-size: 11px;
font-weight: 500;
text-decoration: none
}

a.navA:link {
color: #000000;
text-decoration: none
}

a.navA:visited {
color: #000000;
text-decoration: none
}

a.navA:hover {
color: #000000;
text-decoration: none
}

a.navA:active {
color: #000000;
text-decoration: none
}

/* aktiv */

.navAact {
color: #000000;
font-family: Verdana,sans-serif;
font-size: 9px;
/*font-weight: bold*/
}

a.navAact:link {
color: #000000;
text-decoration: none
}

a.navAact:visited {
color: #000000;
text-decoration: none
}

a.navAact:hover {
color: #000000;
text-decoration: none
}

a.navAact:active {
color: #000000;
text-decoration:none
}

/* Bereichsnavigation, ab Hierarchiebene 2 (navB) */

/* normal */

.navB {
color: #000000;
font-family: Verdana,sans-serif;
font-size: 9px
}

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 {
color: #003399;
font-family: Verdana,sans-serif;
font-size: 9px
}

a.navBact:link {
color: #003399;
text-decoration: none
}

a.navBact:visited {
color: #003399;
text-decoration: none
}

a.navBact:hover {
color: #003399;
text-decoration: underline
}

a.navBact:active {
color: #003399;
text-decoration: underline
}

/* Abbinder */

.abbinder {
color: #666666;
font-family: Verdana,sans-serif;
font-size: 9px;
font-weight: bold
}

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
}