@charset "UTF-8";

@media print
{

* {
	margin:0;
	padding:0;
	border:0;
}

body, #wrapper, #container, #content {margin:0; padding: 0; border: 0;}
body, #wrapper, #container, #content {width: 100% !important; min-width: inherit; max-width: none;}


#header {display: none}
#footer {display: none}
#nav {display:none}

body * {font-family: "Times New Roman", Times, serif}
code, pre { font-family:"Courier New", Courier, mono}
body {font-size: 12pt}

h1,h2,h3,h4,h5,h6 { 
	page-break-after:avoid;
	font-size: 12pt;
}

a {
	text-decoration:none;
}
abbr[title]:after, acronym[title]:after {content: '(' attr(title) ')'}

#page a[href^="http:"], #page a[href^="https:"]
  {
    padding-left: 0;
    background-image: none;
  }

/* toon de url in de tekst
  a[href]:after {
    content:" <URL: "attr(href)">";
    color:#444;
    background:inherit;
    font-style:italic;
  }
*/

}

