html {
        overflow-x: auto;
        overflow-y: scroll;
}
body {
        background:  white;
        text-align: center;
        }
#container {
        background-position: 0px 0px;
        width:984px;
        text-align:left;
/*        z-index: -1;*/
        margin:0px auto 0px auto;
        }
#containertop {
        background:  white;
        background-position: 0px 0px;
        width:984px;
        text-align:left;
/*        z-index: -1;*/
        margin:0px auto 0px auto;
        }
#containerwissel {
        background-position: 0px 0px;
        width:984px;
        text-align:left;
/*        z-index: -1;*/
        margin:0px auto 0px auto;
        }
#navigationTop{
	position: relative;
	left: 0px;
	top: 0px;
	width: 960px;
}
#inhoud{
		overflow: hidden;
        float: left;
        width: 944px;
        margin: 0px 0px 0px 0px;
        padding: 30px 0px 20px 20px;
        }
#disclaimer{
        height: 45px;
        vertical-align:top;
        text-align:center;
        width:984px;
/*        margin:0px 0px 0px 0px;*/
        clear:both;
}
#disclaimer a {
	font-size: 9px;
	padding:0px 0px 0px 20px;
	text-decoration: none;
	color: #808080;
}