@media screen, projection {

/************ PMENU */
#scroller_pmenu {
  position: relative;
  width: 910px;
  height: 30px;
  overflow: hidden;
  float: left;
}
#scroller_pmenu .scroller_content {
  width: 9900px;
  position: absolute;
  top: 0;
  left: 0;
}
ul.pmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  float: left;
  width: 910px;
}
ul.pmenu li {
  font-weight: bold;
  float: left;
  line-height: 30px;
  display: block;
  color: #616161;
  margin: 0 8px 0 8px;
}
ul.pmenu li a {
  padding: 0 6px 0 6px;
  color: #616161;
  text-decoration: none;
  text-align: center;
  display: block;
  float: left;
}
ul.pmenu li a:hover {
  color: #000;
  text-decoration: none;
}
ul.pmenu li a.current, ul.pmenu li a.cursub, ul.pmenu li a.actsub {
  background: url( '../images/bg_mainnav_act.png' );
  color: #fff;
}
ul.pmenu li a.current:hover, ul.pmenu li a.cursub:hover, ul.pmenu li a.actsub:hover {
  color: #fff;
}
ul.pmenu li.menutitle {
  margin: 0 8px 0 8px;
  padding: 0 6px 0 6px;
  background: url( '../images/bg_mainnav_silber.png' );
  margin: 0 9px 0 0;
  color: black;
}
.menu .pmenu_more {
  line-height: 30px;
  float: right;
  font-weight: bold;
  cursor: pointer;
  color: #ca091f;
  width: 70px;
  color: #fff;
  background: url( '../images/bg_head_aktuelles.png' );
  z-index: 12;
  text-align: center;
  text-decoration: none;
  margin-right: 10px;
}

.menu a.pmenu_more:hover {
  color: #fff;
  text-decoration:none;
}

/************ SUBNAV LEVEL 2 */
div#subnav_outer {
  float: left;
}
div#subnav {
  float: left;
  width: 189px;
  font-size: 12px;
  background: url('../images/bg_subnav_container.png') repeat-y;
}
div#subnav_standard {
  float: left;
  width: 189px;
  font-size: 12px;
  background: url('../images/bg_subnav_container.png') repeat-y;
  padding: 0 0 10px 0;
}
div.nav_level2 {
  background: url( '../images/bg_subnav.png' ) no-repeat left 10px;
}
div.nav_level2 div.dots {
  background: url('../images/dots.png') no-repeat left bottom;
  padding: 0 0 0 20px;
  line-height: 26px;
}
div.nav_level2 a {
  color: #323232;
  text-decoration: none;
  display: block;
}
div.nav_level2 a:hover {
  color: #00569e;
  text-decoration: none;
}
div.nav_level2 a.current, div.nav_level2 a.cursub, div.nav_level2 a.actsub {
  font-weight: bold;
  color: #00569e;
}
div.subnav_productsite {
  width: 189px;
  background: url('../images/bg_subnav_container.png') repeat-y;
  height: 468px;
}






/************ SUBNAV LEVEL 3 */
div.nav_level3 {
  background: url( '../images/bg_level3.png' ) no-repeat 0px 8px;
  padding: 0 0 0 12px;
  line-height: 20px;
}
div.nav_level3 a {
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  display: block;
  color: #323232;
}
div.nav_level3 a:hover {
  color: #ca091f;
  text-decoration: none;
}
div.nav_level3 a.current, div.nav_level3 a.cursub {
  font-weight: bold;
  color: #ca091f;
}
div.nav_level3 a.last {
  padding-bottom: 8px;
}


}
