/* Vakken die niet afgedrukt worden */

#top1, #top2, #top3, #menu, #menu_inhoud, #footer, #footer1, #footer2, #footer3, #clear, {
  display: none !important;
}

/*Alleen vak met informatie afdrukken */

#content_inhoud2 { 
  	border: 0px;
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	overflow: visible;
}

/* Toegepaste stijlen zwart maken voor afdrukken */

h1, h2, h3{
	font-size: 18px;
	font-weight: bold;
	color: Black;
}

h4, h5, h6 {
        font-size: 16px;
		  font-weight: bold;
		  color: Black;
}