* {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 12px;
}

#umkreissuche_container {
	margin: 10px 0 0 0;
	width: 700px;
	height: 505px;
	background: #ffffff;
	position: relative;
	/*border: 1px solid #cccccc;*/
}

#form {
	padding: 0px;
}

#umkreissuche {
}

#map {
	width: 465px;
	height: 450px;
	position: absolute;
	right: 17px;
	top: 55px;
	border: 1px solid #cccccc;
	z-index: 10;
}

#mapShadow {
}


#result {
	width: 200px;
	height: 450px;
	position: absolute;
	top: 55px;
	left: 0px;
	border: 1px solid #ccc;
	overflow: auto;
}

#result div.eintrag {
	padding: 8px;
	border-bottom: 2px solid #ffffff;
	background: #f5f5f5;
	height: auto;
}

#result img.infoQuadrat {
	float: left;
}

#result div.eintrag p {
	margin-left: 32px;
	line-height: 16px;
}

.oneCol p {
	margin-right: 0px !important;
}

#result p span.url,
#result p span.url a,
#result p span.url a:hover {
	color: #88ae01;
	font-weight: bold;
	text-decoration: none;
}

div.header p {
	font-size: 13px;
}

div.header p,
div#form label {
	color: #333333;
	font-weight: bold;
	margin-right:4px;
}

div#form {
	/* border: 1px solid blue; */
	height: 47px;
}

div#form label {
	vertical-align: middle;
}

div#form div#formStandort {
	position: absolute;
	top:9px;
}

div#form div#formMarke {
	position: absolute;
	top:8px;
	left:315px;
}

div#form div#submitButton {
	position: absolute;
	right: 16px;
	top: 7px;
	/* border: 1px solid red; */
}


div#form input#standort,
div#form select#marke {
	padding: 6px;
	border: 1px solid #cccccc;
}

div#form select option {
}

div#form input#standort,
div#form select#marke {
	width: 220px;
	background: #ffffff;
}


div#form input#doSearch {
	/* background: #88ae01; */
	color: #ffffff;
	background: url(../img/api_absenden.jpg) 50% 50% no-repeat;
	border: 0;
	height: 32px;
	width: 81px;
	cursor: pointer;
}

div#form input#doSearch:hover {
	background: url(../img/api_absenden_hover.jpg) 50% 50% no-repeat;
}
