<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	min-height: 800px;
}

body {
	min-height: 800px;
	margin: 0;
	padding: 0;
	padding-top: 1px;
	font-family: 'Open Sans';
	font-size: 20px;
	font-weight: 300;
}


h1, h2, h3, .h1, .h2, .h3 {
	display: block;
	font-family: 'Josefin Sans';
	font-weight: 300;
	text-align: left;
}

h1, .h1 {
	font-size: 48px;
}

h2, .h2 {
	font-size: 36px;
}

h3, .h3 {
	font-size: 24px;
}

a {
	color: inherit;
}

a:hover {
	background-color: #EEEEEE;
	text-decoration: none;
}

#menu_toggle {
	display: block;
	position: fixed;
	top: 50%;
	left: 0;
	margin-top: -20px;
	margin-bottom: -20px;
}

.page {
	position: relative;
	background: url('leineweber_grau.png') top right no-repeat;
	min-height: 800px;
	margin: 0 20px 0 280px;
	padding-right: 376px;
	min-width: 370px;
	max-width: 680px;
	padding-bottom: 60px;
}

.spacer {
	margin-top: 30px;
}

.clear {
	clear: both;
}

.menu {
	float: left;
	width: 210px;
	min-height: 100%;
	padding: 350px 20px 40px 20px;
	list-style-type: none;
}

.menu li {
	display: block;
	text-align: right;
	border-right: 3px solid #CCCCCC;
	padding: 8px 15px 8px 0;
}

.menu li.current {
	border-right: 3px solid #007556;
}

.menu li a, .menu li a:active {
	text-decoration: none;
	color: inherit;
}

.menu li:hover  {
	border-right: 3px solid #B6C828;
}

.menu li:hover a  {
	background-color: #EEEEEE;
}

.menu li:hover a.lang_link {
	background: none;
	/*line-height: 30px;*/
}

a.lang_link {
	/*height: 30px;*/
}

.footer {
	position: absolute;
	left: 0;
	right: 376px;
	bottom: 0;
	height: 40px;
	font-size: 0.8em;
	border-top: 1px dotted #000;
}

.red {
	color: #FF0000;
}

.center {
	text-align: center;
}

.notification {
	padding: 8px;
	border: 1px dotted #FF0000; /*#007556;*/
	margin: 0 12px;
}</pre></body></html>