html,body{
    margin:0;
    padding:0;
	height:100%;
    border:none
}

td,p,span,a,div,li,strong,b,br {
/*border: 1px solid #000;*/
font-size: 11px;
}

body {
	background: #a3c639;
	
	font-family: Verdana;
	font-size: 11px;
	height:100%;
}

a:link, a:visited, a:hover, a:active {color: #000; text-decoration: none;}

.back_white {
	background: #fff;
}



.mainbody {
	padding-top: 5px;
}

.zijbalk {
	padding-top: 5px;
}

a:link, a:visited, a:hover, a:active {color: #000}

a.menu:link, a.menu:visited {
	color: #000;
	font-weight: 600;
}

a.menu:hover, a.menu:active {
	color: #eb652f;
	font-weight: 600;
}

.header{
height: 63px;
}

.bottom {
	height: 100%;
}

div#container {
	display: table;
	height: 100%;
	background: #FFF;
	width: 1020px;
	margin: 0 auto;
}

.top {
	height: 0px;
	background: #93cc47;
}

