#map {
	width: 790px;
	height: 401px;
}

#map p,
#route .googledir {
	font-family: "Times New Roman", serif;
	font-size: 14px;
	line-height: 19px;
}

#route {
	width: 378px;
	padding: 5px;
}

#route_form {
	float: right;
	width: 226px;
	margin-left: 50px;
}

#map p,
#route_form * {
	color: #214232;
}

#route_form {
	background-color: #EEE2B6;
}

#route_form,
#route_form input,
#route_form select {
	border: 1px solid #B2924F;
}

#route_form input,
#route_form select {
	width: 208px;
}

#route_form h2 {
	margin-bottom: 10px;
	padding: 2px 6px;
	font-size: 14px;
	font-variant: small-caps;
}

#route_form h2,
#route_form input.submit {
	background-color: #D4BF89;
}

#content #route_form p {
	padding: 0 6px 9px;
}

#route_form input.submit {
	width: 33px;
	margin-left: 175px;
}


/* Anpassungen der Routenplaner-Anzeige */

#route {
	display: none;
	padding-top: 0 ! important;
}

#route .googledir table.marker_top {
	margin-top: 0 ! important;
}

#route .googledir table.marker_top,
#route .googledir table.marker {
	background-color: #EEE2B6 ! important;
	border: 1px solid #B2924F ! important;
}

#route .googledir table.marker_top td,
#route .googledir table.marker td {
	border: 0 none;
}

#route .googledir table.route td {
	border: 1px solid #B2924F ! important;
}


#google_maps_info {
	display: none;
}