 body {
margin: 10px;
  }
div#networkv2logo {
position: absolute;
top: 0px;
left: 0px;
}

  div#Rahmen {
position: absolute;
left: 191px;
top: 0px;
width: 100%;
background-image:url(bg.png);
background-repeat: repeat-x;
height: 54px;
text-align: top;
font-family: Sans-Serif;
font-size: 11px;
  }
  div#Rahmen div {
     clear: left;
  }
  ul#Navigation {
    margin: -5px; padding: 0;
    text-align: left;
  }

  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;
  }

  ul#Navigation li ul {
    	margin: 0; padding: 0;
    	position: absolute;
    	top: 0px; left: 0px;
         padding-bottom: 10px;
    	width: 161px;
	border: 1px solid black;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	font-size: 12px;
         color: #000000;
	font-weight: normal;
	background-color: #edeef0;
    	background-image: url(hover-bg.png);

    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 */
 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;
  }

  ul#Navigation li ul span {
  text-align: center;
  color: white;
  font-weight: bold;
  margin: 3px;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell fuer IE 5.x */
    w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
	border: 0px;
	background-image: url(hovereffekt.png);
         background-repeat: no-repeat;
  }
  ul#Navigation li ul a:hover {

width: 146px;
background-image: url('hover-link2.png');
background-repeat: repeat-x;
border-bottom: 1px solid gray;
border-top: 1px solid gray;
font-weight: none;
text-decoration: none;
padding-top: 0px;
padding-bottom: 0px;

}
ul#Navigation li ul a {
border: 0px;
padding-left: 15px;
padding-top: 1px;
padding-bottom: 1px;
background-image: none;
text-decoration: none;
color: #4F4F4F;
font-weight: none;
text-decoration: none;
font-family: Sans-Serif;
font-size: 12px;
}