.ui-menu {
	width:150px;
}

.ui-menu.ui-widget-content {
	background:none;
	background-color:white;
	color:none;
}

.ui-menu .ui-state-focus {
	background:none;
	border:none;
}

.geocodediv {
	position:relative;
}

.geocodemenu {
	position:absolute;
	z-index:5000;
	margin-top:35px;
	margin-left:70px;
}
	
.geocode_wichtig a {
	font-size: 20px;
}

.geocode_wichtig {
	font-size: 20px;
	font-weight:bold;
	margin-top:200px;
}

#geocode_save {
	margin-top:15px;
	display:none;
	width:200px;
	position:absolute;
	right:0px;
	z-index:6000;
}
#geocode_save label {
	font-weight:bold;
	display:inline;
	cursor:pointer;
}

#geocode_save label img, #geocode_div_aktuell {
	margin-bottom:8px;
}

.geocode_ok {
	position:absolute;
	display:none;
}

.geocodediv {
	width:900px; 
}

.geocodediv_right {
	width:200px;
	float:right;
}

.geocodediv_inner {
	width:680px;
}

.geocodediv_map {
	width: 680px;
	height: 560px;
}

#geocode_img_neu, #geocode_img_aktuell {
	width:180px;height:160px;
	border:1px solid black;
}

#geocode_div_aktuell, #geocode_div_none {
	width:180px;height:160px;border:1px solid black;background-color:#cccccc;
}

