/* ============================================================ */
/*
	Rahmen.css
	Gestaltung von Elementen aussschliesslich des Rahmens
*/
/* ============================================================ */
	
	#Seite {
		position:relative;
		width:980px;
		margin:12px auto;	/* Seite zentrieren */
		text-align:left;	/*	Seite zentrieren IE	fix */
	}
		
/* ============================================================ */
/*
	 Seitenkopf sowie Komponenten wie Warenkorb, Logo usw.
*/
/* ============================================================ */
	
/* ------------------------------------------------------------ */
/*
	Kopf
*/	

	#Seitenkopf {
		position:relative;
	}	
	#Seitenkopf .Seitenkopf_Kopf {
		height:6px;
		
		display:block;
		background-image:url('/custom/Bilder/Seitenkopf_Kopf_Hg.gif');
		background-repeat:no-repeat;
		font-size:0;
	}
	
/* ------------------------------------------------------------ */
/*
	Koerper
*/	
	
	#Seitenkopf .Seitenkopf_Koerper {
		height:186px;
		
		background-color:white;
	}	
		
	/* ------------------------------------------------------------ */
	/*
		Warenkorb
	*/	
		
		#Warenkorb {
			position:absolute; /* Bugfix: #1 */
			left:6px;
			top:6px;
		}
		#Warenkorb {
			width:194px;
			height:180px;
			
			background-image:url('/custom/Bilder/Warenkorb.jpg');
			background-repeat:no-repeat;
			overflow:hidden;
			color:white;
		}
		#Warenkorb .Warenkorb_Koerper {
			margin:6px 20px 0px 20px;
		}	
		#Warenkorb a {
			color:white;
		}	
		#Warenkorb h3 {
			margin-bottom:3px;
			
			font-size:21px;
			letter-spacing:1px;
			color:white;
		}
		
	/*	
		Inhalt	
	*/
		#Warenkorb .Warenkorb_Inhalt dl.InhaltListe {
			margin:0px;
			width:154px;
			
			font-size:120%;
		}
		#Warenkorb .Warenkorb_Inhalt dl.InhaltListe dt {
			margin:0px;
			width:70px;
			height:1em;
			display:block;
			float:left;
		}
		#Warenkorb .Warenkorb_Inhalt dl.InhaltListe dd {
			margin:0px;
			width:70px;
			height:1em;
			
			text-align:right;
			display:block;	
			float:left;
		}
		#Warenkorb .Warenkorb_Inhalt .Warenkorb_Inhalt_Fuss {
			clear:both;
			margin-bottom:6px;
		}
		
	/*	
		Links	
	*/
		#Warenkorb .Warenkorb_Links ul.Warenkorb_LinksListe {
			margin:0px;
			list-style-type:none;
		}
		#Warenkorb .Warenkorb_Links ul.Warenkorb_LinksListe li {
			margin:0px 0px 4px 0px;
			
			font-size:0px; /* Bugfix: #4 */
		}
		#Warenkorb .Warenkorb_Links a.zum_Warenkorb span, 
		#Warenkorb .Warenkorb_Links a.zur_Kasse span {
			display:none;
		}
		
	/*	
		Hinweis	
	*/
		#Warenkorb .Warenkorb_Hinweis {
			margin-top:6px;
			
			font-size:85%;
			line-height:1.1em;
		}
		
	/* ------------------------------------------------------------ */
	/*
		Logo
	*/	
		
		#Logo {
			position:absolute; /* Bugfix: #1 */
			left:206px;
			top:6px;
			width:768px;
			height:180px;
			background-image:url('/custom/Bilder/Logo.jpg');
			background-repeat:no-repeat;
		}
		
	/*
		Link auf Startseite
		Liegt nur Teilbereich des Logos.
	*/		
		#Logo a.Startseite {
			position:absolute;
			left:130px;
			top:30px;
			width:310px;
			height:110px;
			
			display:block;
		}	
		
	/* ------------------------------------------------------------ */
	/*
		StandardLinks
	*/	
	
		.StandardLinks {
			position:absolute;
			right:25px;
			top:15px;
		}
		.StandardLinks ul.LinkListe {
			margin:0;
			padding:0;
		}
		.StandardLinks ul.LinkListe li {		
			position:relative;  /* Bugfix: #1 */
			margin-left:16px;
			padding-left:16px;
			
			display:block;
			float:left;	
			background-image:url('/custom/Bilder/Trenner10.gif');
			background-position:left;
			background-repeat:no-repeat;
		}
		.StandardLinks ul.LinkListe li a {
			font-size:110%;
			font-weight:bold;
			text-decoration:none;
		}
		.StandardLinks ul.LinkListe li.Aktiv a {
			color:gray;
		}
		.StandardLinks ul.LinkListe li.Drucken {
			position:absolute;
			top:147px;
			right:100px;
			margin:0px;
			padding-right:25px;
			background-image:url('/custom/Bilder/DruckenSymbol.gif');
			background-position:right;
		}
			
	/* ------------------------------------------------------------ */
	/*
		ShopbereichLinks
		
		Die Seiten lassen sich zu vier Hauptbereiche zusammenfassen.
		Es Existiert Bereich Sortiment (Kategorie, Suche), 
		Bestellung (Warenkorb, Zahlungsarten, Bestellbestaetigung),
		Kundendaten (Anschrift, Zugangsdaten, usw.) 
		und Ihre Apotheke (AGB, Datenschutz, Kontakt, usw.).
	*/
	
		#ShopbereichLinks {
			position:absolute; /* Bugfix: #1 */
			left:220px;
			top:200px;
			z-index:2;
		}
		#ShopbereichLinks ul.LinkListe {
			margin:0;
		}
		#ShopbereichLinks ul.LinkListe li {		
			position:relative;  /* Bugfix: #1 */
			margin:0px 16px 2px 0px;
			padding-right:16px;
			
			background-image:url('/custom/Bilder/Trenner13.gif');
			background-position:right;
			background-repeat:no-repeat;	
			display:block;
			float:left;
			text-align:center;
			white-space:nowrap;
		}
		#ShopbereichLinks ul.LinkListe li a {
			font-size:150%;
			line-height:1.2em;
			font-weight:normal;
			text-decoration:none;
			display:block;
		}
		
	/*
		Sortiment
	*/
		#ShopbereichLinks ul.LinkListe li.Sortiment {		
			display:none;
		}
		
	/*
		Bestellung
	*/
		.ATTRIBUT_Shopbereich_Bestellung #ShopbereichLinks ul.LinkListe li.Bestellung a {
			color:gray;
		}
		
	/*
		Kundendaten
	*/		
		.ATTRIBUT_Shopbereich_Kundendaten #ShopbereichLinks ul.LinkListe li.Kundendaten a {
			color:gray;
		}
	
	/*
		IhreApotheke
	*/				
		.ATTRIBUT_Shopbereich_Informationen #ShopbereichLinks ul.LinkListe li.IhreApotheke a {
			color:gray;
		}
		
	/* ------------------------------------------------------------ */
	/*
		Anmeldung
		Per Benutzername und Passwort anmelden.
	*/	
	
		#Anmeldung {
			display:none;
		}
	
	/* ------------------------------------------------------------ */
	/*
		Schriftgroesse
	*/	
	
		#Schriftgroesse {
		}
		#Schriftgroesse {
			position:absolute; /* Bugfix: #1 */
			right:20px;
			top:147px;
		}
		#Schriftgroesse h3 {
			display:none;
			float:left;
		}
		#Schriftgroesse ul.SchriftgroessenListe {
			margin:0;
			padding:0;
			
			font-size:24px;
			text-align:right;
			list-style-type:none;
		}
		#Schriftgroesse ul.SchriftgroessenListe span.Text {
			display:none;
		}
		#Schriftgroesse ul.SchriftgroessenListe li {
			margin:0px;
			height:32px;
			
			line-height:32px;
			display:inline;
		}
		#Schriftgroesse ul.SchriftgroessenListe li a {
			text-decoration:none;
			font-weight:bold;
			font-family:'Times New Roman',Times,serif;
		}
		#Schriftgroesse ul.SchriftgroessenListe li.klein a {			
			font-size:20px;
		}		
		.ATTRIBUT_Schriftgroesse_1 #Schriftgroesse ul.SchriftgroessenListe li.klein a {
			color:gray;
		}
		#Schriftgroesse ul.SchriftgroessenListe li.mittel a {			
			font-size:30px;
		}
		.ATTRIBUT_Schriftgroesse_2 #Schriftgroesse ul.SchriftgroessenListe li.mittel a {
			color:gray;
		}
		#Schriftgroesse ul.SchriftgroessenListe li.gross a {			
			font-size:40px;
		}
		.ATTRIBUT_Schriftgroesse_3 #Schriftgroesse ul.SchriftgroessenListe li.gross a {
			color:gray;
		}
		#Schriftgroesse .SchriftgroessenListe_Ende {
			clear:both;
		}
		
	/* ------------------------------------------------------------ */
	/*
		SeitenStatus
	*/	
	
		#SeitenStatus {
			position:absolute;
			left:220px;
			top:165px;
		}	
		#SeitenStatus dl {
			margin:0px;
		}	
		#SeitenStatus dt.Willkommen {
			font-weight:normal;
			display:inline;
		}
		#SeitenStatus dd.Willkommen {
			margin:0px;
			padding-left:5px;
			
			font-weight:bold;
			display:inline;
		}	
							
	/* ------------------------------------------------------------ */
	/*
		LayoutAuswahl
	*/	
	
		#LayoutAuswahl {
			position:absolute;
			right:25px;
			top:40px;
			
			display:none;
		}
		
/* ------------------------------------------------------------ */
/*
	Fuss
*/	
	
	#Seitenkopf .Seitenkopf_Fuss {
		display:none;
	}
		
/* ============================================================ */
/*
	Seitenkoerper sowie Komponenten wie Kontent, 
	Suche und Kategorien.
*/
/* ============================================================ */

/* ------------------------------------------------------------ */
/*
	Koerper
*/	

	#Seitenkoerper {
		background-color:white;
	}

	#Seitenkoerper .Seitenkoerper_Koerper {	
		overflow: auto; /* Bugfix: #3 */
	}
		
	/* ------------------------------------------------------------ */
	/*
		Sortiment	
		Enthaelt Suche, Sonderkategorien und Kategorien
	*/	
	
		#Sortiment {
			width:200px;
			
			float:left;			
		}
		#Sortiment h2 {
			display:none;
		}
		#Sortiment .Sortiment_Koerper {
			padding:0px 6px 0px 12px;
			
			float:left;
		}
		
	/* ------------------------------------------------------------ */
	/*
		Suche	
	*/	
		
		#Suche .Suche_Koerper {
			margin-bottom:12px;
		}
		#Suche h3 {
			display:none;
		}
		#Suche h4 {
			margin:9px 0px 5px 0px;
			
			color:gray;
			font-weight:normal;
			font-size:11px;
			line-height:1.2em;
			letter-spacing:0px;
		}
		#Suche Input.Suchbegriff {
			width:170px;
			margin:0px 0px 3px 0px;
		}
	
	/* ------------------------------------------------------------ */
	/*
		Sonderkategorien Angebote und Topseller	
	*/		
	
		#Sonderkategorien .Sonderkategorien_Koerper {
			margin-bottom:15px;
		}
		#Sonderkategorien ul.SonderkategorienListe {
			margin:0px;
			padding:0px;
			
			list-style-type:none;
		}
		#Sonderkategorien ul.SonderkategorienListe li {
			margin:0px 0px 6px 0px;
		}
		#Sonderkategorien ul.SonderkategorienListe li a {	
			text-decoration:none;
			font-size:130%;
			font-weight:bold;
			letter-spacing:0.05em;
		}	
		
	/* ------------------------------------------------------------ */
	/*
		Kategorien 	
	*/	
		#Kategorien .Kategorien_Koerper {
			width:179px;
			margin-bottom:20px;
			
			overflow:hidden;
		}
		#Kategorien h3 {
			display:none;
		}
		#Kategorien ul.KategorienListe {
			margin:0px;
			padding:0px;
			
			overflow:hidden;
		}	
		#Kategorien ul.KategorienListe a {
			text-decoration:none;
		}	
		#Kategorien ul.KategorienListe li {
			margin:0px 0px 6px 15px;
			
			line-height:120%;
		}
			
	/* ------------------------------------------------------------ */
	/*
		Kontent

		-> Siehe Kontent.css 
	*/
	
	/* ------------------------------------------------------------ */
	/*
		Extra	
	*/		
	
		#Extra {
			width:200px;
			
			float:right;
		}	
		#Extra .Extra_Koerper {
			padding:0px 6px 0px 6px;
			
			background-color:white;
		}
		
	/* ------------------------------------------------------------ */
	/*
		Ende	
	*/		
		#Seitenkoerper .Seitenkoerper_Koerper_Ende {
			clear:both;
		}
	
/* ============================================================ */
/*
	Seitenfuss	
*/
/* ============================================================ */

	#Seitenfuss .Seitenfuss_Kopf {
		height:6px;
		margin-bottom:5px;
		
		background-image:url('/custom/Bilder/Seitenkoerper_Fuss_Hg.gif');
		background-repeat:no-repeat;
	}			
	#Seitenfuss {
		padding-bottom:10px;

		font-size:90%;
		color:#404040;
		text-align:center;
	}
	#Seitenfuss a {
		color:#404040;
	}
	#Seitenfuss .Text {
		margin-bottom:6px;
	}
	.Seiten_Ende {
		clear:both;
	}
	