
  div#Rahmen {
    width: 782px;
    height: 110px;
    /*padding: 0em;*/
    border: 0px solid black;
    background-color:#ffffff ;
    /*margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;*/
    /*position: absolute;*/
    margin: 0 auto;
    /*overflow: hidden;*/
  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    /*width: 48.7em;
    w\idth: 47.1em;*/
    left: 50%;
    margin-left: -391px;
    position: absolute;
  }
  
  * html table#tabelle {  /* Korrektur fuer IE 5.x */
    /*width: 48.7em;
    w\idth: 47.1em;*/
    top: 110px;
    left: 50%;
    margin-left: -391px;
    margin-right: auto;
    position: absolute;

  }
  
  
  div#Rahmen div {
     /*clear: left;*/
     text-align: center;
  }
/*  ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;
  }

/*  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
 /*   position: relative;
    margin: 0.4em; padding: 0;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
 /*   margin-bottom: -0.4em;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
 /*   margin-bottom: -0.1em;
  }

/* Allgemeine Navigation einstellen */

ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;
  }


/*ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
/*    position: relative;
    margin: 0em; padding: 0;
    height: 110px;
  }*/

li a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.3em;
    color: #000;
    padding-top: 25px;
    height: 85px;
}

li#anfahrt a {
    padding-right: 150px;
    width: 110px;
}

/* Individuelle Navigation definieren */

li#hauptseite {
    list-style: none;
    position: relative;
    float: left;
    width: 133px;
    height: 110px;
    background: transparent url(menu_pics/dm_01.jpg) no-repeat scroll 0 0;
}

li#kontakt {
    list-style: none;
    position: relative;
    float: left;
    width: 105px;
    height: 110px;
    background: transparent url(menu_pics/dm_02.jpg) no-repeat scroll 0 0;
}

li#erfolg_aktuelles {
    list-style: none;
    position: relative;
    float: left;
    width: 185px;
    height: 110px;
    background: transparent url(menu_pics/dm_03.jpg) no-repeat scroll 0 0;
}

li#kanzlei {
    list-style: none;
    position: relative;
    float: left;
    width: 100px;
    height: 110px;
    background: transparent url(menu_pics/dm_04.jpg) no-repeat scroll 0 0;
}

li#anfahrt {
    list-style: none;
    position: relative;
    float: left;
    width: 259px;
    height: 110px;
    background: transparent url(menu_pics/dm_05.jpg) no-repeat scroll 0 0;
}

/* Individuelle Navigation definieren */

li#hauptseite:hover, li#hauptseite:focus { 
       /*background: #ff0000 url(menu_pics/mh_01.jpg) no-repeat scroll 0 0;*/
       background-position: 0 -110px;
	}



li#kontakt:hover {
    background-position: 0 -110px;
}

li#erfolg_aktuelles:hover {
    background-position: 0 -110px;
}

li#kanzlei:hover {
    background-position: 0 -110px;
}

li#anfahrt:hover {
    background-position: 0 -110px;
}


/*  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.6em; left: -0.4em;
    display: none;  /* Unternavigation ausblenden */
/*  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
/*    left: -1.5em;
    lef\t: -0.4em;
  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
/*    background-color:silver; padding-bottom:0.4em;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
/*  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.2em;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 6.4em;  /* Breite den in li enthaltenen Elementen zuweisen */
/*    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: maroon; background-color: #ccc;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell für IE 5.x */
/*    w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
/*  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
/*    color: maroon; background-color: silver;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
/*    background-color: maroon;
  }
*/
