/*--------------------------------------------------------
      http://www.druma.at/
      autor: holzweg ecommerce solutions, www.holzweg.com
      beginn: 2006-04-21
      ende: 2006-04-26
      inhalt: menüs
--------------------------------------------------------*/




/* Hauptnavigation

Hintergrundfläche bei deaktiviertem Modus
-------------------------------------------------------- */
/* UBER UNS */
.background_ueberuns_normal {background-image: url(../images/ueberuns_neu_a.gif); text-align: center; height: 48px; border: 0px solid red; background-repeat: no-repeat;}
.background_ueberuns_aktiv  {background-image: url(../images/ueberuns_neu_p.gif); text-align: center; height: 48px; border: 0px solid red; background-repeat: no-repeat;}

/* WIR LIEFERN */
.background_wirliefern_normal {background-image: url(../images/wirliefern_neu_a.gif); text-align: center; height: 48px; border: 0px solid red; background-repeat: no-repeat;}
.background_wirliefern_aktiv  {background-image: url(../images/wirliefern_neu_p.gif); text-align: center; height: 48px; border: 0px solid red; background-repeat: no-repeat;}

/* ES BETREUT SIE */
.background_esbetreutsie_normal {background-image: url(../images/es_betreut_sie_neu_a.gif); text-align: center; height: 48px; border: 0px solid red; background-repeat: no-repeat;}
.background_esbetreutsie_aktiv  {background-image: url(../images/es_betreut_sie_neu_p.gif); text-align: center; height: 48px; border: 0px solid red; background-repeat: no-repeat;}

/* UNSERE PARTNER */
.background_unserepartner_normal {background-image: url(../images/unserepartner_neu_a.gif); text-align: center; height: 48px; border: 0px solid red; background-repeat: no-repeat;}
.background_unserepartner_aktiv  {background-image: url(../images/unserepartner_neu_p.gif); text-align: center; height: 48px; border: 0px solid red; background-repeat: no-repeat;}





/* Trenner zwischen den einzelnen Menüpunkten : nicht aktive Zustand
-------------------------------------------------------- */
.trenner_normal {  width="16px"; background-image: url(../images/trenner_normal.gif); background-repeat: no-repeat; }

/* Trenner zwischen den einzelnen Menüpunkten : aktiver Zustand : links oder rechts
-------------------------------------------------------- */

.trenner_li_aktiv {  width="16px"; background-image: url(../images/trenner_li_act.gif); background-repeat: no-repeat; }
.trenner_re_aktiv {  width="16px"; background-image: url(../images/trenner_re_act.gif); background-repeat: no-repeat; }




/* Subnavigation
--------------------------------------------------------*/


#subnavlist{
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: left;
        border: 0px solid violet;
}

        #subnavlist ul {
                 list-style: none;
        }

        #subnavlist li {
                /*margin: 10px;*/
                margin-left: 0px;
                margin-bottom: 0px;
                margin-top: 5px;
                margin-right: 4px;
                padding: 0 0 0 15px;
                text-align: left;
                list-style: none;
                font-size: 13px;
                font-weight: bold;
                color: #44717D;
                /* border: 0px solid violet; */
                border-bottom: 0px solid #E6E6E6;

                background-image: url(../images/subnav.gif);
                background-repeat: no-repeat;
                background-position: 0px -1px;
                _background-position: 0px 1px;
        }

        /* HYPERLINKS */
                #subnavlist li a:link { list-style: none; text-decoration: none; color: #999; }
                #subnavlist li a:visited {text-decoration: none; color: #999;}
                #subnavlist li a:hover {text-decoration: none; color: #73AAB8; }
        /* HYPERLINK SELECTED */
        #subnavlist li.selected {background-image: url(../images/subnav_aktiv.gif); background-repeat: no-repeat; background-position: 0px -1px; _background-position: 0px 1px;}
        #subnavlist li span.selected{ color: #73AAB8;}

/* UNTERMENÜ VOM SUBMENÜ
---------------------------------------------------------*/


div#undersubnavlist{
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: left;
        border: 1px solid violet;
}

        #undersubnavlist ul {
                 list-style: none;
        }

        #undersubnavlist li {
                /*margin: 10px;*/
                margin-left: -40px;
                _margin-left: -55px;
                margin-bottom: 0px;
                margin-top: 5px;
                margin-right: 4px;
                padding: 0 0 0 25px;
                text-align: left;
                list-style: none;
                font-size: 13px;
                font-weight: bold;
                color: #44717D;
                /* border: 0px solid violet; */

                background-image: url(../images/subnav.gif);
                background-repeat: no-repeat;
                background-position: 0px -1px;
                _background-position: 0px 1px;
        }

        /* HYPERLINKS */
                #undersubnavlist li a:link { list-style: none; text-decoration: none; color: #999; }
                #undersubnavlist li a:visited {text-decoration: none; color: #999;}
                #undersubnavlist li a:hover {text-decoration: none; color: #73AAB8; }
        /* HYPERLINK SELECTED */
        #undersubnavlist li.selected {background-image: url(../images/subnav_aktiv.gif); background-repeat: no-repeat; background-position: 0px -1px; _background-position: 0px 1px;}
        #undersubnavlist li span.selected{ color: #73AAB8;}

/* 1. einrückung des untermenü's    */
        ul#undersubnavlist li li {
                /*margin: 10px;*/
                margin-left: -40px;
                _margin-left: -55px;
                margin-bottom: 0px;
                margin-top: 5px;
                margin-right: 4px;
                padding: 0 0 0 25px;
                text-align: left;
                list-style: none;
                font-size: 13px;
                font-weight: bold;
                color: #44717D;
                /* border: 0px solid violet; */

                background-image: url(../images/subnav.gif);
                background-repeat: no-repeat;
                background-position: 0px -10px;
                _background-position: 0px 10px;
        }







/* Funktionale Navigation
--------------------------------------------------------*/

div#funkNav {
      float: right;
      width: auto;
      font-size: 11px;
      line-height:normal;
      padding-left: 15px;
      margin-right: 10px;
      *margin-top: 5px;
      }

    div#funkNav ul{
          /*-- top right bottom left --*/
          margin:0;
          padding: 4px 0 0 0 ;
          _padding:  0;
          list-style: none;
          }
            div#funkNav li{
              display: inline;
              margin: 0;
              padding: 0px 8px 0px 5px;
              _padding: 0px 5px 0px 7px;
              background-image: url(../images/linie.gif);
              background-repeat: no-repeat;
              background-position: top right;
              }
            div#funkNav a{
              margin:0;
              padding:0 0 0 0;
              text-decoration: none;
              color: #817E7E;
              }
            div#funkNav a span {
              float: left;
              display: block;
              padding: 0;
              color:#817E7E;
              text-align: left;
              }
            /* Commented Backslash Hack hides rule from IE5-Mac \*/
            div#funkNav a span {float:none;}
            /* End IE5-Mac hack */
            div#funkNav a:hover span {
              color: #EB1D24;
              }
            div#funkNav a:hover {
            color: #EB1D24;
              }
            div#funkNav a:hover span {
              background-position:100% -42px;
              }
