.nav a:link, .nav a:visited {
  color: #0F2207;
  text-decoration: none;
  font-weight: bold;
  padding-top: 0px;
  padding-left: 20px;
  border: 0px;
  width: 150px;
  min-height: 18px;
  height:auto !important;  /* für moderne Browser */
  height:18px;  /*für den IE */
	display: block;
  background-image: url(../images/qd_orange.gif);
  background-repeat: no-repeat;
  }

.nav a:hover {
  border: 0px;
  text-decoration: none;
  z-index: 1;
  background-image: url(../images/qd_orange_over.gif);
  background-repeat: no-repeat;
  min-height: 18px;
  height:auto !important;  /* für moderne Browser */
  height:18px;  /*für den IE */
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  }
  
.act {
  border: 0px;
  background-image: url(../images/qd_orange_over.gif);
  background-repeat: no-repeat;
  color: #ccc;
  padding-left: 20px;
  width: 150px;
  min-height: 18px;
  height:auto !important;  /* für moderne Browser */
  height:18px;  /*für den IE */
  display: block;
  text-decoration: none;
  font-weight: bold;
  }
.act a:hover {
  color: #fff;
  } 

.active {
  text-decoration: none;
  font-weight: bold;
  color: #fff; 
  }

/* Subnavigation  01 */

.nav1 a:link, .nav1 a:visited {
  padding: 0px;
  padding-left: 20px;
  margin-left: 5px;
  border: 0px;
  background-image: url(./images/stern_weiss.gif);
  background-repeat: no-repeat;
  font-size: 8pt;
  min-height: 16px;
  height:auto !important;  /* für moderne Browser */
  height:16px;  /*für den IE */
  display: block;
  color: #0F2207;
  text-decoration: none;
  font-weight: bold;
  }

.nav1 a:hover, .nav1 a:active {
  border: 0px;
  text-decoration: none;
  background-image: url(./images/stern_weiss_klein.gif);
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-size: 8pt;
  min-height: 16px;
  height:auto !important;  /* für moderne Browser */
  height:16px;  /*für den IE */
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  }
.act1 {
  border: 0px;
  background-image: url(./images/stern_weiss_klein.gif);
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-size: 8pt;
  padding-left: 20px;
  margin-left: 5px;
  min-height: 16px;
  height:auto !important;  /* für moderne Browser */
  height:16px;  /*für den IE */
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  }
.act1 a:link, .act1 a:visited, .act1 a:hover, .act1 a:active {
  color: #FFFFFF;
  font-size: 8pt;
  text-decoration: none;
  font-weight: bold;
  } 

/* Subnavigation 02 */

.nav2 a:link, .nav2 a:visited {
  padding: 0px;
  padding-left: 20px;
  margin-left: 15px;
  border: 0px;
  background-image: url(./images/stern_weiss.gif);
  background-repeat: no-repeat;
  font-size: 7pt;
  min-height: 16px;
  height:auto !important;  /* für moderne Browser */
  height:16px;  /*für den IE */
  display: block;
  color: #0F2207;
  text-decoration: none;
  font-weight: bold;
  }

.nav2 a:hover, .nav2 a:active {
  border: 0px;
  text-decoration: none;
  background-image: url(./images/stern_weiss_klein.gif);
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-size: 7pt;
  min-height: 16px;
  height:auto !important;  /* für moderne Browser */
  height:16px;  /*für den IE */
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  }
.act2 {
  border: 0px;
  background-image: url(./images/stern_weiss_klein.gif);
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-size: 7pt;
  padding-left: 20px;
  margin-left: 15px;
  min-height: 16px;
  height:auto !important;  /* für moderne Browser */
  height:16px;  /*für den IE */
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  }
.act2 a:link, .act2 a:visited, .act2 a:hover, .act2 a:active {
  color: #FFFFFF;
  font-size: 7pt;
  text-decoration: none;
  font-weight: bold;
  } 

/* additional menu dev. /*

/* Left Navigation SubMenu Spacer */

.menu_spc {  
	display:block;

	border: 0px solid white;
	border-bottom: 2px solid #FFAA00;
	padding-bottom: 2px;
	padding-left: 13px;
	font-weight: bold;
	font-size: 14px;
}
