body {
  background-color: gray;
  margin-top: 0;
  margin-left: 0;
}
p.story {
  text-align: justify;
  font-size: 11pt;
}
p.story_rb {
  text-align: right;
  font-size: 11pt;
}
div.story {
  width: 17cm;
  font-family: Helvetica, Arial, sans-serif;
  background-color: white;
  padding: 0.5cm;
}
div.story div#vorwort {
  font-style: italic;
  border-bottom: solid 2px black;
}
div.story div#nachwort {
  font-style: italic;
  border-top: solid 2px black;
}
div.story#fussnote {
  position: absolute;
  top: 100%;
  margin-top: 5px;
  font-size: 80%;
}
div.story div#inhalt {
  padding-top: 0.5cm;
  padding-bottom: 0.5cm;
}
h1.titel {
  font-size: 20pt;
  font-weight: bold;
  text-align: center;
}
h2.autor {
  font-size: 16pt;
  font-weight: bold;
  text-align: center;
}
