/* Print styles */

@media print {
	.noprint {
		display: none;
	}
	.doprint {
		height: 90%;
	}
	
	div#layoutHeader {
		display: none;
	}
  
  div#layoutSfeerBalk {
		display: none;
	}
  
  div#layoutBot {
		display: none;
	}
  
  #ContentLeft {
		display: none;
	}
  
	
	
}
