fieldset {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 10px;
	border: 1px solid #CCC;
	background-image: url(../images/quer8x8.png);
	width: auto;
}
legend {
	font-weight: bold;
}
label {
	float: left;
	width: 135px;
}

input[type="text"] {
	width: 400px;
}

textarea {
	height: 150px;
	width: 700px;
}
.form p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

input.submit {
	width: auto;
}
.formbuttons {
	margin-left: 135px;
	width: auto;
}

input:focus, textarea:focus {
	background: #ffc;
}
.required {
	color: #F00;
}
.auth {
	color: #5168aa;
	font-size: 85%;

}
.erforderlich {
	font-size: 80%;
	padding-top: 3px;
	padding-bottom: 0px;
	margin: 0px;
}

input #wo{
	width: 5em;
}

.bilder fieldset {
	width: auto;
}

.bilder label {
	float: left;
	width: 180px;
}

.bilder input[type="text"] {
	width: 300px;
}
.bilder .formbuttons {
	margin-left: 180px;
}
#plz {
	width: 80px;
	margin-right: 10px;
}
#ort {
	width: 304px;
}

