html, body {
    margin: 0;
    padding: 0;
    width: 807px;
    height: 320px;
    background-color: #E8E8E8;
    font-family: Arial;
    font-size: 17px;
    color: #7a7d7f;
}

a {
    color: #7a7d7f;
    font-size: 23px;
}

/* Oberer Bereich */

.oben {
    display: block;
    margin-top: 12px;
}

.imgText {
    bottom:0;
    right:0;
    z-index: 4;
    -webkit-transform: translate3d(0,0,0);
    top: 40px;
}

.paycenterLogo {
    background: url(../images/img_pc_logo.png) no-repeat;
    width: 157px;
    height: 92px;
}

.vimpayLogo {
    background: url(../images/vimpay-logo.svg) no-repeat;
    height: 100%;
    margin-left: 10px;
    margin-right: 70px;
    max-height: 105px;
    max-width: 120px;
    width: 120px;
    float: right;
}

/* Mittlerer Bereich */

#content {
    margin: 20px 0 10px 0;
    background-color: #D8D8D8;
    max-width: 807px;
}

.importantText {
    color: #787B7B;
    display: inline-block;
}

.headingLineOben {
    padding-left: 13px;
    padding-top: 2px;
    margin-bottom: -7px;
}

.headingLineUnten {
    padding-left: 13px;
    padding-top: 1px;
    margin-bottom: -5px;
}

a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
    text-decoration: none;
    color: #7a7d7f;
}

.tdcontentcolor {
    background-color: #EDEDED;
    margin: 10px;
    display: inline-block;
    width: 97%;
}

div.tdcontentcolor div {
    font-size: 17px;
    display: inline-block;
    width: 7.14%;
    position: relative;
    text-align: center;
}

div.tdcontentcolor div:after {
    border-right: thin solid #7a7d7f;
    content: "";
    display: inline-block;
    height: 10px;
    margin-left: 5px;
    position: absolute;
    right: 0;
    top: 21px;
    width: 0;
}

div.tdcontentcolor div:nth-child(4n):after {
    border-right: thin solid #070707;
    height: 20px;
    top: 11px;
}

div.tdcontentcolor div:last-child:after {
    border: none;
}

.arrow_right {
    background: url(../images/arrow_right.png) no-repeat;
    width: 41px;
    height: 82px;
    display: inline-block;
}

.arrow_left {
    background: url(../images/arrow_left.png) no-repeat;
    width: 41px;
    height: 82px;
    display: inline-block;
    position: relative;
    float: right;
    top: -100px;
}

/* unterer Bereich */

.paycenterLogo {
    margin-left: 10px;
}

.contact img {
    float: left;
    margin-left: -50px
}

.textBottom {
    margin-top: -25px;
    margin-left: 10px;
    font-size: 16px;
    color: #7a7d7f;
}

.telephone {
    background: url("../images/ic_hotline.png") no-repeat scroll 0 0;
    float: left;
    height: 41px;
    width: 41px;
    margin-top: 1px;
}

.print {
    display: none;
}
