#checkout_steps {
	background-color: #B9B9B9;
	height: 42px;
	margin: 0 0 1em;
	position: relative;
}

ol#checkout_steps {
	padding: 0;
}

#checkout_steps li a {
	text-decoration: none;
}

#checkout_steps li {
	background: url("/images/design/checkout.png") repeat-y scroll right top rgba(0, 0, 0, 0);
	float: left;
	height: 22px;
	left: 20px;
	line-height: 22px;
	list-style-position: inside;
	list-style-type: none;
	margin-left: -20px;
	padding: 10px 20px 10px 20px;
	position: relative;
	vertical-align: middle;
}

#checkout_steps a {
	color: #000000;
}

#checkout_steps .first {
	padding-left: 10px;
}

#checkout_steps .step1 {
	z-index: 5;
}

#checkout_steps .step2 {
	z-index: 4;
}

#checkout_steps .step3 {
	z-index: 3;
}

#checkout_steps .step4 {
	z-index: 2;
}

#checkout_steps .step5 {
	z-index: 1;
}

#checkout_steps .offen {
	background-position: right -200%;
	color: #777777;
}

#checkout_steps .fertig {
	background-position: right -100%;
	color: #708569;
}

#checkout_steps .inarbeit {
	font-weight: bold;
	color: #000000;
}

div#bestellvorgang fieldset ul {
	margin: 0;
	padding: 0;
}

div#bestellvorgang fieldset ul li {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

div#bestellvorgang fieldset ul li label {
  display: block;
  float: left;
  line-height: 22px;
  text-align: right;
  vertical-align: middle;
  width: 120px;
  margin-right: 1em;
}

div#bestellvorgang form fieldset ul li input {
	width: 200px;
}

div#bestellvorgang form fieldset ul li.kurz input {
	width: 20px;
}

div#bestellvorgang div#spalte {
	float: left;
	width: 340px;
	margin: 0 10px 0 0;
}

div#bestellvorgang div#spalte2 {
	float: left;
	width: 340px;
	margin: 0 0 0 10px;
}