<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 ***/
#leftcolumn {
	color: 		#fff;
	width: 		15em;
	float: 		left;
}
/*** Inhaltsbereich ***/
#content {
	color: 		#fff;
	width: 		45em;
	float: 		left;
	display: 	inline;
}
#inhaltsbereich  {
	padding: 	0 0.625em 0 1.25em;
	overflow: 	auto;
}
/*** Rechte Spalte ***/

/*** 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;
}
/*** Inhalt bei zwei Spalten ***/
#inhalt-zweispalten {
	width:		43em;
}
#inhalt-zweispaltenlinks {
	float:		left;
	width:		21em;
	padding:	0em 1em 1em 0;
}
#inhalt-zweispaltenrechts {
	padding:	0em 0.5em 1em 1em;
	overflow:	hidden;
}
</pre></body></html>