
div.hessenkarte {
  font-family: Arial; 
  font-size: 70%;
  width: 550px; 
  height: 700px; 
  margin: 0px; 
  padding: 0px; 
  position: absolute; 
  left: 57px; 
  top: 174px;
}

div#legende {
  font-family: Arial; 
  font-size: 70%;
  width: 450px;
  height: 250px;
  position: absolute;
  overflow: hidden;
  left: 57px;
  top: 174px;
}

div#legende th {
  font-size: 10px;
  text-align: center;
  background-color: #ffffff;
}

div#legende td {
  font-size: 10px;
  text-align: center;
}

div#legende_druck {
  visibility: hidden;
  height: 0px;
}

div#standorte_druck {
  visibility: hidden;
  height: 0px;
  overflow: hidden;
}

div.detailbox {
  height: 700px;
}

