body {
  margin: 0px;
  padding: 0px;
}
#page{
  width: 100%; 
  margin-left: auto; 
  margin-right: auto;
  overflow:auto;
  min-width: 950px; 
}
#header {
  background-image: url(afbeeldingen/theme_01.jpg);
  width: 100%;
  height: 84px;
}
#leftcol {
  float: left;
  width: 220px;
  height:80%
}
#rightcol {
  background-image: url(afbeeldingen/theme_11.jpg);
  background-repeat:no-repeat;
  float: right;
  width: 210px;
  text-align:center;
  height:80%
}
#content {
  background: #fff;
  top:0;
	margin-left: 240px; 
   margin-right: 240px;
}
#contentUP {
  background: #fff;
  float: left;
  height: 100px;
  text-align:center;
  padding-top:20px;
}
#footer {
  clear: both;
  width: 100%;
  padding-right: 30px;
  text-align:right;
  position:relative;
}