  body {
   font-family: monospace;
   background-color: #e0e0e0;
   color: black;
   margin: 20px;
   font-size: 14px;
  }

  #footnotes {
   top: 580px;
   /*width: 50%; */
   position: absolute;
   font-size: 10px;
   list-style-type: decimal;
   list-style-position: inside;
  }

  #footnotes li:target {
   background-color: #ddeeff;
  }

  a.footnote {
   font-size: 10px;
   vertical-align: top;
   text-decoration: none;
  }
  
  #inhalt {
   background-color: white;
   background-image: url(sunflower.png);
   background-repeat: no-repeat;
   background-position: right;
   width: 740px;
   height: 600px;
   border: solid white 10px;
   margin: auto;
  }
  
  th {
   text-align: left;
   font-weight: normal;
  }

  p {
   width: 560px;
  }

