@CHARSET "ISO-8859-1";


body {
	position:				absolute;
	background:				#ffffff;
}



html, body {

	top:					0px;
	left:					0px;
	right:					0px;
	bottom:					0px;
	min-height:				100%;
	height:					100%;

	margin:					0px;
	padding:				0px;


	width:					100%;

	font-family: 			Helvetica, Arial, Verdana, sans-serif;
	font-size:				11px;
	color:					#091622;

/*	overflow:				auto;	never do this */
}


.standardText {
	font-family: 			Helvetica, Arial, Verdana, sans-serif;
	font-size:				11px;
	color:					#091622;
}


/*
	Zentriert den gesamten Content
*/
.centerBox990 {

	position:			relative;
	width:				990px;

	margin-left:		auto;
	margin-right:		auto;

}




.tabHead {

	position:			relative;

	width:				990px;
	height:				140px;

	background-color:	#ffffff;

	border:				0px;
	margin:				0px;
	padding:			0px;

	border-collapse:	collapse;
	border-spacing:		0px;
}

.tabHead td {

	border-style:		none;
	border-width:		0px;
	margin:				0px;
	padding:			0px;
}




/*
	Tabelle Top-Navigation
	Warenkorb, Mein Konto, u.s.w
*/
.tabTopNav {

	height:				37px;
	width:				550px;

	border:				0px;
	margin:				0px;
	padding:			0px;

	border-collapse:	collapse;
	border-spacing:		0px;
}



.tabTopNav td {

	border-style:		none;
	border-width:		0px;

	vertical-align:		top;

	margin:				0px;
	padding:			0px;
	padding-top:		5px;
}



/*
	Tabelle Top-Navigation
	Warenkorb, Mein Konto, u.s.w
*/
.tabTopSearch {

	height:				55px;
	width:				778px;

	border:				0px;
	margin:				0px;
	padding:			0px;

	border-collapse:	collapse;
	border-spacing:		0px;

	z-index:			-1;
}



.tabTopSearch td {

	border-style:		none;
	border-width:		0px;

	vertical-align:		middle;

	margin:				0px;
	padding:			0px;
}




.topSearchGoButton {
	width:					30px;
	height:					18px;
	border:					0px;
	
	background-color:		#cc0001;
	color:					#ffffff;
	cursor:					pointer;
}




/*
	Produktgruppen-Navigation im Head
*/
.topRubrikenNav {

	width:					550px;
	height:					24px;
	color:					#ffffff;

	border-collapse:		collapse;

	font-weight:			bold;
	color:					#ffffff;

	z-index:				123;
}


.topRubrikenNav td {

	border-style:			solid;
	border-color:			#ffffff;

	border-left-width:		0px;
	border-right-width:		0px;
	border-top-width:		0px;
	border-bottom-width:	0px;

	padding-top:			5px;
	padding-bottom:			2px;

	text-align:				center;
	z-index:				123;
}


.topRubrikenNav .flyOutContainer {

	position:				absolute;
	display:				none;
	background-color:		#ffffff;
	color:					#000000;

	top:					81px;
	margin-top:				0px;
	margin-left:			0px;

	border-style:			solid;
	border-color:			#CC0001;
	border-width:			1px;

	border-bottom-width:	1px;

	padding-top:			0px;
	padding-bottom:			0px;
	padding-right:			0px;
	padding-left:			0px;

	z-index:				500;

	background-image:		url(/b.gif);
}



.topRubrikenNav .iE100Perc {

}

*html .topRubrikenNav .iE100Perc {

	width:					100%;
}


.topRubrikenNav .flyOutBox {

	color: 						#CC0001;

	font-weight: 				bold;

	padding-top:				4px;
	padding-bottom:				4px;
	padding-left:				10px;
	padding-right:				10px;
	
	border-bottom:				1px solid #CC0001;

	z-index:					500;
}


.topRubrikenNav .flyOutBox a {
	color:						#CC0001;
	text-decoration:			none;
}


.topRubrikenNav .flyOutBox a:hover {
	color:						#CC0001;
	text-decoration:			underline;
}


.topRubrikenNav .flyOutLink {

	background-color:		#ffffff;

	margin-top:				4px;
	margin-bottom:			4px;
	margin-right:			10px;
	margin-left:			10px;

	z-index:				500;
}




/*
	Content unterhalb der Head-Tabelle
	aber innerhalb centerBox990
*/
.scrollTheRest {

	width:				990px;
	height:				100%;
	/*
	position:			fixed;
	top:				100px;
	bottom: 			18px;
	*/

	background-color:	#ffffff;

}


.bSmall {

	font-size:			8px;
	font-weight:		bold;
}



.bBig {

	font-size:			100%;
	font-weight:		bold;
}



.inputField {

	width:			230px;
	height:			15px;

	border-style:		solid;
	border-width:		1px;
	border-color:		#091622;

	font-size:			12px;
	color:			#091622;
}

*+html .inputField {
	
	height:				15px;
}

.selectField {

	height:			17px;

	border-style:		solid;
	border-width:		1px;
	border-color:		#091622;

	font-size:			12px;
	color:			#091622;
}

*html .selectField {
	height:			17px;
}


*+html .selectField {
	height:			23px;
	margin-top:			4px;
}

.inputAera {

	width:				230px;
	height:				100px;

	border-style:		solid;
	border-width:		1px;
	border-color:		#091622;

	font-size:			12px;
	color:				#091622;
}




.borderLeft10px {

	padding-left:		10px;
}


.mainContent {

	border-style:			solid;
	border-width:			0px;

	border-collapse:		collapse;
	border-spacing:			0px;
}




.linkOrange:link {

	color:					#CC0001;
	text-decoration:		none;
}

.linkOrange:visited {

	color:					#CC0001;
	text-decoration:		none;
}

.linkOrange:focus {

	color:					#CC0001;
	text-decoration:		none;
}

.linkOrange:hover {

	color:					#CC0001;
	text-decoration:		underline;
}


.colorOrangeDark {

	color:					#CC0001;
}


.colorOrangeLight {

	color:					#CC0001;
}



.individForm {
	font-family:			Helvetica, Arial, Verdana, sans-serif;
	font-size:				10px;
	width:					200px;
}



.individForm2 {
	font-family:			Helvetica, Arial, Verdana, sans-serif;
	font-size:				10px;
	width:					248px;
}



.roterKasten {
	padding-left:			15px;
	padding-right:			15px;
	padding-top:			3px;
	padding-bottom:			3px;

	background-color:		#CC0001;
	color:					#ffffff;
	font-size:				11px;
	font-weight:			normal;

	text-align:				center;
}



.bgcBox {
	padding:				7px;
	background-color:		#CC0001;
	color:					#ffffff;
	font-weight:			bold;
}



.bgcBox a:hover {
	color:					#ffffff;
}



.colorRedFull {

	color:					#CC0001;
}

.userError {

	font-weight:			bold;
	color:					#ffffff;

	padding:				3px;
	text-align:				center;

	margin-top:				5px;
	margin-bottom:			5px;
	margin-left:			0px;
	margin-right:			0px;

	background-color:		#CC0001;
}



.marginBottom {

	margin-bottom:			3px;
}



.borderDashed {

	border-bottom-style:	solid;
	border-bottom-width:	1px;
	border-bottom-color:	#c4c4c4;
}


/*
	ul ohne Einrueckung
*/
.keinEinzug {

	list-style-type:		none;
	list-style-position:	inside;
}

.keinEinzug li {
	margin-left:			-40px;
}


*html .keinEinzug li {

	margin-left:			-55px;
}



/*
	Blauer Balken 550 Px breit
	als Rubrik Ueberschrift
*/
.rubrikHead550,
.tabNoBorder .rubrikHead550 {

	width:					540px;
	height:					20px;
	line-height:			20px;

	background-color:		#cc0001;
	color:					#ffffff;

	font-weight:			bold;
/*	text-transform:			uppercase;	*/

	border:					0px;
	padding:				0px;

	padding-left:			10px;
/*	padding-top:			5px;	*/


	border-bottom-style:	solid;
	border-bottom-width:	5px;
	border-bottom-color:	#ffffff;
}

/*
	10 Px. hoher Streifen
*/
.space10Horizontal {

	height:					10px;
}



*html .space10Horizontal {

	margin-bottom:			-10px;
}



/*
	Tabelle 550 Px. breit,
	drei gleich breite Spalten
	TDs mit Abstand und 1 Px. Linie
*/
.tabDreiThemen {

	width:					550px;

	border-collapse:		separate;
	border-spacing:			0px;
}

.tabDreiThemen td {

	width:					160px;

	border-style:			solid;
	border-width:			1px;
	border-color:			#c4c4c4;

	padding-top:			5px;
	padding-bottom:			5px;

	padding-left:			10px;
	padding-right:			10px;
}

.tabDreiThemen .space {

	width:					5px;

	padding:				0px;

	border-style:			none;
	border-width:			0px;
}




/*
	Produkt-Liste, drei Spalten
*/



.tabProduktListe3Spalten {

	max-width:				550px;

	border-collapse:		separate;
	border-spacing:			0px;

	z-index:				10;
	}


.tabProduktListe3Spalten .produktListeSpalte {

	width:					180px;
	height:					200px;

	border-style:			solid;
	border-color:			#c4c4c4;
	border-width:			1px;

	padding:				0px;

	vertical-align:			top;
	text-align:				center;

/*	background-image:		url(/out/1/html/0/images/produktListe3SpaltenBg.jpg);	*/
	
}



.startCatListeSpalte {
	width:					130px;
	height:					130px;
/*	background-color:		#cc0001;	*/
	vertical-align:			top;
	text-align:				center;
}



.tabProduktListe3Spalten .produktListeHead {

	border-style:			solid;
	border-color:			#c4c4c4;
	border-width:			1px;

	padding-top:			5px;
	padding-bottom:			5px;
	padding-left:			10px;
	padding-right:			10px;

	vertical-align:			middle;
	text-align:				center;

	background-color:		#ffffff;
	color:					#000000;
}




/*
	Textblock in der Listendarstellung
	der Produkte
*/
.tabProduktListe3Spalten .produktListeText {

	margin-top:				3px;
	margin-left:			10px;

	padding:				0px;
	width:					140px;

	text-align:				left;
}


/*
	Blauer Bapperl in der Produktliste
	wenn Topseller-Darstellung
*/
.topSellerCount {

	width:					22px;
	height:					26px;

	background-color:		#1c3d60;
	color:					#ffffff;

	font-weight:			bold;
	font-size:				20px;

	text-align:				left;
	padding-left:			8px;
	padding-top:			4px;

	float:					left;
}


.dashedBorder {

	border-style:			solid;
	border-color:			#c4c4c4;
	border-width:			1px;
}

/*
	Tablelle mit Border dashed
*/
.tabDashedBorder {

	border-style:			solid;
	border-color:			#c4c4c4;
	border-width:			1px;

	border-collapse:		collapse;
	border-spacing:			0px;

	border-bottom-width:	0px;
}


.tabDashedBorder .borderBottom {

	border-style:			solid;
	border-color:			#c4c4c4;
	border-width:			1px;

	padding-left:			20px;
	padding-top:			3px;
	padding-bottom:			3px;
	margin:					0px;

}




.tabDashedBorder .tdBottom {

	border-bottom-style:	solid;
	border-bottom-width:	1px;
	border-bottom-color:	#c4c4c4;
}

.tabDashedBorder td, .tabDashedBorder .produktListeSpalte{

	border-width:			0px;
	padding:				0px;
	margin:					0px;
}













/*
	Liste der Seiten einer Liste
	Link auf eine Seite
*/
.pageListLink {

	color:					#000000;
}

.pageListLink_active {

	color:					#CC0001;
}





/*
	Produkt-Detail-Ansicht
	umgebende Tabelle
*/
.produktDetail {

	width:					550px;

	border:					0px;
	padding:				0px;
	margin:					0px;

	border-collapse:		separate;
	border-spacing:			0px;

	background-color:		#ffffff;
}

.produktDetail td {

	width:					265px;
	border:					0px;
	padding:				0px;
	margin:					0px;

	text-align:				left;
	vertical-align:			top;
}



.productVariantePullDown {

	font-weight:			bold;
	margin-bottom:			0px;
}




/*
	Zeile mit der Artikelnummer in der
	Detailansicht eines Artikels
*/
.artikelNummer {

	margin-top:				10px;
	margin-bottom:			10px;
}


.verfuegbarkeit {


	padding-left:			17px;
	text-indent:			-17px;
}


.textToRight {

	text-align:				right;
}


/*
	Tabelle ohne Border, Margin und Padding
*/
.tabNoBorder {

	border-style:			none;
	border-width:			0px;
	border-color:			#000000;
	padding:				0px;
	margin:					0px;

	border-collapse:		collapse;
	border-spacing:			0px;
}


.tabNoBorder td, .tabNoBorder th {

	border-style:			none;
	border-width:			0px;
	border-color:			#000000;

	padding:				0px;
	margin:					0px;

	text-align:				left;
	vertical-align:			top;
}



.tabNoBorder .trenneLinie {

	height:					1px;
	border-bottom-style:	solid;
	border-bottom-width:	1px;
	border-bottom-color:	#cc0001;
}



.trenneLinie {

	height:					1px;
	border-bottom-style:	solid;
	border-bottom-width:	1px;
	border-bottom-color:	#cc0001;
}


/*
	Tablle mit verticalem Padding in den Zellen
*/
.tabVerticalSpace {

	border-style:			none;
	border-width:			0px;
	border-color:			#000000;
	padding:				0px;
	margin:					0px;

	border-collapse:		collapse;
	border-spacing:			0px;
}


.tabVerticalSpace td, .tabVerticalSpace th {

	border-style:			none;
	border-width:			0px;
	border-color:			#000000;

	padding-left:			0px;
	padding-right:			0px;
	padding-top:			3px;
	padding-bottom:			3px;

	margin:					0px;

	text-align:				left;
	vertical-align:			top;
}




/*
	Warenkorb, Step 1 - 4
*/
.basketstepitem_high, .basketstepitem {

	width:					118px;
	height:					75px;
	padding:				8px;
}


.basketstepitem {

	background-color:		#ffffff;
}



.basketstepitem a:hover {
	color:					#000000;
}



.basketstepitem_high {

	color:					#000000;
	background-color:		#E4E1DC;
}


.basketstepitem_high a:hover {

	color:					#000000;
}



.firstChar_high {

	font-weight:			bold;
	font-size:				100%;
	color:					#000000;
/*	color:					#CC0001;
	background-color:		#ffffff;	*/
}

.firstLine_high {

	font-weight:			bold;
	font-size:				110%;
}


.firstChar {

	font-weight:			bold;
	font-size:				100%;

	color:					#000000;
/*	background-color:		#ffffff;	*/
}

.firstLine {

	font-weight:			bold;
	font-size:				110%;
}


/*
	Inputbutton zum aufklappen der Lieferadresse
	bei der Anmeldung
*/
.butOpenLieferAdresse {

	background-color:		#ffffff;
	color:					#091622;

	font-size:				12px;
	font-weight:			bold;

	border-style:			solid;
	border-color:			#c4c4c4;
	border-width:			1px;

	padding-top:			0px;
	padding-bottom:			0px;

	padding-left:			10px;
	padding-right:			10px;

}






/*
	Rubriken im Footer
*/
.tabFooterRubrikenNav {

	border-style:			none;
	border-width:			0px;
	border-color:			#000000;
	padding:				0px;
	margin:					0px;

	border-collapse:		collapse;
	border-spacing:			0px;

	height:					20px;
}

.tabFooterRubrikenNav td {

	border-style:			solid;
	border-color:			#ffffff;

	border-top-width:		0px;
	border-bottom-width:	0px;
	border-left-width:		1px;
	border-right-width:		0px;

	padding-top:			0px;
	padding-bottom:			5px;
	padding-left:			20px;
	padding-right:			20px;

	vertical-align:			bottom;

	color:					#ffffff;
	font-weight:			bold;
}

.footerRow1:link {

	color:					#ffffff;
	font-weight:			bold;
	text-decoration:		none;
}

.footerRow1:visited {

	color:					#ffffff;
	font-weight:			bold;
	text-decoration:		none;
}

.footerRow1:focus {

	color:					#ffffff;
	font-weight:			bold;
	text-decoration:		none;
}

.footerRow1:hover {

	color:					#ffffff;
	font-weight:			bold;
	text-decoration:		underline;
}


.footerRow2:link {

	color:					#091622;
	font-weight:			normal;
	text-decoration:		none;
}

.footerRow2:visited {

	color:					#091622;
	font-weight:			normal;
	text-decoration:		none;
}

.footerRow2:focus {

	color:					#091622;
	font-weight:			normal;
	text-decoration:		none;
}

.footerRow2:hover {

	color:					#091622;
	font-weight:			normal;
	text-decoration:		underline;
}





TABLE,TR,TD,TH,LI
{
	font-family: 			Helvetica, Arial, Verdana, sans-serif;
	font-size:				11px;
	color:					#091622;
	padding: 0px;
	margin: 0px;
	color: inherit;
}



SUP A{
	font-size: 60%;
	text-decoration: none;
	font-weight: bold;
}

SUP A:Hover{
	text-decoration: none;
}


IMG
{
    border: none;
}


b{
	color: inherit;
}

FORM	{	padding: 0px;	margin: 0px;}
HR		{	color:#ffffff;	height: 2px; border-top:1px solid #efeff1;border-bottom:1px solid #ffffff;}
A		{    color: black;    text-decoration: none;}
A:Hover{    color: #CC0001;    text-decoration: underline;}
A.details{	color: #CC0001;}


H1 {
    color: #000;
	 margin: 0px;padding:0px;
    font-weight: bold;
    font-size: 17px;
}

H2 {
	color: #000;
	margin: 0px;padding:0px;
	font-weight: bold;
	font-size: 12px;
}


SMALL {
    font-size: 70%;
}

#main_table_fixed{
	width:980px;
}

#main_table{
	width:auto;

}

.containermain{

	width:					550px;
	padding:				0px;
	padding-bottom: 		0px;

	background-color:		#ffffff;
	z-index:				0;

}

.containerleft{

	width:					198px;

	padding:				0px;

	border-left-width:		0px;
	border-left-color:		#ffffff;
	border-left-style:		solid;

	padding-right:			30px;

	color: 					#000000;
	background-color: 		#ffffff;
}

/*
.containerright{
	width: 					212px;
	border: 0px;
	color: #777e84;
	background-color: #fafafa;
	-moz-box-sizing: border-box;
	overflow: hidden;
	padding-left:			-5px;
}
*/


.containerright {

	width:					207px;

	border-width:			0px;

	border-left-width:		5px;
	border-left-style:		solid;
	border-left-color:		#ffffff;

	background-color:		#ffffff;
}



.containertop,.containerbottom{
}

.containertop_fixed,.containerbottom_fixed{
	width:980px;
	text-align: center;
}

.boxheader,.boxfooter,.boxheadermenu{
	width: 100%;
	height: auto;
}

.boxheader{
	padding: 10px 0px 8px 0px;
	background-color: #414b55;
	color: #b3b7ba;
	text-align: left;
	vertical-align: text-bottom;
	height: 85px;
	-moz-box-sizing: border-box;
}

.boxheadermenu{
	padding: 0px;
	background-color: #CC0001;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	color: #ffffff;
	min-height:28px;
}

.boxfooter{
	margin-top:2px;
	padding: 6px 0px 6px 0px;
	text-align: right;
	background-color: #414b55;
	color: #ffffff;
	vertical-align: absmiddle;
}

.boxfooter A,
.boxfooter A:Hover{
	color: #ffffff;
}

.boxfootermenu{
	padding: 8px 160px 10px 150px;
	text-align: center;
	background-color: #ffffff;
	color: #677787;
}

.boxleft{
	width: 180px;
	background-color: #d0d1d3;
	color: #414b57;
	font-size: 11px;
	font-weight: bold;
	padding-left: 6px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #bbbbbb;

	-moz-box-sizing: border-box;
}

.boxleft-content{
	width: 180px;
	background-color: #f0f0f0;
	color: #404a54;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;

	border-bottom: 1px solid #ffffff;

	-moz-box-sizing: border-box;
}

.boxrightmyaccountborder{
	border-left: 3px solid #efeedc;
	border-top: 1px solid #ffffff;
	background-color: #faf9f4;
}

.boxrightproductborder{
	border-left: 3px solid #edf1f0;
	border-top: 1px solid #ffffff;
	background-color: #fafafa;
}

.boxrightmyaccount,.boxrightproduct {
	width: 196px;
	font-weight: bold;
	font-size: 11px;
	padding-top: 10px;
	padding-left: 3px;
	padding-bottom: 5px;

	-moz-box-sizing: border-box;
}

.boxrightmyaccount{
	background-color: #efeedc;
	color: #747d84;
}

.boxrightproduct{
	background-color: #edf1f0;
	color: #747d84;
}

.boxrightmyaccount-content,.boxrightproduct-content{
	width: 196px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;

	border-top: 0px none;
	border-left: 0px none;

	-moz-box-sizing: border-box;
}

.boxrightmyaccount-content TD
{
  color: #797e84;
}

.boxrightproduct-content TD
{
  color: #787f87;
}


.boxrightmyaccount-td{
  color: #797e84;
}

.boxrightproduct-td{
  color: #787f87;
}

.boxleft-td{
  color: #424a55;
}

.boxrightmyaccount-content{
	background-color: #faf9f4;
	color: #757e83;

	border-top: 1px solid #d9d9d9;
	border-left: 0px solid #efeedc;
}

.boxrightproduct-content{
	background-color: #fafafa;
	color: #777e84;

	border-top: 1px solid #d9d9d9;
	border-left: 0px solid #edf1f0;
}

.containerfullrow,
.containerhalfrow,
.containerthirdrow,
.containerthirdrowfix,
.containerquarterrow{
	float: left;
}

/*
.containerfullrow{
	width:100%;
}
.containerhalfrow{
	width:50%;
}
.containerquarterrow{
	width:25%;
}
.containerthirdrow {
	width:33%;
}
.containerthirdrowfix {
	width:34%;
}
*/




.containerfullrow {
	width:					550px;
}
.containerhalfrow {
	width:					275px;
}
.containerquarterrow {
	width:					137px;
}
.containerthirdrow {
	width:33%;
}
.containerthirdrowfix {
	width:34%;
}




.locationrow{
	vertical-align: bottom;
	border-bottom: 1px solid #cbcbcb;
	color: #a7a7a7;

	padding-top:15px;
	padding-bottom:2px;

	height: 28px;

	margin-left: 13px;
	margin-right: 0px;

	-moz-box-sizing: border-box;
}

.locationrow A,
.locationrow td{
	color: #a7a7a7;
}

.locationrow A{
	color: #a7a7a7;
}

.producttitlerow_red,
.producttitlerow_blue,
.producttitlerow_red_big,
.producttitlerow_blue_big,
.productrow_borderaftertitle_full,
.productrow_borderaftertitle_half,
.productrow_noborder,
.productrow_fullborder_full,
.productrow_fullborder_half,
.productrow_fullborder_quarter,
.contentboxlistrow,
.categorytitlerow,
.contentbox,
.categorydetailsrow,
.categorydetailsrow_empty,
.locatortitlerow,
.locatortitlerow_empty,
.locatordetailsrow {
	vertical-align: top;
	border: 1px solid #cbcbcb;
	padding: 5px;
	margin: 4px;
	padding-bottom:2px;
	font-size: 11px;

	-moz-box-sizing: border-box;
}

.locatortitlerow,
.locatortitlerow_empty,
.locatordetailsrow {

	border: 1px solid #677787;
}

.producttitlerow_red_big,
.producttitlerow_blue_big,
.producttitlerow_red,
.producttitlerow_blue,
.productcategoryrow,
.contentboxlistrow,
.categorytitlerow,
.locatortitlerow,
.locatortitlerow_empty{
	min-height: 28px;
	height: 28px;
	border-bottom: 1px none;
	margin-bottom: 0px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	padding-top:8px;

	padding-left:7px;
}

.producttitlecell_red{
	font-size: 11px;
	font-weight: bold;
	color: #CC0001;
}

.producttitlecell_blue,
.contentboxlistrow,
.categorytitlerow{
	font-size: 11px;
	font-weight: bold;
	color: #CC0001;
}



.producttitlerow_red_big,
.producttitlerow_red{
	border-left:8px solid #ff3300;
	border-top:1px solid #ff3300;
	color: #CC0001;
	padding-top:10px;
	vertical-align: bottom;
	line-height:20px;
}

.producttitlerow_blue_big,
.producttitlerow_blue,
.contentboxlistrow,
.categorytitlerow{
	border-left:8px solid #677787;
	border-top:1px solid #677787;
	color: #677787;
	padding-bottom:1px;
	vertical-align: bottom;
	line-height:20px;
}

.producttitlerow_red_big,
.producttitlerow_blue_big{
	min-height: 51px;
	height: 51px;
}



.producttitle_description{
	font-weight: normal;
	font-size: 10px;
	color: gray;
}

.productcategoryrow{
	min-height: 15px;
	height: 15px;
	vertical-align: middle;
	padding:6px;
	margin: 4px;
	margin-top: 15px;
	margin-bottom: 4px;
   border: 1px solid #cbcbcb;
	border-left:8px solid #677787;
	color: #677787;
	background-color: #efefef;
}

.productrow_borderaftertitle_full{
	min-height: 190px;	height: 211px;
	border-top: 0px;
	margin-top: 0px;
	padding-top:0px;
	margin-bottom: 15px;
}

.productrow_borderaftertitle_half{
	min-height: 152px;	height: 152px;
	border-top: 0px;
	margin-top: 0px;
	padding-top:0px;
}



.productrow_noborder{
	min-height: 155px;
	height: 155px;
}

.productrow_fullborder_full{
	min-height: 195px;
	height: 211px;
}

.productrow_fullborder_half{
	min-height: 153px;
	height: 153px;
}

.productrow_fullborder_quarter{
	min-height: 244px;
	height: 244px;
}


.productrow_noborder {
	border: 1px solid White;
	padding: 0px;

	min-height: 0px;
	height: auto;
}

.producttitlerow_red:after,
.producttitlerow_blue:after,
.productrow_borderaftertitle_full:after,
.productrow_borderaftertitle_half:after,
.productrow_borderaftertitle_quarter:after,
.productrow_noborder:after,
.productrow_fullborder_full:after,
.productrow_fullborder_half:after,
.productrow_fullborder_quarter:after,
.productcategoryrow:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.logo_header{
	margin-left:46px;
	border: 0px;
	float: none;

	text-align: left;
}

.language,
.language_activ,
.link_headermenu{
	color:#ffffff;
}

.link_header{
	font-size:9px;
	color: #b3b7ba;
}

td.link_header
{
	padding-right:15px;
	padding-bottom:3px;
}

.link_footer{
	font-size:10px;
	color: #677787;
	margin-left:7px;
	margin-right:7px;
}

.currency,
.currency_activ,
A.currency,
A.currency_activ{
	color: #424a55;
}

A.language:Hover,
A.language_activ:Hover,
A.link_headermenu:Hover,
A.link_header:Hover,
A.link_headermenu:Hover{
    color: #ffffff;
    text-decoration: underline;
}

.language_activ,
.currency_activ{
	font-weight: bold;
}

.headermenu_fixedbox,
.headermenu_autobox{
	padding: 10px 5px 5px 5px;
	float: left;
	text-align: left;
	height: 12px;
}

.headermenu_fixedbox{
	width: 184px;
	padding: 10px 0px 5px 5px;
	-moz-box-sizing: border-box;
}

.headermenu_autobox{
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px solid Gray;
	border-left: 1px solid #ffffff;
	border-right: 1px solid Gray;
	font-weight: bold;
}

/*
input,select,textarea{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: transparent;
	margin-top: 4px;
}
*/

input,select,textarea{
	font-family: Helvetica, Geneva, Arial, Verdana, sans-serif;
}

/*
select,textarea{
	background-color: white;
}
*/

.search_input{

	z-index:				2;
	position:				relative;

	background-color: White;
	vertical-align: top;
	width:122px;
	color: #000;
	font-weight: normal;
	border: 2px inset gray;
	border-bottom: 1px inset silver;
	border-right: 1px inset silver;
}

.search_go{
	width:30px;
	border: 1px solid #424c56;
	color: #424c56;
	background-color: white;
	font-weight: bold;
}

.categorybox_rootcategory,
.categorybox_rootcategorylink {

	color: 						#cc0001;
	font-weight: 				bold;

	padding:					0px;
}




.categorybox_rootcategory {

	padding-top:				6px;
	padding-bottom:				6px;
	padding-left:				10px;
	padding-right:				0px;

	border-bottom-style:		solid;
	border-bottom-width:		1px;
	border-bottom-color:		#cc0001;
}



.categorybox_rootcategory_exp {

	color: 						#ffffff;
	background-color:			#CC0001;

	font-weight:				bold;

	padding-top:				6px;
	padding-bottom:				6px;
	padding-left:				10px;
	padding-right:				0px;

	border-bottom-style:		solid;
	border-bottom-width:		1px;
	border-bottom-color:		#ffffff;
}



.categorybox_rootcategory_exp a:hover, .categorybox_rootcategory_exp a {
	color:						#ffffff;
}






.categorybox_subcategory{

	background-color:			#ffbb50;

	font-weight:				bold;

	padding-top:				5px;
	padding-bottom:				5px;
	padding-left:				8px;
	padding-right:				5px;
}


.categorybox_rootcategory{
	color: #000000;
}

.variant_select{
	width: 135px;
	background-color: White;
}

.warenkorb_img,
.warenkorb_button,
.save_button,
.warenkorb_mini_button{
	border: 0px ;
	border-right:1px solid  #d9d9db;
	border-bottom:1px solid  #d9d9db;
	background-color: White;
	vertical-align: top;

	margin:0px;
}


.warenkorb_img{
	height: 16px;
	cursor: pointer;
}

.save_button,
.warenkorb_button{
	width: 125px;
	color: #CC0001;
	height: 18px;
	cursor: pointer;
}

.warenkorb_mini_button{
	width:100px;
	color:#CC0001;
	height: 18px;
}


.warenkorb_img2,
.warenkorb_button2,
.warenkorb_button3,
.warenkorb_mini_button2{
	border:1px solid #d9d9db;
	background-color: White;
	vertical-align: top;
	color:#CC0001;
	margin-top: 1px;
	font-weight: bold;
	cursor: pointer;
}

.warenkorb_img2{
	height: 16px;
	margin-right: 2px;
}

.warenkorb_button2{
	width:110px;
	color:#CC0001;
	height: 18px;
	background-color: #fafafa;
}

.warenkorb_button3{
	width:130px;
	color:#CC0001;
	height: 18px;
	background-color: #fafafa;
}

.warenkorb_mini_button2{
	width:100px;
	color:#CC0001;
	height: 18px;
	background-color: #fafafa;
}

.login_input,
.login_button{
	background-color: White;
	vertical-align: top;
	width: 118px;
	color: #7c8089;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
}

.login_checkbox{
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

.login_button{
	background-color: White;
	vertical-align: top;
	border:1px solid #d9d9db;
	cursor: pointer;
}

.login_input{
	border: 2px inset gray;
	border-bottom: 1px inset silver;
	border-right: 1px inset silver;
}

.product_image{
	border:0px;
}


.product_image_s_container{
	height: 42px;
	width: 56px;
	text-align: center;
	vertical-align: top;
	background-color: #ffffff;
	border: 1px solid #efefef;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
}

.product_image_xs_container{
	height: 118px;
	text-align: center;
	overflow: hidden;
}

.product_image_xxs_container{
	width: 115px;
	text-align: center;
	overflow: hidden;
	margin-right: 5px;
}

.product_image_xxxs_container{
	width: 260px;
	height: 200px;
	text-align: center;
	overflow: hidden;
	margin-right: 5px;
}

.product_links{
   font-size: 9px;
	border:0px;
	height: 35px;
}

.product_title,
.product_title_big{
	font-weight: bold;
	font-size: 10px;
	color:#000;
	height: 40px;
}

.product_title_big{
	font-size: 12px;
}

.product_variant{
	font-weight: normal;
	font-size: 9px;
	height: 35px;
	color: #677787;
}

.product_description{
	font-weight: normal;
	font-size: 10px;
	color: #404C58;
}

.product_artnr{
	font-weight: normal;
	height: 15px;
	font-size: 9px;
	color: #677787;
}

.product_text{
	font-size: 9px;
	color: #677787;
}

.product_text2{
	font-size: 10px;
	color: Black;
}

.product_text3{
	font-size: 11px;
	color: Black;
}

.product_price_new,
.product_price_new_big,
.product_price_new_small{
	font-weight: bold;
	font-size: 18px;
	color: black;
	border: 0px;
	margin: 0px;
}

.product_price_new_big
{
	font-size: 23px;
}

.product_price_new_small
{
	font-size: 14px;
}

.product_price_old{
	color:black;
	text-decoration: line-through;
	font-size: 12px;
	font-weight: bold;
	border: 0px;
	margin: 0px;
}

.product_price_old_text,
.product_price_new_text{
	color:black;
	font-weight: bold;
	font-size: 11px;
}

.hr_image{
	height: 2px;
	width: 100%;

	margin-top: 6px;
	margin-bottom: 6px;
}
.contentboxlistrow,
.categorytitlerow{
	height: 26px;
	background-color: #ebecec;
	line-height: normal;
	padding-top:4px;
	padding-bottom:0px;

	vertical-align: middle;
}

.contentbox,
.categorydetailsrow{
	min-height: 0px;
	height: auto;
	border-top: 0px;
	margin-top: 0px;
	padding:6px;

	margin-bottom:4px;

	color: #677787;
	font-size: 10px;
}

.categorydetailsrow_empty{
	height: 1px;
	min-height: 0px;
	margin-bottom:4px;
	padding:0px;
	margin-top:0px;

	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;

	line-height: 0px;
}

.categorytitle{
	color: #677787;
	font-size: 14px;
	font-weight: bold;
}

.categorycount{
	color: #677787;
	font-size: 11px;
}

.categoryimage{
	margin: 1px;
	margin-bottom: 3px;
}
.contentlistheader,
.categorydescription{
	color: #677787;
	font-size: 11px;
	font-weight: bold;
}

.categorylink{
	color: #677787;
	font-size: 10px;
}

.categoryline,
.categoryline2,
.categoryline3{
	height: 0px;
	border-top: 1px solid #cbcbcb;
	margin-bottom: 3px;
	margin-top: 3px;
	padding: 0px;
	line-height: 0px;
}


.categoryline2{
	border-top-style: dotted;
}

.categoryline3{
	border-top-color: #EFEFEF;
}

* html .category-line,
* html .category-line2,
* html .category-line3{
	margin-bottom: -2px;
}

.locatortitlerow{
	height: 26px;
	background-color: #d0d1d3;
	line-height: normal;
	padding-top:4px;
	padding-bottom:0px;
}

.locatortitlerow_empty{
	height: 0px;
	min-height: 0px;
	padding:0px;
	line-height: 0px;

	padding-bottom:0px;

}

* html .locatortitlerow_empty{
	margin-bottom: -4px;
}


.locatordetailsrow{
	min-height: 0px;
	height: auto;
	border-top: 0px;
	margin-top: 0px;
	padding:6px;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:4px;

	color: #424a55;
	font-size: 10px;
}

.locatortitle{
	color: #677787;
	font-size: 11px;
	font-weight: bold;
}

.locatortext{
	color: #424a55;
	font-size: 13px;
}

.locatorlink,
.locatorlink2,
.locatorlink3{
	font-size: 11px;
	color: #424a55;
	font-weight: normal;
}

.locatorlink2{
	font-size: 11px;
}

.locatorlink3{
	font-size: 11px;
}

.locatorlink_active,
.locatorlink2_active,
.locatorlink3_active{
	font-size: 11px;
	color: #ff3300;
	font-weight: bold;
}

.locatorlink2_active{
	font-size: 11px;
}

.locatorlink3_active{
	color: #424a55;
	font-size: 11px;
}
.important{	color: Red;}

.defaultcontents_linespacer {
	color: #EEEFF0;
	background-color: #EEEFF0;
	height: 1px;
    border: 0;
 	margin-left:7px;
	margin-top: 8px;
	margin-bottom: 0px;
}

.default_midbutton {
	width:91px;
	height:19px;
	border:1px solid #e9eaeb;
	font-size:10px;
	font-weight:bold;
	color:#677787;
	margin-left: 3px;
	cursor: pointer;
}

.contentboxlistrow {
    margin-top: 10px;
}
.contentbox {
    margin-bottom: 0px;
}

.contentboxtext {
    font-size: 11px;
    color: #000000;
    padding-left: 10px;
}

.default_nextbutton {
    width: 222px;
    height: 25px;
    background-color: #CC0001;
    vertical-align: middle;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
	 cursor: pointer;
}
.default_nextlinecontainer {
	vertical-align: middle;
	padding-left:7px;
	margin: 4px;
	margin-top: 5px;
    border: 1px solid #cbcbcb;
	color: #677787;
	background-color: #efefef;
    text-align: right;
}

.default_nextline,
.listcontents_nextline {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #CBCBCB;
    margin-left: 4px;
    margin-right: 3px;
    background-color: #EFEFEF;
    margin-top: 10px;
}
.listcontents_nextline {
    margin-top: -5px;
    width: 571px;
}
.default_nextbutton,
.default_nextlink {
    color: #ffffff;
    font-size: 11px;
}
.default_nextbutton {
	margin:0;
	padding:0;
	border-width:1px;
	font-weight:bold;
}
a.default_nextlink:Hover {
	color: #ffffff;
    text-decoration: underline;
}

.nicehr {
	border: none 0;
	border-top: 1px solid #EEEFF0;
	height: 1px;
    width: 547px;
}

.font9 { font-size: 9px; }
.font10 { font-size: 10px; }
.font11 { font-size: 11px; }
.font12 { font-size: 12px; }
.font13 { font-size: 13px; }
.font14 { font-size: 14px; }
.font15 { font-size: 15px; }
.font18 { font-size: 18px; }

.fontbold {	font-weight: bold; }

.fontitalic { font-style: italic; }

.fontunderline { text-decoration: underline; }

.fontred { color: #CC0001; }
.fontblack { color: #000000; }
.fontgray1 { color: #677787; }
.fontgray2 { color: #404C58; }
.fontgreen { color: #00B910; }
.fontwhite { color: #ffffff; }

.addresscolumn { width:147px; }
.address_deliverybutton {
    border: 1px solid #E9EAEB;
    cursor: pointer;
}
.tableclear {
    width: 100%;
    border-collapse: collapse;
}
.leftspacer20 {
    margin-left:20px
}
.leftspacer10 {
    margin-left:10px
}
.leftspacer8 {
    margin-left:8px
}
.leftspacer5 {
    margin-left:5px
}
.leftspacer290
{
	padding-left:290px;
}
.rightspacer10 {
    margin-right:10px
}
.topspacer10 {
    padding-top: 10px;
}
.topspacer10 {
    padding-top: 10px;
}
.topmargin10 {
    margin-top: 10px;
}
.cleartopmargin {
    margin-top:0;
}
.height25 {
    height: 25px;
}
.default_smallbutton {
    font-size: 10px;
    font-weight: bold;
    border: 1px solid #E9EAEB;
    background-color: #FAFAFA;
    color: #677787;
    height: 18px;
    padding-bottom: 2px;
	 cursor: pointer;
}
.dottedline {
	height:1px;
	border:0px;
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 0px;
	padding:0px;
	background-image: url(1/0/images/linedot.gif);
}

.paddingtop3{ padding-top:3px; }
.paddingtop5{ padding-top:5px; }
.paddingtop10{ padding-top:10px; }


h1.contextbox
{
    background-color: #ebecec;
    color: #677787;

    padding: 7px;
    padding-bottom: 5px;

	margin: 4px;
	margin-bottom: 0px;

	border: 1px solid #cbcbcb;
	border-left: 8px solid #677787;
	border-top: 1px solid #677787;
	border-bottom: 1px none;

	-moz-box-sizing: border-box;
}

div.contextbox
{
    vertical-align: top;

	padding: 10px;
    padding-left: 15px;

    margin: 4px;
	margin-top: 0px;
	margin-bottom: 15px;

	border: 1px solid #cbcbcb;
	border-top: none;

	-moz-box-sizing: border-box;
}


.msgbox,
.errorbox
{
    padding: 5px;
    padding-left: 10px;

    margin: 4px;
    margin-bottom: 7px;

    background-color: #ffffee;

    border: silver solid 1px;
}

.errorbox
{
    color: red;
	 font-weight: bold;
}




.compare_table,
.compare_table_noleft,
.compare_table_nobottom{
    border-left: 1px dotted silver;
    border-bottom: 1px dotted silver;
    padding-left:5px;
	 padding-bottom:5px;
}

.compare_table_noleft{
    border-left: 0px;
}

.compare_table_nobottom{
    border-bottom: 0px;
	 padding-bottom: 0px;
	 padding-top: 0px;
}






.debugBox {
	position:				fixed;
	z-index:				999;
	overflow:				auto;
	right:					10px;
	bottom:					10px;
	width:					38%;
	max-height:				94%;
	padding:				15px;
	background-color:		red;
	color:					white;
}


.imageMarginBottom {
	margin-bottom:			-3px;
}


/* TODO: IE7 Hack finden */

/* IE allgemein */
*html .imageMarginBottom {
	margin-bottom:			0px;
}

/* IE7 funtzt irgendwie nicht */
*+html .imageMarginBottom {
	margin-bottom:			-3px;
}



