/********************/
/* ALGEMENE CLASSES */
/********************/

.noprint {
   display: none;
}

/********/
/* LOGO */
/********/

div#logo {
  display: none;
}

/*******************/
/* NAVIGATIESECTIE */
/*******************/

div#sect_nav {
  display: none;
}

/*********/
/* LINKS */
/*********/

div#links {
  display: none;
}

/***********/
/* CONTENT */
/***********/

div#content {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

div#content h1 {
  display: none;
}

/*************/
/* COPYRIGHT */
/*************/

div#copyright {
  display: none;
}
