.pKonfiguratorDetails {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 837px;
    height: 472px;
    background-image: url('../images/produkte/bg_konfigurator1.jpg');
    background-repeat: no-repeat;
}

.pkonftext {
    position: absolute;
    top: 10px;
    width: 435px;
    left: 70px;
    border-width: 0;
    border-collapse: collapse;
}

.pkonftext td.kategorie {
    width: 103px;
}

.pkonftext td.leer {
    width: 17px;
}

.pkonftext td.select {
    width: 260px;
    white-space: nowrap;
}

.pkonftext td.detail {
    color: #999;
    background-color: #F0F0F0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 55px;
    white-space: nowrap;
}

.konfddl {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 260px;
}

.konfzurueck {
    position: absolute;
    bottom: 10px;
    left: 65px;
}

.konfprint {
    position: absolute;
    bottom: 10px;
    left: 192px;
    cursor: pointer;
}

.konfintranet {
    position: absolute;
    bottom: 10px;
    height: 20px;
    left: 320px;
}

.pclogo1 {
    position: absolute;
    top: 10px;
    left: 530px;
    z-index: 1;
}

.p_pc {
    position: absolute;
    left: 530px;
    width: 300px;
    top: 5px;
}

.pic_pc {
    margin-top: 50px;
    display: block;

}

.beschreibung_pc {
    font-family: Arial;
    font-size: 11px;
    color: #666666;
}

.beschreibung_pc ul {
    margin: 5px 0px 5px 20px;
    padding: 0px;
    font-size: 11px;
    line-height: 14px;
}

.preis_pc {
    position: absolute;
    bottom: 7px;
    right: 335px;
}

.tkonfigurator1 {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

@media only screen and (max-width: 1023px) {
    .pkonftext, .pKonfiguratorDetails, .pclogo1, .p_pc, .preis_pc, .konfprint {
        all: initial;
        position: initial;
        left: initial;
        right: initial;
        width: initial;
        height: initial;
    }

    .pKonfiguratorDetails {
        background: none;
    }

    .pkonftext {
        margin-left: 1em;
    }

    .tkonfigurator1, .pic_pc, .nomobile {
        display: none;
    }

    .p_pc p {
        margin: 1em 2em;
    }

    .beschreibung_pc, .pclogo1 {
        margin-left: 2em;
    }

    .preis_pc {
        float: right;
        margin-right: 2em;
        margin-top: 1em;
    }

    .pkonftext td.select {
        width: 235px;
    }

    .pkonftext td.kategorie {
        display: block;
        width: 80px;
    }

    .konfddl {
        width: 230px;
        font-size: initial;
    }

    .druckform {
        margin-top: 1em;
    }
}