/*
menu.css für http://www.as-creation.de
*/

.ebene1-hintergrund-1,
.ebene1-hintergrund-2,
.ebene1-hintergrund-3,
.ebene1-hintergrund-1-hover,
.ebene1-hintergrund-2-hover,
.ebene1-hintergrund-3-hover,
.ebene1-hintergrund-1-active,
.ebene1-hintergrund-2-active,
.ebene1-hintergrund-3-active {
  color: #fff;
  font-family: verdana, arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  line-height: 22px;
}
.ebene2-hintergrund-4,
.ebene2-hintergrund-4-hover,
.ebene2-hintergrund-5,
.ebene2-hintergrund-5-hover,
.ebene2-hintergrund-6,
.ebene2-hintergrund-6-hover,
.ebene2-hintergrund-6-padding-bottom,
.ebene2-hintergrund-6-padding-bottom-hover {
  color: #505053;
  font-family: verdana, arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  text-decoration: none;
  padding: 1px 0 0 15px;
}
.ebene2-hintergrund-4-hover,
.ebene2-hintergrund-5-hover ,
.ebene2-hintergrund-6-hover,
.ebene2-hintergrund-6-padding-bottom-hover  {
  background: url(/site/images/icons/menu-arrow-right.gif) 0 0 no-repeat;
  color: #000;
}
.ebene2-hintergrund-4-empty,
.ebene2-hintergrund-4-empty-hover,
.ebene2-hintergrund-5-empty,
.ebene2-hintergrund-5-empty-hover,
.ebene2-hintergrund-6-empty,
.ebene2-hintergrund-6-empty-hover { 
  background-image: none; 
}


.ebene1-hintergrund-1-active { background: #7a81b4; }
.ebene1-hintergrund-2-active { background: #d4796d; }
.ebene1-hintergrund-3-active { background: #fdb37d; }

/* Rahmen */
.itemBorder {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.noItemBorder {
  border-right: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
/* Ende Rahmen */




/* ### Submenu ### */
#left-1 ul,
#left-2 ul,
#left-3 ul {
  width: 251px;
  border-bottom: 1px solid #fff;
  margin: 0;
  padding: 0;
}
#left-1 ul { background: #b3c3e4; }
#left-2 ul { background: #d4a495; }
#left-3 ul { background: #fdc9ab; }

#left-1 ul li,
#left-2 ul li,
#left-3 ul li { 
  color: #000;
  padding: 0 0 0 20px;
}
#left-1 ul li:hover,
#left-1 ul li.active { background: url(/site/images/icons/submenu-arrow-right1.gif) 6px 7px no-repeat; }

#left-2 ul li:hover,
#left-2 ul li.active { background: url(/site/images/icons/submenu-arrow-right2.gif) 6px 7px no-repeat; }

#left-3 ul li:hover,
#left-3 ul li.active { background: url(/site/images/icons/submenu-arrow-right3.gif) 6px 7px no-repeat; }


#left-1 ul li a,
#left-2 ul li a,
#left-3 ul li a { 
  display: block;
  background: #7799cd;
  color: #000;
  text-decoration: none;
  padding: 4px 0 4px 5px;
}

#left-2 ul li a { background: #e4c8bd; }
#left-3 ul li a { background: #fdb37d; }

#left-1 ul li a:hover,
#left-1 ul li a.active { background: #b3c3e4; } 
#left-2 ul li a:hover,
#left-2 ul li a.active { background: #d4a495; }
#left-3 ul li a:hover,
#left-3 ul li a.active { background: #fdc9ab; }



/* ### NOSCRIPT-MENU ### */

ul#noscript-menu { 
  background: #f68134;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  width: 992px;
  height: 23px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul#noscript-menu li { float: left; }
ul#noscript-menu li a {  
  float: left;
  width: 120px;
  padding: 0 1px;
  display: block;
  height: 23px;
  line-height: 22px;
  color: #fff;
  border-right: 1px solid #fff;
  text-decoration: none;
  font-size: 13px;
  text-align: center;
}
ul#noscript-menu li a:hover { 
  display: block;
  color: #000;
}
ul#noscript-menu li a.m1 { 
  background: #003b84;
}
ul#noscript-menu li a:hover.m1 { 
  background: #7a81b4;
}
ul#noscript-menu li a.m2 { 
  background: #870817;
}
ul#noscript-menu li a:hover.m2 { 
  background: #bb7360;
}
ul#noscript-menu li a.m3 { 
  background: #f57522;
}
ul#noscript-menu li a:hover.m3 { 
  background: #fdb37d;
}

ul#noscript-menu li a.m1_active {
  background: red;
} 

ul#noscript-menu li a.m1_active {
  background: blue;
}

ul#noscript-menu li a.m1_active {
  background: green;
}








