@charset "UTF-8";

@media print {
    body div#printmenu {
        display:none;
    }

    .printview .c50l {
        float:left;
    }

    .printview .c50r {
        margin-left:50%;
        padding-left:20px;
    }
    
    .printview .right input {
        display:none;
    }
}

@media all {
    body {
        font-family:Verdana,Arial,Helvetica,Sans-Serif;
        font-size:10px;
    }

    h1, h2 {
        color:#695328;
        font-family:Georgia,Serif;
        font-size:34px;
        font-weight:normal;
    }

    h3 {
        color:#DD3C3C;
        font-weight:bold;
        text-transform:uppercase;
    }

    a img {
        border:0;
    }


    /**
     * display:none;
     * *************************************************************************
     */

    body div#leaderboard,
    body div#nav_top,
    body div#nav,
    body div#info,
    body div.box-search,
    body ul#nav_left,
    body div#user_wildeisen_tagcloud,
    body div#toolbar,
    body div#ingredients_hidden_form,
    body div#searchsettings,
    body div#searchcount,
    body div#blaettern,
    body ul#paginationControl,
    body div#col3,
    body div#seccond,
    body div.content-top,
    body div.content-bottom,
    body div#footer,
    body div#skyscraper,
    body div.tx-felogin-pi1,
    body div.box-marketing,
    body div.user_wildeisen_recipe_infos {
        display:none;
    }

    body .content-image {
        height:auto !important;
        width:50% !important;
    }


    /**
     * recipes
     * *************************************************************************
     */

    body.recipe .subcolumns .col1l {
        float:left;
        width:30%;
    }

    body.recipe .subcolumns .col1r {
        float:right;
        width:65%;
    }

    body.recipe .subcolumns.one .col1l {
        display:none;
    }

    body.recipe .subcolumns.one .col1r {
        float:none;
        width:100%;
    }

    body.recipe .ingredients ul {
        margin:0;
        padding:0;
    }

    body.recipe .ingredients li.subcolumns {
        clear:both;
        list-style-image:none;
        list-style-type:none;
        margin:0;
        padding:0;
    }

    body.recipe .ingredients li.subcolumns .c30l {
        float:left;
        width:30%;
    }

    body.recipe .ingredients li.subcolumns .c70r {
        float:right;
        width:60%;
    }
}