#navButton ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#navButton li
{
/* float: left; */
  margin: 0px 0px 5px 0px;
}
#navButton li.active  /* Navigationspunkt ist ausgewählt */
{
  display: block;
  width: 136px;
  height: 22px;
  background-image: url(images/b-hover.gif);
  background-repeat: no-repeat;
}
#navButton a
{
  display: block;
  width: 136px;
  height: 22px;
  text-align: left;
}
#navButton a.active   /* Navigationsunterpunkt ist ausgewählt, daher anklickbar */
{
  display: block;
  width: 136px;
  height: 22px;
  background-image: url(images/b-hover.gif);
  background-repeat: no-repeat;
  text-align: left;
}
#navButton a:hover
{
  background-image: url(images/b-hover.gif);
  background-repeat: no-repeat;
}
#navButton a.klein:hover
{
  background-image: url(images/b-hover1.gif);
  background-repeat: no-repeat;
}

