/* nur bei shop nötig*/
#seiteBestellung {
	width:550px; 
	overflow:auto;
	padding: 0 14px 15px 14px; 
	margin: 0 auto 0px auto;
	text-align: left;
	background:#FFF;
}

	/*nur bei shop nötig*/
	.produktevariantenLoopstil dt .picPreview { /*seo-seiten!*/
		width: 68px; /*projektspez. bildgröße*/
	}
	
	/*nur bei shop nötig*/
	p.artikelNummer {
		font-weight: bold; 
		/*font-size:1.1em;*/
	}
	/*nur bei shop nötig*/
	.artikelNummer {
		color:#666;
	}
	
/*nur bei shop nötig*/
/*'vardetailseite IE6 Gefahr da direkt punkt*/
.mehr.varianten {
	background-color: #FFCCCC;
	/* falls opacity mit hover gepaart wird, muss der nicht-hover tag opacity:0.99 zugewiesen bekommen!
		opacity: 0.2;
		-moz-opacity: 0.2;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
		filter: alpha(opacity=20);
	*/
}
/*nur bei shop nötig*/
.mehr.varianten a {
	font-weight: bold;
}

	/*nur bei shop nötig*/
	#kopfWarenkorb {
		position: absolute; top: 0; right: 0; 
		
		padding-right: 15px; 
		padding-left: 15px; 
		padding-bottom: 0;
		 
		background: #FCC400; 
		text-align: right;
		white-space: nowrap;
		font-size: 11px; line-height: 1.8em; /*width: 350px;*/		
	}
	
	
	
/* nur bei shop nötig*/
.preissymbolAktion {
	color: #A20505;
	font-weight: bold;
}
/* nur bei shop nötig*/
.loopMarken, 
.loopProdukte {
	width: 99.497487%; /* 396:398, wg. outline */
	margin: 0 auto 0 auto;
	}
	/* nur bei shop nötig*/
	.loopProdukte {
		clear: both;
	}
	/* nur bei shop nötig*/
	.loopMarken ul, 
	.loopProdukte ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	/* nur bei shop nötig*/
	.loopMarken li, 
	.loopProdukte li {
		 position:relative; /* für absolute Platzierungen */
		 float: left; display:block; 
		 margin: 0 0 10px 0;
		 padding: 0;
		 width: 31.155778%; 
		 /*font-size:11px; line-height:15px;*/
	}
	/* nur bei shop nötig*/
	.loopMarken li.midElement, 
	.loopProdukte li.midElement { /* mittleres ListenElement bei 3/Zeile */
		margin: 0 3.2663316% 0 3.2663316%;
	}
	/* nur bei shop nötig*/
	.loopMarken li img, 
	.loopProdukte li img {
		width: 100%; 
		margin: 0;
		padding: 0;
		border: 0px none;
		outline: 1px solid #ccc;
	}
	/* nur bei shop nötig*/
	.loopMarken li span {
		display: block;
		width: 100%;
		height: 25px;	
		margin: 0px; 
		padding: 0px;
	}
	/* nur bei shop nötig*/
	.loopMarken li:hover, 
	.loopProdukte li:hover {
		outline: 1px dotted #60854E;
	}
	/* nur bei shop nötig*/
	.loopProdukte li span {
		position: relative;
		display: block;
		width: 100%;
		height: 45px;
		margin: 0; 
		padding: 0;
		background: #FFF;
	}
	/* nur bei shop nötig*/
	.loopProdukte li span.preis {
		display: block; 
		width: 100%;
		height: 15px;
		margin: 0;
		padding: 0;
		background: #FFF; 
	}
	/* nur bei shop nötig*/
	.loopProdukte li img.neu,
	.loopProdukte li img.schnaeppchen {
		width: 23.387096%;
		outline: 0px none;	
	} 
	/* nur bei shop nötig*/
	.loopProdukte li img.neu {
		position: absolute; left: 0; top: 0;
	}
	/* nur bei shop nötig*/
	.loopProdukte li img.schnaeppchen {
		position: absolute; right: 0; bottom: 0;
		z-index: 50;
	}
	
	
	
/*
  Bestellungsübersicht beim Tracking
*/
/*nur bei shop nötig*/
table.bestelluebersicht {
	width: 100%;
	margin-top: 15px; 
	background: #F0F0F0;
	}
	/*nur bei shop nötig*/
	table.bestelluebersicht td {
		/*font-size: 1.2em;*/
		padding: 5px;
	}
	/*nur bei shop nötig*/
	table.bestelluebersicht tr td:first-child { /*linke spalte*/
	}


/*
  Produkttabellen
*/
/*nur bei shop nötig*/
#produktvarianten {
	width: 100%;
	border: 0 none;
	background: #DEDEDE;
	/*font-size: 1.1em; line-height: 1.5em;*/
	}
	/*nur bei shop nötig*/
	#produktvarianten .alternateColor {
		background: #EAEAEA;
	}

/************************************/
/* TABELLEN-KOPF produktvarianten	*/
/************************************/
/*nur bei shop nötig*/
#produktvarianten thead td {
	height: 25px; 
	padding: 0px 5px 0px 5px;
	border-bottom: 1px solid #FFF;
	font-weight: bold; 
	text-align: center;
	background: #FCC400;
	}
	/*nur bei shop nötig*/
	#produktvarianten thead td.tableVariante {
		border-right: 1px solid #FFF;
		text-align: left;
	}
	/*nur bei shop nötig*/
	#produktvarianten thead td.tableVersand {
		width: 50px; 
		border-right: 1px solid #FFF;
	}
	/*nur bei shop nötig*/
	#produktvarianten thead td.tableStk {
		width: 40px; 
	}
	/*nur bei shop nötig*/
	#produktvarianten thead td.tablePreis {
		width: 102px; 
		text-align: right;
	}
	/*nur bei shop nötig*/
	#produktvarianten .preis{
		font-weight: bold; 
		color: #000;
	}

/************************************/
/* TABELLEN-Inhalt produktvarianten	*/
/************************************/
/*nur bei shop nötig*/
#produktvarianten tbody td {
	border-bottom: 1px solid #FFF;
	}
	/*nur bei shop nötig*/
	#produktvarianten tbody td.tablePic {
		width: 45px;/*besser in % angeben statt width: 45px;*/
		margin: 0px;
		padding: 5px 0 0 0; 		
		vertical-align: top;
		text-align: center;
	}
	/*nur bei shop nötig*/
	#produktvarianten img.picPreview {
		width: 34px; /*besser in % angeben statt width: 34px;*/
		padding: 0;		
		margin: 0;
		border: 1px solid #FFF;
		
	}
	/*nur bei shop nötig*/
	#produktvarianten tbody td.tableVariante {
		padding: 5px 0 3px 0; 
		margin: 0;		
		border-right: 1px solid #FFF;
	}
	/*nur bei shop nötig*/
	#produktvarianten tbody td.tableVersand {
		text-align: center;
		border-right: 1px solid #FFF;
		line-height: 2.0em;
	}
	/*nur bei shop nötig*/
	#produktvarianten tbody td.tablePreis {
		text-align: right; 
		padding-right: 5px;
		line-height:2.0em;
	}
	/*nur bei shop nötig*/
	#produktvarianten tbody .noBottomBorder {
		border-bottom: none;		
	}
	/*nur bei shop nötig*/
	#produktvarianten tbody tr:hover {
		background: #FCDE77;
	}
/*nur bei shop nötig*/
table#versandtabelle {
	border: 0 none;
	}
	/*nur bei shop nötig*/
	#versandtabelle thead {
		font-weight: bold;	
	}
	/*nur bei shop nötig*/
	#versandtabelle thead td {
		padding: 0 5px;
		text-align: right;	
		background: #ccc;
	}
	/*nur bei shop nötig*/
	#versandtabelle tbody td {
		padding: 0px 5px;
		text-align: right;	
		background: #F2F2F2;
	}
	
	
/*nur bei shop nötig*/
img.wirecard {
	width: 50px; /*besser prozent*/
}


		/*nur bei shop nötig*/
		a.intoWarenkorb:link, a.intoWarenkorb:visited {
			display: block; float:right; 
			margin: 0px;		
			width: 100px;
			height: 18px; 
		}
		/*nur bei shop nötig*/
		a.intoWarenkorb:hover, a.intoWarenkorb:active {
			text-decoration: underline;
		}
		
		
/********************************************************************/
/* Style-Sheets für Produkte-Loop und Detailseite mit Bestellbutton */
/********************************************************************/
/*nur bei shop nötig*/
.ohneBottomAbstand {
	margin-bottom: 0;
}

/* Loop */
/*nur bei shop nötig*/
dd .preis {
	float:left; margin-top:-15px;
}
/*nur bei shop nötig*/
dd .button {
	float:right; margin-top:-6px;
}

/* Detailseite */
/*nur bei shop nötig*/
#preisUndBestellen {
	margin: 20px 0 18px 0;
	padding: 10px 10px 0 10px;
	clear: both;	
	background: #E2E2E2;

}
	/*nur bei shop nötig*/
	.ohneProduktDetail {
		height: 45px;
	}
	/*nur bei shop nötig*/	
	.mitProduktDetail {
		height: 70px;
	}
	/*nur bei shop nötig*/
	#preisUndBestellen .preis {
		float: left;
	}
	/*nur bei shop nötig*/
	#preisUndBestellen #bestellen {
		margin-top: 14px;
		padding: 0;
		text-align: right;
	}
	/*nur bei shop nötig*/
	#preisUndBestellen form {
		float: right;
	}
	/*nur bei shop nötig*/
	.buttonInaktiv { /*produkt nicht lieferbar*/
		width: 100px; 
		padding-right: 0;
		border: 0 none;
		background: none; 
		text-align: right; 
	}
	/*nur bei shop nötig*/
	#produktDetail1 {
		width: 130px; 
		margin-bottom: 5px;
	}
	/*nur bei shop nötig*/	
	.produktAnzahl {
		float: left; /*display: inline;*/
		width: 45px;  
		margin-left: 5px;
	}
/*nur bei shop nötig*/
#abPreisBox {
	width: 97.487437%; /* 388px; */ 
	height: 20px;
	padding: 1.2562814%; /* 5px; */
	text-align: right;
	background: #FCC400;
	/*font-size:1.2em; line-height:1.9em;*/
	}
	/*nur bei shop nötig*/
	#abPreisBox .preis {
		float: right; 
		font-weight: bold; 
		color: #000;
	}
	/*nur bei shop nötig*/
	#abPreisBox a {
		float: left;
	}	
/*nur bei shop nötig*/
.preisHinweisMwst {
	width: 98.743718%; /* 393:398 */
	padding: 5px 1.2562814% 10px 0; /* 5:398 */
	text-align:right;
}	
/*nur bei shop nötig*/
.preisInline {
	white-space:nowrap; 
	font-weight: bold;
}


/*****************/
/* PopupHinweise */
/*****************/
/*nur bei shop nötig*/
#popupHinweis {
	position: absolute; top: 280px; 
	width: 252px; 
	height: 153px; 
	margin-left: 75px;
	padding: 5px 4px 0 4px;
	border: 0 none;
	z-index: 500;
	background: #E8E8E8;
	background: url(../pic/popup_schlagschatten.png) no-repeat;
	/* filter:progid:DXImageTransform.Microsoft.Shadow(Color=#BDBDBD, direction=135, strength=8); */
	}    
	/*nur bei shop nötig*/
	#popupHinweis .x {
		position: absolute; right:5px; top:5px;
	}
	/*nur bei shop nötig*/
	#popupHinweis .titel {
		position: relative;
		height: 18px;
		padding: 10px 0 0 0;
		border-bottom: 2px solid #FFF;
		text-align: center; 
		/*font-size: 12px; line-height:12px;*/
		font-weight: bold;
		background: #114398; 
		color:#FFFFFF;
	}    
	/*nur bei shop nötig*/
	#popupHinweis .titel a:link, #popupHinweis .titel a:visited {
		 /*font-size: 12px;*/
		 font-weight: bold;
		 text-decoration:none;
		 color: #FFF;
	}
	/*nur bei shop nötig*/
	#popupHinweis .titel a:hover, #popupHinweis .titel a:active {
		color: #F3C83E;
	}
	/*nur bei shop nötig*/
	#popupHinweis .close a:link, #popupHinweis .close a:visited {
		/*font-size: 11px; */
		font-weight: bold;
		color: #000; 
	}
	/*nur bei shop nötig*/
	#popupHinweis .close a:hover, #popupHinweis .close a:active {
		color: #114398;
	}

	/*nur bei shop nötig*/
	#popupHinweis .text {
		padding: 5px;
		text-align:center;
		/*font-size: 1.2em;*/
		color: #000000;
		background: #F3E4B5;
	}    
	/*nur bei shop nötig*/
	#popupHinweis .close {
		height: 25px;
		padding-top: 10px;
		/*font-size: 12px;*/
		text-align: center;		
		color: #000000;
		background: #F3CD55;
	} 
	
	
/*nur bei shop nötig*/
#seiteBestellung {
	}
	/*nur bei shop nötig*/
	#seiteBestellung #colDetailPage {
		width: 100%;
	}
	/*nur bei shop nötig*/
	#seiteBestellung #colInhalt {
		width: 100%;
		background: #FFF;
	}
	/*nur bei shop nötig*/
	#seiteBestellung #bestellungsinputbuttonResumewarenkorb {
		float: right; /*display: inline;*/
		width: 200px;
	}
	/*nur bei shop nötig*/
	#seiteBestellung #bestellungsinputbuttonBestellungdrucken {
		float: right; /*display: inline;*/
		margin-top: 13px;
	}
	/*nur bei shop nötig*/
	#warenkorbInhalt form #warenkorbKontoZurueckbutton {
		float: left; /*display: inline;*/
	}
	/*nur bei shop nötig*/
	img.warenkorbAdresstabelleAendernbutton {
		position: relative;
		float: right; 
		top: 0px;
		width: 84px;
		height: 21px;
		border: none;
	}
	/*nur bei shop nötig*/
	#warnkorbAdresstabelleLieferadressblock {
		float: left;
		margin: 5px 0 0 0;
	}
	/*nur bei shop nötig*/
	.warenkorbHinweisblock {
		padding: 5px 10px;
		clear: both;
	}
	/*nur bei shop nötig*/
	#warenkorbHinweisZahlungsvorgang {
		text-align: left;
		margin-left: 32px;
	}
	/*nur bei shop nötig*/
	#warenkorbBottomNavigation .zurueck,
	#warenkorbButtomNavigation .fltLeft {
		float: left;
	}
	/*nur bei shop nötig*/
	#warenkorbBottomNavigation .weiter {
		clear: right;
		float: right;
	}
	/*nur bei shop nötig*/
	#warenkorbBottomNavigation input.wartend {
		float: right;
		color: #CCCCCC;
		cursor: wait;
	}
	/*nur bei shop nötig*/
	.warenkorbTabelleText .spartippVersandkosten {
		width: 300px;
		margin-bottom: 10px;
	}
										