body  {      
        font-size: 12px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
            
      }

      h2, h3, h4, h5, h6 {

      
      
      
      
      
font-family : 'Trebuchet MS'!important;
font-size : 16px;
text-decoration : none;

color : #339;
 }
 
  p, td, th, div {

font-size : 11px;

color : #000;

}

table, td, th {

font-size : 11px;

color : #000;

}    

    a {
      text-decoration: none;
      color: blue;
      padding: 5px;
      
  }
a:hover {color:red; text-decoration:underline}


   
  ul#Navigation {
    margin: 0; padding: 0.8em;
    text-align: center;
    border: 1px solid black;
    background-color: silver;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0; padding: 0;
  }

  ul#Navigation a, ul#Navigation span {
    float: left; width: 6em;
    margin: 0.4em; 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 {  /* Korrektur fuer IE 5.x */
    width: 8em;
    w\idth: 6em;
  }
  ul#Navigation a:hover, ul#Navigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }
  ul#Navigation div {
     clear: left;
  } 
   
  .fehler {
          color: red;
          font-size: 16px;
          padding-bottom: 15px;
          padding-left: 5px;
        }
        
        
        .auswahl { width:240px; border:6px solid #ddd; }
        






#box {
position:absolute; top:50px; left:50px; 
z-index:3;}

#box a {
color:#ffffff;
background:#b3b06c;
font:bold 16px verdana, sans-serif;
text-decoration:none;
display:block;
padding:5px;
border:1px solid black;}

#box a:hover {
color:black;
background:#ddd8b7;
width:400px;}

#box a span {display:none;}

#box a:hover span {
color:black;
background:#ffffff;
font:normal 16px courier, sans-serif;
border:1px solid black;
display:block;
padding:10px;}




        
        
