<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#inhalt {
/*	height:auto;*/
	font: normal 12px Verdana, Arial;
	height:800px;
	padding-left:10px;
	padding-right:10px;
	padding-top:1px;
	border-left: 1px solid #A5B0C4;	
	border-right: 1px solid #A5B0C4;
/*	border-bottom: 1px solid #A5B0C4;	*/
	text-align: justify;	
	line-height: 20px;
/*	display: block;*/
/*	width: 680px;*/
	background: #FFFFFF;
}


div#inhalt embed {
  margin-left:20px;
}

.bodytext {
    font: normal 12px Verdana, Helvetica, Arial;
    line-height: 24px;
    text-align: justify;
}

html&gt;body div#Inhalt {             /* Hack fuer min-height */
    height: auto;
    min-height: 800px;
}
    
div#footer {
    display: none;
}
</pre></body></html>