/* Print Style Sheet */
@media print {
body 	{ 
	background:white; 
	color:black; 
	margin:0; 
	background-image: <?php bloginfo( 'stylesheet_directory' ); ?>/bilder/npn_logo_small.jpg;
	}
}
#header{ display:none }
#footer{ display:none }