html, body {
  width: 100%;
  height: 100%;
}
body {
  margin: 0px;
  padding: 0px;
}
body, textarea, input {
	font-family: Verdana, arial, Helvetica;
	font-size: 11px;
}
h3 {
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	height:18px;
	margin-bottom: 5px;
}
#map {
  width: 100%;
  height: 100%;

}
#userdata {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 250px;
  border: 1px solid black;
  background-color: #EEEEEE;
  padding: 5px;
  z-index: 1;
  overflow: hidden;
  height:auto;
}
#pfeil {
	position: absolute;
	right: 5px;
	top: 5px;
}
