/** 
 * 1) Turn off clutter (alles wat niet geprint moet worden wordt hier opgesomd)
 *    ================
 */
#header, #modules, #footer, #crumb, #theme-nav, #sub-nav, #main p.printheader{display: none !important; background: none !important}

/** 
 * 2) Reorganise visible content to print  (positionering van de af te printen zaken)
 *    ===================================
 */

/* remove borders, bgs, margin, padding, floating, absolute positioning and overflow statements */
body, #main, #main div.paragraph, #container, #content-container, #content-body, #crumb-trail {float: none !important; margin: 0 !important; padding: 0 !important; position: relative !important; width: 100% !important; background: none !important; overflow:visible !important;}
h1, h2, h3, h4, div.pagetitle-container{margin-left: 0 !important; padding-left: 0 !important;}
#content-container{border: 0;}
#main{border: none !important}

/* remove icons and realign content */
.next, .print{padding-left: 0 !important; background: none !important}

#main{border: 0}