form
{
	margin: 0px;
}

input, textarea, select {
	border: 1px inset #dedcdc;
	margin-bottom:6px;
}

#formular_schritt_1 {
	margin:5px 10px 45px 0px;
	padding-left:0px;
	width:440px;
}

#formular_schritt_2 {
	float:left;
	margin:0px 0 0 0px;
	padding:0px;
	width:420px;
	background-image: url('../design/content/kasten_seite2.png');
	background-repeat: no-repeat;
}

#zusatz_schritt_1 {
	margin:10px 0 20px 10px;
	color: #616161;
	border: solid 0px #006699;
	padding: 0px;
	width:400px;
}

#zusatz_schritt_2 {
	float:left;
	margin:0 200px 0px 274px;
	color: #ffffff;
	border: solid 0px #006699;
	padding: 0px;
	width:520px;
}

fieldset {
	margin:0;
	padding:0;
	border: 0px solid #006699;
	text-align:right;

}

legend {

}

br {

}

.submit, .reset {

}

label {
	position:relative;
	margin:0px 3px;
	padding-left:0px;
	line-height:21px;
	width:110px;
	text-align:right;
	font-size:11px;
}

p {

}

input:focus, input:hover, input:active, textarea:focus, textarea:hover, textarea:active, select:focus, select:hover, select:active {

}

.info {
	position:absolute;
	padding-left: 125px;
	margin: 14px 0px;
	text-align:left;
	font-weight:normal;
	width: 375px;

}

.info_preisdetails {
	position:absolute;
	padding-top: 5px;
	padding-left: 16px;
	margin: 14px 0px;
	text-align:left;
	font-weight:normal;
	width: 375px;
	font-size:0.9em;
}

.fehlermeldung{
	width: 434px;
	height:28px;
	margin:0 0 0 65px;
	color:#970000;
	font-weight:bold;
	font-size:16px;
	padding-top:7px;
}

.error_x{
	width:41px;
	height:34px;
	background-image: url('../design/content/errorx.png');
	background-repeat: no-repeat;
	margin-top:auto;
	margin-bottom:auto;
	float:left;
	}

.errors{
	width:280px;
	float:left;
	}