.justify { text-align: justify; } /* Fließtext im Blocksatz */
.bold { font-weight: bold; }
.pictureleft { border: 0px; float: left; margin: 0 20px 0 0; }
.pictureright { border: 0px; float: right; margin: 0 0 0 20px; }
.textright { text-align: right; }
.center { text-align: center; }
.hide { display: none; }
.indent { margin: 0 0 0 40px; }
.italic { font-style: italic; }
.noborder { border: 0px; }
.smalltext { font-size: 10px; }
.grey { color: #333; }
.rewind { unicode-bidi:bidi-override; direction: rtl; }
.logo { border: 0px; float: right; margin: 25px 0 0 0;  }

#map { width: 1000px; height: 500px; }