/*----------------------------------------------------------------------------------------/
/ Boxen
/*------------------------------------------------------------------/
/ Hauptmenü
/------------------------------------------------------------------*/
#boxMainMenu a {
	float:left;
	display:block;
	padding:3px 12px 0;
	height:22px;
	font-weight:bold;
	white-space:nowrap;
	background-color:#000; }
* html #boxMainMenu a {
	height:25px; }

/* Ersten Eintrag links weiter einrücken */
#boxMainMenu a.first {
	padding-left:18px; }

/* Einträge Hauptkategorien */
#boxMainMenu a.entryCategory {
	color:#FFF; }
#boxMainMenu a.entryCategory:hover, #boxMainMenu a.entryCategory.activeCategory {
	color:#BB00D5; }

/* Einträge weitere Inhalte */
#boxMainMenu a.entryContent {
	color:#999; }
#boxMainMenu a.entryContent:hover, #boxMainMenu a.entryContent.activeContent {
	color:#FFF; }

/* Eintrag für Angebote */
#boxMainMenu a.entrySpecial {
	color:#BB00D5; }
#boxMainMenu a.entrySpecial:hover, #boxMainMenu a.entrySpecial.activeSpecial {
	color:#000;
	background-color:#BB00D5; }


/*------------------------------------------------------------------/
/ Warenkorb
/------------------------------------------------------------------*/
#boxCart {
	display:block;
	height:25px;
	padding:5px 44px 0 5px;
	background-position:right 0;
	background-repeat:no-repeat; }
* html #boxCart {
	height:30px; }
#boxCartContent {
	display:none;
	text-align:left;
	position:absolute;
	z-index:30;
	top:30px;
	left:-167px;
	padding:1px 0;
	border:3px solid #7F7F7F;
	background-color:#FFF; }
#boxCartContent, #boxCartContent table {
	width:457px; }
* html #boxCartContent {
	width:463px; }

#boxCartContent .boundary {
	padding:3px 8px 4px;
	min-height:15px;
	background:#234 url(../img/stripes_bg.gif); }
* html #boxCartContent .boundary {
	height:22px;
	overflow:visible; }

#boxCartContent .colQuantity {
	width:60px;
	text-align:center;
	background-color:#EEEEEC; }
#boxCartContent .colPrice {
	width:120px; }
#boxCartContent .conLeft {
	padding:6px 4px 7px 8px; }
#boxCartContent .conMiddle {
	padding:6px 4px 7px; }
#boxCartContent .conRight {
	padding:6px 8px 7px 4px; }

/*------------------------------------------------------------------/
/ Suche
/------------------------------------------------------------------*/
#boxSearch {
	float:right;
	height:25px; /* Gleiche Höhe wie #mainMenu */ }
#inputSearch {
	border:0;
	width:140px;
	padding-left:20px;
	background:#FFF url(../img/search_bg.gif) no-repeat 3% 50%; }
* html #inputSearch {
	width:160px;
	height:17px; }
#boxSearch #submit {
	padding-left:5px; }


/*------------------------------------------------------------------/
/ Währungen
/------------------------------------------------------------------*/
#boxCurrencies {
	float:right;
	color:#FFF;
	height:21px; /* Gleiche Höhe wie #stripeTop */ }
#boxCurrencies #text {
	padding:0 5px 1px 0; }
#boxCurrencies select.small {
	font-size:10px; }
* html #boxCurrencies select.small {
	font-size:11px; }
#boxCurrencies #submit {
	padding-left:5px; }


/*------------------------------------------------------------------/
/ Sprachauswahl (im Moment nicht verwendet)
/------------------------------------------------------------------*/
/* #boxLanguages {
	float:right;
	padding:2px 4px 0 8px; } */