body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 14px;
}

td {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
.schriftKlein {
  font-size: 10px;
}
.schriftGrossGruen {
  font-size: 20px;
  color: #006600;
}
.RahmenGruen {
  border-top-width: thin;
  border-right-width: thin;
  border-bottom-width: thin;
  border-left-width: thin;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #009900;
  border-right-color: #006600;
  border-bottom-color: #006600;
  border-left-color: #009900;
}
.menu {
  width: 100%;
  height: 100px;
  line-height: 100px;
}
.menu a {
  font-size: 22px;
  display: inline-block;
  height: 100px;
  line-height: 100px;
  padding: 0 20px;
  text-decoration: none;
}
.menu a:hover {
  font-weight: bolder;
}
.center {
  margin-left: 15%;
}
.bottom {
  margin-top: 300px;
}
.margin {
  margin: 20px;
}
.headline {
  font-size: 20px;
}
