.naviLinkAktiv{
   text-decoration:none;
   display:block;
   color:#C60044;
}

.naviLink{
   text-decoration:none;
   display:block;
   color:#666;
}

.naviLink a:hover {
   color:#C60044;
}


/*+*+*+* Main Navigation *+*+*+*/
/*-----------------------------*/

#mainNavigation{
   float:left;
   height:11px;
   margin-top:2px;
   overflow:visible;
}

#mainItem{
   float:left;
   margin-left:20px;
}
#mainItemFirst{
   float:left;
}
#mainItem.aktiv{
   border-bottom:4px solid #C60044;
}
#mainItemFirst.aktiv{
   border-bottom:4px solid #C60044;
}

#mainItem a{
   font-family:verdana;
   font-size:11px;
   font-weight:bold;
   color:#646567;
   text-decoration:none;
   text-transform:uppercase;
}
#mainItemFirst a{
   font-family:verdana;
   font-size:11px;
   font-weight:bold;
   color:#646567;
   text-decoration:none;
   text-transform:uppercase;
}


#mainItem a:hover{
   color:#C60044;
}
#mainItemFirst a:hover{
   color:#C60044;
}


/*+*+*+* Sub Navigation *+*+*+*/
/*----------------------------*/

#subNavigation{
   float:left;
   height:15px;
   margin-top:9px;
   overflow:hidden;
}

#subItem{
   float:left;
   height:15px;
   padding-left:5px;
   margin:0px 10px 0px 0px;
   line-height:0.7;
   *+line-height:0.9;
   overflow:visible;
}

#subItem.aktiv{
   background:transparent url(765_DE.gif?exp=24552665623600) no-repeat left center;
}

#subItem.aktiv a{
   
}

#subItem:hover{

}

#subItem a{
   font-family:verdana;
   font-size:11px;
   font-weight:normal;
   text-decoration:none;
   color:#646567;
}

#subItem:hover a, #subItem a:hover{
   color:#C60044;
}


/*+*+*+* Service Navigation *+*+*+*/
/*--------------------------------*/

#serviceNavigation{
   float:left;
   height:11px;
   margin-top:2px;
   overflow:visible;
}

#serviceItem{
   float:left;
   margin-right:18px;
   line-height:2;
}

#serviceItem.aktiv{
 
}

#serviceItem a{
   font-family:verdana;
   font-size:11px;
   font-weight:normal;
   color:#646567;
   text-decoration:none;
}

#serviceItem a:hover{
   text-decoration:underline;
}


/*+*+*+* Sitemap *+*+*+*/
/*---------------------*/

#sitemap{
   margin-left:20px;
}

#sitemap a{
   display:inline;
   background-image:none;
   text-decoration:none;
   margin:0px;
}

#sitemap a:hover{
   text-decoration:underline;
}