textarea {
	font-family: Arial,Helvetica,sans-serif;
}

.kontaktform {
	padding-bottom: 15px;
}
#content .subcol .kontaktform p {
	font-size: 1.2em;
	margin-top: 3px;
	margin-bottom: 3px;
}
.kontaktform img {
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 43px;
}

#anrede {
	background-color: #FFC;
	width: 330px;
	padding-bottom: 1px;
	padding-top: 1px;
	margin-bottom: 10px;
	border: solid 1px;
	border-radius: 3px;
}

#email, #vorname, #nachname, #strasse, #telefon, #mobiltelefon, #telefax, #nachricht {
	background-color: #FFC;
	width: 330px;
	padding-bottom: 1px;
	padding-top: 1px;
	margin-bottom: 10px;
	border: solid 1px;
	border-radius: 3px;
}

#ort {
	background-color: #FFC;
	width: 220px;
	padding-bottom: 1px;
	padding-top: 1px;
	margin-bottom: 10px;
	border: solid 1px;
	border-radius: 3px;
}

#land, #plz {
	background-color: #FFC;
	width: 50px;
	padding-bottom: 1px;
	padding-top: 1px;
	margin-bottom: 10px;
	border: solid 1px;
	border-radius: 3px;
}

#senden {
	background-color: #FFC;
	width: 330px;
	padding-bottom: 1px;
	padding-top: 1px;
	margin-bottom: 10px;
	cursor: pointer;
	border: solid 1px;
	border-radius:10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 40px;
}

#senden:hover {
	background-color: #FBFB82;
	}

#kontaktformular label {
	display: block;
	padding-left: 5px;
}

#kontaktformular p {
	width: auto;
	padding: 10px;
	font-size: 0.95em;
}