ul#nav
{
	
	display: block;
	border: 0px solid red;
	height: 4.5em;
	margin: 0; padding: 8;
}


 ul#nav li {
	
	display: block;
	border: 0px solid red;
	width: 8.5em;
    float: left;
	text-align: center;
	position: relative;
	padding: 8;
  }

  
  
  
   ul#nav li#start {
height: 3.5em;
	 background-color: #0080FF;
	
  }
   ul#nav li#uns {
height: 3.5em;
	 background-color: #0d560d;
	 
  }
 ul#nav li#int {
height: 3.5em;
	 background-color: #8080C0;
	 
  }

 ul#nav li#buch {
height: 3.5em;
	 background-color: #693303;
	 
  }
 ul#nav li#pingu {
height: 3.5em;
	 background-color: #fba105;
	 
  }

 ul#nav li#lin{
height: 3.5em;
	 background-color: #408080; 
  }

   ul#nav li#imp {
height: 3.5em;
vertikal-align: center;
	 background-color: #fb370a;
	 
  }
  
 ul#nav li ul li {
	padding: 8px;
	list-style: none;
	display: block;
	border: 0px solid red;
  }
  
 html tr#nav li {  /* Korrektur fuer den IE */
    margin-bottom: -0.4em;
  }

ul#nav li ul{
    margin: 0; padding: 0;
    position: absolute;
    top: 4.2em; left: 0em;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#nav li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
 
 
 ul#nav li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
	
	
  }

  
  ul#nav li ul li {
    float: none;
    display: block;
	width: 10.0em;

    margin-bottom: 0.2em;
  color: black; background-color: silver;

  }

 ul#nav a, ul#nav span {
    display: block;
    /*width: 7.4em;  Breite den in li enthaltenen Elementen zuweisen 
    padding: 0.2em 1em; */
  }
  * html tr#navi a, * html ul#Navigation span {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell f&uuml;r IE 5.x */
    w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
  }


  
ul#nav a:link { font-size: 12pt; font-weight:bold; color:white; text-decoration:none; }
ul#nav a:visited { font-size: 12pt; font-weight:bold; color:white; text-decoration:none; }
ul#nav a:focus { font-size: 12pt; font-weight:bold; color:red; text-decoration:none; }
ul#nav a:hover { font-size: 12pt; font-weight:bold; color:black; text-decoration:none; }
ul#nav a:active { font-size: 12pt; font-weight:bold; color:lime; text-decoration:none;}
ul#nav a#aktuell { font-size: 12pt; font-weight:bold; color: black; text-decoration:none;}
ul#nav li ul li ul li a:hover { font-size: 12pt; font-weight:bold; color:lime; text-decoration:none; }
ul#nav li ul li.lin { font-size:12pt; font-weight:bold; color:black; text-decoration:none; text-align: right;}
ul#nav li { font-size:12pt; font-weight:bold; color:white; text-decoration:none;}
ul#nav li ul li#span { background-color: black;}
ul#nav li ul li#span a:hover { font-size: 12pt; font-weight:bold; color:white; text-decoration:none; }
ul#nav li ul li#span { font-size: 12pt; font-weight:bold; color:lime; text-decoration:none; }
ul#nav li ul li#span ul li#span a { font-size:12pt; font-weight:bold; color:lime; text-decoration:none; }

ul#nav li ul li ul.sup{
    margin: 0;
	padding: 0;
    position: absolute;
    top: -0.0em; left: 10.9em;
    display: none;   /*Unternavigation ausblenden */
	
	border: 0px solid red;
  }
  * html ul#nav li ul li {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
 
 
ul#nav li ul li:hover ul {
    display: block;   /*Unternavigation in modernen Browsern einblenden */	
  }

  
  ul#nav li ul li ul li{
    float: none;
    display: block;
	width: 12.0em;
    margin-bottom: 0.2em;
  color: silver; background-color: black;

  }