html, body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.35;
}

/* Wayback-Feeling: fixe Seitenbreite, keine Responsive-Logik */
#page {
  width: 920px;
  margin: 10px auto 30px auto;
}

/* Banner im Original oft einfach als Bild, ohne “smart scaling” */
#banner {
  display: block;
}

/* Navigation schlicht, keine Container-Optik */
#nav {
  margin: 10px 0 8px 0;
}

#nav a {
  color: #000;
  text-decoration: none;
}

#nav a:hover {
  text-decoration: underline;
}

.title {
  font-weight: bold;
  margin: 6px 0 8px 0;
}

/* Unterstrich-Linie wie im Original: monospace und keine Umbrüche */
.underline {
  font-family: "Courier New", Courier, monospace;
  white-space: nowrap;
  overflow: hidden;
  margin: 8px 0 10px 0;
}

table.layout {
  width: 100%;
  border-collapse: collapse;
  margin-top: 4px;
}

td.left {
  vertical-align: top;
  padding-right: 14px;
}

td.right {
  width: 210px;
  vertical-align: top;
  text-align: center;
}

.photo {
  width: 200px;
  height: auto;
  display: inline-block;
}

.caption {
  margin-top: 6px;
}

#contact {
  margin-top: 6px;
}

.mail {
  margin-left: 2px;
  color: #000;
  text-decoration: none;
}

.mail:hover {
  text-decoration: underline;
}

#footer {
  margin-top: 10px;
}

