<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Schrift */
body {
	font-family: Helvetica, sans-serif; 
	font-size: 62.8%;
	margin: 0;
	color: #282626;
	width:100%;
	background-color: #ffffff;
	
}
img { border:none;}
br.clear {
	line-height:1px;
	clear:both;
}
.bold {font-weight:bold;}
.kursiv { font-style:italic; }
.h2 { font-size:1.2em; }
#container {
	margin-top:20px;
	position: relative; 
	width: 1024px; 
	min-height: 725px;
	background-color: #ffffff;
	margin:0 auto;
}
* html #container { height:725px;overflow:visible;}

#col1,#col3 {font-weight:bold; color:#325a9c;font-size:1.4em;width:315px;padding:305px 20px 0 20px}
#col1 {
	float:left;
	text-align:right;
}
#col2 {
	padding-top:170px;
	float:left;
	width:295px;
}
#col3 {
	float:left;
}
#footer {
	position:absolute;
	bottom:0px;left:20px;
	font-size:1.5em;
}
#logoimg {
	position:absolute;
	bottom:10px;right:0px;
}		

.leftcol {
	padding-top:10px;
	width:138px;
	float:left;
	margin-top:30px;
}
.leftinrightcol {
	width:350px;
	float:left;
	padding-bottom:10px;
}
.rightcol {
	width:855px;
	float:left;
	font-size:1.4em;
	line-height:1.5em;
	margin-top:20px;
	}
.rightcol a{color:#325a9c;}
</pre></body></html>