/* Remove unwanted elements */
div#Header, div#Menu, .noprint
{
display: none;
}

/* Ensure the content spans the full width */
div#Main, div#Inhoud
{
width: 100%; 
border-style: none;
}





