
  .ulmenue {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}
.ulmenue li a {
  color: rgb(1,28,141);
  width: 100px;
  height: 23px;
  padding-top: 3px;
   background: url(../bilder/schalter/leergelb.jpg);
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  font-size: 9pt;
  font-weight: bold;
  text-align: center;
}
.ulmenue li a:hover {
  color: rgb(255,0,0);
    background: url(../bilder/schalter/leerorang.jpg)
}

#limarkiert {
  color: rgb(255,0,0);
  background: url(../bilder/schalter/leerorang.jpg);
}