/* Bepaal het papierformaat en de margins
bron: http://www.alistapart.com/articles/boom */
@page {
  size: 21cm 29.7cm;
  margin: 27mm 16mm 27mm 27mm;
}

/* This hides all the menus etc so they aren't printed out*/
#menu {	display:none;}
#line1, #line2, #line3, #line4 {	display:none;}
#left  {	display:none;}

#content {	padding : 0.5cm;
		margin-top : 0.5cm;
		margin-right : 0cm;
		margin-left : 0cm;}


/* Hierdoor wordt de link weergegeven tussen '[ ]' */
a:after {content: "[" attr(href) "]";}


