body {
  font-family: "Times New Roman, Serif";
  font-size: 13px;
  color: #000000;
  background: #FFFFFF;
  margin: 0px;
}

h1 {
  font-size: 1.5em;
  color: #78797A;
  font-weight: normal;
  margin-bottom: 3em;
}

a {
  color: #B7282E;
  text-decoration: none;
}

a:hover {
  color: #78797A;
  text-decoration: underline;
}

ul {
    margin: 5px;
    padding-left: 10px;
}

li {
    padding-bottom: 3px;
}

#haupt {
    margin-right: auto; 
    margin-left: auto; 
    margin-top: 20px;
    width: 700px;
    height: 400px;
}

#links {
    border-top: solid 1px #B7282E;
    border-bottom: solid 1px #B7282E;
    margin-top: 10px;
    padding-top: 10px;
    float: left;
    height: 100%;
    width: 400px;
}

#rechts {
    width: 253px;
    height: 200px;
    padding-top: 28px;
    margin-top: 10px;
    float: right;
    background-color: #B7282E;
}