/* Stylesheet für MyReiseView Seiten */


/* ======================================
   Fussbereich mit Adresse
   ====================================== */
div#fussbereich {
  padding-top: 10px; /* unterhalb Rahmenlinie */
  padding-bottom; 10px;
  border-top: 1px solid #8c8c8c; /* Linie oben */
  margin-top: 20px; /* oberhalb Linie */
}

address {
  text-align: center; /* zentrieren */
  font-size: 60%; /* etwas kleiner als der Rest */
  font-style: normal; /* normale Schrift, nicht kursiv */
  letter-spacing: 2px; /* Abstand zwischen den Buchstaben */
  line-height: 1.5; /* Zeilenabstand, ohne Einheit */
}
