div.unsichtbar {
  width: 1px;
  height: 1px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}


/* Navigation */
div#navigation_spalte_links {
  float: left;
  width: 255px;
  margin-right: 20px;
}

div#navigation_spalte_mitte {
  float: left;
  width: 255px;
  margin-right: 20px;
}

div#navigation_spalte_rechts {
  float: left;
  width: 255px;
}

.abstand_unter_link {
  margin-bottom: 10px;
}
/* Navigation Ende */


/* Ueberschriften */
div.ueberschrift {
  margin-top: 35px;
}

div.ueberschrift_links {
  font-size: 1.1em;
  float: left;
  width: 90%;
}

div.ueberschrift_rechts {
 float: left;
 width: 10%;
}

hr {
  margin-top: 3px;
  margin-bottom: 8px;

}
/* Ueberschriften Ende */


div#map_canvas {
  width: 805px;
  height: 400px;
}

div.text_box {
  width: 500px;
}

/* #########################################
   Routenplaner
   #########################################
*/
table.routenplaner {
  background: #FFF url(../../../_medien/bilder/anreise/webde_rp_hg-winter.png) bottom left no-repeat;
  width: 461px;
}
/* #########################################
   Routenplaner Ende
   #########################################
*/


