<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face
{
	font-family: 'SegoePrintRegular';
	src: url('fonts/SegoePrintRegular.eot');
	src: local('â˜º'), url('fonts/SegoePrintRegular.woff') format('woff'), url('fonts/SegoePrintRegular.ttf') format('truetype'), url('fonts/SegoePrintRegular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html
{
	box-sizing: border-box;
}

*, ::before, ::after
{
	box-sizing: inherit;
}

body
{
	font-family: 'SegoePrintRegular';
	margin: 10px auto;
	max-width: 70em;
	color: #333333;
}

.hintergrund
{
	background: url(images/hintergrund.jpg) fixed no-repeat;
	background-size: 1920px 1080px;
}

header, nav, nav a, main, footer
{
	border-radius: 0.5em 0.5em;
	border: 1px solid;
	padding: 10px;
	margin: 10px;
}

header
{
	height: 150px;
	background: #f6f5d3;
	border-color: #333;
}

#headerimg1
{
	width: 18%;
	border: none;
	height: 130px;
	float: left;
}

#headerimg2
{
	width: 80%;
	border: none;
	height: 130px;
	float: right;
}

nav
{
	font-size: 0.91em;
	float: left;
	width: 15em;
	background: #f6f5d3;
	border-color: #333;
	margin: 0;
	margin-left: 10px;
	min-height: 370px;
}

nav ul
{
	padding: 0;
}

nav li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

nav a
{
	display: block;
	padding: 0.2em 10px;
	text-decoration: none;
	background-color: #c7d2d9;
	border: 1px solid;
	color: #333;
}

nav ul a:hover
{
	color: #333;
	background-color: #a7b5bd;
}

nav ul a:focus
{
	color: #333;
	background-color: #a7b5bd;
	border-color: #a10d37;
}

main
{
	background: #f6f5d3;
	border-color: #333;
	margin-left: 15em;
	min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
	min-height: 437px;
}

p
{
	text-align: center;
}

a
{
	outline: none;
}

iframe
{
	border: none;
	width: 100%;
	min-height: 380px;
}

#einladung
{
	width: 800px;
	border: none;
}

footer
{
	background: #f6f5d3;
	border-color: #333;
}

footer p
{
	text-align: center;
	margin: 0;
	font-size: 0.7em;
}
</pre></body></html>