@media all {
    /*------------------------------------------------------------------------------------------------------*/
    /**
     * (en) Formatting content container
     * (de) Formatierung der Inhalts-Container
     *
     * |-------------------------------|
     * | #header                       |
     * |-------------------------------|
     * | #col1   | #col3     | #col2   |
     * | 25%     | flexible  | 25%     |
     * |-------------------------------|
     * | #footer                       |
     * |-------------------------------|
     */
    #col1, #col1_content,
    #col2, #col2_content,
    #mod_breadcrump,
    #mod_freiemodule_1 {
        display: none !important;
    }

    /* Abst�nde auf Null */
    #col3, #col3_content, #main {
        margin: 0px;
        padding: 0;
        width: 100%;
    }

    #mod_freiemodule_4 p {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .artikel_details p {
        margin: 0;
        padding: 0;
    }

    .break_artikel {
        display: none;
    }

    #mod_freiemodule_5 p {
        margin: 0;
        padding: 0;
    }

    #mod_freiemodule_6 p {
        margin: 0;
        padding: 0;
    }

    #mod_freiemodule_7 p {
        margin: 0;
        padding: 0;
    }

    /* Links der Startseite */
    .artikel_details a {
        display: inline-block;
        margin: 0 5px 0 0;
        padding: 60px 0;
        background-color: #2E2F7F;
        color: #FFF;
        text-decoration: none;
        text-align: center;
        font-weight: bold;
        font-size: 120%;
    }

    .artikel_details a#link_1,
    .artikel_details a#link_2,
    .artikel_details a#link_3,
    .artikel_details a#link_4 {
        /*padding: 52px 0px;*/
        /*width: 242px;*/
        width: 100%;
    }

    .artikel_details a#link_4 {
        margin-right: 0;
    }

    .artikel_details a:hover {
        background-color: #EA520F;
    }

    /* Bilder der 3er-Leiste */
    #mod_freiemodule_5 {
        margin-top: 8px;
    }

    #mod_freiemodule_5 img {
        margin-right: 9px;
    }

    #mod_freiemodule_5 img#bild_3 {
        margin-right: 0px;
    }

    /* Bilder der 2er-Leiste */
    #mod_freiemodule_6 {
        margin-top: 8px;
    }

    #mod_freiemodule_6 img {
        margin-right: 5px;
    }

    #mod_freiemodule_6 img#bild_2 {
        margin-right: 0px;
        float: right;
    }

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

}