/**
 * CSS-Definitionen fuer den Ausdruck
 *
 * (c) www.lemontree.at
 *
 * @author Gerhard Buchecker <gbuchecker@lemontree.at>
 *
 *********************************************************************************/

/*--------------------------------------------------------------------------------*/

body {
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
}

.header_wrapper, .div_header, .div_footer {
    display: none;
}

.div_links, .div_rechts, .div_linkleiste, .div_breadcrumb {
    display: none;
}

.main_wrapper, .content_wrapper, .div_mitte, .div_text {
    width: auto;
    margin: 0px;
    padding: 0px !important;
}

.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;
}

/*--------------------------------------------------------------------------------*/