/* 
CSS für Navigationselemente 
- muss in jede Seite!
Autor: Bernd Schlackl, info@kreativform.de
*/

/* Topnav */
.toplink {
font-size: 11px; 
font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif; 
line-height: 12px;
}
a.textlink {
color: #333;
text-decoration: underline;
}
a.textlink:hover {
color: #0086c6;
}

a.nav, a.subnav, a.navon, a.subnavon, a.navbereich, a.subnavbereich, a.navadmin, a.navadminsub {
display: block;
text-decoration: none;
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
font-weight: bold;
margin: 0 0 2px 0;
padding: 4px 2px 4px 8px;
background-color: #eaeaea;
color: #333;
}
a.subnav, a.subnavon, a.navadminsub {
font-size: 12px;
padding-left: 19px;
padding-bottom: 5px;
margin-top: -2px;
background-color: #a3ccef;
/*border-top: 0.5px solid #bedbf4;*/
}
a.navadmin, a.navadminsub {
color: #aaa;
}
a.navon, a.subnavon {
color: #fff;
background-color: #d9e3ec;
background-color: #00a6eb;
}
/* die Farbe für den Bereich in dem ein Navpunkt gehilitet ist: */
a.navbereich {
background-color: #a3ccef;
}
a.nav:hover, a.subnav:hover, a.navon:hover, a.subnavon:hover, a.navbereich:hover {
text-decoration: none;
color: #fff;
background-color: #00a6eb;
}

/* Adressblock und Footer */
td.navadresse {
font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif;
font-size: 12px;
line-height: 15px;
color: #333;
font-weight: bold;
}
a.navadresse {
color: #333;
}
a.navadresse:hover {
color: #00a6eb;
}
td.navfooter {
font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif;
font-size: 12px;
line-height: 15px;
color: #333;
font-weight: normal;
}
