@charset "UTF-8";


/***************************************************************************************************************************/
/* grid columns :: Layout der Grundstruktur der Three Columns                                                              */

#bmde .columnLeft {
    float: left;
    margin: 0 0px 0 8px; /* top right bottom left */
    /* width: 590px; */
    width: 188px;
    /*background-color: gray;*/
}

* html #bmde .columnLeft {
    margin: 0 0px 0 4px; /* top right bottom left */
}

#bmde .columnMiddle {
    float: left;
    margin: 0 8px 0 8px; /* top right bottom left */
    /* width: 334px; */
    width: 548px;
    /* background-color: gray; */
}

* html #bmde .columnMiddle {
    margin: 0 4px 0 4px; /* top right bottom left */
}

#bmde .columnRight {
    float: right;
    margin: 0 8px 0 0px; /* top right bottom left */
    /* width: 334px; */
    width: 188px;
    /* background-color: gray; */
}

* html #bmde .columnRight {
    margin: 0 4px 0 0px; /* top right bottom left */
}


/* columnLeft and columnRight additional                                                                                   */

#bmde .gridAdditional {
    /* margin: 10px 0 0 0; top right bottom left */
    margin-top: 10px;
    /* width: 590px; */
    width: 100%;
    /*background-color: green;*/
}

/* columnMiddle content, but NOT ID? The ID have to be unique!!! */

#bmde #gridContent {
    /* margin: 10px 0 0 0; top right bottom left */
    margin-top: 10px;
    /* width: 334px; */
    width: 100%;
    /*background-color: blue;*/
}

#bmde .gridContent {
    margin-bottom: 10px;
}

#bmde #certificates {
    text-align:center;
}

#bmde #certificates img {
    margin-bottom:10px;
}


/***************************************************************************************************************************/
