* { color: #000 }

body { background: #fff }

/* Elemente die nicht in der Druckansicht angezeigt werden sollen */
#div { 
	display: none 
}

#printhead a { display: none }

div.disclaimer {
	border:1px solid blue;
}