  div#Rahmen {
	  position:absolute;
	  top:75px;
	  left:50px;
    width: 47.1em;
    padding: 0.15em;
    border: 1px solid black;
    background-color: silver;

   }

  ul#Navigation {
    margin: 1px;
		padding: 0.3em 1em;
   }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    height:2em;
    z-index : 5;
   }

  ul#Navigation li ul {
    margin: 0;
    position: absolute;
    display: none;  /* Unternavigation ausblenden */
   }

  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
    padding:0.0em 0em;
		line-height:1.3em;
   }

  ul#Navigation li ul li {
    float: none;
    display: block;
    background-color: #ffffcc;
   }

  ul#Navigation a, ul#Navigation span {
    display: block;
    /* width: 14em;   Breite den in li enthaltenen Elementen zuweisen */
    text-decoration: none;
   }

	.ueberstrich :hover {border-top:1px solid black;color: black;}

  .ueberstrich {border-top:1px solid black;color: black;padding: 0.3em 1em;}

  .datei a:hover {display:block;width:12.9em;border-top:1px;background-color:#0000ab;color:white;}

  .datei {width:15.1em;border-top:1px solid white;border-left:1px solid white;
  border-right:1px solid #696969;border-bottom:1px solid #696969;}

  .bearbeiten a:hover {width:14.7em;border-top:1px;background-color:#0000ab;color:white;}

  .bearbeiten {width:17em;border-top:1px solid white;border-left:1px solid white;
  border-right:1px solid #696969;border-bottom:1px solid #696969;}

  .Datensatz a:hover {width:127px;border-top:1px;background-color:#0000ab;color:white;}

  .Datensatz {width:153px;border-top:1px solid white;border-left:1px solid white;
  border-right:1px solid #696969;border-bottom:1px solid #696969}

  .suchen a:hover {width:124px;border-top:1px;background-color:#0000ab;color:white;}

  .suchen {width:150px;border-top:1px solid white;border-left:1px solid white;
  border-right:1px solid #696969;border-bottom:1px solid #696969}

  .hilfe a:hover {width:44px;border-top:1px;background-color:#0000ab;color:white;}

  .hilfe {width:70px;border-top:1px solid white;border-left:1px solid white;
  border-right:1px solid #696969; border-bottom:1px solid #696969}

	.menutext :hover {color: black;border-left:1px;border-right:1px;}

  .menutext  {color: black;border-left:1px;border-right:1px;padding: 0.3em 1em;}

  .menu :hover {border-top:1px solid white;border-left:1px solid white;
  border-right:1px solid #696969;border-bottom:1px solid #696969;}

  .menu {border-top:1px;border-left:1px;border-right:1px;border-bottom:1px;}
