/* Styles für Horizontal Menu (Listenelemente) */

/* allgemeine Positionierung und Definitionen Menu ("Wichtig" Menu Mitte)*/
#HorizontalMenu { 
  float: left;
  margin-left: 0; /*10.3125em;*/
}

#HorizontalMenu ul { 
  padding: 0 0 0 0;
  margin: 0;
  font-size: 0.80em;
}

* html #HorizontalMenu ul { 
  padding: 0;
}

#HorizontalMenu ul li {
  list-style: none;
  float: left;
  position: relative;
  text-align: center;
  /*min-width: 12.890625em;*/
  min-width: 165px;
  margin: 2px 0 2px 0;
  border-right: 1px solid Navy;
}

#HorizontalMenu ul li.color1_first {
  list-style: none;
  float: left;
  position: relative;
  text-align: center;
  min-width: 165px;
  margin: 2px 0 2px 0;
  /*border-left: 1px solid Navy;*/
  border-right: 1px solid Navy;
}

#HorizontalMenu ul li a { 
  padding: 0 0 0 0;
  text-decoration: none;
  /*background-color: #d3e0e9;  /* Hellblau */
  zoom: 100%; /* für ie7 */
  font-weight: bold;
  width: 165px;
  display: block;
}

/* Style MouseOver */
#HorizontalMenu ul li.color1 a:hover, #HorizontalMenu ul li.color1_first a:hover {
  background-color: #7cb8e7;
  color: #fff;
  zoom: 100%; /* für ie7 */
  font-weight: bold;
}

#HorizontalMenu ul li.color2 a:hover {
  background-color: #bfd54f;
  color: #fff;
  zoom: 100%; /* für ie7 */
  font-weight: bold;
}

#HorizontalMenu ul li.color3 a:hover {
  background-color: #fc9b03;
  color: #fff;
  zoom: 100%; /* für ie7 */
  font-weight: bold;
}

/* Style aktiver Menupunkt */
#HorizontalMenu ul li.color1 a.active, #HorizontalMenu ul li.color1_first a.active {
  background-color: #7cb8e7;
  color: #fff;
  font-weight: bold;
}

#HorizontalMenu ul li.color2 a.active {
  background-color: #bfd54f;
  color: #fff;
  font-weight: bold;
}

#HorizontalMenu ul li.color3 a.active {
  background-color: #fc9b03;
  color: #fff;
  font-weight: bold;
}



/* allgemeine Positionierung und Definitionen Menu 3 (Basismenu unten)*/
#HorizontalMenu3 { 
  text-align: center;
}

#HorizontalMenu3 ul { 
  padding: 0 0 0 0;
  margin: 0;
  font-size: 10pt;
}

* html #HorizontalMenu3 ul { 
  padding: 0;
}

#HorizontalMenu3 ul li {
  display: inline;
  margin-left: 1px;
  text-align: center;
  /*background-color: #036;*/
}

#HorizontalMenu3 ul li a { 
  padding: 0 10px 0 10px;
  text-decoration:none;
  zoom: 100%; /* für ie7 */
  font-weight: normal;
}

/* Style MouseOver */
#HorizontalMenu3 ul li a:hover {
  background-color: #14618f;  /* LK-Blau */
  color: #fff;
  zoom: 100%; /* für ie7 */
  font-weight: normal;
}

/* Style aktiver Menupunkt */
#HorizontalMenu3 #active { 
  /*background-color: #c0c0c0;*/
  color: #df2b1a;
  font-weight: normal;
}

* html #HorizontalMenu3 ul li a { 
  padding: 0 10px 0 10px;
  zoom: 100%; /* für ie7 */
  font-weight: normal;
}

/* Style MouseOver */
* html #HorizontalMenu3 ul li a:hover {
  padding: 0 10px 0 10px;
  zoom: 100%; /* für ie7 */
  font-weight: normal;
}

* html #HorizontalMenu3 #active { 
  padding: 0 10px 0 10px;
  zoom: 100%; /* für ie7 */
  font-weight: normal;
}

