﻿/* CONTENTLEFT MASTERPAGE LAYOUT [START] */

#lbcontentleft_left
{
    position:           relative;
    display:            block;
    width:              738px;
    min-height:         150px;
    height:             auto;
    float:              left;
    clear:              left;
    padding-bottom:     5px;
    /*background-color:Black;*/
}

    .lbcontentleft_header
    {
        position:           relative;
        display:            block;
        width:              738px;
        height:				95px;
        float:              left;
        clear:              left;
        margin-bottom:      5px;
        /*background-color: Olive;*/
    }
    
    #lbcontentleft_content
    {
        position:           relative;
        display:            block;
        width:              738px;
        min-height:         150px;
        height:             auto;
        float:              left;
        clear:              left;
        /*background-color:Yellow;*/
    }
    
    .headerlight   /* smallere header omdat bij winkelwagenpagina's geen zoeken en mijn winkelwagen getoond word */
    {
        position:           relative;
        display:            block;
        width:              738px;
        min-height:         50px;
        height:             auto;
        float:              left;
        clear:              left;
        /*background-color:Maroon;*/
    }
    
#lbcontentleft_right
{
    position:           relative;
    display:            block;
    width:              200px;
    min-height:         150px;
    height:             auto;
    margin:             0px 0px 0px 14px;
    float:              left;
    padding-bottom:     5px;
    /*background-color:Blue;*/
}

    #lbcontentleft_winkelwagen
    {
        position:           relative;
        display:            block;
        width:              200px;
        min-height:         95px;
        height:             auto;
        float:              left;
        clear:              left;
        margin-bottom:      5px;
        /*background-color:Fuchsia;*/
    }

        .winkelwagen_headerlight      /* rechterkant omhoog trekken om uit te lijnen met smalle header */
        {
            height:             10px;
            min-height:         10px;
        }

    #lbcontentleft_sideright
    {
        position:           relative;
        display:            block;
        width:              200px;
        /*min-height:         150px;*/
        height:             auto;
        float:              left;
        clear:              left;
        /*background-color:Silver;*/
    }

/* CONTENTLEFT MASTERPAGE LAYOUT [END] */