/* Navigation oben */
#navbarempty {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 140px;
    height: 26px;
	width: 985px;
	z-index: 3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(background.gif); 
	background-repeat: repeat-x;
}

#navbarempty .w1 {
  background: url(menue_anfang.gif) no-repeat 0% 0%; /* Anfangsbogen ... */
  width: 320px;
  height: 26px;
  float: left;
}

#navbar1 {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 140px;
	height: 26px;
	z-index: 3;
	width: 985px; /*985px;   /*gesamtpreite der iconleiste */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(background.gif);
	background-repeat: repeat-x;
}

#navbar1 .w1 {
  background: url(menue_anfang.gif) no-repeat 0% 0%; /* Anfangsbogen ... */
  width: 320px;
  height: 26px;
  float: left;
}

#navbar1 .w2 {
  background: url(trennstrich.gif) no-repeat 0% 0%; /* trennstrich ... */
  width: 2px; /* trennstrichbreite */
  height: 26px;
  float: right;
}

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

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

#navbar1 a {
  display: block;
  _width: 0px;  /* richtig! _ bedeutet dass es nur vom IE berücksichtigt wird! */
  white-space: nowrap;
  padding: 0px 16px;  /* Abstand pixel zum text der einzelnen icons */
  font-weight: bold;
  text-decoration: none;
  color: #01022C;
  height: 26px;
  background: url(bar.gif) repeat-x 50% 0px; /* Hintergrund - einmal normal, einmal gedrückt und einmal schon besucht */
}


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

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

/* Navigation oben */

#navbar_top {
	position: absolute;
	left: -1px;
	right: 0px;
	top: 0px;
    height: 22px;
	z-index: 3;
	width: 1588px; /*985px;   /*gesamtpreite der iconleiste */
	width: 980px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#navbar_top .w2 {
  background: url(../navigation-kopf/trennstrich_top.gif) no-repeat 0% 0%; /* trennstrich ... */
  width: 2px; /* trennstrichbreite */
  height: 22px;
  float: right;
}

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

#navbar_top li {
  list-style-type: none;
  display: block;
  float: right;
  padding: 0px 0px 0px 2px; /* 2 steht für trennstrichbreite */
  margin: 0px;
  height: 22px;
  line-height: 22px;
  background: url(../navigation-kopf/trennstrich_top.gif) no-repeat 0px 0px; /* Trennstrich zwischen menuebuttons */
}

#navbar_top a {
  display: block;
  _width: 0px;  /* richtig! _ bedeutet dass es nur vom IE berücksichtigt wird! */
  white-space: nowrap;
  padding: 0px 10px;  /* Abstand pixel zum text der einzelnen icons */
  font-weight: bold;
  text-decoration: none;
  color: #FEF081; /*FFFFFF;*/
  height: 22px;
}


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

#navbar_top a:hover {
	background-position: 50% -40px;
	color: #01022C;
}
