#ContactForm .Content, #anschrift .Content {
	padding: 20px;
}
#ContactForm * {
	color: #333;
}
#ContactForm .MainData {
	float: left;
	width: 265px;
	height: 155px;
}
#ContactForm .Name {
	width: 75px;
	clear: both;
	float: left;
	padding: 3px 0 5px 0;
}
#ContactForm .bereich {
	width: 170px;
}
#ContactForm .Input {
	float: left;
	padding: 0 10px;
	height: 22px;
}
#ContactForm input {
	width: 166px;
	height: 16px;
	border: 1px solid #ccc;
	background: #FFF;
	margin: 0;
	padding: 1px;
	font-size: 11px;
	line-height: 16px;
}
#ContactForm input.anrede, #ContactForm input.Zip {
	width: 50px;
}
#ContactForm input.City {
	width: 107px;
	margin-left: 5px;
}
#ContactForm .CommentData {
	margin-left: 25px;
	padding: 0;
	padding-top: 43px;
}
#ContactForm .Comment {
	height: 20px;
}
#ContactForm .CommentData textarea {
	width: 366px;
	height: 151px;
	border: 1px solid #ccc;
	background: #FFF;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#ContactForm .Submit
{
	position: absolute;
	right: 262px;
	top: 407px;
	height: 24px;
	text-align: right;
}
#ContactForm .Submit input
{
	border: none;
	cursor: pointer;
}
#ContactError {
		font-weight: bold;
		color: red;
		width: 400px;
		margin-top: 15px;
		text-align: left;
		position: absolute;
}
#anschrift {
	margin: 40px 0 0 0;
}
#anschrift a {
	display: block;
	font-weight: bold;
	background: url(/images/arrow.jpg) center left no-repeat;
	padding: 3px 0 3px 15px;
}

