﻿/* CENTENTCENTER MASTERPAGE LAYOUT [START] */

#lbcontentcenter_left
{
    position:           relative;
    display:            inline;
    width:              738px;
    min-height:         150px;
    height:             auto;
    float:              left;
    clear:              left;
    padding-bottom:     5px;
/*    background-color:Black;*/
}

    #lbcontentcenter_header
    {
        position:           relative;
        display:            block;
        width:              738px;
        height:         95px;
        float:              left;
        clear:              left;
        /*background-color: Olive;*/
    }
    
    #lbcontentcenter_content
    {
        position:           relative;
        display:            block;
        width:              738px;
        min-height:         150px;
        height:             auto;
        float:              left;
        clear:              left;
        padding-top:        5px;
        /*background-color:Yellow;*/
    }
    
        #lbcontentcenter_contentleft
        {
            position:           relative;
            display:            block;
            width:              175px;
            min-height:         150px;
            height:             auto;
            float:              left;
            clear:              left;
         /*   background-color:Navy;*/
        }
    
        #lbcontentcenter_contentcenter
        {
            position:           relative;
            display:            block;
            width:              548px;
            min-height:         150px;
            height:             auto;
            float:              left;
            margin-left:        15px !important;
            margin-left:        15px;
 /*           background-color:green;*/
        }
    
#lbcontentcenter_right
{
    position:           relative;
    display:            inline;
    width:              200px;
    min-height:         150px;
    height:             auto;
    margin-left:        14px !important;
    margin-left:        8px;
    float:              left;
    padding-bottom:     5px;
 /*   background-color:Blue;*/
}

    #lbcontentcenter_winkelwagen
    {
        position:           relative;
        display:            block;
        width:              200px;
        min-height:         95px;
        height:             auto;
        float:              left;
        clear:              left;
        margin-bottom:      5px;
        /*background-color:Fuchsia;*/
    }

    #lbcontentcenter_sideright
    {
        position:           relative;
        display:            block;
        width:              200px;
        /*min-height:         150px;*/
        height:             auto;
        float:              left;
        clear:              left;
        /*background-color:Silver;*/
    }

/* CENTENTCENTER MASTERPAGE LAYOUT [END] */