body {
  font-family: Bahnschrift, Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16pt;
  background-color: rgb(42, 55, 19);
  color: blanchedalmond;
  padding: 0px;
  text-align: justify;
  padding-bottom: 40px;
  margin:0px;
}
#hervorheben {
  color: salmon;
}
a {
  color: darkkhaki;
  font-weight: bold;
  text-decoration: none;
  font-size: 16pt;
}
fett {
  font-weight: bold;
  font-size: 16pt;
  color: darkkhaki;
}
p{
  margin:10px;
}
h1{
    margin:10px;
}
pre{
  margin:10px;
  font-family: Bahnschrift, Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16pt;
}
.navbar {
      margin-left:-30px;
}
  .navbar li {
    background-color: black;
    display: inline; /* li nebeneinander anzeigen */
    list-style-type: none; /* ohne Aufzählungspunkte */
padding:10px;
  }
  .navbar a:hover {
  background-color: aliceblue;
  color: black;
}
.flex { 
    margin:10px;
}
img{
  border-color: transparent;
}
.vorschau{
  height: 100px;
}
td{
  padding-left:10px;
}