/* Ausblenden nicht gewuenschter Bereiche */
.not_printable {
	display: none;
}

body {
	background-color: #fff;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12pt;
	color: #333;
}