/************************************************
*************FIRST_LEVEL*************************
************************************************/
/*Style-Definition für die First-Level-Navigation*/
DIV.fstLevel a
      { color: white; font-weight: bold; font-size: 11px; line-height: 29px; font-family: arial, verdana, helvetica; text-decoration: none; background: #8c98a4 no-repeat; text-align: left; text-indent: 10px; display: block; margin: 0px; padding: 0px; border-style: solid; border-width: 0px 1px 1px 1px; border-color: #fff white white white; width: 156px; height: 30px }
/*Style-Definition für die First-Level-Navigation bei Mouse-Over*/
DIV.fstLevel a:hover
   { color: red; text-decoration: none; background-color: #8c98a4; width: 156px; height: 30px }
/*Style-Definition für die First-Level-Navigation bei aktivem Link*/
DIV.fstLevelActive a
    { color: white; font-weight: bold; font-size: 11px; line-height: 29px; font-family: arial, verdana, helvetica; text-decoration: none; background: #8c98a4 url(images/fon_menu-sub-act.jpg); text-align: left; text-indent: 10px; display: block; margin: 0px; padding: 0px; border-style: solid; border-width: 0pt 1px 1px 1px; border-color:  white white white; width: 156px; height: 30px }

/************************************************
*************SECOND_LEVEL*************************
************************************************/
/*Style-Definition für die Second-Level-Navigation*/
DIV.secLevel a
      { color: white; font-weight: bold; font-size: 11px; line-height: 18px; font-family: arial, verdana, helvetica; text-decoration: none; background: #9eaab6 no-repeat; text-align: left; text-indent: 0px; display: block; margin: 0px; padding: 0px 0px 0px 15px; border-style: solid; border-width: 0px 1px 1px 1px; border-color: silver; width: 140px }
/*Style-Definition für die Second-Level-Navigation bei Mouse-Over*/
DIV.secLevel a:hover
     { color: red; width: 140px }
/*Style-Definition für die Second-Level-Navigation bei aktivem Link*/
DIV.secLevelActive a
      { color: white; font-weight: bold; font-size: 11px; line-height: 18px; font-family: arial, verdana, helvetica; text-decoration: none; background: #9eaab6 url(images/fon_menu-sub-act.jpg) no-repeat; text-align: left; display: block; margin: 0px; padding: 0px 0px 0px 15px; border-style: solid; border-width: 0px 1px 1px 1px; border-color: silver; width: 140px }