/* Kontaktformular */
form {
	margin-left:10px;
	margin-top:25px;
}

input {
	width:200px;
	border:1px #999999 solid;
	margin-bottom:10px;
}

.form_left {
	float:left;
	width:70px;
	height:30px;
}

.form_checkbox {
	width:300px;
	height:35px;
}

.checkbox {
	border:0px;
	width:20px;
	height:20px;
	margin:0px;
	padding:0px;
	margin-top:5px;
	float:left;
}

.checkbox_input {
	float:none;
	height:30px;
	line-height:20px;
}


textarea {
	border:1px solid #999999;
	width:200px;
	height:100px;
}

.checkboxen {
	float:left;
	padding-top:4px;
	padding-left:2px;
}