<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background: #444 url(design/bg.gif);
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
}

.page {
	width: 600px;
	margin: 0 auto;
}

.page_bg {
	padding: 2em 40px 5em 40px;
	background: #DDD url(design/page_bg.gif) repeat-y center center;
}

.page_bg_top {
	width: 100%;
	height: 40px;
	background: #444 url(design/page_bg_top.gif) no-repeat center center;
}

.page_bg_bottom {
	width: 100%;
	height: 40px;
	background: #444 url(design/page_bg_bottom.gif) no-repeat center center;
}

h1.invisible {
	display: none;
}

h1 {
	font-size: 125%;
}

h2 {
	margin: 1em 0 0 0;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 175%;
	text-transform: uppercase;
}

p {
	margin: 0.5em 0;
}

a {
	color: #333;
}

img.fullwidth {
	display: block;
	margin-top: 1.5em;
	margin-left: -20px;
	border-top: #DDD 1px solid;
	border-bottom: #FFF 1px solid;
}

#inhaltstext {
	width: 100%;
	height: 650px;
}

textarea {
	background-color: #EDEDED;
	color: #EDEDED;
	border: none;
}</pre></body></html>