/* Navigation unten */

#navbarbackfuss {
	background-image: url(background.gif);
	background-repeat: repeat-x;	
	height: 19px;
	left: 0px;
	position: relative;
	top: 0px;
	width: 100%;
	z-index: 1;
	clear: both;
}

#navbarfuss {
	position: relative;
	left:   0px;
	top:    0px;
    height: 19px;
	width: 985px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(background.gif);  
	background-repeat: repeat-x;
	clear: both;
}

#navbarfuss .w2 {
  background: url(trennstrich.gif) no-repeat 0% 0%; 
  width: 2px;
  height: 19px;
  float: right;
}

#navbarfuss ul {
  list-style-type: none;
  display: inline;
  padding: 0px;
  margin: 0px;
}

#navbarfuss li {
  list-style-type: none;
  display: block;
  float: right;
  padding: 0px 0px 0px 2px;
  margin: 0px;
  height: 19px;
  line-height: 19px;
  background: url(trennstrich.gif) no-repeat 0px 0px; /* Trennstrich zwischen menuebuttons */
}

#navbarfuss a {
  display: block;
  _width: 0px; /* richtig! _ bedeutet dass es nur vom IE berücksichtigt wird! */
  white-space: nowrap;
  padding: 0px 18px;
  font-size: 10px;
  text-decoration: none;
  color: #01022C;
  height: 19px;
  background: url(bar.gif) repeat-x 50% 0px; /* Hintergrund - einmal normal, einmal gedrückt und einmal schon besucht */
}

#navbarfuss a.active {
  background-position: 50% -80px;
}

#navbarfuss a:hover {
  background-position: 50% -40px;
}


#navbarfuss .links {
  background-image: url(background.gif); 
  background-repeat: repeat-x;
  width: 168px; /* Breite menue links */
  height: 19px;
  float: left;
}

#navbarfuss .links .w2 {
  background: url(trennstrich.gif) no-repeat 0% 0%; 
  width: 2px;
  height: 19px;
  float: right;
}

#navbarfuss .links ul {
  list-style-type: none;
  display: inline;
  padding: 0px;
  margin: 0px;
}

#navbarfuss .links li {
  list-style-type: none;
  display: block;
  float: right;
  padding: 0px 2px 0px 0px;
  margin: 0px;
  height: 19px;
  line-height: 19px;
  background: url(trennstrich.gif) right no-repeat; /* Trennstrich zwischen menuebuttons */
}

#navbarfuss .links a {
  display: block;
  white-space: nowrap;
  padding: 0px 7px;
  font-size: 10px;
  text-decoration: none;
  color: #01022C;
  height: 19px;
  background: url(bar.gif) repeat-x 50% 0px; /* Hintergrund - einmal normal, einmal gedrückt und einmal schon besucht */
}

#navbarfuss .links a.active {
  background-position: 50% -80px;
}

#navbarfuss .links a:hover {
  background-position: 50% -40px;
}


