/* Rahmenlayout Anpassung */
#visual-container {
    background-image:url("images/bg_content.png");
}

/* Content */
.singleFlat-content {
    position:relative;
}


.singleFlat-content .mark {
    background:url(images/laptop.png) no-repeat;
    height:82px;
    left:11px;
    position:absolute;
    top:-24px;
    width:135px;
    z-index: 1;
}

table.table-overview {
    width:auto;
}

table.table-overview tr.priceArea td {
    border-bottom:0;
}

.price-box {
    height:48px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    width:110px;
}

.option-price {
    height:33px;
    position:relative;
    width:95px;
}

.option-price .price {
    position:absolute;
    right:0;
}

#content .price-large .text {
    margin-left:-28px;
}



