div#body {
	background: #fff;
}
div#header,
div#navigatie,
div#right_content
{
	display: none;	
}

div#content_container {
  overflow: visible;  
}

div#content_temp {
 overflow: visible; 
 width: 100%;
 height: auto;
 display: block;
}

div#content {
  float: none;
  padding: 0;
  margin: 0;
  height: auto;
  display: block;
  overflow: visible;
}
