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: #ccc; /* farbe ändern */
	padding: 0;
	margin: 10px 10px 0px 10px;
}

#footer {
	margin: 30px 10px 0 10px;
	border-top:1px solid #000;
 }

#header, #left, #right,#footer2, form {
	display: none; visibility: hidden;
}
