body {
  margin: 30px;
  font-family: sans-serif;
  font-weight: inherit;
  font-size: 1rem;
  background-color: #eeeeee;
}
p {
  font-family: sans-serif;
  font-weight: inherit;
  font-size: 1rem;
}
a:link {
  color: #333333;
  text-decoration: none;
}
a:active {
  color: red;
  text-decoration: underline;
}
a:visited {
  text-decoration: none;
  color: #666666;
}
a:hover {
  text-decoration: underline;
  color: #ff3300;
}
h1 {
  font-family: sans-serif;
  font-weight: inherit;
  font-size: 1.5rem;
  padding-bottom: 30px;
}
.VersionDownload {
  font-size: 1rem;
  margin-bottom: 60px;
  padding-left: 30px;
  font-family: sans-serif;
}
.NaviLeiste {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.75;
  text-align: right;
  margin-top: 60px;
  margin-bottom: 30px;
  color: #666666;
  text-decoration: none;
}
