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

/*	Hintergrundfarbe der Seite	*/
	body {
		background-image:url(/custom/Bilder/Hintergrund.gif);
		background-repeat:repeat-y;
		background-color:#ccc;	
	}
	
/*	Allgemeine Textfarbe der Seite	*/
	body,
/* dukelgruen #006633 */
	textarea {
	    color: #006633;
	}			
	input.Text,
	select,
/* dunkelgrau #888 */

/* hellblaugrau #eef */
	textarea {
				border:1px solid #888;
				background-color:#eef;
			}
	a {
/* schwarzblau #132939 */
/* rotbraun #a20f05 */


		color:#132939;
	}
	a:hover {
		color:#a20f05;
	}		
	
/* ------------------------------------------------------------ */
/*
	Rahmen.css
*/	
	
/*	Warenkorb Ueberschrift */		
	#Warenkorb {
		color:#CC0000;
	}
	#Warenkorb a {
		color:#CC0000;
	}

	#Warenkorb h3 {
		color:#000099;
	}
	
/*	Logo	*/
	#Logo a.Startseite {
		left:30px;
		top:30px;
		width:510px;
		height:110px;
	}	
		
/*	StandardLinks	*/
	.StandardLinks ul.LinkListe li.Aktiv a {
		display: none !important;
		color:#a20f05;
	}
	
	.StandardLinks {
		position:absolute;
		right:15px;
		top:30px;
	}
	.StandardLinks ul.LinkListe li {
			display: none !important;
		float:none;	
		background-image:none;
		
		list-style-type:none;
		text-align:right;
	}
	.StandardLinks ul.LinkListe li.Drucken {
	display: none !important;
/*auskommentiert		position:relative;*/
/*		top:auto;*/
/*		right:auto;*/
/*		margin-left:16px;*/
/*		padding-right:0px;*/
/*		padding-right:auto;*/
/*		background-image:none;*/
/*		
/*		text-align:right;*/
	}
	
	
	
			
/*	Angebote und Topseller	*/
	#Sonderkategorien ul.SonderkategorienListe li a {
		color:#e00006;
	}
								
/*	Bereich Bestellung	*/	
	.ATTRIBUT_Shopbereich_Bestellung #ShopbereichLinks ul.LinkListe li.Bestellung a {
		color:#a20f05;
	}
	
/*	Bereich Kundendaten	*/		
	.ATTRIBUT_Shopbereich_Kundendaten #ShopbereichLinks ul.LinkListe li.Kundendaten a {
		color:#a20f05;
	}

/*	Bereich IhreApotheke	*/				
	.ATTRIBUT_Shopbereich_Informationen #ShopbereichLinks ul.LinkListe li.IhreApotheke a {
		color:#a20f05;
	}

/*	Schriftgroesse	*/
	#Schriftgroesse {
		display:none;
	}
	.ATTRIBUT_Schriftgroesse_1 #Schriftgroesse ul.SchriftgroessenListe li.klein a {
		color:#a20f05;
display:non !important;
	}
	.ATTRIBUT_Schriftgroesse_2 #Schriftgroesse ul.SchriftgroessenListe li.mittel a {
		color:#a20f05;*/
	}*/
	.ATTRIBUT_Schriftgroesse_3 #Schriftgroesse ul.SchriftgroessenListe li.gross a {
		color:#a20f05;*/
	}
	
/*	SeitenStatus 	*/
	#SeitenStatus {
		left:225px;
		top:163px;
		
		font-size:110%;
		color:#a20f05;
	}	
		
/*	Suche	*/
	#Suche h4 {
		color:#666;
	}
	
/*
	Layout-Dropdown sichtbar schalten
*/
	#LayoutAuswahl {
		display:block;
	}
	
/*	Seitenfuss	*/
	#Seitenfuss {
		padding-bottom:12px;
		color:grey;
	}
	#Seitenfuss a {
		color:#c0e0ff;
	}
	#Seitenfuss .Seitenfuss_Koerper .Hinweis {
		font-weight:bold;
	}
	
	#Extra .style2 
	{
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	#Sonderkategorien .Topseller{
	   display:none;
	}
/* ------------------------------------------------------------ */
/*
	Kontent.css 
*/
	
/*	Ueberschriften	*/
	#Kontent h1,
	#Kontent h2,
	#Kontent h3 {
		color:#a20f05;
	}
/*	Verweis	*/
	#Kontent .TextVerweis {
		color:#e00040;
	}	
	
/*	Aktuelle Links	*/
	#Kontent li.Aktiv a {
		color:#a20f05;
	}	
		
/*	Pager	*/
	#Kontent .Pager .Aktiv a {
		color:#a20f05;
	}
	
/*	Preis hervorheben	*/
	#Kontent dd.Preis,
	#Kontent dt.Preis,
	#Kontent dd.Gesamtpreis,
	#Kontent dt.Gesamtpreis,
	#Kontent dd.Summe,
	#Kontent dt.Summe {
		color:#e00040;
		font-weight:bold;
	}	
	
/*	Produkttitel	*/
	#Kontent .Produkt h3
	{
		color:#132939;
	}
		
/*	Produktauflistung	*/	
	.ATTRIBUT_Seite_Willkommen #Kontent .Produkt,
	.ATTRIBUT_Seite_Angebote #Kontent .Produkt,
	.ATTRIBUT_Seite_Topseller #Kontent .Produkt,
	.ATTRIBUT_Seite_Kategorie #Kontent .Produkt {
		border:1px solid #f4f4f4;
		background-color:#f9f9f9;
	}	
	
/*	Zusammenfassung	*/
	.ATTRIBUT_Seite_Warenkorb #Kontent .Zusammenfassung dl.ZusammenfassungListe .Summe {
		border-bottom:3px double #e00040;
	}
	
	.ATTRIBUT_Seite_Bestelldaten #Kontent .BestellEingabe .PreisZusammenfassungListe .Gesamtpreis {
		border-bottom:3px double #e00040;
	}			
	
/*	Rechte Spalte	Login*/

#LoginExtra {
  position:absolute;
  right:20px;
  top:10px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	width:182px;
	float:left;
	overflow: hidden;
}

#LoginExtra .Login_Kopf {
	height:	2px;
	overflow:hidden;
}        

#LoginExtra .Login_Rahmen	{
	background-repeat: repeat-y;
	height:	170px;
	margin:	0;
	padding: 0px 0px 0px 20px;
	overflow:	hidden;
}    

#LoginExtra .Login_Rahmen	dd{
	width: 110px;
	margin:	0;
	padding: 0;
	text-align:	left;
}
#LoginExtra .Login_Rahmen	dl{
	width: 110px;
	margin:	0;
	padding: 0;
	text-align:	left;
}

#LoginExtra .Login_Rahmen	h3{
	text-align:	center;
	color: #FF0000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  text-decoration: underline;
  font-weight: bold;          
	padding: 6px 0px 0px 0px;
	margin:	0px	0px	6px	0px;
}

#LoginExtra .Login_Rahmen	h4{
	text-align:	center;
	padding: 6px 0px 0px 0px;
	margin:	0px	0px	6px	0px;
}

#LoginExtra .Login_Rahmen	.Email {
	padding: 0px 0px 0px 0px;
	margin: 0;
}

#LoginExtra .Login_Rahmen	.Text	{
  width: 136px;
}

#LoginExtra .Login_Rahmen	.Anmelden	{
	padding:	6px 0px 4px 56px;
}

#LoginExtra .LoginEingabeListe {
	color: #990000;
}

#LoginExtra .LoginEingabeListe_Ende {
	margin:	0px	0px	4px 3px;
	display: block;
	line-height: 130%;

}

#LoginExtra .Login_Fuss {
	margin:0;
	height:	2px;
	overflow:hidden;
}	  
		
/*		#Extra {
			display:none;
		}
		margin-bottom:6px;
	}
*/


/* ------------------------------------------------------------ */
/*
	Druck.css 
*/

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

