body
{
	margin: 0;
	padding: 0;
	color: #000;
	font: normal 10pt Arial,Helvetica,sans-serif;
        background: #2E3092;
}

#page
{
	background: white;
}

#header
{
        height: 292px;
	margin: 0;
	padding: 0;
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 0px;
	margin:0px; /*10px 20px;*/
	font-size: 0.8em;
	text-align: center;
	/*border-top: 1px solid #C9E0ED;*/
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	
        margin-left: -126px;
       
        position: absolute;
        z-index: 7;
        width: 940px;
        height: 80px;
        margin-top: -2px;
}

/*#mainmenu a
{
    margin-left: auto;
    margin-right: auto;
}

#mainmenu td
{
    
    border-right:white solid 1px;
    border-bottom: white solid 1px;
}

#mainmenu table
{
    
    border-left:white solid 1px;
    border-top: white solid 1px;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}
*/
div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	margin-right:50px;
        margin-bottom:20px;
	border: 3px solid #2f3193;
        float: left;
        width: 246px;
        height: 150px;
}

div.view .tdbottom
{
    border-bottom-style: solid;
    border-bottom-color: #2f3193;
    border-bottom-width:1px;
}

div.view .tdright
{
    border-right-style: solid;
    border-right-color: #2f3193;
    border-right-width:1px;
}



div.breadcrumbs
{
	font-size: 1 em;
	padding: 10px 10px;
        margin-top: 70px;
        margin-left: 30px;
        width: 270px;
        height: 17px;
        background-image: url("../images/breadcrumb.png");
        color:white;
}

div.breadcrumbs span
{
	font-weight: bold;
        
}

div.breadcrumbs a
{
	margin-left: 10px;
        color:white;
        text-decoration: none;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

/************************************EXTRA STYLESHEETS***********************************/

/***** 1) HOEKEN *****/

#topleftcorner
{
    float: left;
    position: absolute;
    z-index:12;
}
#topleftwhitecorner
{
    float:left;
    position: absolute;
    z-index:12;
    margin-left: 156px;
    
}

#toprightcorner
{
     float: right;
     position: absolute;
     margin-left: 900px;
     z-index:2;
}

#bottomrightcorner
{
     margin-left: 900px;
     /*float: right;
     position: absolute;
     
     z-index:12;*/
}
/***** 2) HEADER *****/

#headerbackground
{
    /*width:826px;
    margin-left: 124px;*/
    width:794px;
    margin-left: 156px;
    height:350px;
    position:absolute;
    z-index:1;
    float: right;    
    margin-top:0px;
    background-image: url('../images/buldozer.png');
    background-size:100%;
    
}
#headerbackground2
{
    /*width:826px;
    margin-left: 124px;*/
    width:794px;
    margin-left: 156px;
    height:350px;
    position:absolute;
    z-index:0;
    float: right;    
    margin-top:0px;
    background-image: url('../images/buldozer.png');
    background-size:100%;
    
}
/***** 3) KOLOMMEN *****/

.column 
{
    width:275px;
    border-right:1px none #000; 
    padding:9px; 
    float:left; 
    text-align:justify;
    font-family: verdana;
}

/***** 4) MEMBERS DETAILS *****/
#membersdetail
{
   width:750px;
}

#membersdetail #title
{
    margin-top: 50px;
    color: #c72682;
    font-size: 18px;
}

#membersdetail #fotoaddress
{
    float:right;
    width: 200px; 
    margin-top: 5px;
}

#membersdetail #fotoaddress #foto
{
    margin-left:20px; 
}

#membersdetail #fotoaddress ul
{
    list-style: none;
    margin-top: 5px;
        
}

#membersdetail #descr
{
    float: right;
    width:500px;
    text-align:justify;
    font-family: verdana;
    margin-top: 5px
}

/***** 5) PRESS *****/

.pressview
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ce6f19;
    width: 790px;
    margin-top: 10px;
    padding-bottom: 60px;
    font-family: verdana;
}

.pressimage
{
    float: right;
    height: 47px;
    width: 42px; 
    margin-right: 5px;
}

.presstext
{
    float: left;
    height: 47px;
    padding-top: 24px
}
.greydotplacement
{
   float: left; 
   margin-top: 29px;
   margin-left: 7px;
   margin-right: 7px 
}

/*6d9d32*/
/***** 6) PARTNERS *****/

#membersdetail #partnertitle
{
    margin-top: 50px;
    color: #6d9d32;
    font-size: 18px;
}
.faqlink { background: #2e3192; width: 60px; padding: 5px; text-align: center; -webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px; margin-top: 15px; margin-left: 10px; }
.faqlink a { color: #ffffff; font-weight: bold; text-decoration: none; font-size: 12pt; }
