<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "iso-8859-2";
/*** Linke Spalte ***/

/*** Inhaltsbereich ***/
#content {
	color: 		#fff;
	width: 		60em;
	float: 		left;
	display: 	inline;
}
#inhaltsbereich  {
	padding: 	0 0.625em;
	overflow: 	auto;
}

/*** Fusszeile ***/
#footer {
	width: 			58.75em;
	clear: 			both;
	color: 			#fff;
	padding: 		0.625em;
	border-top: 	#fff solid 1px;
	border-bottom: 	2px solid #ccc;
}
/*** Inhalt Fusszeile ***/
#footer a:link,#footer a:visited {
	text-decoration:none;
	color: 			#fff;
	font-size: 		1em;
}
#footer a:hover {
	text-decoration:underline;
}
#fusszeilentext {
	font-size: 	0.689em;
}
</pre></body></html>