
/* CSS Datei fuer Touren */
body {
  width: 20cm;
}

A {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
}

.heading1 {
  font-size: 20pt;
  font-weight: bold;
  font-family: Arial, sans-serif;
  text-align: center;
  line-height: 22pt;
  font-style: normal;
  color: blue;
}

.heading2 {
  font-size: 14pt;
  font-weight: bold;
  font-family: Arial, sans-serif;
  text-align: center;
  line-height: 18pt;
  font-style: italic;
  color: blue;
}

.heading3 {
  font-size: 12pt;
  font-weight: bold;
  font-family: Arial, sans-serif;
  text-align: center;
  line-height: 16pt;
  font-style: italic;
  color: black;
}

.submenu {
  font-size: xx-small;
  font-weight: normal;
  font-family: Arial, sans-serif;
  text-align: center;
  font-style: normal;
  color: blue;
}
