a:link    { color:#BB5500; text-decoration:none; font-weight:bold; }
a:visited { color:#BB5500; text-decoration:none; font-weight:bold; }
a:hover   { color:#BB5500; text-decoration:none; background-color:#FFCC66; font-weight:bold; }
a:active  { color:#BB5500; background-color:#FFF; font-weight:bold; }
a:focus   { color:#yellow; background-color:#FFF; font-weight:bold; }

html, body, textarea {
  background-color:#FFFFFF;
  color:"orange";
  font-family:"Andale Mono",Arial,sans-serif;
  scrollbar-base-color:"orange";
  scrollbar-3d-light-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:"loghtorange";
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#FFFFFF;
}

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

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



#menu {
   width: 198px; 
   float: left;
   height: 19px;
   background-image    : url(leer.gif);
   background-repeat   : no-repeat;
  }
 
.menuitem {
   border:0px solid #FFF;
   color: #BB5500;
   font: bold 14px Verdana,Arial;
   text-decoration: none;
   width: 143px; 
   height: 19px; 
   background-image    : url(leer.gif);
   background-repeat   : no-repeat;
  }
  
  
.menuitem a {
  background: #FFCC00;
  display: block;
  border:0px solid #FFF;
  text-decoration: none;
  color: #5555500;
  height: 19px; 
  background-image    : url(leer.gif);
  background-repeat   : no-repeat;
  
  }
 
 div.menuitem a:hover {
   background: #FFFFFF;
   width: 198px;
   color: #BB5500;
   border:0px solid #FFFFFF;
   height: 19px;
   background-image    : url(kerze.gif);
   background-repeat   : no-repeat;
  }





