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

/*	Hintergrundfarbe der Seite	*/
	body {
		background-color:#D8E5ED;
		background-image:none;
	}
	
/*	Allgemeine Textfarbe der Seite	*/
	body, textarea {
	color:#505050;
	font-family:sans-serif,Arial
	}		
	input.Text, select, textarea {
	background-color:#E8F3F2;
	border:1px solid #C0C0C0;
	}
	a:hover {
	   color:#009DDF;
	}
/* ------------------------------------------------------------ */
/*
	Rahmen.css
*/	

/*	Seite auf 780px verkleinern	*/	
	#Seite {
		width:780px;	
	}	
/*	keine Rechte Spalte */
	#Extra {
		display:none;
	}
	
/*	Logo	*/
	#Logo {
		width:568px;
		background-position:center
	}
	#Logo a.Startseite {
		left:5px;
		top:30px;
		width:500px;
		height:110px;
	}	
	
/*	Seitenfuss	*/
	#Seitenfuss {
		padding-bottom:12px;
	}
	#Seitenfuss {
		color:#e0e0e0;
	}
	#Seitenfuss a {
		color:#e0e0e0;
	}
	#Seitenfuss .Seitenfuss_Koerper .Hinweis {
		font-weight:bold;
	}
	.ATTRIBUT_Shopbereich_Informationen #ShopbereichLinks ul.LinkListe li.IhreApotheke a,.ATTRIBUT_Shopbereich_Kundendaten #ShopbereichLinks ul.LinkListe li.Kundendaten a,.ATTRIBUT_Shopbereich_Bestellung #ShopbereichLinks ul.LinkListe li.Bestellung a {
	  color:#009DDF;
	}	

	#SeitenNavigation .SeitenNavigation_Koerper ul.LinkListe li.Bewertung{
		display:none
}
	#SeitenNavigation .SeitenNavigation_Koerper ul.LinkListe li.Bewertungen{
		display:none
	}
	#Sonderkategorien ul.SonderkategorienListe li a {
	   color:#E90018
	}
	#Kontent h1 {
	   color:#009DDF;
}
	#Seitenfuss .Text {
		color:grey;
	}
	#Seitenfuss a {
    text-decoration:underline;
    color:grey
		}
	#Kategorien ul.KategorienListe li.Aktiv a{
    font-weight:bold;
		color: #009DDF;
	}
	#Seitenfuss .Seitenfuss_Koerper .Hinweis {
	  display:none;
	}
/* ------------------------------------------------------------ */
/*
	Kontent.css 
*/
.ATTRIBUT_Seite_Anmeldung #Login input.Anmelden_ohne_SSL, .ATTRIBUT_Seite_Anmeldung_Fehler #Login input.Anmelden_ohne_SSL, .ATTRIBUT_Seite_Anmeldung #Neukunde input.Kundendaten_eingeben_ohne_SSL, .ATTRIBUT_Seite_Anmeldung_Fehler #Neukunde input.Kundendaten_eingeben_ohne_SSL {
display:none;
}	
#Kontent .status{padding-top:12px}
/* ------------------------------------------------------------ */
/*
	Druck.css 
*/

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