#navButton
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #F8CC51;
}
#navButton ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#navButton li
{
/* float: left; */
  margin: 0px;
}
#navButton li.red-ues
{
/* float: left; */
  margin: 0px;
  padding-top: 15px;
  padding-bottom: 5px;
  font-variant: small-caps;
  font-weight: bold;
}

/* 1. Level [START] */
#navButton li.active  /* Navigationspunkt ist ausgewählt */
{
  display: block;
  padding-top: 3px;
  padding-left: 30px;
  width: 140px;
  height: 20px;
  color: #83251A;
  background-image: url(images/button-hover-gr.gif);
  background-repeat: no-repeat;
}
#navButton a
{
  display: block;
  padding-top: 3px;
  padding-left: 30px;
  width: 140px;
  height: 20px;
  color: #29136E;
  text-decoration: none;
  text-align: left;
}
#navButton a.active   /* Navigationsunterpunkt ist ausgewählt, daher anklickbar */
{
  display: block;
  padding-top: 3px;
  padding-left: 30px;
  width: 140px;
  height: 20px;
  background-image: url(images/button-hover-gr.gif);
  background-repeat: no-repeat;
  color: #83251A;
  text-decoration: none;
  text-align: left;
}
#navButton a:visited
{
  color: #29136E;
}
#navButton a:hover
{
  color: #83251A;
  background-image: url(images/button-hover-gr.gif);
  background-repeat: no-repeat;
}
/* 1. Level [END] */

/* 2. Level [START] */
#navButton li.activeKlein  /* Navigationspunkt ist ausgewählt */
{
  font-size: 11px;
  display: block;
  padding-top: 2px;
  padding-left: 50px;
  width: 120px;
  height: 16px;
  color: #83251A;
  background-image: url(images/button-hover-kl.gif);
  background-repeat: no-repeat;
}
#navButton a.klein
{
  font-size: 11px;
  display: block;
  padding-top: 2px;
  padding-left: 50px;
  width: 120px;
  height: 16px;
  color: #29136E;
  text-decoration: none;
  text-align: left;
}
#navButton a.activeKlein   /* Navigationsunterpunkt ist ausgewählt, daher anklickbar */
{
  font-size: 11px;
  display: block;
  padding-top: 2px;
  padding-left: 50px;
  width: 120px;
  height: 16px;
  background-image: url(images/button-hover-kl.gif);
  background-repeat: no-repeat;
  color: #83251A;
  text-decoration: none;
  text-align: left;
}
#navButton a.klein:visited
{
  font-size: 11px;
  color: #29136E;
}
#navButton a.klein:hover
{
  font-size: 11px;
  color: #83251A;
  background-image: url(images/button-hover-kl.gif);
  background-repeat: no-repeat;
}
/* 2. Level [END] */

