#right {
  position:absolute;
  height:97%;
  width:99%;
}
#map {
left:0px;
top:0px;
  height:100%;
  width:100%;
}
#zusatz {
  width:200px;
  height:65px;
  overflow:auto;
}
#bubblebild /* Bild der der Googlemaps "Blase" */
{
  float:right;
  margin-left: 5px;
  height: 184px;
  width: 152px;
}
#bubbletext /* Text der der Googlemaps "Blase" */
{
  float:left;
  /*margin-bottom: 5px;*/
}
#route
{
  float:left;
}
