body {
  font-size: 10pt;
  font-family: Arial, sans-serif;
  font-weight: normal;
  color: #ffffff;
  background-color: #000000;
  margin: 0px;
}

h1 {
  font-size: 19pt;
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
  color: #ffffff;
}

h2 {
  font-size: 16pt;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}

a:link {
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
  text-decoration: underline;
}

a:visited {
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
  text-decoration: underline;
}

a:hover {
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
  text-decoration: underline;
}

a:active {
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
  text-decoration: underline;
}

a:focus {
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
  text-decoration: underline;
}

div {
  padding: 0px;
}

#allcenter {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 100%;
  text-align: center;
  border-width: 1px;
  border-color: #00ff00;
  border-style: none;
}

#content {
  margin: auto;
  width: 800px;
  text-align: center;
  border-width: 1px;
  border-color: #ff0000;
  border-style: none;
}

.center {
  text-align: center;
}

#hinweis {
  text-align: left;
  width: 600px;
  padding: 8px;
  font-size: 10px;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;

}
