.MKB-Adviseurs{}
/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Positioning ----------------------------------------*/
/* ------------------------------------------------------------------------------------------ */
.contMain
{
    padding: 5px 12px 10px 12px; margin: 0px 0 10px 0;
    border: solid 0px #ffffff;
    background-color: Transparent;
    text-align: left;
    vertical-align: top;
}

.contHeader
{
    padding: 0px 0px 5px 0px; margin: 0px; border: solid 0px red;
    text-align: left;
    background-color: Transparent;
/*    _height: 25px;
    min-height: 20px; */
}
.contHeader h2
{
    display: inline;
    width: auto;
}
.contHeader .Head, h1, h2, h3
{
    padding: 0px; margin: 0px; border: solid 0px red;
}

.contActions
{
    padding: 0px; 
    margin: 2px 0 0 0; /*   must be in line with the font size of the h2 style the images
                            are 16px, thus top margin must be: fontsize * line-height minus 16px*/
    border: solid 0px red;
    float: right;
    width: 40px;
    height: 16px;
    text-align: right;
    background-color: Transparent;
}
.contActions img
{
    padding: 0px; margin: 0px; border: solid 0px red;
}

.contContent
{
    padding: 0px 0px 0px 0px; margin: 0px; border: solid 0px red;
    text-align: left;
    width: auto;
}

.contFooter
{
    clear: both;
}


/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Text styles ----------------------------------------*/
/* -------------------------- here mostly empty, see the skin file ---------------------------*/
/* ------------------------------------------------------------------------------------------ */

.contHeader .Head
{
	font-family: Arial Black, Sans-Serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    line-height: 180%;
    color: #464648;
    text-align: left;
    letter-spacing: normal;
}

div.contContent, /* this class needs to be added to align the first line in the container content 
                    when aligned justified because of hard-coded "align: left" in the container */ 
div.contContent td /* for various modules that have a surreounding td element */
{   
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    line-height: 160%;
    color: #464648;
}

/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- Special cases --------------------------------------*/
/* ------------------------------------------------------------------------------------------ */

.NoHeader
{
    margin: 0px 0 10px 0;
}

.ImageNoHeader
{
    padding: 0 0 0px 0px; 
    margin: 0 0 0px 0;
    border: solid 0px pink;
}

.ImageNoHeader .contContent
{
    padding: 0px; margin: 0px; border: solid 0px red;
    text-align: left;
}



.rightpane .contHeader .Head, .rightpane div.contContent td, .rightpane div.contContent
{
    color: #ffffff;
    font-size: 12px
}

.linksmenu
{    
    padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; border: solid 0px red;
	background-color: Transparent;
}
.linksmenu .contHeader
{
    padding: 0px 0px 0px 5px; margin: 0px 0px 0px 0px; border: solid 0px red;
	background-color: #ffffff;
	height: auto;
}
.linksmenu .contHeader .Head
{
    padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; border: solid 0px red;
    font-family: Arial Black, Sans-Serif;
    font-size: 12px;
    color: #000000;    
    line-height: 90%;
    text-transform: uppercase;
}

.linksmenu table
{
    width: 100%;
}
.linksmenu div.contContent td
{
    border-top: solid 0px #ffffff;
    width: auto;
}
.linksmenu td .LinksDesignTable 
{
    width: 180px;
    margin-top: 2px;
	background-color: #ffffff;
}
.linksmenu div.contContent td .LinksDesignTable td
{
    padding: 0px 0px 0px 10px; margin: 2px 0px 0px 0px; border: solid 0px red;
    border-top: solid 0px #ffffff;
    height: 20px;
    width: 100%;
    white-space: normal!important;
}
.linksmenu div.contContent td a
{
    font-family: Arial Black, Sans-Serif;
    font-size: 12px;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    color: #464648;    
    line-height: 150%;
    white-space: normal;
    letter-spacing: normal;
}
.linksmenu div.contContent td a:hover
{
    color: #f06900;    
}
.actueelHeader
{
    background: transparent url(actueel.gif) no-repeat scroll 0px 5px;
    padding-top: 30px;
}

.actueelHeader
{
    padding-left: 5px;
}
.flexskin .actueelHeader
{
    background: transparent url(actueel.gif) no-repeat scroll 0px 6px;
    padding-top: 31px;
}

