<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">A:link {
	color: #9900CC;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9px;
}
A:visited {
	color : #9900CC;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9px;
}
A:hover {
	color : orange;
	text-decoration: underline;
	font-weight: bold;
}
A:active {
	color : #CC33FF;
	text-decoration: none;
}
body {
	margin-top: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	/* background-image: url("images/allgemein/hintergrund.jpg");
	background-repeat: no-repeat;
	 &gt;&gt; weitere Optionen &lt;&lt;
	background-position: center; 	 
	background-attachment:fixed;
	*/
}
table {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
}
.runde_rahmen_oben {
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	-moz-border-radius-topleft: 13px;
	-moz-border-radius-topright: 13px;
	-khtml-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
}
.runde_rahmen {
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	-moz-border-radius: 13px;
	-moz-border-radius: 13px;
	-khtml-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
}
.rund_rahm_gelb_back {
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	-moz-border-radius: 13px;
	-moz-border-radius: 13px;
	-khtml-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	background-color: #FFCC00;
}
</pre></body></html>