.footer-box {
    float: left;
    width: 960px;
    height: 228px;
    padding-top: 30px;
}

.footer-top {
    float: left;
    width: 960px;
    height: 167px;
}

.footer-top .referenzen {
    float: left;
    width: 460px;
    padding: 0px 10px;
}

.footer-top .referenzen .title {
    float: left;
    width: 460px;
    height: 50px;
    color: #629422;
    font-size: 30px;
    font-family: Georgia, Arial, sans-serif;
    padding-top: 24px;
}

.footer-top .referenzen .title a {color: #629422;}

.footer-top .referenzen .textcontent {
    float: left;
    width: 460px;
    font-size: 14px;
    line-height: 21px;
    color: #e7e1c9;
}

.footer-top .referenzen .textcontent a {color: #e7e1c9;}

.footer-top .referenzen .signature {
    float: left;
    width: 460px;
    text-align: right;
    font-size: 14px;
    color: #8a3927;
    line-height: 21px;
}

.footer-bottom {
    float: left;
    width: 960px;
    height: 60px;
    border-top: 1px dotted #6b6653;
    line-height: 60px;
}

.footer-bottom .left {
    float: left;
    width: 400px;
    color: #848177;
}

.footer-bottom .left a {
    color: #848177;
}

.footer-bottom .right {
    float: right;
    width: 400px;
    text-align: right;
    color: #848177;
}

.footer-bottom .right a {
    color: #c5c500;
}

