body {
	
}

/* Styles für den Kopfbereich - Logo, Suchmaske, Warenkorb OHNE NAVIGATION */

.themenHeader {
	width:980px; 
	height:81px;
	background-image:url(imgs/themen_header.jpg);
	background-repeat:no-repeat;
	}
	
.logo	{
	padding-left:14px;
	}
	
.wkContainer {
	height:50px; 
	background:#f3f8fd;
	width:516px;
	float:right;
	padding:0px;
	}
	
.suchFeld {
	border:1px solid #cbd6ea; 
	height:49px; 
	width:180px;
	margin:3px 0px 3px 2px;
	padding-left:6px;
	background-image:url(imgs/such_higu.gif);
	}
	
.suchFeld form {
	padding:0px; 
	margin:0px;
	}
	
.suchFeld input {
	padding:0px; 
	margin-top:22px;
	font-size:11px;
	}
	
.wkFeld {
	border:1px solid #cbd6ea; 
	height:49px; 
	width:318px;
	margin:3px 0px 2px 2px;
	background-image:url(imgs/wk_higu.gif);
	text-align:center;
	}
	
.wkTable {
	height:42px; 
	width:99%;
	padding-left:5px;
	}
	
.wkTable img {
	border:0px;
	}
	
.wkTable td	{
	font-size:11px;
	color:#676767;
	font-weight:bold;
	}
	
.wkArtikel {
	width:70px;
	font-size:11px;
	color:#676767;
	}
	
.wkSumme {
	width:100px;
	text-align:right;
	font-size:11px;
	color:#676767;
	}
	
.wkBtn {
	width:114px;
	}
	
.wkTxt {
	padding-left:2px;
	float:left;
	font-size:11px;
	color:#676767;
	}

/* Ende Styles für den Kopfbereich OHNE NAVIGATION */


/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* Die Navigation ist als inline-Style eingebunden, um eine dynamische Anpassung an die Shopleitfarben zu ermöglichen */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* Styles für den Hauptbereich der Startseite (mittlere Container und rechte Mehrwertleiste) */

.mainBereichHome	{
	padding:10px 0px 10px 10px;
	display:inline;
	width:518px;
	float:left;

}

.imageBanner {
	float:left;
	width:518px;
	height:280px;
	margin-bottom:10px;
}



.mehrWertleiste {
	padding-right:0px;
	margin:10px 0px 0px 0px;
	float:right;
	width:254px;	
}


.mehrWertleiste .imgBanner {
	display:block;
	border:0px;
	margin-bottom:10px;	
}

.bottomBanner {
	margin:0px 0px 10px 10px;
	display:inline;
	float:left;
	width:782px;
	height:40px;
}

.bottomBanner .imgB  {
	margin-right:10px;
	float:left;
}

.bottomBanner .imgE  {
	margin-right:0px;
	float:left;	
}

/* Hauptbereich - 4er Produktslots */
.prodSlot {
	float:left;
}

.produkt_zelleHP {
	*width:120px;
	border-left:1px solid #cbd6ea;
	border-right:1px solid #cbd6ea;
	text-align:center;
	vertical-align:top;
}

.preis_zelleHP {
	*width:120px;
	border-left:1px solid #cbd6ea;
	border-right:1px solid #cbd6ea;
	border-bottom:1px solid #cbd6ea;
	text-align:center;
	vertical-align:top;
}

.produkt_zelleHP img{
	vertical-align:top;
}

#prdtitle {
	color:#666666;
	margin:3px 3px 2px 3px;
	text-align:left; 
	font-size:12px;
	font-weight:bold;
	line-height:18px;
}

#prdtitle a {
	color:#666666;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
}

.prdtxt {
	color:#666666;
	margin:2px 3px 3px 3px;
	text-align:left; 
	font-size:12px;
}

.prdprice {
	color:#c20000;
	margin:0px 3px 3px 3px;
	text-align:right; 
	font-size:14px;
	font-weight:bold;	
}

.tabSpacer {	
	width:10px;
	height:10px;
}

/* //////////////////////////////////////////////*/
/* CSS-Optimierungen für besseres Ladeverhalten */
/* //////////////////////////////////////////// */

.NaviContainer {
	width:173px;
	float:left;
	margin-left:15px;
	display:inline
	}
	
/* commented backslash hack v2 \*/
#isnotMacIE5_Breite	{width:980px;}
/* recover from hack */
	
.gesamtContainerMain {
	width:981px; 
	/*background-color:#d0d9ea;*/
	background-color:white;
	float:left;
	background-image:url(imgs/nav_bk.gif);
	background-repeat:repeat-y;
	font-size:0px;
}

.allSlots	{
	background:white;
	width:792px;
	float:left;
}

.mainSlots	{
	width:528px;
	background:white;
	float:left;
}

.mehrwertSlot	{
	width:254px; 
	background:white;
	float:right;
}

.mainumbruch {
	clear:both;
	font-size:0px;
	height:0px;
}

.bottomLine	{
	clear:both;
	font-size:11px;
	height:20px;
	font-family:arial; 
	background-color:white;
	height:40px
}

.bottomContent {
	margin-left:200px;
	width:780px;
	text-align:center;
	background-image:url(imgs/pointer.gif); 
	background-repeat:repeat-x;
	padding-top:8px;
	color:#164093;
	background-color:white;
}



