/*------------------------------------------------------------*/
/* Style Sheet Ost-West-Durchquerung, 31.08.2017 - 13.09.2025 */
/*------------------------------------------------------------*/

/*------------------------------------------------------------*/
/* Allgemeine Festlegungen                                    */
/*------------------------------------------------------------*/

/* Zentrieren */

.center {text-align: center}

/* Zeilenumbruch verhindern */

.nobr {white-space: nowrap;}

/* Floating löschen */

.clear {
  width: 0px;
  height: 0px;
  clear: both;
  }

/* Seiteninhalt */

body {
  font-family: sans-serif;
  font-size: 16px;
  }
  
/* Überschrift */
  
h1 {
  border: #0000ff solid 8px;
  background-color: #ffff00;
  text-align: center;
  padding: 5px;
  }
  
/* Absatz */
  
p {
  margin: 20px;
  }

/* Tabelle */
  
table {
  background-color: #ffffff;
  border-collapse: collapse;
  }
  
/* Tabellenzelle */
  
td {
  border: #000000 solid 1px;
  padding: 4px;
  }
  
/*------------------------------------------------------------*/
/* Festlegungen für Übersichtsseite                           */
/*------------------------------------------------------------*/

table#Etappen {
  margin: auto;
  background-color: #f0f0f0;
  }
  
/*------------------------------------------------------------*/
/* Spezielle Festlegungen für Seite zu Einzeletappe           */
/*------------------------------------------------------------*/                                   
  
/* Daten einer Etappe */

table#Daten {
  margin: auto;
  }
  
table#Daten td {
  min-width: 100px;
  background-color: #f0f0ff;
  white-space: nowrap;
  }
  
td.num {
  text-align: right;
  white-space: nowrap;
  }
  
/* Landkarte */
  
div.Karte {
  margin: 20px auto 30px;
  width: 60%;
  height: 60%; /* ??? */
  border: 3px solid #0000ff;
  background-color: #f0f0ff;
  }
  
/* Fotogalerie (kleine Fotos) */
  
div#Galerie {
  float: left;
  margin: auto 20px;
  }
  
div#Galerie img {
  height: 300px;
  }
  
/* Navigationsbereich */
  
table#Navigation {
  margin: 40px auto;
  }
  
table#Navigation td {
  border: 0px solid #000000;
  padding: 4px;
  }
  
/* Fußzeile */

div#Ende {
  margin: 20px;
  font-size: 11px;
  }
  
/*------------------------------------------------------------*/
/* Spezielle Festlegungen für Fotoseite                       */
/*------------------------------------------------------------*/

/* Querformat */

div.QF {
  margin: 10px auto;
  text-align: center;
  }
   
div.QF img {
  width: 75%;
  }
  
/* Hochformat */

div.HF {
  margin: 10px auto;
  text-align: center;
  }
  
div.HF img {
  width: 50%;
  }
 
