html,body {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  margin-left: 1%;
  margin-right: 1%;
  padding: 0;
  font-family:      Arial, Helvetica, Verdana, SunSans-Regular, Sans-Serif;
  font-size: 1em;
  overflow: hidden;
  color: #000000;
}

a {color: #0000FF; text-decoration: none;}

a:hover {color: #0000FF; text-decoration: underline;}

#header {
  font-family: Verdana, Arial;
  font-size: 1em;
  overflow: hidden;
  color: #000000;
}

#map {height: 86%; width: 96%; padding: 0; margin: 0;}

#content {font-size: 1em;}

#osm {
  font-size: 0.7em;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 15px;
}

.fett {font-style: normal; font-weight: bold;}

