/* ------------------------------------------------------------ */
/* Allgemein.css */
/*Hintergrundfarbe der Seite*/
body {
	background-image: url('/custom/Bilder/Hintergrund.gif');
	background-repeat: repeat-x;
	background-color: #fff9ed;
}
/*Allgemeine Textfarbe der Seite*/
body, textarea {
	color: #404040;
}
input.Text, select, textarea {
	border: 1px solid #990000;
	background-color: #fff;
/* Standard Input Hintergrundbild */
}
a:hover {
	color: #e01d01;
}
/* ------------------------------------------------------------ */
/*Rahmen.css*/
#Seite {
margin:0 auto 12px;
}
#Seitenkopf .Seitenkopf_Kopf {background-image:none;background-color:#fff}
#Seitenfuss .Seitenfuss_Kopf {
background-image:none;
background-color:#fff;
margin-bottom:15px;
}
/*Logo*/
#Logo {
	background-image: url(/custom/Bilder/logo.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: center left;
	height: 150px;
	left: 40px;
	position: absolute;
	top: 6px;
	width: 768px;
}
#Logo a.Startseite {
	left: 0px;
	top: 9px;
	width: 410px;
	height: 100px;
	border-top: 15px solid white;
}
#Logo a.BVD{
  position:absolute;
	left: 430px;
	top: 60px;
	width: 190px;
	height: 56px;
}


/*Standardlinks wie AGB, Datenschutz und Impressum*/
.StandardLinks ul.LinkListe li a {
	color: black;
}
#SeitenStatus {top:148px}
/*Warenkorb*/
#Warenkorb {
background-color:#FFCC00;
background-image:none;
border:2px solid #E01D01;
color:#E01D01;
height:156px;
left:778px;
margin-top:-6px;
width:198px;
z-index:20;
}
#Warenkorb a {
	color: #e01d01;
}
#Warenkorb h3 {
	background-color: #e01d01;
	color: white;
	display: block;
	font-size: 18px;
	padding: 3px 0;
	text-align: center;
	margin-left: -20px
}
#Warenkorb .Warenkorb_Koerper {
	margin: 0;
	padding-left: 20px
}
/*Schriftgroesse*/
#Schriftgroesse ul.SchriftgroessenListe li a {
	color: #e01d01;
}
.ATTRIBUT_Schriftgroesse_1 #Schriftgroesse ul.SchriftgroessenListe li.klein a {
	color: ddd;
}
.ATTRIBUT_Schriftgroesse_2 #Schriftgroesse ul.SchriftgroessenListe li.mittel a {
	color: ddd;
}
.ATTRIBUT_Schriftgroesse_3 #Schriftgroesse ul.SchriftgroessenListe li.gross a {
	color: ddd;
}
.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: #fbfcef;
}
/*Standardlinks wie AGB, Datenschutz und Impressum*/
.StandardLinks ul.LinkListe li.Aktiv a {
	color: #e01d01;
}
.StandardLinks {
position:absolute;
right:570px;
top:8px;
}
.StandardLinks ul.LinkListe li.Drucken {
right:-230px;
top:137px;
}
#Schriftgroesse {
	top: 130px;
	right: 240px
}
/*Bereich Bestellung*/
.ATTRIBUT_Shopbereich_Bestellung #ShopbereichLinks ul.LinkListe li.Bestellung a {
	color: #e01d01;
}
/*Bereich Kundendaten*/
.ATTRIBUT_Shopbereich_Kundendaten #ShopbereichLinks ul.LinkListe li.Kundendaten a {
	color: #e01d01;
}
/*Bereich IhreApotheke*/
.ATTRIBUT_Shopbereich_Informationen #ShopbereichLinks ul.LinkListe li.IhreApotheke a {
	color: #e01d01;
}
/*Angebote und Topseller*/
#Sonderkategorien ul.SonderkategorienListe li a {
	color: #e01d01;
}
#Sonderkategorien ul.SonderkategorienListe li.Rezeptvorbestellung{font-size:11px}
/*Seitenfuss*/
#Seitenfuss {
	padding-bottom: 12px;
	color: gray;
}
#Seitenfuss a {
	color: gray;
}
#Seitenfuss .Seitenfuss_Koerper .Hinweis {
	font-weight: bold;
}
#Seitenkopf .Seitenkopf_Koerper {
	height: 166px;
}
#ShopbereichLinks {
	top: 178px
}
#Sortiment{background-color:#f9a900;}
#Extra .Extra_Koerper {
background-color:#FFFFEE;
margin-right:6px;
padding:0 10px;
}
#Sonderkategorien ul.SonderkategorienListe li {
background-color:#FFCC00;
margin:0 -6px 6px -12px;
padding-left:8px;
}
/* ------------------------------------------------------------ */
/*Kontent.css */
/*Ueberschriften*/
#Kontent h2, #Kontent h3 {
	color: #e01d01;
}
#Kontent h1 {
	color: #f9a900;
	font-weight:bold;
	font-size:160%;
}
/*Seiten Navigation*/
#Kontent #SeitenNavigation li.Aktiv a {
	color: #e01d01;
}
/*Pager*/
#Kontent .Pager .Aktiv a {
	color: #e01d01;
}
#Kontent .Produkte h2 {
	display: none
}

#Kontent .Begruessungstext {
	padding-top:24px;
}
/* ------------------------------------------------------------ */
/*Druck.css */
/*Korrigiert das setzen der Hintergrundfarbe am Anfang dieses CSS*/
@media print {
body {
	background: none;
	background-color: white;
}
}

