#bottom-navi-wrap {
	position: absolute;
	bottom: -22px;
	margin: 0 auto;
	width: 990px;
	text-align: center;
	/*background-image: url(bg-etwas-mehr-transparent__1_.png);*/
}

#main-top .bottom-navi-wrap-startseite {
	bottom: -222px;
}


#bottom-navi-wrap-inner {
	position: relative;
	margin: 0 auto;
}

#bottom-navi-wrap .bottom-menu-item {
	border-right: 1px solid #777;
}
#bottom-navi-wrap .last {
	border: 0;
}

#bottom-navi-wrap .bottom-menu-item a {
	color: #666;
	text-decoration: none;
	padding: 1px 6px 1px 6px;
	font-size: 10px;
	font-weight: bold;
}

#bottom-navi-wrap .bottom-menu-item a.act {
	color: #0078BB !important;
}

#top-navi-wrap {
	position: absolute;
	width: 990px;
	top: 0px;
	left: 0px;
}

#top-navi-wrap-inner {
	margin-left: 26px;
}

#top-navi-wrap .top-menu-item-act,
#top-navi-wrap .top-menu-item {
	float: left;
	margin-left: 1px;
	width: 124px;
	height: 34px;	
	background-image: url(top-navi-norm.gif);
	background-repeat: no-repeat;
}
#top-navi-wrap div.top-menu-item-act {
	background-image: url(top-navi-act.gif);
}

#top-navi-wrap .top-menu-item-act a,
#top-navi-wrap .top-menu-item a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	padding: 8px 0 12px 0;
	color: white;
	text-decoration: none;
}

#top-navi-wrap .top-menu-item:hover {
	background-image: url(top-navi-act.gif);
}

#top-navi-wrap .top-menu-item-act a:hover {
	cursor: default;
}

#leftmanu-alleswaskommt-wrap {
	width: 235px;
	float: left;
}

#leftmenu-submenu-hinweis {
	position: absolute;
	bottom: 15px;
	left: 13px;
	color: white;
	font-size: 12px;
	width: 209px;
}

#leftmenu-submenu-wrap-prod,
#leftmenu-wrap-prod,
#leftmenu-wrap-prod-detail,
#leftmenu-wrap {
	position: relative;
	height: 267px;
	background-image: url(subnavi_bg.png);
	background-repeat: no-repeat;
	text-align: left;
	padding: 0 0 0px 0;
	margin-bottom: 17px;
}
#leftmenu-wrap-prod-detail {
	background-image: url(subnavi_bg_prod-detail.png);
	height: 664px;

}
#leftmenu-wrap {
	height: 404px;
	background-image: url(subnavi-bg-tall.png);
}

#leftmenu-submanu ul,
#leftmenu ul {
	padding: 40px 0 0 0px;
	margin: 0;
	list-style: none;
}

#leftmenu-submanu li a,
#leftmenu li a {
	font-size: 12px;
	font-weight: bold;
	padding: 4px 12px 4px 14px;
	display: block;
	color: #fff;
	text-decoration: none;
		
}
#leftmenu-submanu  li.active a,
#leftmenu li.active a {
	color: #0078BB;
	background-image: url(subnavi_active-bg.png);
	background-repeat: no-repeat;
	text-decoration: none;
}
#leftmenu-submanu li:hover,
#leftmenu li:hover {
	background-repeat: no-repeat;
	background-image: url(subnavi_hover-bg.png);
}

#leftmenu-submenu-wrap-prod li ul,
#leftmenu-wrap-prod li ul {
	padding: 0;
	margin: 0;
	width: 220px;
	overflow: hidden;
	display: none;
}
#leftmenu-submenu-wrap-prod li.active ul,
#leftmenu-wrap-prod li.active ul {
	display: block;
}
#leftmenu-submenu-wrap-prod li ul li,
#leftmenu-wrap-prod li ul li {
	display: inline;
	padding: 0;
	margin: 0 0 0 0px;
}
#leftmenu-submenu-wrap-prod #leftmenu-submanu li ul li a,
#leftmenu-wrap-prod #leftmenu li ul li a {
	background-image: none;
	display: inline;
	color: white;
	font-size: 11px !important;
	white-space: nowrap;
	padding: 0 !important;
}


