/**
 * CSS-Definitionen fuer den Ausdruck
 *
 * (c) www.lemontree.at
 *
 * @author Gerhard Buchecker <gbuchecker@lemontree.at>
 *
 *********************************************************************************/

/*--------------------------------------------------------------------------------*/

body {
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
}

.divHeader, .divFooter {
    display: none;
}

.divLinks, .divRechts, .divLinkleiste, .divBreadcrumb {
    display: none;
}

.mainWrapper, .contentWrapper, .divMitte, .divText {
    width: auto;
    margin: 0px;
    padding: 0px;
}

.layout_1col, .layout_2col, .layout_21col, .layout_12col, .layout_3col {
    width: 100%;
}
.layout_2col_links, .layout_2col_rechts {
    width: 48%;
}
.layout_21col_links {
    width: 65%;
}
.layout_21col_rechts {
    width: 31%
}
.layout_12col_links {
    width: 31%;
}
.layout_12col_rechts {
    width: 65%
}
.layout_3col_links, .layout_3col_mitte, .layout_3col_rechts {
    width: 31%;
}

h1 {
    margin-top: 0px;
    padding-top: 0px;
}

/*--------------------------------------------------------------------------------*/