/* ------------------------------------------------------------ */
/*
Allgemein.css
*/

/*	Hintergrundfarbe der Seite	*/
body {
	background-image:url(/custom/Bilder/Hintergrund.gif);
	background-repeat:repeat-x;
	background-color:#565656;
}

/*	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:#FF9933;
}
#Extra {
overflow:hidden;
}
/* ------------------------------------------------------------ */
/*
Rahmen.css
*/

#Seite{
	margin:5px auto 12px;
}
#Index{margin-top:4px; color: #f49612; }
/*	Logo	*/
#Logo {
	width:774px;
	left:6px;
}
#Logo a.Startseite {
	left:5px;
	top:30px;
	width:700px;
	height:110px;
}

/*	Seitenfuss	*/
#Seitenfuss {
	padding-bottom:12px;
}
#Seitenfuss {
	color:#e0e0e0;
}
#Seitenfuss a {
	color:#e0e0e0;
}
#Seitenfuss .Seitenfuss_Koerper .Hinweis {
	font-weight:bold;
}
.StandardLinks {
	right:235px;
}
#Schriftgroesse {
	right:225px;
	top:151px;
}
#Warenkorb {
	left:786px;
	color:black;
	font-family: Arial, Helvetica, sans-serif;
}
#Warenkorb h3 {
	color:black;
	font-size:14px;
}
#Warenkorb .Warenkorb_Hinweis {
color:red;
}
#Warenkorb a {
color:red;
}

/*	StandardLinks	*/
	.StandardLinks ul.LinkListe li.Aktiv a {
		color:#FF9933;
	}
		
/*	Angebote und Topseller	*/
	#Sonderkategorien ul.SonderkategorienListe li a {
		color:#e00006;
	}
								
/*	Bereich Bestellung	*/	
	.ATTRIBUT_Shopbereich_Bestellung #ShopbereichLinks ul.LinkListe li.Bestellung a {
		color:#FF9933;
	}
	
/*	Bereich Kundendaten	*/		
	.ATTRIBUT_Shopbereich_Kundendaten #ShopbereichLinks ul.LinkListe li.Kundendaten a {
		color:#FF9933;
	}

/*	Bereich IhreApotheke	*/				
	.ATTRIBUT_Shopbereich_Informationen #ShopbereichLinks ul.LinkListe li.IhreApotheke a {
		color:#FF9933;
	}
/*	Schriftgroesse	*/
	.ATTRIBUT_Schriftgroesse_1 #Schriftgroesse ul.SchriftgroessenListe li.klein a {
		color:#FF9933;
	}
	.ATTRIBUT_Schriftgroesse_2 #Schriftgroesse ul.SchriftgroessenListe li.mittel a {
		color:#FF9933;
	}
	.ATTRIBUT_Schriftgroesse_3 #Schriftgroesse ul.SchriftgroessenListe li.gross a {
		color:#FF9933;
	}
	
	/*
.StandardLinks ul.LinkListe li.Drucken {
background-image:url(/custom/Bilder/kosmedi_balken_startseite_n.gif);
right:55px;
width:508px;
}
*/
.StandardLinks ul.LinkListe li.Drucken {
background-image:none;
right:55px;
width:508px;
height:25px;
top:140px;
}

#Schriftgroesse ul.SchriftgroessenListe li.gross a {
font-size:30px;
}
#Schriftgroesse ul.SchriftgroessenListe li.mittel a {
font-size:22px;
}
#Schriftgroesse ul.SchriftgroessenListe li.klein a {
font-size:16px;
}
#SeitenStatus dt.Willkommen{
position: absolute;
top:-178px;
left:-200px;
}
#SeitenStatus dd.Willkommen{
position: absolute;
top:-178px;
left:-120px;
}
#ShopbereichLinks ul.LinkListe li a {
font-size:100%;
font-weight:bold;}
#ShopbereichLinks {top:205px}
/* ------------------------------------------------------------ */
/*
Kontent.css
*/
#Kontent li.Aktiv a {
color:#FF9933;
}

/* Zentriert Start/FAQ/Versand und Kosten */
#ShopbereichLinks ul.LinkListe {
	margin:0;
	margin-left:90px;
}

/* Zentriert Bestellung/Kundendaten/Ihre Apotheke */
#SeitenNavigation .SeitenNavigation_Koerper ul.LinkListe {
	margin:0px;
	margin-left:120px;
	padding:0px;
	list-style-type:none;
}

#Kontent .Produkt dl.PreisListe dd.Hinweis {
	display: none;
}
/* hidding the text of tax*/
.ATTRIBUT_Seite_Detail #Kontent .DetailProdukt 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;
}

/* Underlines for Links on OrderData */
.ATTRIBUT_Seite_Bestelldaten #Kontent .BestellEingabe a, #Kontent a.Details {
	text-decoration:underline;
}
.ATTRIBUT_Seite_Registrierung #Kontent dl.LieferanschriftEingabe dt.Titel,.ATTRIBUT_Seite_Registrierung #Kontent dl.LieferanschriftEingabe dd.Titel{display:none;}
/* ------------------------------------------------------------ */
/*
Druck.css
*/

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

.ATTRIBUT_Seite_Bestelldaten #Kontent .BestellEingabe .PreisZusammenfassungListe dt {
	width:140px;
}
