#seitenrahmen {
    margin: 20px 0 0 0;
    width: 600px; /* TODO */
}
#kopfzeile .logo {
    float: none;
    margin: 0 0 0 20px;
}
#seiteninhalt {
    background-color: transparent;
    padding: 0;
}
#spalte_mitte {
    float: none;
    margin: 10px 0 0 20px;
    width: 460px; /* TODO */
}
.box_weiss {
    background-color: transparent;
}
.content {
    background: transparent none;
    min-height: 0;
    padding: 6px 25px 42px 0;
    height: auto;
}
.content h1.hasPrintIcon {
    padding-right: 0;
    position: relative;
}
.content h1.hasPrintIcon a.printIcon {
    display: none;
}

.content a.printBottom{
    display: none;
}

#spalte_rechts {
    float: none;
    margin: 10px 0 0 20px;
    width: 230px;
}
.teaser {
    background-color: transparent;
}
.sprachauswahl { display: none; }
#kopfzeile .vertikale_linie { display: none; }
#kopfzeile .menudiv { display: none; }
#kopfzeile .clear { display: none; }
#spalte_links { display: none; }
div.content_header { display: none; }
#fusszeile { display: none; }
#pageData {
    font-size: 11px;
    padding: 30px 0 20px 20px;
    width: 460px;
}

<reddot:cms>        
    <if>
        <query valuea="Context:CurrentRenderMode" operator="==" valueb="Int:2">
            <htmltext>
                <rde-dm:attribute mode="write" attribute="request:rdeResponseMimetype" op="set" value="text/css"/>
            </htmltext>
        </query>
    </if>
</reddot:cms>
 
