html * { 
	width: auto !important;
	height: auto !important;
	line-height: 130% !important;
	background: white !important;
	text-align: left !important;
	color: black !important;
	font-size: 11pt !important;
	left: 0 !important;
	top: 0 !important;
	right: 0 !important;
}
h1 { font-size: 14pt !important; color: #000 !important;}
h2 { font-size: 13pt !important; color: #000 !important;}
a {color: #000 !important;}

#content {
	background-color: #fff; /* farbe ändern */
	padding: 0;
	margin: 10px 10px 0px 10px;
}

/*----- hier eintragen, welche bereiche im druck NICHT sichtbar sein sollen -----*/
#banner, #header, .content_right, .content_middle img, .content_left img, #footer, form{
	display: none; visibility: hidden;
} 