/******************************************************************************/
/****************************** Allgemein *************************************/
/******************************************************************************/

body {
	background-image:url(/custom/Bilder/Hintergrund.jpg);
	background-repeat:repeat-x;
	background-color:#a8a8a8;	
}
	
body,
textarea {
	color: #404040;
}			

input.Text,
select,
textarea {
	border:1px solid #c0c0c0;
	background-color:#f6f3f2;
	background-image:url('/custom/Bilder/InputTextHintergrund.gif'); /* Standard Input Hintergrundbild */
}	
	
a:hover {
	color:#e2480b;
}

#ShopbereichLinks {
	display:none;
}

#Kontent .Bestellfortschritt {
	display:none;
}
		
/******************************************************************************/
/******************************* Rahmen ***************************************/
/******************************************************************************/
	
#Logo {
	position:absolute; /* Bugfix: #1 */
	left:206px;
	top:6px;
	width:771px;
	height:144px;
	background-image:url('/custom/Bilder/header_test.jpg');
	background-repeat:no-repeat;
	}
		
#Logo a.Startseite {
	left:auto;
	right:0px;
	top:40px;
	width:748px;
	height:100px;
	}	


/******************************************************************************/
/************************************ Warenkorb *******************************/	
/******************************************************************************/

#Warenkorb {
	background: url(/custom/Bilder/warenkorb_001.jpg) no-repeat;
	width: 196px;
	height: 144px;
}
	
#Warenkorb .Warenkorb_Koerper {
	margin: 7px;
}
  
#Warenkorb .Warenkorb_Hinweis {
	font-size: 11px;
	line-height: 1.2em;
	margin-top: 15px;
}
  
#Warenkorb h3 {
	visibility:hidden;
}
	
#Warenkorb .zur_Kasse {
	position:absolute;
	top:124px;
	right:1px;
}
	
.zum_Warenkorb {
	position:absolute;
	top:124px;
	left:1px;
}
	
.InhaltListe dt.Artikelzahl span {
	position:absolute;
	top:40px;
	font-size:11px;
	}
	
.InhaltListe dd.Artikelzahl {
	position:absolute;
	top:40px;
	left:120px;
	font-size:11px;
	}
	
.InhaltListe dt.Artikelwert span {
	position:absolute;
	top:55px;
	left:7px;
	font-family:verdana;
	font-size:11px;
	}  
	
.InhaltListe dd.Artikelwert {
	position:absolute;
	top:55px;
	left:120px;
	font-family:verdana;
	font-size:11px;
	}


/******************************************************************************/
/************************************ Suche ***********************************/
/******************************************************************************/

#Suche {
	background: url(/custom/Bilder/suche_001.jpg) no-repeat;
	width: 196px;
	height: 93px;
	position:relative;
	left:-6px;
	}
  
#Suche .Suche_Koerper {
	margin: 5px;
	}
  
#Suche .Suche_Koerper h4 {
	visibility:hidden;
	}
  
#Suche .Suche_Koerper .Suchbegriff {
	position:absolute;
	left:5px;
	top:45px;
	width:181px;
	height:15px;
	}
  
#Suche .Suche_Koerper .Abschicken {
	position:absolute;
	right:1px;
	top:73px;
	}


/******************************************************************************/
/************************************* Kategorien *****************************/
/******************************************************************************/

#Kategorien {
	background-color:#efefef;
	position:relative;
	left:-6px;
	top:60px;
	width:196px;
	border:solid 0px #000000;
	}
  
#Kategorien .Kategorien_Kopf {
	background: url(/custom/Bilder/produkt_001.jpg) no-repeat;
	width:196px;
	height:27px;
	}  
  
#Kategorien ul.KategorienListe {
	margin-top:10px;
	width:185px;
	font-size:11px;
	list-style-type:none;
	}

.Kategorien_Fuss {
	width:196px;
	height:10px;
	background: url(/custom/Bilder/navirahmen_unten.jpg) no-repeat;
	}


/******************************************************************************/
/************************ Buttons Angebote und Topseller **********************/
/******************************************************************************/


#Sonderkategorien {
	position:relative;
	height:70px;
}

.Angebote span {
	position:absolute;
	left:-6px;
	width:196px;
	height:27px;
	text-indent: -9000px;
	background: url('/custom/Bilder/angebote_001.jpg');
}
  
.Topseller span {
	position:absolute;
	top:30px;
	left:-6px;
	width:196px;
	height:27px;
	text-indent: -9000px;
	background: url('/custom/Bilder/topseller_001.jpg');
}


/******************************************************************************/
/******************************** CONTENT BEREICH *****************************/
/******************************************************************************/

#Sortiment {
	width:206px;			
	float:left;
}

#Kontent {
	float:left;
	width:590px;
	margin:0px 0px 0px 5px;  
}


#Extra {
	position:absolute;
	right:8px;
	top:201px;
	width:158px;
	border:solid 0px #000000;
	overflow:visible;
}



/******************************************************************************/
/******************************* HEADER BEREICH *******************************/
/******************************************************************************/

#Schriftgroesse {
	position:absolute; /* Bugfix: #1 */
	right:15px;
	top:0px;
}

.StandardLinks {
	top:130px;
	position:absolute;
}

.StandardLinks ul.LinkListe li {
  	background-image: url('/custom/Bilder/blind.gif');
	margin-left:10px;
}

.StandardLinks ul.LinkListe li.Drucken {
	position:absolute;
  	top:-120px;
  	right:30px;
  	margin:0px;
  	padding-right:25px;
  	background: url('/custom/Bilder/blind.gif');
  	background-position:right;
	color:#ffffff;
}

.StandardLinks ul.LinkListe li.Anmeldung a,
.StandardLinks ul.LinkListe li.Abmeldung a,
.StandardLinks ul.LinkListe li.AGB a,
.StandardLinks ul.LinkListe li.Datenschutz a,
.StandardLinks ul.LinkListe li.Impressum a,
.StandardLinks ul.LinkListe li.Drucken a {
	text-decoration:none;
	font-size:11px;
	color:white;
}


.SchriftgroessenListe .klein .Symbol {
	font-size:11px;
	color:#ffffff;
	font-family:Verdana;
}
	
.SchriftgroessenListe .mittel .Symbol {
	font-size:13px;
	color:#ffffff;
	font-family:Verdana;
}
	
.SchriftgroessenListe .gross .Symbol {
	font-size:16px;
	color:#ffffff;
	font-family:Verdana;
}


/******************************************************************************/
/********************************** FOOTER ************************************/
/******************************************************************************/

#Seitenfuss .Seitenfuss_Koerper .Hinweis {
	font-size:10px;
	color:#ffffff;
}


/******************************************************************************/
/**************************** Kontent-Bereich *********************************/
/******************************************************************************/

#Kontent h1,
.ATTRIBUT_Seite_Angebote #Kontent .Produkte h1,
.ATTRIBUT_Seite_Topseller #Kontent .Produkte h1,
#Kontent h2,
.ATTRIBUT_Seite_Angebote #Kontent .Produkte h2,
.ATTRIBUT_Seite_Topseller #Kontent .Produkte h2,
#Kontent h3,
.ATTRIBUT_Seite_Angebote #Kontent .Produkte h3,
.ATTRIBUT_Seite_Topseller #Kontent .Produkte h3 {
	color:#dc2015;
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
	}
	
#Kontent .Pager .Aktiv a {
	color:#e2480b;
	}
	
#Kontent {
	border:solid 0px #000000;
	margin-top:5px;
	min-height:1200px;
	}	



/******************************************************************************/
/********************* Seitennavigation ausblenden  ***************************/
/******************************************************************************/

#SeitenNavigation {
	display:none;
	}



/******************************************************************************/
/******************* Überprüfung Ihrer Bestelldaten ***************************/
/******************************************************************************/

.ATTRIBUT_Seite_Bestelldaten #Kontent .BestellEingabe .Notiz dl.NotizEingabe dd.Text textarea {
	width:576px;
	height:80px;
	border:1px solid #e4e4e4;
}

.ATTRIBUT_Seite_Bestelldaten #Kontent .BestellEingabe .Erklaerung {
	margin:20px 0px 20px 0px;
}

.ATTRIBUT_Seite_Bestelldaten #Kontent .BestellEingabe .Anschrift {
	width:440px;
	margin:20px 0px 20px 0px;
}

.ATTRIBUT_Seite_Bestelldaten #Kontent .BestellEingabe .Kundenanschrift_Koerper {
	margin:0px 40px 0px 0px;
}

.ATTRIBUT_Seite_Bestelldaten #Kontent .BestellEingabe .Zahlungsart {
	margin:30px 0px 20px 0px;
}

.ATTRIBUT_Seite_Bestelldaten #Kontent .BestellEingabe .Produkt {
	width:582px;
	height:90px;
}

.ATTRIBUT_Seite_Bestelldaten #Kontent .BestellEingabe .Produkt .Bild {
	display:block;
	float:left;
	width:60px;
}

.ATTRIBUT_Seite_Bestelldaten #Kontent .BestellEingabe .PreisZusammenfassungListe {
	margin:20px 0 0 382px;
	width:200px;
}



/******************************************************************************/
/************************** Hinweis und Warnung *******************************/
/******************************************************************************/

	#Kontent .AllgemeinerHinweis,
	#Kontent .AllgemeineWarnung {
		width:582px;
	}
	#Kontent .AllgemeinerHinweis_Kopf,
	#Kontent .AllgemeineWarnung_Kopf {
		width:582px;
		height:6px;
		
		line-height:0px;
		font-size:0px;
	}
	#Kontent .AllgemeinerHinweis_Kopf {
		background-image:url('/custom/Bilder/HinweisKopf.gif');
	}
	#Kontent .AllgemeineWarnung_Kopf {
		background-image:url('/custom/Bilder/WarnungKopf.gif');
	}
	#Kontent .AllgemeinerHinweis_Koerper,
	#Kontent .AllgemeineWarnung_Koerper {
		width:582px;
		
		font-size:115%;
		font-weight:bold;
	}
	#Kontent .AllgemeinerHinweis_Koerper {
		background-image:url('/custom/Bilder/HinweisKoerper.gif');
	}
	#Kontent .AllgemeineWarnung_Koerper {
		background-image:url('/custom/Bilder/WarnungKoerper.gif');
	}
	#Kontent .AllgemeinerHinweis_Koerper .Bild,
	#Kontent .AllgemeineWarnung_Koerper .Bild {
		margin:0px 10px 0px 10px;
		float:left;
	}
	#Kontent .AllgemeinerHinweis_Koerper .Bild {
		width:45px;
		height:45px;

		background-image:url('/custom/Bilder/Hinweis.gif');
	}
	#Kontent .AllgemeineWarnung_Koerper .Bild {
		width:45px;
		height:45px;

		background-image:url('/custom/Bilder/Warnung.gif');
	}
	#Kontent .AllgemeinerHinweis_Koerper .Text,
	#Kontent .AllgemeineWarnung_Koerper .Text {
		width:440px;
		padding-top:4px;
		padding-right:50px;
		
		float:right;
		line-height:1.3em;
		display:table-cell;
		overflow:hidden;
		vertical-align:middle;
	}
	#Kontent .AllgemeinerHinweis_Koerper .Suchwort,
	#Kontent .AllgemeineWarnung_Koerper .Suchwort {
		font-style:italic;
		white-space:nowrap;
	}
	#Kontent .AllgemeinerHinweis_Koerper_Ende,
	#Kontent .AllgemeineWarnung_Koerper_Ende {
		width:0px;
		height:1px;
		clear:both;
		
		line-height:0px;
		font-size:0px;
	}
	#Kontent .AllgemeinerHinweis_Fuss,
	#Kontent .AllgemeineWarnung_Fuss {
		width:582px;
		height:6px;
		margin-bottom:15px;
		
		line-height:0px;
		font-size:0px;
	}
	#Kontent .AllgemeinerHinweis_Fuss {
		background-image:url('/custom/Bilder/HinweisFuss.gif');
	}
	#Kontent .AllgemeineWarnung_Fuss {
		background-image:url('/custom/Bilder/WarnungFuss.gif');
	}



/******************************************************************************/
/**************** PRODUKTKÖRPER Angebote, Topseller, Startseite ***************/
/******************************************************************************/

.ATTRIBUT_Seite_Kategorie #Kontent .Produkte {
	float:left;
	width:270px;
}

.ATTRIBUT_Seite_Willkommen #Kontent .Produkt,
.ATTRIBUT_Seite_Angebote #Kontent .Produkt,
.ATTRIBUT_Seite_Topseller #Kontent .Produkt,
.ATTRIBUT_Seite_Promo #Kontent .Produkt,
.ATTRIBUT_Seite_Kategorie #Kontent .Produkt {
	padding:4px;
}

.ATTRIBUT_Seite_Willkommen #Kontent .Produkt,
.ATTRIBUT_Seite_Angebote #Kontent .Produkt,
.ATTRIBUT_Seite_Topseller #Kontent .Produkt,
.ATTRIBUT_Seite_Promo #Kontent .Produkt,
.ATTRIBUT_Seite_Kategorie #Kontent .Produkt {
	background-color:#F8F8F8;
	border:1px solid #cbcbcb;
	float:left;
	margin:0 5px 5px 0;
	padding:4px;
}

.ATTRIBUT_Seite_Willkommen #Kontent .Produkt_Koerper,
.ATTRIBUT_Seite_Angebote #Kontent .Produkt_Koerper,
.ATTRIBUT_Seite_Topseller #Kontent .Produkt_Koerper,
.ATTRIBUT_Seite_Promo #Kontent .Produkt_Koerper,
.ATTRIBUT_Seite_Kategorie #Kontent .Produkt_Koerper {
	font-size:90%;
	overflow:hidden;
	width:280px;
	background-color:#f8f8f8;
	background-image: url('/custom/Bilder/kreis.jpg');
	background-repeat:no-repeat;
	background-position:bottom right;
}

.ATTRIBUT_Seite_Willkommen #Kontent .Produkt .Preis dl.PreisListe,
.ATTRIBUT_Seite_Angebote #Kontent .Produkt .Preis dl.PreisListe,
.ATTRIBUT_Seite_Topseller #Kontent .Produkt .Preis dl.PreisListe,
.ATTRIBUT_Seite_Promo #Kontent .Produkt .Preis dl.PreisListe,
.ATTRIBUT_Seite_Kategorie #Kontent .Produkt .Preis dl.PreisListe {
	clear:left;
	float:left;
	font-size:10px;
	width:160px;
	margin-top:10px;
	height:4.3em;
}

.ATTRIBUT_Seite_Willkommen #Kontent .Produkt dl.PreisListe dd,
.ATTRIBUT_Seite_Willkommen #Kontent .Produkt dl.PreisListe dt,
.ATTRIBUT_Seite_Angebote #Kontent .Produkt dl.PreisListe dd,
.ATTRIBUT_Seite_Angebote #Kontent .Produkt dl.PreisListe dt,
.ATTRIBUT_Seite_Topseller #Kontent .Produkt dl.PreisListe dd,
.ATTRIBUT_Seite_Topseller #Kontent .Produkt dl.PreisListe dt,
.ATTRIBUT_Seite_Promo #Kontent .Produkt dl.PreisListe dd,
.ATTRIBUT_Seite_Promo #Kontent .Produkt dl.PreisListe dt,
.ATTRIBUT_Seite_Kategorie #Kontent .Produkt dl.PreisListe dd,
.ATTRIBUT_Seite_Kategorie #Kontent .Produkt dl.PreisListe dt {
	display:block;
	letter-spacing:-1px;
	margin:0;
	text-align:right;
	width:auto;
}

.ATTRIBUT_Seite_Willkommen #Kontent .Produkt .Info,
.ATTRIBUT_Seite_Angebote #Kontent .Produkt .Info,
.ATTRIBUT_Seite_Topseller #Kontent .Produkt .Info,
.ATTRIBUT_Seite_Promo #Kontent .Produkt .Info,
.ATTRIBUT_Seite_Kategorie #Kontent .Produkt .Info {
	margin-left:20px;
}

.ATTRIBUT_Seite_Willkommen #Kontent .Produkt .Info dl.InfoListe,
.ATTRIBUT_Seite_Angebote #Kontent .Produkt .Info dl.InfoListe,
.ATTRIBUT_Seite_Topseller #Kontent .Produkt .Info dl.InfoListe,
.ATTRIBUT_Seite_Promo #Kontent .Produkt .Info dl.InfoListe,
.ATTRIBUT_Seite_Kategorie #Kontent .Produkt .Info dl.InfoListe {
	margin:0;
	overflow:hidden;
	width:170px;
}

.ATTRIBUT_Seite_Willkommen #Kontent .Produkte .Preis dd.Ersparniss,
.ATTRIBUT_Seite_Willkommen #Kontent .Produkte .Preis dt.Ersparniss,
.ATTRIBUT_Seite_Angebote #Kontent .Produkte .Preis dd.Ersparniss,
.ATTRIBUT_Seite_Angebote #Kontent .Produkte .Preis dt.Ersparniss,
.ATTRIBUT_Seite_Topseller #Kontent .Produkte .Preis dd.Ersparniss,
.ATTRIBUT_Seite_Topseller #Kontent .Produkte .Preis dt.Ersparniss,
.ATTRIBUT_Seite_Promo #Kontent .Produkte .Preis dd.Ersparniss,
.ATTRIBUT_Seite_Promo #Kontent .Produkte .Preis dt.Ersparniss,
.ATTRIBUT_Seite_Kategorie #Kontent .Produkte .Preis dd.Ersparniss,
.ATTRIBUT_Seite_Kategorie #Kontent .Produkte .Preis dt.Ersparniss {
	position:relative;
	top:-18px;
	font-size:100%;
}

.ATTRIBUT_Seite_Willkommen #Kontent .Produkte .Preis dd.Grundpreis,
.ATTRIBUT_Seite_Willkommen #Kontent .Produkte .Preis dt.Grundpreis,
.ATTRIBUT_Seite_Angebote #Kontent .Produkte .Preis dd.Grundpreis,
.ATTRIBUT_Seite_Angebote #Kontent .Produkte .Preis dt.Grundpreis,
.ATTRIBUT_Seite_Topseller #Kontent .Produkte .Preis dd.Grundpreis,
.ATTRIBUT_Seite_Topseller #Kontent .Produkte .Preis dt.Grundpreis,
.ATTRIBUT_Seite_Promo #Kontent .Produkte .Preis dd.Grundpreis,
.ATTRIBUT_Seite_Promo #Kontent .Produkte .Preis dt.Grundpreis,
.ATTRIBUT_Seite_Kategorie #Kontent .Produkte .Preis dd.Grundpreis,
.ATTRIBUT_Seite_Kategorie #Kontent .Produkte .Preis dt.Grundpreis {
	position:relative;
	top:-15px;
	font-size:100%;
}

.ATTRIBUT_Seite_Willkommen #Kontent .Produkte .Preis dt.Preis,
.ATTRIBUT_Seite_Angebote #Kontent .Produkte .Preis dt.Preis,
.ATTRIBUT_Seite_Topseller #Kontent .Produkte .Preis dt.Preis,
.ATTRIBUT_Seite_Promo #Kontent .Produkte .Preis dt.Preis,
.ATTRIBUT_Seite_Kategorie #Kontent .Produkte .Preis dt.Preis {
	display:none;
}

.ATTRIBUT_Seite_Willkommen #Kontent .Produkte .Preis dd.Preis,
.ATTRIBUT_Seite_Angebote #Kontent .Produkte .Preis dd.Preis,
.ATTRIBUT_Seite_Topseller #Kontent .Produkte .Preis dd.Preis,
.ATTRIBUT_Seite_Promo #Kontent .Produkte .Preis dd.Preis,
.ATTRIBUT_Seite_Kategorie #Kontent .Produkte .Preis dd.Preis {
	position:relative;
	bottom:-10px;
	left:110px;
	color:#ffffff;
	font-weight:bold;
	font-size:18px;
	text-align:right;
}


.ATTRIBUT_Seite_Willkommen #Kontent .Produkt dl.PreisListe dd.Hinweis,
.ATTRIBUT_Seite_Angebote #Kontent .Produkt dl.PreisListe dd.Hinweis,
.ATTRIBUT_Seite_Topseller #Kontent .Produkt dl.PreisListe dd.Hinweis,
.ATTRIBUT_Seite_Promo #Kontent .Produkt dl.PreisListe dd.Hinweis,
.ATTRIBUT_Seite_Kategorie #Kontent .Produkt dl.PreisListe dd.Hinweis {
	display:none;
}

.ATTRIBUT_Seite_Willkommen #Kontent .Produkte .Preis .Preis_Koerper .PreisListe dt.MaximaleAbgabe,
.ATTRIBUT_Seite_Willkommen #Kontent .Produkte .Preis .Preis_Koerper .PreisListe dd.MaximaleAbgabe,
.ATTRIBUT_Seite_Angebote #Kontent .Produkte .Preis .Preis_Koerper .PreisListe dt.MaximaleAbgabe,
.ATTRIBUT_Seite_Angebote #Kontent .Produkte .Preis .Preis_Koerper .PreisListe dd.MaximaleAbgabe,
.ATTRIBUT_Seite_Topseller #Kontent .Produkte .Preis .Preis_Koerper .PreisListe dt.MaximaleAbgabe,
.ATTRIBUT_Seite_Topseller #Kontent .Produkte .Preis .Preis_Koerper .PreisListe dd.MaximaleAbgabe,
.ATTRIBUT_Seite_Promo #Kontent .Produkte .Preis .Preis_Koerper .PreisListe dt.MaximaleAbgabe,
.ATTRIBUT_Seite_Promo #Kontent .Produkte .Preis .Preis_Koerper .PreisListe dd.MaximaleAbgabe,
.ATTRIBUT_Seite_Kategorie #Kontent .Produkte .Preis .Preis_Koerper .PreisListe dt.MaximaleAbgabe,
.ATTRIBUT_Seite_Kategorie #Kontent .Produkte .Preis .Preis_Koerper .PreisListe dd.MaximaleAbgabe,
.ATTRIBUT_Seite_Detail #Kontent .Produkte .Preis .Preis_Koerper .PreisListe dt.MaximaleAbgabe,
.ATTRIBUT_Seite_Detail #Kontent .Produkte .Preis .Preis_Koerper .PreisListe dd.MaximaleAbgabe {
	display:none;
}

/******************************************************************************/
/***************************** Freiumschläge **********************************/
/******************************************************************************/

.ATTRIBUT_Seite_Freiumschlaege #Kontent .Kundenanschrift_Koerper .Titel .Text,
.ATTRIBUT_Seite_Freiumschlaege #Kontent .Kundenanschrift_Koerper .Vorname .Text,
.ATTRIBUT_Seite_Freiumschlaege #Kontent .Kundenanschrift_Koerper .Nachname .Text,
.ATTRIBUT_Seite_Freiumschlaege #Kontent .Kundenanschrift_Koerper .Adresszusatz .Text,
.ATTRIBUT_Seite_Freiumschlaege #Kontent .Kundenanschrift_Koerper .Strasse .Text,
.ATTRIBUT_Seite_Freiumschlaege #Kontent .Kundenanschrift_Koerper .PLZ .Text,
.ATTRIBUT_Seite_Freiumschlaege #Kontent .Kundenanschrift_Koerper .Ort .Text {
  width:415px;
}


/******************************************************************************/
/******************************** AGB Seite  **********************************/
/******************************************************************************/

.ATTRIBUT_Seite_KontentDB #Kontent u {
  text-decoration:none;
  height:100px;
}


/******************************************************************************/
/***************************** Anmeldung **************************************/
/******************************************************************************/

.ATTRIBUT_Seite_Anmeldung #Login .Login_Fuss,
.ATTRIBUT_Seite_Anmeldung_Fehler #Login .Login_Fuss,
.ATTRIBUT_Seite_Anmeldung #Passwort .Passwort_Fuss,
.ATTRIBUT_Seite_Anmeldung_Fehler #Passwort .Passwort_Fuss {
	background: url('/custom/Bilder/trenner.gif');
	background-repeat:no-repeat;
	background-position:left bottom;
	height:30px;
}


/******************************************************************************/
/************************** Passwort vergessen ********************************/
/******************************************************************************/

.ATTRIBUT_Seite_PasswortVergessen #Kontent .Hinweis {
  color:#000000;
  font-size:12px;
  font-weight:normal;
  padding:0px 0px 20px 0px;
}

.ATTRIBUT_Seite_PasswortVergessen #Kontent .Email {
  color:#000000;
  font-size:12px;
  font-weight:normal;
  padding:0px 0px 20px 0px;
}


/******************************************************************************/
/******************************* Breadcrumbs **********************************/
/******************************************************************************/

.siesindhier {
	position:absolute;
	left:-808px;
	top:-41px;
	#top:-42px;
	}

#Kategoriepfad .LinkListe {
	width:820px;
	height:20px;
	background-repeat:no-repeat;
	border: 0px solid #000000;
	position:absolute;
	top:160px;
	left:125px;
	#left:100px;
	text-indent:-5px;
	visibility:visible;
	z-index:100;
}

#Kategoriepfad ul.LinkListe li {
	margin-left:10px;
	padding-left:20px;
	text-indent:20px;
	font-size:10px;
	text-decoration:underline;
	display:inline;
	border: 0px solid #000000;
	background-repeat:no-repeat;
	background-image:url('/custom/Bilder/KategoriepfadPfeil.gif');
}


/******************************************************************************/
/************************* Suchergebnis ***************************************/
/******************************************************************************/

.ATTRIBUT_Seite_Suchergebnis #Kontent .Ergebnis {
	font-size:100%;
}


/******************************************************************************/
/**************************** Produkt Detail **********************************/
/******************************************************************************/

.ATTRIBUT_Seite_Detail #Kontent .DetailProdukt .Bild {
	float:left;
}

.ATTRIBUT_Seite_Detail #Kontent .DetailProdukt .Status,
.ATTRIBUT_Seite_Detail #Kontent .DetailProdukt .Info,
.ATTRIBUT_Seite_Detail #Kontent .DetailProdukt .Preis {
	margin-left:230px;
}

.ATTRIBUT_Seite_Detail #Kontent .Service_Kopf,
.ATTRIBUT_Seite_Detail #Kontent .Service_Fuss,
.ATTRIBUT_Seite_Detail #Kontent .DetailProdukt_Fuss {
	background: url('/custom/Bilder/trenner.gif');
	background-repeat:no-repeat;
	background-position:left center;
	height:30px;
}

.ATTRIBUT_Seite_Detail #Kontent .DetailProdukt .Warenkorb {
	margin:20px 0px 0px 230px;
}


/******************************************************************************/
/*************************** Mein aktueller Warenkorb ***************************/
/******************************************************************************/

.ATTRIBUT_Seite_Warenkorb #Kontent .Produkt,
.ATTRIBUT_Seite_GespeicherterWarenkorb #Kontent .Produkt {
	width:584px;
}

.ATTRIBUT_Seite_Warenkorb #Kontent .Produkt .Preis,
.ATTRIBUT_Seite_GespeicherterWarenkorb #Kontent .Produkt .Preis {
	margin-left:20px;
}

.ATTRIBUT_Seite_Warenkorb #Kontent .Produkt .Preis dl.PreisListe dd.Hinweis,
.ATTRIBUT_Seite_GespeicherterWarenkorb #Kontent .Produkt .Preis dl.PreisListe dd.Hinweis {
	display:none;
}

.ATTRIBUT_Seite_Warenkorb #Kontent .Produkt .Menge,
.ATTRIBUT_Seite_GespeicherterWarenkorb #Kontent .Produkt .Menge {
	float:right;
}

.ATTRIBUT_Seite_Warenkorb #Kontent .Zusammenfassung {
	margin:0 0 20px 270px;
}

.ATTRIBUT_Seite_Warenkorb #Kontent a.zur_Kasse {
	display:none;
}



/******************************************************************************/
/*********************** Neuanmeldung *****************************************/
/******************************************************************************/

.ATTRIBUT_Seite_Registrierung #Kontent .Packstation {
	margin:30px 0 30px 0;
	width:95%;
}

.ATTRIBUT_Seite_Registrierung #Kontent dl.DatenschutzEingabe {
	margin:30px 0 30px 0;
}

/******************************************************************************/
/****************** Freiumschläge & Rezeptvorbestellung ***********************/
/******************************************************************************/

.freiumschlage {
  position:absolute;
  left:-810px;
  top:201px;
  #top:179px;
}

.rezeptvorbestellung {
  position:absolute;
  left:-810px;
  top:172px;
  #top:150px; /* IE 6 */
}



/******************************************************************************/
/*************************** Angemeldet JA / NEIN *****************************/
/******************************************************************************/

.ATTRIBUT_Angemeldet_Ja .kundendaten a{
	position:absolute;
	left:-425px;
	top:-68px;
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

.ATTRIBUT_Angemeldet_Nein .kundendaten a{
	display:none;
}

.ATTRIBUT_Angemeldet_Ja .passwort_aendern a{
	position:absolute;
	left:-320px;
	top:-68px;
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

.ATTRIBUT_Angemeldet_Nein .passwort_aendern a{
	display:none;
}

.ATTRIBUT_Angemeldet_Ja .gespeichertenwarenkorbe a {
	position:absolute;
	left:-803px;
	top:-90px;
	color:#ffffff;
	font-size:10px;
}

.ATTRIBUT_Angemeldet_Nein .gespeichertenwarenkorbe a {
	display:none;
}

#SeitenStatus {
	position:absolute;
	left:430px;
	top:50px;
	color:white;
}



/******************************************************************************/
/********************** Startseite Willkommensbox *****************************/
/******************************************************************************/

.welcome {
  font-family:verdana;
  font-size:11px;
}

.ATTRIBUT_Seite_Willkommen #Kontent h1 {
	display:none;
}

/******************************************************************************/
/****************************** Druck *****************************************/
/******************************************************************************/

/*	Korrigiert das setzen der Hintergrundfarbe am Anfang dieses CSS	*/
@media print {
	body {
		background:none;
		background-color:white;
	}
}


/******************************************************************************/
/********************************* Artikelliste *******************************/
/******************************************************************************/

.ATTRIBUT_Seite_BachBluetenBerater #Kontent .Produkt,
.ATTRIBUT_Seite_Suchergebnis #Kontent .Produkt,
.ATTRIBUT_Seite_Produkte #Kontent .Produkt,
.ATTRIBUT_Seite_Detail #Kontent .SmartProdukte .Produkt,
.ATTRIBUT_Seite_Detail #Kontent .CrossProdukte .Produkt {
	width:584px;
	font-size:12px;
	}

.ATTRIBUT_Seite_BachBluetenBerater #Kontent .Produkt_Koerper,
.ATTRIBUT_Seite_Suchergebnis #Kontent .Produkt_Koerper,
.ATTRIBUT_Seite_Produkte #Kontent .Produkt_Koerper,
.ATTRIBUT_Seite_Detail #Kontent .SmartProdukte .Produkt_Koerper,
.ATTRIBUT_Seite_Detail #Kontent .CrossProdukte .Produkt_Koerper {
	width:584px;
}

.ATTRIBUT_Seite_BachBluetenBerater #Kontent .Produkt .Warenkorb,
.ATTRIBUT_Seite_Suchergebnis #Kontent .Produkt .Warenkorb,
.ATTRIBUT_Seite_Produkte #Kontent .Produkt .Warenkorb,
.ATTRIBUT_Seite_Detail #Kontent .SmartProdukte .Produkt .Warenkorb,
.ATTRIBUT_Seite_Detail #Kontent .CrossProdukte .Produkt .Warenkorb {
	float:right;
	width:70px;
}

.ATTRIBUT_Seite_BachBluetenBerater #Kontent .Produkt dl.PreisListe dd.Hinweis,
.ATTRIBUT_Seite_Suchergebnis #Kontent .Produkt dl.PreisListe dd.Hinweis,
.ATTRIBUT_Seite_Produkte #Kontent .Produkt dl.PreisListe dd.Hinweis,
.ATTRIBUT_Seite_Detail #Kontent .SmartProdukte .Produkt dl.PreisListe dd.Hinweis,
.ATTRIBUT_Seite_Detail #Kontent .CrossProdukte .Produkt dl.PreisListe dd.Hinweis {
	display:none;
}


/******************************************************************************/
/******************** Eingabe für Gutschein ausblenden ************************/
/******************************************************************************/

.Gutschein {
	display:none;
	}


/******************************************************************************/
/******************************* Rechte Spalte ********************************/
/******************************************************************************/

#FP_Info {
	width:159px;
	background-color:#ffffff;
	}

#FP_Info_Kundenservice {
	background-color:#cee6ac;
	margin:0px 0 10px 0;
	}

#FP_Info_Kundenservice a {
	color:#646464;
	text-decoration:none;
	}

#FP_Info_Kundenservice .Kopf {
	background: url('/custom/Bilder/fp_kundenservice_kopf.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	height:32px;
	}

#FP_Info_Kundenservice .Koerper {
	padding:7px;
	font-family:verdana;
	font-size:9px;
	color:#646464;
	}

#FP_Info_Kundenservice .Koerper .Head1,
#FP_Info_Kundenservice .Koerper .Head1 a {
	font-size:10px;
	font-weight:bold;
	color:#146346;
	text-decoration:none;
	}

#FP_Info_Kundenservice .Koerper .Head2,
#FP_Info_Kundenservice .Koerper .Head2 a {
	font-size:13px;
	font-weight:600;
	color:#146346;
	text-decoration:none;
	}

#FP_Info_Kundenservice .Koerper .rb {
	width:43px;
	display:block;
	float:left;
	}

#FP_Info_Kundenservice .Koerper .Trenner {
	background: url('/custom/Bilder/trenner_trans.gif');
	background-repeat:no-repeat;
	background-position:center center;
	height:15px;
	}

#FP_Info_Kundenservice .Fuss {
	background: url('/custom/Bilder/fp_kundenservice_fuss.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	height:11px;
	}




#FP_Info_Kundeninformation {
	background-color:#91c7ed;
	margin:10px 0 10px 0;
	}

#FP_Info_Kundeninformation a {
	color:#184984;
	text-decoration:none;
	}

#FP_Info_Kundeninformation .Kopf {
	background: url('/custom/Bilder/fp_kundeninformation_kopf.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	height:32px;
	}

#FP_Info_Kundeninformation .Koerper {
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	color:#184984;
	line-height: 1.5;
	}

#FP_Info_Kundeninformation .Koerper li {
	margin:3px 0 3px 10px;
	}

#FP_Info_Kundeninformation .Fuss {
	background: url('/custom/Bilder/fp_kundeninformation_fuss.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	height:11px;
	}




#FP_Willkommen {
	font-family:verdana;
	font-size:11px;
	}

#FP_Willkommen .Block_l {
	float:left;
	width:45%;
	}

#FP_Willkommen .Block_r {
	float:right;
	width:45%;
	}

#FP_Willkommen .Head,
#FP_Willkommen .Head {
	font-weight:bold;
	}

#FP_Willkommen .Fuss {
	clear:both;
	}

#abdainfo {
//        border: 1px solid #E0E0E0;
//        height: 300px;
//        padding: 10px 15px;
        overflow: auto;
        margin-bottom:40px;
}
#abdainfo h2{
        font-size:100%;
}



