html {
  background-image: linear-gradient(#ffe77f, transparent);
}

body {
  margin: 0;
  padding: 10px;
}

a:link, a:visited, a:active {
  color: blue;
  background: transparent;
  text-decoration: none
  font-weight: bold;
}

a:hover {
  color: #800000;
  background: transparent;
  text-decoration: none
  font-weight: bold;
}

.box {
  border: 0;
  text-align: center;
  padding: 1px;
}

.header {
  flex-direction: row;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mtce {
  flex-basis: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "arial black", verdana, tahoma, arial, helvetica, sans-serif;
  color: blue;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
}

a img {
 border: 0;
}

img {
  height: auto;
}

img.rechts {
  float: right;
  margin-left: 0.5em;
}

img.links {
  float: left;
  margin-right: 0.5em;
}

#main_out{
  width: 84%; 
  height: 567px;
  background-image: url(img/form/main.jpg);
  background-repeat: repeat-x;
  background-position: center bottom;
}

#main_in{
  width: 100%;
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
}
h1 {
  font-family: "arial black", verdana, tahoma, arial, helvetica, sans-serif;
  color: #800000;
  letter-spacing: 2px;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
}

h2 {
  font-family: "arial black", verdana, tahoma, arial, helvetica, sans-serif;
  color: #800000;
  letter-spacing: 2px;
  font-size: 16px;
}