body {
	margin: 0px;
	padding: 0px;
	background-color: #000; /* alt: #f1a846; */
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
}
#site {
	width: 980px;
	margin-left: -490px;
	left: 50%;
	position: absolute;
	background-color: #f1a846;
}
#titel {
	text-align: center;
	height: 130px;
	margin: 0px;
	padding: 0px;
}
#bildreihe-links {
	float: left;
	width: 135px;
	margin-top: 5px;
	text-align: left;
}
#content {
	float: left;
	width: 730px;
	text-align: left;
}
	#content-ueberschrift {
		margin-top: 20px;
		text-align: center;
		font-size: 18px;
		color: #3A579B;
		letter-spacing: 0.7em;
	}
#bildreihe-rechts {
	float: left;
	width: 112px;
	margin-top: 5px;
	text-align: left;
}

/* anmeldung */
#anmeldung {
	margin-top: 20px;
	padding-left: 100px;
}
#firmendaten-eingeben {
	margin-top: 20px;
	padding-left: 200px;
}
/* ende - anmeldung */

td {
	font-size: 12px;
}
input, select, textarea {
	border: 1px solid #cc9966;
	background-color: #fdeed7;
	height: 22px;
	font-size: 14px;
}
.input-plz {
	width: 40px;
}
.input-ort {
	width: 150px;
}
.input-register, .select-register {
	width: 210px;
}
.textarea-register {
	width: 210px;
	height: 50px;
}
