/* Subnav */

#subnav ul {
   list-style-type: none; margin: 0px; padding: 0px; margin-top: 25px;
}

/* 1. Ebene */

#subnav li a {
   display: block; width: 230px; padding: 5px 0px 5px 35px; text-decoration: none;
   color: #000; background-color:  #C2E6E7; line-height: 1em; border-bottom: solid 1px #fff;
}

#subnav li a:hover {
   background: url(../images/dietz-strobel-pfeil-li1.gif) 10px 50% no-repeat #dcf1f1;
}

/* Aktiv */

.smr {
   background: url(../images/dietz-strobel-pfeil-li1.gif) 10px 50% no-repeat #dcf1f1 !important;
}

.smd {
   background: url(../images/dietz-strobel-pfeil-li2.gif) 10px 50% no-repeat #dcf1f1 !important;
}



/* 2. Ebene */

#subnav li ul {
   margin-top: 0px;
}

#subnav .sub li a {
   background: none #dcf1f1; padding-left: 45px;
}

#subnav .sub li a:hover {
   background: url(../images/dietz-strobel-pfeil-li1.gif) 25px 50% no-repeat #dcf1f1;
}

/* Aktiv */

.ssmr {
   background: url(../images/dietz-strobel-pfeil-li1.gif) 25px 50% no-repeat #dcf1f1 !important;
}

.ssmd {
   background: url(../images/dietz-strobel-pfeil-li2.gif) 25px 50% no-repeat #dcf1f1 !important;
}


/* 3. Ebene */

#subnav li ul {
   margin-top: 0px;
}

#subnav .subsub li a {
   background: none #dcf1f1; padding-left: 60px;
}

#subnav .subsub li a:hover {
   background: url(../images/dietz-strobel-pfeil-li1.gif) 40px 50% no-repeat #dcf1f1;
}

/* Aktiv */

.sssmr {
   background: url(../images/dietz-strobel-pfeil-li1.gif) 40px 50% no-repeat #dcf1f1 !important;
}


