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

/*	Hintergrundfarbe der Seite	*/
	body {

		background-color:#9bc;	
	}
	
/*	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:#63C4CA;
	}
/* ------------------------------------------------------------ */
/*
	Rahmen.css
*/	

/*	Seite auf 780px verkleinern	*/	
	#Seite {
		width:980px;	
	}	
	#Logo{
	border-bottom:2px solid #E2003C;
	left:6px
	}
	#Logo a.Startseite {
	height:100px;
	left:5px;
	top:40px;
	width:750px;
	}
	#Kontent h1{
	color:#CC6666;
	}
	.StandardLinks {
	right:210px
	}
/*	Standardlinks wie AGB, Datenschutz und Impressum	*/
	.StandardLinks ul.LinkListe li a {
		color:#00748D;
	}
	.StandardLinks ul.LinkListe li a:hover{
		color:#99a;
	} 
	.StandardLinks ul.LinkListe li.Aktiv a {
		color:#99a;
	}
	
/*	Schriftgroesse	*/
	#Schriftgroesse {
	  right:220px
	}
	#Schriftgroesse ul.SchriftgroessenListe li a {
		color:#99a;
	}
	#Schriftgroesse ul.SchriftgroessenListe li a:hover {
		color:#63C4CA;
	}
	.ATTRIBUT_Schriftgroesse_1 #Schriftgroesse ul.SchriftgroessenListe li.klein a {
		color:#63C4CA;
	}
	.ATTRIBUT_Schriftgroesse_2 #Schriftgroesse ul.SchriftgroessenListe li.mittel a {
		color:#63C4CA;
	}
	.ATTRIBUT_Schriftgroesse_3 #Schriftgroesse ul.SchriftgroessenListe li.gross a {
		color:#63C4CA;
	}		
	
/*	Bereich Bestellung	*/	
	.ATTRIBUT_Shopbereich_Bestellung #ShopbereichLinks ul.LinkListe li.Bestellung a {
		color:#00748D;
	}
/*	Bereich Kundendaten	*/		
	.ATTRIBUT_Shopbereich_Kundendaten #ShopbereichLinks ul.LinkListe li.Kundendaten a {
		color:#00748D;
	}
/*	Bereich IhreApotheke	*/				
	.ATTRIBUT_Shopbereich_Informationen #ShopbereichLinks ul.LinkListe li.IhreApotheke a {
		color:#00748D;
	}
		
/*	Angebote und Topseller	*/
	#Sonderkategorien ul.SonderkategorienListe li a {
		color:#00748D;
		letter-spacing:1px;
	}
	
/*	Rechte Spalte	*/
	
	#Extra {
		width:200px;		
		float:right;
	}	
	#Extra .Randombox{
	width:150px;padding:10px 0; margin-bottom:10px
	}
	
	#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:65px;
		color:#E2003C;
	}
	#SeitenStatus dt.Willkommen {
		font-weight:bold;
	}
				
/*	Seitenfuss	*/
	#Seitenfuss {
		padding-bottom:12px;
	}
	#Seitenfuss {
		color:#444;
	}
	#Seitenfuss a {
		color:#444;
	}
	#Seitenfuss .Seitenfuss_Koerper .Hinweis {
		font-weight:bold;
	}
	#Warenkorb {
	left:786px;
	}
/* ------------------------------------------------------------ */
/*
	Kontent.css 
*/
	#SeitenNavigation .SeitenNavigation_Koerper ul.LinkListe li.Bewertungen{display:none}
#Kontent dt.Preis .TextVerweis{display: none;}
.ATTRIBUT_Seite_Bestelldaten #Kontent .BestellEingabe .Erklaerung dl.ErklaerungEingabe dt {
    display: block;
    float: left;
    margin: 0;
    width: 30px;
}
.ATTRIBUT_Seite_Bestelldaten #Kontent .BestellEingabe .Erklaerung dl.ErklaerungEingabe dd, .ATTRIBUT_Seite_Bestelldaten #Kontent .BestellEingabe .Erklaerung dl.ErklaerungEingabe dd.AGB {
    display: block;
    float: left;
    margin: 0;
    width: 490px;
}
/* ------------------------------------------------------------ */
/*
	Druck.css 
*/

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

