/*Standard Hintergrundfarbe */
body {
	/*background-image: url(/custom/Bilder/Hintergrund.gif);
*/
	/* background-repeat: repeat-y;
*/
	background-image: url(/custom/Bilder/Hintergrund.gif);
	text-align: center;
/*Seite zentrieren IE*/
}
/*Layout-Dropdown sichtbar schalten#LayoutAuswahl {
	display: block;
	right: 225px;
}
*/
/* ------------------------------------------------------------ */
/*Koerper*/
/* ------------------------------------------------------------ */
/*Warenkorb*/
#Warenkorb {
	left: auto;
	right: 6px;
}
/* ------------------------------------------------------------ */
/*Logo*/
#Logo {
	left: 6px;
}
/* ------------------------------------------------------------ */
/*StandardLinks*/
.StandardLinks {
	right: 225px;
}
/* ------------------------------------------------------------ */
/*Schriftgroesse*/
#Schriftgroesse {
	right: 220px;
}
/* ------------------------------------------------------------ */
/*SeitenStatus*/
#SeitenStatus {
	left: 20px;
}
a:hover {
	color: #d40000;
}
#Warenkorb h3 {
	color: #d40000;
}
#Warenkorb .Warenkorb_Inhalt dl.InhaltListe {
	padding: 6px 0
}
#Warenkorb .Warenkorb_Links {
	margin: 6px 0
}
#Logo a.Startseite {
	display: block;
	height: 150px;
	left: 10px;
	position: absolute;
	top: 30px;
	width: 400px;
}
#Extra .Kopf {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	background-color: #53A6EA;
	color: #FFFFFF;
	font-size: 130%;
	font-weight: bold;
	padding: 2px 0;
	text-align: center;
}
#Extra .Kopf a {
	color: #FFFFFF;
}
#Extra .Kopf a:hover {
	color: #D40000;
}
#Extra .Koerper {
	background-color: #eff8ff;
	border: solid 1px #53a6ea;
	color: #000000;
	font-size: 90%;
	margin-bottom: 20px;
	padding-top: 5px;
	/*    -moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
*/
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}
#Extra .Koerper ul {
}
#Extra .Koerper li {
	margin-left: 7px;
	padding: 4px 0;
}
#Extra .Koerper li a {
	color: #555555;
}
#Extra .Koerper li a:hover {
	color: #d40000;
}
/*SeitenStatus (Willkommen Kundenname)*/
#SeitenStatus {
	position: absolute;
	left: 220px;
	top: 186px;
}
#SeitenStatus dl {
	margin: 0px;
}
#SeitenStatus dt.Willkommen {
	font-weight: normal;
	display: inline;
}
#SeitenStatus dd.Willkommen {
	color: #f27;
	margin: 0;
	padding-left: 5px;
	font-weight: bold;
	display: inline;
}
/* remove "Packstation" logo */
.ATTRIBUT_Seite_Registrierung #Kontent .Packstation {
	display: none;
}
.ATTRIBUT_Seite_Detail #Kontent .DetailProdukt dl.InfoListe dd {
  overflow:hidden;
}
#Kontent .IchHabeEinRezept_Koerper {
height: 65px;
background-color: #54A8FD;
}
.ATTRIBUT_Seite_Bestelldaten #Kontent .BestellEingabe .PreisZusammenfassungListe dt {
width:140px;
}