@CHARSET "ISO-8859-1";

.contactImage {
	float: left;
	background-color: #ffffff;
	margin: 0px 20px 20px 0px;
	float: left;
	border: 1px solid #c4c3d2;
}

.anfahrt {
	float: right;
	margin: 0px 40px 0px 0px;	
}

/**
 *	Forms on the Contact Page Render differently
 */
#phoneForm {
	margin-top: -10px;
}
#phoneForm input {
	width: 330px;	
}
#phoneForm .description {
	display: block;
	float: left;
	width: 170px;
	clear: both;
	margin: 10px 0px 0px 0px;
}
#phoneForm .submit {
	float: left;
	color: #457682;
	text-align: center;
	width: 151px;
	font-weight: bold;
	height: 31px;
	border: 0px;
	background: #dee7e7 url(/images/btnBgBlue.gif) no-repeat 0px 0px;
	text-decoration: none;
	margin: -31px 0px 0px 180px;
	font-size: 120%;
	line-height: 35px;
}
#phoneForm label {
	width: auto;
	margin: 0px;
	float: left;	
}
#phoneForm select {
	width: auto;
	float: left;
	margin: 0px 3px 0px 0px;
}

/**
 *	Styles for Email Form
 */
#contactForm {
	width: 310px;
	margin-top: -10px;
}
#contactForm fieldset p {
	margin: 0px 0px 3px 0px;
	padding: 0px;	
}
#contactForm fieldset p label {
	clear: both;
	display: block;
}
#contactForm fieldset p input,#contactForm fieldset p textarea,#contactForm fieldset p select {
	width: 285px;	
}
#contactForm fieldset p input.checkbox {
	width: auto;	
}
#contactForm input.submit {
	color: #457682;
	text-align: center;
	width: 151px;
	font-weight: bold;
	height: 31px;
	border: 0px;
	background: #dee7e7 url(/images/btnBgBlue.gif) no-repeat 0px 0px;
	text-decoration: none;
	margin: 5px 0px 0px 130px;
	font-size: 120%;
	line-height: 35px;
}
