

/************************************************************************************/
/* Generelle HTML Tags */


/************************************************************************************/
/* Haupt Navigation   */

.nav { 
width: 150px;
padding: 0px;
margin-top: 4px;
background-color: transparent;
}

a.nav {
display: block;
font-size: 12px;
color: #878C87;
font-weight: bold;
vertical-align: middle;
text-indent: 10px;
line-height: 20px;
text-decoration: none;
background-image: url(../images/g_trans33.png);
}


a.nav:hover {
color: #5f6d78;
letter-spacing: 0px;
text-decoration: none;
background-color: #fff;
}

.nav_active, a.nav_active, a.nav_active:hover {
display: block;
margin-top: 4px;
font-size: 12px;
color: #5f6d78;
font-weight: bold;
vertical-align: middle;
text-indent: 10px;
width: 150px;
line-height: 20px;
text-decoration: none;
background-color: #fff;
}




/* Sub Navigation   */

.subnavtab {
width: 150px;
margin-bottom: 8px;
}

.subnav, a.subnav {
display: block;
padding: 0px;
margin: 0px;
width: 150px;
font-size: 11px;
color: #878C87;
vertical-align: middle;
text-indent: 10px;
line-height: 20px;
text-decoration: none;
background-color: #fff;
}


a.subnav:hover {
color: #5f6d78;
/*font-weight: bold;*/
text-decoration: none;
background-color: #fff;
}

.subnav_active, a.subnav_active, a.subnav_active:hover {
display: block;
font-size: 11px;
color: #5f6d78;
/*font-weight: bold;*/
vertical-align: middle;
text-indent: 18px;
width: 150px;
line-height: 20px;
text-decoration: none;
background-color: #fff;
}








