/* Template layout css -----------------------------------------------------------------------------------*/
/* Alleen kleuren wijzigen of een marge of padding, verdere wijzigingen kunnen tot ongewenste effecten 
leiden ! */

html, body {
margin: 0;
padding: 0;
height: 100%;
background-color: #99cc00;
border: 0;		/* This removes the border around the viewport in old versions of IE */
width: 100%;
min-width: 950px;  /* Minimum width of layout - remove line if not required */
width:98%;
padding-left: 1%;
padding-right: 1%;
}

body {
margin-top: 0px;
}
	
#container {
min-height: 100%;
position: relative;
}


#header {
float: left;
clear: both;
padding: 0px;
padding-bottom: 15px;
width:76%;
margin-left: 12%;
margin-right: 12%;
}
	
#body {
padding: 0px;
padding-bottom: 135px;	/* Height of the footer */
}


#menuvlak {
position: absolute;
bottom: 0px;
left: -1.5%;
display: block;
width: 4.1%;
height: 100%;
background-color: #99cc00;
border-right: solid #97F201 0px;
border-right: solid green 2px;
}

#hoofdtabel {
position: relative;
left: 0px;
top: 0px;
margin: 0;
padding: 20px 0px 15px 0px;
}

#hoofdtabelmp {
position: relative;
left: 0px;
top: 0px;
padding: 0px 100px 15px 0px;
padding: 0px 28px 15px 0px;

}

/* Belangrijk ! Zorg dat de procenten van width bij hoofdtabeltdl en hoofdtabeltdm altijd opgeteld 1% onder
de 100 uitkomen dus 99. Als ze exact 100 zijn wordt je site NIET goed weergegven in Internet Explorer 7 ! */
#hoofdtabeltdl {
float: left;
margin: 0;
padding: 0;
padding: 5px 0px 20px 0px;
background-color: #9ACD32;
width:20%;
background-image: url(/images/algemeen/bglevenslust.jpg);
}

#hoofdtabeltdm {
float: right;
margin: 0;
padding: 0px 0px 20px 0px;
width:79%;
}

#hoofdtabel1td {
padding-top: 20px;
padding-bottom: 15px;
width: 100%;
}

#clearfooter {
clear: both;
}
	
#footer {
position: absolute;
bottom: 0;
height: 135px;			/* Height of the footer */
background-color: transparant;
clear: both;
float: left;
border-top: 0px solid #000000;
width:94%;
margin-left: 3%;
margin-right: 3%;
}

/* Einde template layout css */ 
