/* ------------------------------------------------------------ */
/* Allgemein.css */
/*Hintergrundfarbe der Seite*/
body {
	background-image: url(/custom/Bilder/Hintergrund.gif);
	background-repeat: repeat-x;
	background-color: #abb2ce;
}
/*Allgemeine Textfarbe der Seite*/
body, textarea {
	color: grey;
	font-family:sans-serif,Arial,sans-serif;
}
input.Text, select, textarea {
	border: 1px solid #abb2ce;
	background-color: #f2f7fb;
	background-image: url('/custom/Bilder/InputTextHintergrund.gif');
/* Standard Input Hintergrundbild */
}
a {
	color: #3e4a90;
}
a:hover {
	color: #abb2ce;
}
/* ------------------------------------------------------------ */
/*Rahmen.css*/
#Warenkorb {background-image:none;background-color:#3e4a90}
/*Warenkorb Ueberschrift */
#Warenkorb h3 {
	color: #cde3f5;
}
/*Logo*/
#Logo a.Startseite {
	left: 5px;
	top: 30px;
	width: 560px;
	height: 110px;
}
#Logo {
	background-image:url('/custom/Bilder/Logo.jpg');
}

/*StandardLinks*/
.StandardLinks ul.LinkListe li.Aktiv a {
	color: #abb2ce;
}
/*Angebote und Topseller*/
#Sonderkategorien ul.SonderkategorienListe li a {
	color: #e00006;
}
/*Bereich Bestellung*/
.ATTRIBUT_Shopbereich_Bestellung #ShopbereichLinks ul.LinkListe li.Bestellung a {
	color: #abb2ce;
}
/*Bereich Kundendaten*/
.ATTRIBUT_Shopbereich_Kundendaten #ShopbereichLinks ul.LinkListe li.Kundendaten a {
	color: #abb2ce;
}
/*Bereich IhreApotheke*/
.ATTRIBUT_Shopbereich_Informationen #ShopbereichLinks ul.LinkListe li.IhreApotheke a {
	color: #abb2ce;
}
/*Schriftgroesse*/
.ATTRIBUT_Schriftgroesse_1 #Schriftgroesse ul.SchriftgroessenListe li.klein a {
	color: #abb2ce;
}
.ATTRIBUT_Schriftgroesse_2 #Schriftgroesse ul.SchriftgroessenListe li.mittel a {
	color: #abb2ce;
}
.ATTRIBUT_Schriftgroesse_3 #Schriftgroesse ul.SchriftgroessenListe li.gross a {
	color: #abb2ce;
}
/*SeitenStatus */
#SeitenStatus {
	left: 350px;
	top: 15px;
	font-size: 110%;
	color: #abb2ce;
}
/*Suche*/
#Suche h4 {
	color: #abb2ce;
}
/*Layout-Dropdown sichtbar schalten*/
#LayoutAuswahl {
	display: block;
}
/*Seitenfuss*/
#Seitenfuss {
	padding-bottom: 12px;
	color: #355BA0;
}
#Seitenfuss a {
	color: #c0e0ff;
}
#Seitenfuss .Seitenfuss_Koerper .Hinweis {
	font-weight: bold;
}
/* ------------------------------------------------------------ */
/*Kontent.css */
/*Ueberschriften*/
#Kontent h1, #Kontent h2, #Kontent h3 {
	color: #3e4a90;
}
/*Verweis*/
#Kontent .TextVerweis {
	color: #e00040;
}
/*Aktuelle Links*/
#Kontent li.Aktiv a {
	color: #abb2ce;
}
/*Pager*/
#Kontent .Pager .Aktiv a {
	color: #abb2ce;
}
/*Preis hervorheben*/
#Kontent dd.Preis, #Kontent dt.Preis, #Kontent dd.Gesamtpreis, #Kontent dt.Gesamtpreis, #Kontent dd.Summe, #Kontent dt.Summe {
	color: #e00040;
	font-weight: bold;
}
/*Produkttitel*/
#Kontent .Produkt h3 {
	color: #132939;
}
/*Produktauflistung*/
.ATTRIBUT_Seite_Willkommen #Kontent .Produkt, .ATTRIBUT_Seite_Angebote #Kontent .Produkt, .ATTRIBUT_Seite_Topseller #Kontent .Produkt, .ATTRIBUT_Seite_Kategorie #Kontent .Produkt {
	border: 1px solid #f4f4f4;
	background-color: #f9f9f9;
}
#Extra .Extra_Koerper {
overflow:hidden;
}
/*Zusammenfassung*/
.ATTRIBUT_Seite_Warenkorb #Kontent .Zusammenfassung dl.ZusammenfassungListe .Summe {
	border-bottom: 3px double #e00040;
}
.ATTRIBUT_Seite_Bestelldaten #Kontent .BestellEingabe .PreisZusammenfassungListe .Gesamtpreis {
	border-bottom: 3px double #e00040;
}
.ATTRIBUT_Seite_Detail #Kontent .DetailProdukt .Beschreibung {
background-color:#EEEEFF;
padding:10px;
}
/*Rechte Spalte*/
#Extra .Box1, #Extra .Box2, #Extra .Box3, #Extra .Box4 {
	margin-bottom: 6px;
}
.ATTRIBUT_Seite_Registrierung #Kontent .Packstation_Koerper {display:none}
/* ------------------------------------------------------------ */
/*Druck.css */
/*Korrigiert das setzen der Hintergrundfarbe am Anfang dieses CSS*/
@media print {
body {
	background: none;
	background-color: white;
}
}
