/*Stage*/
#stage {
	float: left;
	background: #fff;
	margin-left: 4px;
	color: #636363;
}
/* Stage der Startseite ist breiter */
.startseite {
	width: 776px;
}
.normale-breite {
	padding-left: 16px;
	width: 760px;
}
.stageabstand {
	padding-top: 20px;
	margin: 0;
}
#stage h1 {
  font-weight: normal;
	font-size: 18px;
	margin-top: 21px;
	padding-bottom: 5px;
	margin-bottom: 2px;
	padding-right: 220px;
	/* background: url(h1.gif) no-repeat 0 5px; */
	padding-left: 16px;
}
/* falls H1 fehlt*/
.ohne-h1 {
	width: 776px;
	padding-bottom: 20px;
	width: 760px;
	padding-left: 16px;
}
/* Abstand des Banners zum Content*/
#stage img {
  padding-bottom:20px;
}
/* Stage der Startseite */
#stage #kasten {
	border: 2px solid #ffaf00;
	height: 251px;
	padding: 2px;
	margin-top: 4px;
	margin-bottom: 20px;
	background: url(stage.jpg) no-repeat #fff center center;
	color: #fff;
	position: relative;
}
#kasten ul {
	margin: 73px 0 0 35px;
	font-weight: bold;
	list-style-type: disc;
}
#kasten li {
	margin: 3px 0;
	font-size: 12px;
}
#kasten p {
	margin: 17px 0 0 23px;
}
#kasten #zu-den-angeboten {
	margin: 10px 0 0 23px;
	padding:0;
}
#kasten #box1 {
	left: 293px;
}
#kasten #box2 {
	left: 450px;
}
#kasten #box3 {
	left: 606px;
}
#kasten .showbox {
	position: absolute;
	bottom: 2px;
	height: 229px;
	width: 137px;
}
#kasten p.produktbild {
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
}
#kasten p.produktbild img {
  padding:0;
}
#kasten h5 {
	line-height: 15px;
	margin: 15px 0 0 8px;
}
#kasten p.produkttext {
	padding: 0;
	margin: 5px 0 0 8px;
}
#kasten p.preis {
	margin: 5px 0 0 8px;
	font-size: 20px;
	font-weight: bold;
}
#kasten span.euro {
  font-size: 20px;
}

/* Bestellschritte*/
#stage ul#bestellschritte {
	list-style-type: none;
	background: url(linie.gif) repeat-x 0px 20px;
	width: 540px;
	margin: 22px 0 8px 0;
	height: 40px;
	color: #606060;
}
#stage ul#bestellschritte li {
	float: left;
	margin-left: 57px;
	height: 30px;
}
#stage ul#bestellschritte li.erstes {
	margin: 0;
}
#stage ul#bestellschritte li a {
	background: url(pfeil-orange.gif) no-repeat left center;
	padding-left: 12px;
	color: #606060;
	text-decoration: underline;
}
#stage ul#bestellschritte li span {
	background: url(pfeil-orange.gif) no-repeat left center;
	padding-left: 12px;
}
#stage ul#bestellschritte li#aktiv {
	background: url(einkaufswagen-bvorgang.gif) no-repeat center bottom;
}
