@media (max-width: 550px) {
    .content-frame {
        background-image: url(background-small.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-color: #ffffff
    }

    .content-frame .top {
        height: 70px
    }

    .content-frame .center .wrapper {
        margin: 8px 0px;
        padding: 25px 20px
    }

    .content-frame .bot {
        line-height: 30px;
        padding: 10px 0px
    }

    .content-frame .bot .imprint {
        padding-left: 20px
    }

    .content-frame .bot .slogan {
        padding-left: 20px
    }
}

@media (min-width: 551px) and (max-width: 849px) {
    body {
        background-image: url(background.jpg)
    }

    .text-right {
        text-align: right
    }

    .content-frame {
        margin: 20px
    }

    .content-frame .top {
        height: 70px
    }

    .content-frame .center {
        height: 380px
    }

    .content-frame .center .wrapper {
        margin: 8px 0px;
        padding: 20px;
        height: 323px
    }

    .content-frame .center .wrapper .w50 {
        float: left;
        width: 50%;
        height: 323px
    }

    .content-frame .center .wrapper .w50 > div {
        height: 323px;
        display: table-cell;
        vertical-align: middle
    }

    .content-frame .bot {
        height: 50px;
        line-height: 48px
    }

    .content-frame .bot .imprint {
        float: left;
        padding-left: 20px
    }

    .content-frame .bot .slogan {
        float: right;
        padding-right: 20px
    }
}

@media (min-width: 850px) {
    body {
        background-image: url(background.jpg)
    }

    .text-right {
        text-align: right
    }

    .content-frame {
        width: 800px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -400px;
        margin-top: -270px
    }

    .content-frame .top {
        height: 70px
    }

    .content-frame .center {
        height: 380px
    }

    .content-frame .center .wrapper {
        margin: 8px 0px;
        padding: 20px;
        height: 323px
    }

    .content-frame .center .wrapper .w50 {
        float: left;
        width: 50%;
        height: 323px
    }

    .content-frame .center .wrapper .w50 > div {
        height: 323px;
        display: table-cell;
        vertical-align: middle
    }

    .content-frame .bot {
        height: 50px;
        line-height: 48px
    }

    .content-frame .bot .imprint {
        float: left;
        padding-left: 20px
    }

    .content-frame .bot .slogan {
        float: right;
        padding-right: 20px
    }
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    color: #666;
    line-height: 1.5;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #ffffff;
    min-width: 320px
}

a {
    color: #666;
    text-decoration: none;
    outline: 0px none;
    border: 0px none
}

a:hover {
    color: #117fc1
}

.small {
    font-size: 80%
}

.content-frame .top {
    background: #fff url(logo.png) 20px 16px no-repeat
}

.content-frame .top .home {
    width: 50%;
    height: 100%;
    min-width: 225px
}

.content-frame .top .menu {
    display: none
}

.content-frame .center {
    background: transparent url(content_bg.png) top left repeat;
    border: 1px solid #CCC;
    border-left: 0px;
    border-right: 0px
}

.content-frame .center .wrapper {
    border: 1px solid #CCC;
    border-left: 0px;
    border-right: 0px;
    position: relative
}

.content-frame .center .wrapper a {
    color: #117fc1
}

.content-frame .center .wrapper a:hover {
    color: #666
}

.content-frame .bot {
    background: #fff
}

.content-frame .bot .imprint {
    color: #999;
    font-size: 11px
}

.content-frame .bot .imprint a {
    font-weight: bold
}

.content-frame .bot .slogan {
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    letter-spacing: 1px;
    color: #666
}