/* ------------------------------------------------------------ */
/* Allgemein.css */
/*Hintergrundfarbe der Seite*/
body {
	background-image: url(/custom/Bilder/Hintergrund.gif);
	background-repeat: repeat-x;
	background-color: #dceccc;
}
/*Allgemeine Textfarbe der Seite*/
body, textarea {
	color: #404040;
}
input.Text, select, textarea {
	border: 1px solid #c0c0c0;
	background-color: #f6f6f6;
	background-image: url('/custom/Bilder/InputTextHintergrund.gif');
/* Standard Input Hintergrundbild */
}
a:hover {
	color: #ea8d01;
}
/* ------------------------------------------------------------ */
/*Rahmen.css*/
/*Logo*/
#Logo a.Startseite {
	left: 5px;
	top: 40px;
	width: 600px;
	height: 110px;
}
/*Standardlinks wie AGB, Datenschutz und Impressum*/
.StandardLinks ul.LinkListe li a {
	color: #3a703a;
}
.StandardLinks ul.LinkListe li a:hover {
	color: white;
}
.StandardLinks ul.LinkListe li.Aktiv a {
	color: white;
}
/*Schriftgroesse*/
#Schriftgroesse ul.SchriftgroessenListe li a {
	color: #3a703a;
}
#Schriftgroesse ul.SchriftgroessenListe li a:hover {
	color: white;
}
.ATTRIBUT_Schriftgroesse_1 #Schriftgroesse ul.SchriftgroessenListe li.klein a {
	color: white;
}
.ATTRIBUT_Schriftgroesse_2 #Schriftgroesse ul.SchriftgroessenListe li.mittel a {
	color: white;
}
.ATTRIBUT_Schriftgroesse_3 #Schriftgroesse ul.SchriftgroessenListe li.gross a {
	color: white;
}
/*Bereich Bestellung*/
.ATTRIBUT_Shopbereich_Bestellung #ShopbereichLinks ul.LinkListe li.Bestellung a {
	color: #ea8d01;
}
/*Bereich Kundendaten*/
.ATTRIBUT_Shopbereich_Kundendaten #ShopbereichLinks ul.LinkListe li.Kundendaten a {
	color: #ea8d01;
}
/*Bereich IhreApotheke*/
.ATTRIBUT_Shopbereich_Informationen #ShopbereichLinks ul.LinkListe li.IhreApotheke a {
	color: #ea8d01;
}
/*Angebote und Topseller*/
#Sonderkategorien ul.SonderkategorienListe li a {
	color: #ea8d01;
	letter-spacing: 1px;
}
/*Produktinfo*/
.ATTRIBUT_Seite_Willkommen #Kontent .Produkt dl.PreisListe .MaximaleAbgabe,
.ATTRIBUT_Seite_Angebote #Kontent .Produkt dl.PreisListe .MaximaleAbgabe,
.ATTRIBUT_Seite_Topseller #Kontent .Produkt dl.PreisListe .MaximaleAbgabe,
.ATTRIBUT_Seite_Promo #Kontent .Produkt dl.PreisListe .MaximaleAbgabe,
.ATTRIBUT_Seite_Kategorie #Kontent .Produkt dl.PreisListe .MaximaleAbgabe {
	font-size:85%;
	white-space:nowrap;
	overflow:hidden;
}
.ATTRIBUT_Seite_Willkommen #Kontent .Produkt dl.PreisListe,
.ATTRIBUT_Seite_Angebote #Kontent .Produkt dl.PreisListe,
.ATTRIBUT_Seite_Topseller #Kontent .Produkt dl.PreisListe,
.ATTRIBUT_Seite_Promo #Kontent .Produkt dl.PreisListe,
.ATTRIBUT_Seite_Kategorie #Kontent .Produkt dl.PreisListe {
	height:6.2em;
}	
/*Rechte Spalte*/
#Extra {
	width: 200px;
	float: right;
}
#Extra .Extra_Koerper {
	text-align: center;
	margin-top: 10px;
}
#Extra .Extra_Koerper a {
	display: block;
	margin: 0px 10px 0px 10px;
}
/*SeitenStatus*/
#SeitenStatus {
	position: absolute;
	left: auto;
	right: 25px;
	top: 35px;
	color: white;
}
#SeitenStatus dt.Willkommen {
	font-weight: bold;
}
/*Seitenfuss*/
#Seitenfuss {
	padding-bottom: 12px;
}
#Seitenfuss {
	color: #3a703a;
}
#Seitenfuss a {
	color: #3a703a;
}
#Seitenfuss .Seitenfuss_Koerper .Hinweis {
	font-weight: bold;
}
/* ------------------------------------------------------------ */
/*Kontent.css */
/*Seiten Navigation*/
#Kontent #SeitenNavigation li.Aktiv a {
	color: #ea8d01;
}
/*Pager*/
#Kontent .Pager .Aktiv a {
	color: #ea8d01;
}
/*Ueberschriften*/
#Kontent h1, #Kontent h2, #Kontent h3 {
	color: #3a703a;
	font-weight: bold;
}
.ATTRIBUT_Seite_Zahlungsarten span.Hinweis {
	display: block;
	padding-bottom: 10px;
}
#Kontent .IchHabeEinRezept_Koerper {
	margin: 20px 0;
	color: #ff0000;
	background-color:#F6F6F6;border:1px solid #aaa;padding:15px 20px;height:30px;
}
#Kontent .IchHabeEinRezept_Koerper .Text {
	float: left;
	width: 450px;
	font-weight:bold;
}
#Kontent .IchHabeEinRezept_Koerper input {
	margin-right: 10px
}
.ATTRIBUT_Seite_Zahlungsarten #Kontent .ZahlungartenListe_Ende {
	clear: both
}
/* ------------------------------------------------------------ */
/*Druck.css */
/*Korrigiert das setzen der Hintergrundfarbe am Anfang dieses CSS*/
@media print {
body {
	background: none;
	background-color: white;
}
}

.Zahlartgebuehr, .Versandkosten {
	font-size: 80%;
}