#PageContent-2 {
	line-height: inherit;
}
h1 {
	color: #0C4B8D;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 20px 0 0 11px;
}
h3 {
	border-top: 1px solid #CCCCCC;
	color: #0C4B8D;
	font-size: 11px;
	font-weight: bold;
	margin-top: 7px;
	padding: 6px 11px;
	text-transform: uppercase;
}
#ContactForm .Content, #anschrift .Content {
	padding: 20px;
}
#ContactForm .MainData {
	float: left;
	width: 270px;
}
#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;
	color: #727474;
}
#ContactForm select {
	width: 170px;
	color: #727474;
	font-size: 12px;
}
#ContactForm select.anrede {
	width: 77px;
}
#ContactForm input.anrede, #ContactForm input.Zip {
	width: 50px;
}
#ContactForm input.City {
	width: 107px;
	margin-left: 5px;
}
#ContactForm .CommentData {
	float: left;
}
#ContactForm .Comment {
	height: 20px;
}
#ContactForm .CommentData textarea {
	width: 307px;
	height: 198px;
	border: 1px solid #ccc;
	background: #FFF;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #727474;
}
#ContactForm .Submit {
	float: right;
	margin-top: 15px;
	padding-left: 16px;
	background: url(/images/arrow_white.png) left center no-repeat;
}
#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: 10px 0 0 0;
}
#anschrift a {
	display: block;
	font-weight: bold;
	background: url(/images/arrow.jpg) center left no-repeat;
	padding: 3px 0 3px 15px;
}

