@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: 			Arial, Verdana, Helvetica, sans-serif;
	font-size:				11px;
	color:					#251c7a;

/*	overflow:				auto;	never do this */
}





/*
	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:				40px;
	width:				550px;

	border:				0px;
	margin:				0px;
	padding:			0px;

	border-collapse:	collapse;
	border-spacing:		0px;
}



.tabTopNav td {

	border-style:		none;
	border-width:		0px;

	vertical-align:		middle;

	margin:				0px;
	padding:			0px;
	padding-top:		0px;
}



/*
	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;
}




/*
	Produktgruppen-Navigation im Head
*/
.topRubrikenNav {

	width:					550px;
	height:					20px;
	color:					#ffffff;

	border-collapse:		collapse;

	font-weight:			bold;
	color:					#ffffff;

	z-index:				123;
}


.topRubrikenNav td {

	border-style:			solid;
	border-color:			#ffffff;

	border-left-width:		1px;
	border-right-width:		1px;
	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:					#251c7a;

	margin-top:				3px;
	margin-left:			-1px;

	border-style:			solid;
	border-color:			#c4c4c4;
	border-width:			1px;

	border-bottom-width:	0px;

	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: 						#251c7a;

	font-weight: 				bold;

	padding-top:				4px;
	padding-bottom:				4px;
	padding-left:				10px;
	padding-right:				10px;

	z-index:					500;
}

.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;

	/*
	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:		#251c7a;

	font-size:			12px;
	color:				#251c7a;
}

.selectField {

	height:				18px;

	border-style:		solid;
	border-width:		1px;
	border-color:		#251c7a;

	font-size:			12px;
	color:				#251c7a;
}


.inputAera {

	width:				230px;
	height:				100px;

	border-style:		solid;
	border-width:		1px;
	border-color:		#251c7a;

	font-size:			12px;
	color:				#251c7a;
}




.borderLeft10px {

	padding-left:		10px;
}


.mainContent {

	border-style:			solid;
	border-width:			0px;

	border-collapse:		collapse;
	border-spacing:			0px;
}




.linkOrange:link {

	color:					#ff0000;
	text-decoration:		none;
}

.linkOrange:visited {

	color:					#ff0000;
	text-decoration:		none;
}

.linkOrange:focus {

	color:					#ff0000;
	text-decoration:		none;
}

.linkOrange:hover {

	color:					#ff0000;
	text-decoration:		underline;
}


.colorOrangeDark {

	color:					#ff0000;
}


.colorOrangeLight {

	color:					#ffbb50;
}


.roterKasten {
	padding-left:			15px;
	padding-right:			15px;
	padding-top:			3px;
	padding-bottom:			3px;

	background-color:		#ff0000;
	color:					#ffffff;
	font-size:				11px;
	font-weight:			normal;

	text-align:				center;
}

.colorRedFull {

	color:					#ff0000;
}

.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:		#ff0000;
}



.marginBottom {

	margin-bottom:			3px;
}



.borderDashed {

	border-bottom-style:	dashed;
	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:					15px;

	color:					#ffffff;

	font-weight:			bold;

	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;
}


.space40Horizontal {
	height:					40px;
}



*html .space40Horizontal {
	height:					38px;
}



/*
	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;
*/
	color:					#ffffff;
	padding:				0px;

	vertical-align:			top;
	text-align:				center;

/*	background-image:		url(/out/1/html/0/images/produktListe3SpaltenBg.jpg);	*/
	background-color:		#FFF;
}


.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:					#251c7a;
}




/*
	Textblock in der Listendarstellung
	der Produkte
*/
.tabProduktListe3Spalten .produktListeText {

	margin-top:				3px;
	margin-left:			10px;

	padding:				0px;
/*	width:					140px;	*/
	color:					#ffffff;
	text-align:				left;

}



.tabProduktListe3Spalten .produktListeText a, .tabProduktListe3Spalten .produktListeText h2 {
	color:					#ffffff;
}



/*
	Blauer Bapperl in der Produktliste
	wenn Topseller-Darstellung
*/
.topSellerCount {

	width:					22px;
	height:					20px;

	background-color:		#251c7a;
	color:					#ffffff;

	font-weight:			bold;
	font-size:				14px;

	text-align:				left;
	padding-left:			6px;
	padding-top:			4px;

	float:					left;
}


.dashedBorder {

	border-style:			dashed;
	border-color:			#c4c4c4;
	border-width:			1px;
}

/*
	Tablelle mit Border dashed
*/
.tabDashedBorder {

	border-style:			dashed;
	border-color:			#c4c4c4;
	border-width:			1px;

	border-collapse:		collapse;
	border-spacing:			0px;

	border-bottom-width:	0px;
}


.tabDashedBorder .borderBottom {

	border-style:			dashed;
	border-color:			#c4c4c4;
	border-width:			1px;

	padding-left:			20px;
	padding-top:			5px;
	padding-bottom:			5px;
	margin:					0px;

}




.tabDashedBorder .tdBottom {

	border-bottom-style:	dashed;
	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:					#014495;
}

.pageListLink_active {

	color:					#ff0000;
}





/*
	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:			#FFF;
	padding:				0px;
	margin:					0px;

	border-collapse:		collapse;
	border-spacing:			0px;
}


.tabNoBorder td, .tabNoBorder th {

	border-style:			none;
	border-width:			0px;
	border-color:			#FFF;

	padding:				0px;
	margin:					0px;


	vertical-align:			top;
}



.tabNoBorder .trenneLinie {

	height:					1px;
	border-bottom-style:	solid;
	border-bottom-width:	1px;
	border-bottom-color:	#c4c4c4;
}


/*
	Tablle mit verticalem Padding in den Zellen
*/
.tabVerticalSpace {

	border-style:			none;
	border-width:			0px;
	border-color:			#251c7a;
	padding:				0px;
	margin:					0px;

	border-collapse:		collapse;
	border-spacing:			0px;
}


.tabVerticalSpace td, .tabVerticalSpace th {

	border-style:			none;
	border-width:			0px;
	border-color:			#251c7a;

	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 a, .basketstepitem a:hover {
	color:					#ffffff;
}

.basketstepitem_high a, .basketstepitem_high a:hover {
	color:					#ffffff;
}



.basketstepitem {
	color:					#ffffff;
	background-color:		#7f8dc7;
}

.basketstepitem_high {

	color:					#ffffff;
	background-color:		#251c7a;
}



.firstChar_high {

	font-weight:			bold;
	font-size:				120%;

	color:					#ffffff;
	background-color:		#251c7a;
}

.firstLine_high {

	font-weight:			bold;
	font-size:				110%;
}


.firstChar {

	font-weight:			bold;
	font-size:				120%;

	color:					#ffffff;
	background-color:		#7f8dc7;
}

.firstLine {

	font-weight:			bold;
	font-size:				110%;
}


/*
	Inputbutton zum aufklappen der Lieferadresse
	bei der Anmeldung
*/
.butOpenLieferAdresse {

	background-color:		#ffffff;
	color:					#251c7a;

	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:			#251c7a;
	padding:				0px;
	margin:					0px;

	border-collapse:		collapse;
	border-spacing:			0px;

	height:					20px;
}

.tabFooterRubrikenNav td {

	border-style:			none;
	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:			10px;
	padding-right:			10px;

	vertical-align:			bottom;

	color:					#ffffff;
	font-weight:			bold;
}

.footerRow1:link {

	color:					#ffffff;
	font-weight:			normal;
	text-decoration:		none;
}

.footerRow1:visited {

	color:					#ffffff;
	font-weight:			normal;
	text-decoration:		none;
}

.footerRow1:focus {

	color:					#ffffff;
	font-weight:			normal;
	text-decoration:		none;
}

.footerRow1:hover {

	color:					#ffffff;
	font-weight:			normal;
	text-decoration:		underline;
}


.footerRow2:link {

	color:					#251c7a;
	font-weight:			normal;
	text-decoration:		none;
}

.footerRow2:visited {

	color:					#251c7a;
	font-weight:			normal;
	text-decoration:		none;
}

.footerRow2:focus {

	color:					#251c7a;
	font-weight:			normal;
	text-decoration:		none;
}

.footerRow2:hover {

	color:					#251c7a;
	font-weight:			normal;
	text-decoration:		underline;
}





TABLE,TR,TD,TH,LI
{
	font-family: 			Helvetica, Arial, Verdana, sans-serif;
	font-size:				11px;
	color:					#251c7a;
	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: #251c7a;    text-decoration: none;}
A:Hover{    color: #251c7a;    text-decoration: underline;}
A.details{	color: #251c7a;}


H1 {
    color: #251c7a;
	margin: 0px;padding:0px;
    font-weight: normal;
    font-size: 16px;
}

H2 {
	color: #251c7a;
	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:					158px;
	display: 				block;


	padding:				0px;

	border-left-width:		20px;
	border-left-color:		#ffffff;
	border-left-style:		solid;

	border-right:			30px solid #FFF;
	border-left:			65px solid #FFF;

	color: 					#251c7a;
	background-color: 		#014495;
}

/*
.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: #ff3300;
	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: #251c7a;
}

.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: #ff3300;
}

.producttitlecell_blue,
.contentboxlistrow,
.categorytitlerow{
	font-size: 11px;
	font-weight: bold;
	color: #ff3300;
}



.producttitlerow_red_big,
.producttitlerow_red{
	border-left:8px solid #ff3300;
	border-top:1px solid #ff3300;
	color: #ff3300;
	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: #251c7a;
	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: #251c7a;
	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: #251c7a;
	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;
}
*/

/*
select,textarea{
	background-color: white;
}
*/

.search_input{

	z-index:				2;
	position:				relative;

	background-color: White;
	vertical-align: top;
	width:122px;
	color: #251c7a;
	font-weight: normal;
	border: 2px inset gray;
	border-bottom: 1px inset silver;
	border-right: 1px inset silver;
}

.search_go{
	width:75px;
	height: 20px;
	border: 1px solid #424c56;
	color: #FFF;
	background-color: #251C7A;
}

.categorybox_rootcategory,
.categorybox_rootcategorylink {

	color: 						#ffffff;
	font-weight: 				normal;
	font-family: 				Georgia;
	font-size: 					14px;
}




.categorybox_rootcategory {
	color:						#ffffff;
	/*background-color:			#4f569e;*/

	width:						138px;
	/*margin-left:				60px;*/

	padding-top:				10px;
	padding-bottom:				10px;
	padding-left:				20px;
	padding-right:				0px;

	border-bottom-style:		none;
	border-bottom-width:		0px;
	border-bottom-color:		#ffffff;
}



.categorybox_rootcategory_exp {
	color: 						#ffffff;
	background-color:			#7394C9;

	width:						138px;
	/*margin-left:				60px;*/

	font-weight:				bold;

	padding-top:				10px;
	padding-bottom:				10px;
	padding-left:				20px;
	padding-right:				0px;

	border-bottom-style:		none;
	border-bottom-width:		0px;
	border-bottom-color:		#ffffff;
}






.categorybox_subcategory{

	background-color:			#4f569e;

	font-weight:				bold;

	padding-top:				5px;
	padding-bottom:				5px;
	padding-left:				8px;
	padding-right:				5px;
}


.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: #ff3301;
	height: 18px;
	cursor: pointer;
}

.warenkorb_mini_button{
	width:100px;
	color:#ff3301;
	height: 18px;
}


.warenkorb_img2,
.warenkorb_button2,
.warenkorb_button3,
.warenkorb_mini_button2{
	border:1px solid #d9d9db;
	background-color: White;
	vertical-align: top;
	color:#ff3301;
	margin-top: 1px;
	font-weight: bold;
	cursor: pointer;
}

.warenkorb_img2{
	height: 16px;
	margin-right: 2px;
}

.warenkorb_button2{
	width:110px;
	color:#ff3301;
	height: 18px;
	background-color: #fafafa;
}

.warenkorb_button3{
	width:130px;
	color:#ff3301;
	height: 18px;
	background-color: #fafafa;
}

.warenkorb_mini_button2{
	width:100px;
	color:#ff3301;
	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: normal;
	font-size: 10px;
	color:#014495;
	height: 20px;
}

.product_title_big{
	font-size: 14px;
}

.product_variant{
	font-weight: normal;
	font-size: 9px;
	height: 35px;
	color: #251c7a;
}

.product_description{
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
}

.product_artnr{
	font-weight: normal;
	height: 15px;
	font-size: 9px;
	color: #ffffff;
}

.product_text{
	font-size: 9px;
	color: #ffffff;
}

.product_text2{
	font-size: 10px;
	color: #ffffff;
}

.product_text3{
	font-size: 11px;
	color: #ffffff;
}

.product_price_new,
.product_price_new_big,
.product_price_new_small{
	font-weight: normal;
	font-size: 18px;
	color: #ffffff;
	border: 0px;
	margin: 0px;
}

.product_price_new_big
{
	font-size: 22px;
}

.product_price_new_middle
{
	font-size: 16px;
}

.product_price_new_small
{
	font-size: 12px;
}

.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;
}


.inputButton {
	padding-left:			18px;
	padding-right:			18px;
	padding-top:			2px;
	padding-bottom:			2px;
	color:					#ffffff;
	font-weight:			normal;
	font-size:				10px;
	border:					0px;
	background-color:		#251c7a;
}



*html .inputButton {
	border:					0px;
	padding-left:			10px;
	padding-right:			10px;
	padding-top:			0px;
	padding-bottom:			0px;
	height:					20px;
	font-size:				11px;
}



.inputButtonSmall {
	padding-left:			10px;
	padding-right:			10px;
	padding-top:			0px;
	padding-bottom:			0px;
	color:					#ffffff;
	font-weight:			nosmal;
	font-size:				10px;
	border:					0px;
	background-color:		#251c7a;
	text-align:				left;
}



.stepsSpacer {
	height:					0px;
}


*html .stepsSpacer {
	height:					2px;
}



*html .inputButtonSmall {
	border:					0px;
	padding-left:			10px;
	padding-right:			10px;
	padding-top:			0px;
	padding-bottom:			0px;
	height:					16px;
	font-size:				10px;
}



.bigButton {
	padding-left:			18px;
	padding-right:			18px;
	padding-top:			3px;
	padding-bottom:			3px;
	color:					#ffffff;
	font-weight:			normal;
	background-color:		#251c7a;
}



*html .bigButton {
	line-height:			20px;
}



.smallButton {
	padding-left:			10px;
	padding-right:			10px;
	padding-top:			2px;
	padding-bottom:			2px;
	color:					#ffffff;
	font-weight:			normal;
	background-color:		#251c7a;
}



*html .smallButton {
	line-height:			18px;
}



.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: #251c7a;
	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: #251c7a;
	font-size: 14px;
	font-weight: bold;
}

.categorycount{
	color: #251c7a;
	font-size: 11px;
}

.categoryimage{
	margin: 1px;
	margin-bottom: 3px;
}
.contentlistheader,
.categorydescription{
	color: #251c7a;
	font-size: 11px;
	font-weight: bold;
}

.categorylink{
	color: #251c7a;
	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: #251c7a;
	font-size: 11px;
	font-weight: bold;
}

.locatortext{
	color: #014495;
	font-size: 10px;
}

.locatorlink,
.locatorlink2,
.locatorlink3{
	font-size: 11px;
	color: #014495;
	font-weight: normal;
}

.locatorlink2{
	font-size: 10px;
}

.locatorlink3{
	font-size: 10px;
}

.locatorlink_active,
.locatorlink2_active,
.locatorlink3_active{
	font-size: 11px;
	color: #ff3300;
	font-weight: bold;
}

.locatorlink2_active{
	font-size: 10px;
}

.locatorlink3_active{
	color: #424a55;
	font-size: 10px;
}
.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:#251c7a;
	margin-left: 3px;
	cursor: pointer;
}

.contentboxlistrow {
    margin-top: 10px;
}
.contentbox {
    margin-bottom: 0px;
}

.contentboxtext {
    font-size: 11px;
    color: #251c7a;
    padding-left: 10px;
}

.default_nextbutton {
    width: 222px;
    height: 25px;
    background-color: #FF3300;
    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: #251c7a;
	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 dashed #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: #FF3300; }
.fontblack { color: #251c7a; }
.fontgray1 { color: #251c7a; }
.fontgray2 { color: #251c7a; }
.fontgreen { color: #00B910; }

.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: #251c7a;
    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: #251c7a;

    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;
}

a.header-row {
	color: #FFF;
	font-size: 14px;
	font-family: Georgia;
	margin-right: 50px;
}
