body {
background-color: #F0F0F0;
margin: 0px;
}

#inhalte-werden-zentriert {
  display: flex;
  align-items: center;
  justify-content: center;
}

#top {
width: 100%;
height: 50px;
text-align: center;
background-color: #F0F0F0;
}

#head {
width: 100%;
height: 143px;
background-color: #F0F0F0;
text-align: center;
font-family: copperplate;
}

#bottom {
width: 600px;
margin-left: auto;
margin-right: auto;
background-color: #F0F0F0;
padding-top: 0px;
}

h1 {
text-align: center;
font-family: verdana;
font-size: 10pt;
color: #E8772E;
}

h3 {
font-family: verdana;
font-size: 14pt;
text-align: center;
color: grey;
}

h4 {
font-family: verdana;
font-size: 18pt;
text-align: left;
margin-left: 100px;
margin-right: 100px;
max-width: 1000px;
color: grey;
}

hr {
color: #E8772E;
height: 4px;
background-color: #E8772E;
width: 100%;
max-width: 1000px;
}

p {
text-align: center;
font-family: verdana;
font-size: 14pt;
color: grey;
}

td {
text-align: left;
font-family: verdana;
font-size: 12pt;
color: grey;
}

a:link {
color: grey;
text-decoration: none;
}

a:visited {
color: grey;
text-decoration: none;
}

a:active {
color: #E8772E;
text-decoration: none;
}

a:hover {
color: #E8772E;
text-decoration: none;
font-weight:bold;
}

.blocksatz {
text-align: justify;
font-size: 14pt;
line-height: 1.5;
margin-left: 100px;
margin-right: 100px;
max-width: 1000px;
}

.aufz {
font-family: verdana;
font-size: 14pt;
text-align: justify;
color: grey;
list-style: '- ';
margin-left: 100px;
margin-right: 100px;
max-width: 1000px;
margin-bottom: 5px;	
}

.mitte {
text-align: center;
}

input, textarea {
  width: 100%;
  max-width: 450px;
  margin-bottom: 1rem;
  padding-right: 0.5rem;
  padding: 0.5rem;
}

button {
    font-size: 1.0em;
    border-radius: 10px;
    line-height: 1.5;
    background-color: #E8772E;
    color: white;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 1em;
}