
#leftMenu {
	position: absolute;
	width: 149px;
	left:0;
	top: 153px;
	overflow: hidden;
	background-color: #e68e12; /*#b3e3ff;*/
	border: 1px solid #e68e12;
	border-top: none;
}

#leftMenu * {
	color: #ffffff;

}

#leftMenu div {
	background-repeat: no-repeat;
	background-color: #e68e12;
	width: 137px;	
}
#leftMenu input, #leftMenu select {
	width: 106px;
	margin: 0 10px 0 10px;
	height: 16px;
	border: 1px dashed #5f89af;
	background-color:#f5ab42;
}
#leftMenu option.odd {	
	background-color:#e68e12;	
}
#leftMenu li {
	background-image: url(img/icon/icon_arrowOrange.jpg);
	background-repeat: no-repeat;
	background-position: 0 3px;
	margin : 0 10px 0 auto;
	padding: 0 0 0 8px;
	font-weight: bolder;
	display: block;
}
#leftMenu li a {
	color: #ffffff;
}
#leftMenu li:hover, #leftMenu li.active, #leftMenu li.current {
	background-image: url(img/icon/icon_arrowOrangeUse.jpg);
}
#leftMenu ul.menuLevel0 li {
	text-indent: 8px;
}
#leftMenu ul.menuLevel1 li {
	background-image: none;
	font-weight: normal;
	padding: 0 0 0 8px;
	text-indent: 0;
}
#leftMenu ul.menuLevel1 li:hover {
	background-image: none;
	padding: 0 0 0 8px;
}
#leftMenu .boxCatOverview {
	background-image: url(img/topic_wahl.jpg);
	padding: 30px 0 8px 22px;
}
#leftMenu .boxHerstellerAuswahl {
	background-image: url(img/topic_hersteller.jpg);
	padding: 30px 0 8px 14px;
}
#leftMenu .boxHerstellerAuswahl select {
	background-color:#fff;
	color: #114f8c;
}
#leftMenu .boxHerstellerAuswahl select option {
	background-color:#fff;
	color: #114f8c;
}
#leftMenu .boxSuche {
	background-image: url(img/topic_suche.jpg);
	padding: 35px 0 8px 14px;
}
#leftMenu .boxCallback {
	background-image: url(img/topic_callback.gif);
	padding: 35px 0 8px 14px;
}
#leftMenu .boxSuche a {
	padding: 10px 5px 0 10px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
}
#leftMenu .boxSuche div {
	background-image: url(img/icon/icon_arrowOrange.jpg);
	background-repeat: no-repeat;

}
#leftMenu .boxNeusterArtikel {
	width:100%;
	background-image: url(img/topic_eingetroffen.jpg);
	padding: 50px 0 0 0;

}
#leftMenu .boxNeusterArtikel a {
	background-image: none;
	padding: 0;
	border-width: 0px;
	border-style: none;
}
#leftMenu .boxTrusted {
	background-image: url(img/topic_repeat.gif);
	background-repeat: repeat-x;
	background-color: white;
	text-align: center;
	width: 100%;
	padding: 10px 0;
}
#leftMenu .boxCallback span {
	font-size:11px;
}
