<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
}

.uebersicht {
	position: fixed;
	left: 1em;
	top: 1em;
}

html {
	font: 16px/1.5em sans-serif;
	color: #222;
	background: rgb(234,147,30);
	overflow-x: hidden;
	height: 100%;
}

body {
	height: 100%;
}

/* Navigation */

ul#nav {
	list-style: none;
	width: 149px;
	padding: 1.5em 0;
	border-right: 1px solid rgb(214,127,10);
	float: left;
	margin-right: 25px;
	height: 100%;
}


ul#nav li a {
	display: block;
	padding: .25em .5em;
}

ul#nav #active {
	background: rgb(214,127,10);
}

ul#nav li:hover {
	background: rgb(214,127,10);
}

#container {
	width: 960px;
	margin: 1.5em auto 0 auto;
}

#header {
	height: 150px;
	background: url('../img/header.png');
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#anschrift {
	padding: .25em;
	text-align: center;
	background: rgb(214,127,10);
}

#content {
	width: 785px;
	float: left;
}

#content a {
	color: #00f;
	text-decoration: underline;
}

#content h1, #content h2 {
	text-align: center;
	line-height: 1.1em;
}

#content .klein {
	width: 190px;
}

/* Typography */

h1, h2, h3, h4, h5, h6 {
	margin: 24px 0;
}

p {
	margin: 24px 0;
}

a {
	color: #222;
	text-decoration: none;
}

ul, ol {
	padding-left: 2em;
	margin-bottom: 1.5em;
}

ul {
	list-style-type: circle;
}

ol {
	list-style-type: decimal;
}</pre></body></html>