#navButton
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#navButton ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#navButton li
{
/* float: left; */
  margin: 0px;
}
#navButton li.active  /* Navigationspunkt ist ausgewählt */
{
  display: block;
  padding-top: 2px;     /* zusammen mit height = 19px */
  padding-left: 28px;   /* zusammen mit width = 158px */
  width: 130px;
  height: 25px;
  color: #042448;
  font-weight: bold;
  background-image: url(images/mouseover.gif);
  background-repeat: no-repeat;
}
#navButton a
{
  display: block;
  padding-top: 2px;     /* zusammen mit height = 19px */
  padding-left: 28px;   /* zusammen mit width = 158px */
  width: 130px;
  height: 25px;
  color: #042448;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}
#navButton a.active   /* Navigationsunterpunkt ist ausgewählt, daher anklickbar */
{
  display: block;
  padding-top: 2px;     /* zusammen mit height = 19px */
  padding-left: 28px;   /* zusammen mit width = 158px */
  width: 130px;
  height: 25px;
  background-image: url(images/mouseover.gif);
  background-repeat: no-repeat;
  color: #042448;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}
#navButton a:visited
{
  color: #042448;
  font-weight: bold;
}
#navButton a:hover
{
  color: #042448;
  font-weight: bold;
  background-image: url(images/mouseover.gif);
  background-repeat: no-repeat;
}

