@charset "UTF-8";
#formmail {
	width: 605px;
	height: 330px;
	background-color: #F67417;
	font-family: Arial;
	font-size: 14px;
	margin-left: 50px;
	margin-top: 10px;
	font-weight: bolder;
	border-radius: 5px;
	text-align: right;
}
#formmail p {
	height: 30px;





}
#formmail p label {
	margin-left: 10px;
	position: relative;
	left: -70px;




}
#formmail textarea {
	width: 550px;
	height: 80px;
	margin-top: -30px;
	border-radius: 5px;
	float: left;
	margin-left: 22px;
	padding-left: 10px;
	border: 2px solid #000000;
	margin-bottom: 10px;
}
#formmail input {
	height: 20px;
	font-size: 14px;
	width: 260px;
	border-radius: 5px;
	margin-left: -10px;
	text-align: left;
	margin-right: 20px;
	padding-left: 10px;
	border: 2px solid #333333;
}
#formmail #submit {
	width: 80px;
	text-align: center;
	height: 25px;
	border-radius: 5px;
	position: relative;
	top: 20px;
	font-weight: bold;
}
#formmail p #anrede {
	width: 30px;
	position: relative;
	top: 6px;
	left: 10px;
}
