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: white;
}

#content {
    width: 90%;
    max-width: 800px;
    text-align: center;
    background-color: white;
}

#bottom {
width: 600px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
background-color: #F0F0F0;
padding-top: 40px;
}

h1 {
text-align: center;
font-family: verdana;
font-size: 10pt;
color: #B7914C;
}

h3 {
font-family: verdana;
font-size: 14pt;
text-align: center;
color: grey;
}

h4 {
font-family: verdana;
font-size: 12pt;
text-align: left;
margin-left: 150px;
color: grey;
}

hr {
color: #962228;
height: 1px;
background-color: #962228;
}

p {
text-align: center;
font-family: verdana;
font-size: 10pt;
color: grey;
}

td {
text-align: left;
font-family: verdana;
font-size: 12pt;
color: grey;
}

a:link {
color: #962228;
text-decoration: none;
}

a:visited {
color: #962228;
text-decoration: none;
}

a:active {
color: #600005;
text-decoration: none;
}

a:hover {
color: #600005  ;
text-decoration: none;
font-weight:bold;
}

.blocksatz {
text-align: justify;
font-size: 10pt;
line-height: 1.5;
max-width: 800px;
margin-left: 3%;
margin-right: 3%;
}

.aufz {
font-family: verdana;
font-size: 10pt;
text-align: justify;
color: grey;
list-style: '- ';
max-width: 800px;
margin-left: 3%;
margin-right: 3%;
margin-bottom: 5px;	
}

.aufz2 {
font-family: verdana;
font-size: 12pt;
text-align: justify;
color: grey;
list-style: '- ';
max-width: 800px;
margin-left: 3%;
margin-right: 3%;
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: #A0001C;
    color: white;
}