<style>
    body {
        background-color: #ABBAEA;
    }
    html, body {
  padding: 0;
  margin: 0;
  font-family:Helvetica;
}

.header {
  margin: 0;
}
    div {
        /*
        height: 200px;
        margin: 20px;
        border: 5px solid;
        */
        background-color:white;
    }
    .navigation {
         background:#585858;
         display:block;
         height: 70px;
         width=100%;
         border-width: 0px;
         color:white;
         text-margin: auto;
         padding 60px 100px;
         line-height:70px;
         font-size: 40px;
         font-family:Copperplate;
    }
    .horizontal {
         background:#930408;
         height: 10px;
         width: 100%;
    }
    .inhalt {
    width: 80%;
    margin: auto;
    text-align: justify;
    }
    .footer_1{
    background:#333333;
    text-align: center;
    color: white;
    }
    .footer_2{
    background:#585858;
    color: white;
    text-align: right;
    height:30px;
    display:block;
    padding-right:10%;
    }
    a {
    text-decoration: none;
    -webkit-transition: color 2s;
    transition: color 2s;
    color:white;
             margin: auto;
    }
    a:hover {
    color: #930408;
    }

    #inhalt a {
    text-decoration: none;
    -webkit-transition: color 2s;
    transition: color 2s;
    margin: auto;
    color: #930408;
    }
    #inhalt a:hover {
    color: black;
    }
</style>