body * {
    font-family: 'Abel', sans-serif;
    position: relative;
}

#navigation {
    text-align: center;
}

#navigation img {
    padding: 20px;
}

#navigation .menu {
    position: relative;
    left: 50%;
    margin-left: 0;
    margin-right: 0;
    width: 800px;
}

#navigation .menu ul {
    list-style: none;
    float: left;
    position: relative;
    left: -177.594px;
    margin: 0;
}

#navigation .menu ul a {
    -webkit-transition: background-color 0.5s, color 0.5s, border-top 0.5s; /* Safari */
    transition: background-color 0.5s, color 0.5s, border-top 0.5s;
    line-height: inherit;
    text-decoration: none;
    float: left;
    padding: 10px 27px 7px;
    color: #249eab;
    border-top: solid 2px #249eab;
}

#navigation .menu ul a:hover {
    background-color: #249eab;
    color: #ffffff;
    border-top: solid 2px #ffffff;
}

#navigation .menu ul a:active {
    background-color: #249eab;
    color: #ffffff;
    border-top: solid 2px #ffffff;
}

.content {
    margin: 50px 20px;
}

.content h1 {
    padding-bottom: 20px;
    text-align: center;
    color: #d0191e;
}

.kontakt {
    text-align: center;
}

.impressum {
    text-align: center;
}

.footer {
    bottom:0;
    position:fixed;
    z-index:150;
    _position:absolute;
    _top:expression(eval(document.documentElement.scrollTop+
        (document.documentElement.clientHeight-this.offsetHeight)));
    height:45px;
    //position: absolute;
    //bottom: 0;
    width: 100%;
    padding: 20px;
    background-color: #89807e;
}

.bottom {
    text-align: center;
}

.bottom .alegroo {
    bottom: 13px;
}