/*
   real_onlineshop.css
   Standard Print CSS-Datei
   
   Copyright 2010 wfp:2. All rights reserved.
*/


/* ======================= */
/* = Elemente ausblenden = */
/* ======================= */

div#real_nav,
a.payback_logo,
div.suche,
div#marktauswahl,
div#footer_bar,
div#footer_nav,
div.sidebar,
div#main_nav,
a.startseite_onlineshop_badge
{
    display:none;
}


/* ================= */
/* = Standard Tags = */
/* ================= */

body
{
    font-size:12px;
    line-height:17px;
    font-family: arial, verdana, tahoma;
    color:#000;
}

img
{
    border:0px;
}



/* ================================ */
/* = Seitenspezifische Änderungen = */
/* ================================ */


/* Startseite */
div#startseite_aktionsteaser div.links,
div#startseite_mrt table,
div.startseiten_teaser
{
    display:none;
}
div#startseite_aktionsteaser div div
{
    float:left;
    margin:0 0px 10px 0;
    width:150px;
}
    div#startseite_aktionsteaser div img
    {
        width:80%;
        height:80%;
    }
div#mrt_container
{
    clear:both;
}
    div#mrt_container ul
    {
        list-style:none;
    }
        div#mrt_container ul img
        {
            width:70%;
            height:70%;
        }


/* Rezepte */

div.rezepte_nav
{
    display:none;
}

/* Angebote */

div.angebots_subnav_button,
div.artikel_grid_item a.button_link_blue
{
    display:none;
}
div.artikel_grid_item
{
    width:45%;
    float:left;
    padding:0 5% 5% 0;
}



/* Static Content */

div.header_image img,
div.contentteaser_bottom a.contentteaser_link
{
    display:none;
}
div.real_welle div.intro
{
    height:auto !important;
}

div.contentteaser_bottom
{
    clear:both;
}
    
    div.contentteaser_bottom p
    {
        float:left;
    }
    
    div.contentteaser_bottom img
    {
        float:right;
    }


