form {
	position: relative;
	}
	
label {
	display: block;
	width: 75px;
	margin-bottom: 20px;
	float: left;
	}

input, textarea {
	border-style: solid;
	border-width: 1px;
	border-color: silver;
	width: 200px;
	}

textarea {
	height: 200px;
	}

form br {
	clear: left;
	}

.textfeld {
	position: absolute;
	right: 0px;
	top: 0px;
}

input#abschicken {
	margin-top: 20px;
}