.LongBlock a, .LongBlock a:hover, .LongBlock a:visited {
    color: white;
}

.Headline {
	margin-top: 50px;
}

#contact_address {
    margin-left: 0px;
    padding-left: 58px;
    margin-top: 10px;
    width: 255px;
    height: 85px;
    float: left;
}

#contact_address .Content {
    color: #534d4d;
}

.LongBlock .Content {
    left: 15px;
}

#ContactImage {
	position: absolute;
	left: 356px;
    top: 10px;
}

#ContactForm {
    margin-top: 0px;
    left: 0px;
    right: 0px;
}

#ContactForm .Content {
	padding: 0px;
	left: 0px;
	margin-top: 15px;
}

#ContactForm .MainData {
	margin-top: 45px;
}

#ContactForm .Name {
    width: 64px;
	float: left;
	text-align: left;
	margin-top: 12px;
}

#ContactForm .Input {
    float: none;
	margin: 11px 0 0 0;
	height: 18px;
}

* html #ContactForm .Input {
	height: auto;
}

#ContactForm .smallMarginTop {
	margin-top: 0px;
}

#ContactForm input {
	width: 210px;
	background: #f4f4f5;
	border: 1px solid #6E6E70;
	font-size: 11px;
	height: 14px;
	line-height: 11px;
	color: #6E6E70;
	margin: 0;
}

#ContactForm input.Zip {
	width: 54px;
}

#ContactForm input.City {
	width: 148px;
	margin-left: 5px;
}

#ContactForm .CommentData {
	margin-top: 2px;
	margin-left: 20px;
}

#ContactForm .CommentData div {
	margin-bottom: 6px;
}

#ContactForm .CommentData textarea {
	width: 289px;
	height: 80px;
	background: #f4f4f5;
	border: 1px solid #6E6E70;
	font-size: 11px;
	color: #6E6E70;
}

* html #ContactForm .CommentData textarea {
	height: 84px;
}

#ContactForm .SubmitDiv {
	text-align: right;
	margin-top: 6px;
}

#ContactForm .Submit img {
	visibility: hidden;
}

#ContactError {
    position: absolute;
    top: 25px;
    left: 360px;
	float: none;
	color: red;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
}

div.newline {
    clear: both;
    height: 1px;
}

#ContactForm .center div {
	margin-left: 9px;
}