
body {
  font-family: 'Open Sans', Arial, sans-serif;
  margin: 20px;
  line-height: 1.6;
  max-width: 550px;
  margin-inline: auto;
}

/* Überschriften */
h1, h2 {
  color: #075a91;
  font-weight: 700;   /* fett für Headlines */
}

/* Fließtext-Gewichte */
p, li, td, th {
  font-weight: 400;
}

blockquote {
  font-style: italic;
  color: #555;
  border-left: 4px solid #ccc;
  margin: 10px 0;
  padding-left: 10px;
}
.navigation li a {
  text-decoration: none;
  color: #075a91;
}
table {
  table-layout: auto;
  width: 300px;
  border-collapse: collapse;
  margin-top: 20px;
}
table, th, td {
  border: 1px solid #ddd;
}

th, td {
  padding: 8px;
  text-align: left;
}

th {
  font-weight: 700;
}
ul {
  list-style-type: circle;
  list-style: inside;
  list-style-position: outside;
  padding: 10px;
}
