/* Style-Definition für 1. Ebene */

div.ersteEbenePassiv a
{
   text-decoration: none;
   display: block;
   width: 155px; /*BORDER: 1px solid #000000;*/
   padding: 3px;
   margin: 1px;
   font-family: verdana, arial, helvetica;
   font-size: 0.9em;
   font-weight: 400;
   text-align: left;
   color: #999999; /*background-color: #ffffff;*/
   font-variant: normal;
   height: 1.5em;
}
/* Mouse-Over */
div.ersteEbenePassiv a:hover
{
color: #000000;
background-color: #ffdd94;
/* font-weight: bold;*/
/* background-color: #fffccc; */
}
div.ersteEbenePassiv a:active
{
color: #000000;
background-color: #ffdd94;}

/*Aktiver Link*/
div.ersteEbeneAktiv a
{
   text-decoration: none;
   display: block;
   width: 155px; /*border: 1px solid #000000;*/
   padding: 3px;
   margin: 1Px;
   font-family: verdana, arial, helvetica;
   font-size: 0.9em;
   color: #000000;
   font-variant: normal;
   font-weight: 400; /*font-weight: bold;*/
   text-align: left;
   background-color: #ffdd94;
   height: 1.5em;
}

/*
div.ersteEbeneAktiv a:hover
{
color: #000000;
font-weight: bold;
background-color: #fffc00;
}
*/

/*Styledefinition für die 2. Ebene */
div.zweiteEbenePassiv a
{
   text-decoration: none;
   display: block;
   width: 138px; /*border: 1px solid #111111;*/
   padding: 3px;
   padding-left: 20px;
   margin: 1px;
   font-family: verdana, arial, helvetica;
   font-size: 10px;
   font-weight: normal;
   text-align: left;
   color: #555555;
  /* background-color: #AAAAAA;
   background-image: url(passiv.gif);
   background-repeat: no-repeat;
   background-position: 5px center; */
}
/* Mouse-Over */
div.zweiteEbenePassiv a:hover
{
color: #000000;
background-color: #ffdd94;
}
/* Aktiver Link */
div.zweiteEbeneAktiv a
{
   text-decoration: none;
   display: block;
   width: 138px; 
   /*border: 1px solid #FFFFFF;*/
   padding: 3px;
   padding-left: 20px;
   margin: 1px;
   font-family: verdana, arial, helvetica;
   font-size: 10px;
   font-weight: bold;
   text-align: left;
   color: #000000;
 /*  background-color: #FFFFFF;
   background-image: url(aktiv.gif);
   background-repeat: no-repeat;
   background-position: 5px center; */
}



