a:link    { color:#008663; text-decoration:none; font-weight:bold; }
a:visited { color:#008663; text-decoration:none; font-weight:bold; }
a:hover   { color:#008663; text-decoration:none; background-color:#90EE90; font-weight:bold; }
a:active  { color:#008663; background-color:#FFF; font-weight:bold; }
a:focus   { color:#50AA50; background-color:#FFF; font-weight:bold; }


h1   {
        font-size:250%;
        color:#33CC99;
        font-style:italic;
        font-family: Verdana,Arial,sans-serif;
        border-bottom:solid  #33CC99; }
h2   {
        font-size:100%;
        color:#33CC99;
        font-style:bold;
        font-family:Verdana,Arial,sans-serif; }
h4   {
        font-size:65%;
        color:#33CC99;
        font-family:Verdana,Arial,sans-serif;
     }
h5   {
        font-size:100%;
        color:#33CC99;
        font-family:Verdana,Arial,sans-serif;
        border-bottom:solid  green;
     }

p,li   {
        font-size:100%;
        color:#008663;
        font-family:Verdana,Arial,sans-serif;
     }



#menu {
   width: 144px; 
   float: left;
   height: 37px;
  }
 
.menuitem {
   border:0px solid #FFF;
   color: #008663;
   font: bold 14px Verdana,Arial;
   text-decoration: none;
   width: 144px;    
   height: 37px; 
  }
  
  
.menuitem a {
  background: #80DBC1;
  display: block;
  border:0px solid #FFF;
  text-decoration: none;
  color: #008663;
  height: 37px;
  
  }
 
 div.menuitem a:hover {
   background: #FFF;
   width: 144px;
   color: #008663;
   border:0px solid #FFF;
   height: 37px;
   background-image    : url(knopf.jpg);
   background-repeat   : no-repeat;
  }





