html, body, li, h1, h2, {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}

.clear {
	clear: both;
}

body {
	
	text-align: center;
	color: black;
	font: 14px verdana strong, sans-serif;
}
#stepper {
	text-align: left;
	margin: 10px auto;
	width: 778px;
	position: relative;
	background: maroon url(images/bg.jpg) repeat-y;
	border: 5px solid #005CB9;
}
#kopf-1 {
	background: url(images/kopf_1.jpg) no-repeat;
	width: 409px;
	height: 350px;
	top: 0;
	left: 369px;
	position: absolute;
}
#kopf-2 {
	background: url(images/kopf_2.jpg) no-repeat;
	width: 409px;
	height: 300px;
	top: 0;
	left: 369px;
	position: absolute;
}
#kopf-3 {
	background: url(images/kopf_3.jpg) no-repeat;
	width: 409px;
	height: 300px;
	top: 0;
	left: 369px;
	position: absolute;
}
h1 {
  height: 136px;
  background: url(images/logo.jpg) no-repeat;
  color: black;
  font-weight: normal;
}
h1 span {
  display: block;
}
h2 em {
  color: #005CB9;
}

#body-left {
	float: left;
	width: 330px;
	height: 320px;
	padding-left: 88px;

}
#body-leftk {
	float: left;
	width: 330px;
	height: 320px;
	padding-left: 18px;

}
#body-right {
	float: right;
	width: 310px;
	padding-right: 4px;
}

#fuss {
	text-align: right;
	color: #005CB9;
	border-top: 1px solid #005CB9;
	padding: 4px 10px 1px 0;
}
.spacer {
	height: 8px;
}
