/*----------------------------------------------------------------------------------------/
/ Boxen Menü allgemein (box_categories, box_information)
/----------------------------------------------------------------------------------------*/
.boxMenu {
	overflow:hidden;
	width:174px;
	padding:32px 0 0 24px;
	color:#9c9c9c; }
* html .boxMenu {
	width:198px; }

/* Link Eintrag */
a.menuLink {
	display:block;
	overflow:hidden;
	width:154px;
	padding:6px 0 5px 15px;
	font-size:12px;
	line-height:15px;
	font-weight:bold;
	text-decoration:none;
	background-image:none; }
* html a.menuLink {
	width:169px; }
a.menuLink, a.menuLink:visited {
	color:#9c9c9c; }
a.menuLink:hover, a.menuLink.active, a.menuLink.active:hover, a.menuLink.active:visited {
	color:#565656;
	background:url(../img/links/menu.gif) no-repeat 0 9px; }

.boxMenu #headline, .boxMenu .greyLine, .boxMenu .dottedLine {
	margin-left:10px; }

/* Einträge mit Grafik (Startseite, Kundenservice) */
a.menuLinkImg {
	display:block;
	width:169px;
	background-image:none; }
a.menuLinkImg:hover, a.menuLinkImg.active, a.menuLinkImg.active:hover {
	background:url(../img/links/menu_black.gif) no-repeat 0 9px; }
a.menuLinkImg span.imgContent {
	display:block;
	height:26px;
	background-repeat:no-repeat;
	background-position:7px 0; }

/*--------------------------------------------/
/ Menü Kategorien
/--------------------------------------------*/
#boxCategories {
	padding-top:11px; }

#boxCategories .productCount {
	font-size:10px;
	line-height:10px;
	font-weight:normal; }

/* Level */
#boxCategories .level1 {
	width:144px;
	margin-left:10px; }
* html #boxCategories .level1 {
	width:159px; }
#boxCategories .level2 {
	width:134px;
	margin-left:20px; }
* html #boxCategories .level2 {
	width:149px; }
#boxCategories .level3 {
	width:124px;
	margin-left:30px; }
* html #boxCategories .level3 {
	width:139px; }
#boxCategories .level4 {
	width:114px;
	margin-left:40px; }
* html #boxCategories .level4 {
	width:129px; }
#boxCategories .level5, #boxCategories .levelX {
	width:104px;
	margin-left:50px; }
* html #boxCategories .level5, * html #boxCategories .levelX {
	width:119px; }

/*--------------------------------------------/
/ Shop Content
/--------------------------------------------*/
#boxContent {
	padding-left:39px;
	overflow:hidden;
	width:159px; }
* html #boxContent {
	width:198px; }

#boxContent {
	line-height:14px; }
#boxContent a {
	display:block;
	width:154px;
	overflow:hidden;
	text-decoration:none; }
a.activeContent, a.activeContent:hover, a.activeContent:visited {
	color:#5E5E5E; }
#boxContent .spacerLinks {
	height:3px;
	overflow:hidden; }

/*--------------------------------------------/
/ Suche
/--------------------------------------------*/
#boxSearch {
	padding-top:11px;
	text-align:center; }
#boxSearch table {
	margin:0 auto;
	text-align:left; }
#boxSearch #inputSearch input {
	width:135px; }