* {
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 11px;
	color: #87888a;
}

#standortmap {
	width: 850px;
	height: 598px;
	padding: 10px;
}

#standortmap .left {
	width: 266px;
	height: 100%;
	float: left;
	margin-right: 21px;
}



#standortmap #map_container {
	width: 563px;
	height: 100%;
	float: left;
	background: transparent url("standortkarte_deutschland.gif") top left no-repeat;
	position: relative;
}


#standortmap #map_container a {
	color: black;
	position: absolute;
	top: 0px;
	left: 0px;	
	text-decoration: none;
	padding-left: 10px;
	background: transparent url("map_bullet.gif") left center no-repeat;
}
#standortmap.dev #map_container {
	background: transparent url("standortkarte_deutschland_markers.gif") top left no-repeat;
}
#standortmap.dev #map_container a {
	opacity: 0.5;
}

#standortmap #map_container a:hover {
	color: black;
	background-color: white;
}

#standortmap #map_container a.active {
	color: #00559f;
	font-weight: bold;	
}
#standortmap.dev #map_container #grid_overlay {
	position: absolute;
	top: 0px;
	left: 0px;	
	width: 100%;
	height: 100%;
	background: url("grid.png") top left;
	opacity: 0.5;
}





#standortmap p.betrieb {
	color: #00559f;
	font-weight: bold;
	font-size: 13px;
}
#standortmap p.adresse {
	font-size: 13px;
}
#standortmap form {
	margin-top: 30px;
}
form p {
	margin-top: 10px;
	text-align: right;
}
form label {
	display: block;
	margin-bottom: 8px;
}
form label span {
	display: block;
	margin: 9px 0px 8px 0px;
	color: #87888a;
	font-size: 11px;
}
form input,
form textarea {
	width: 100%;
	
	/*
	-webkit-box-shadow: inset 2px 1px 2px #000000;
	-moz-box-shadow: inset 2px 1px 2px #000000;
	box-shadow: inset 2px 1px 2px #000000;	
	*/
}
form textarea { margin-top: 16px; height: 100px;}

#standortmap form input.submit:hover {
	color: black;
}


#standortmap form label.error span {
	cxolor: darkred;
}
#standortmap form label.error input,
#standortmap form label.error textarea {
	border: 1px solid darkred;
}



#standortmap .errors {
	margin: 8px auto 0px auto;
	width: 100%;
	color: black;
}
#standortmap ul.errors {
	margin-left: 20px;
}
#standortmap .errors li {
	color: #7f0000;
	margin-bottom: 8px;
}
