/* 
 * disable most of the navigation and columns 
 * we don't want to see 
#top_nav,#top_img,#menu,#column1,#column2,#column3,#breadcrumb,#footer, #header, #nav_vit */

/* pvk toegevoegd #page-hold*/

#menu, #footer, #nav_vit, #navigation, #page-hold ul.breadcrumbs, #content div.nav-col, #header
{
  display: none;
}

/*
 * Redefine some other tags.
 */
body 
{
  background: white !important;
  text-align: left;
}

#main
{
  width: auto;
}

/*
 * Make the div we want to print visible and set the width
 * to 100% of the page.

#column1.print,
#column2.print,
#column3.print */

/*#content.content-text
{
 display: block;
 width: 100%;
}*/
