body {
  margin: 0;
}
div#map {
  width: 1000px;
  height: 500px;
  top: 185px;
 
  
}

#search {
  background-color: #FFFFFF;
  position: absolute;
  top: 125px;
  left: 5px;
  width: auto;
  height: auto;
  
}
div#search input {
  width: 200px;
}
div#results {
  font-style: sans-serif;
  color: black;
  font-size: 75%;
  width: 500px;
  position: absolute;
  background-color: #FFFFFF;
}


div#flaeche {
  font-style: sans-serif;
  color: black;
  background-color: lightgreen;
  font-size: 16px;
  position: fixed;
  width: 200px;
  left: 1250px;
  top: 185px;