/** alle pagina's **/

html, body {
    margin:0;
    padding: 0;
	height:100%;
	background: #EFEFEF url(../afb/buffer.gif);
	font-size:97.0%;
}

* html body { /* alleen IE */
	overflow:hidden; 
	padding: 135px 0 30px 0;   
	text-align:center;
	behavior:url("js/csshover.htc"); 
} 

div.header {
	position:fixed;
	top: 0px;
	width: 982px;
	left: 50%;
	margin: 0 0 0 -491px;
	height: 186px;
	}
* html div.header {position:absolute}/*for ie*/

div.content {
	position:fixed;
	width: 980px; 
	left: 50%;
	top: 186px;
	bottom: 36px;
	margin: 0 0 0 -491px;
	padding: 0;
	background: #ffffff;
	overflow: auto;
	border-left: solid #990000 1px;
	border-right: solid #990000 1px;
	}
    * html div.content { /* alleen IE */
    height: 100%;
	position:static;
	width: 982px; 
	margin: 0;
	text-align: left ;
    }

	
div.footer {
	position: fixed;
	bottom: 0px;
	left: 50%;
	width: 982px;
	margin: 0 0 0 -491px;
	height: 36px;
	}
* html div.footer {
	position:absolute;
	margin: 0 0 0 -982px;
}/*for ie*/


/** homepage */
.geenmenu div.header {
	height: 154px;
	}


.geenmenu div.content {
	top: 164px;
	bottom: 36px;
	}

.geenmenu div.footer {
	height: 36px;
	}


