<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Allgemeines */
body {
	font-family:"Courier New", "Courier", courier, monospace;
	font-size:13px;
	line-height:17px;
	color:#000;
	text-align:center;
	margin:0;
	padding:0;
}

p, div, img {
	margin:0;
	padding:0;
	border:0;
}

/* Links */
a:link, a:visited, a:active {
	/*color:#e7db00;*/
	color:#d5cb0e;
	text-decoration:underline;
	outline:none;
}

a:hover {
	color:#000;
	text-decoration:underline;
	outline:none;
}

.home_button {
	display:none;
}

/* Struktur */
.a_all {
	width:560px;
	margin:0 auto;
	position:relative;
	text-align:left;
}

.a_head {
	height:228px;
}

.a_logo img {
	width:auto;
	height:200px;
}

.a_content {
	width:560px;
}

.a_navi, .a_side {
	display:none;
}

/* Textelemente */
h1 {
	margin:0;
	padding:0;
}

h2, h3, h4, h5, h6 {
	font-family:Arial, sans-serif;
	font-size:13px;
	line-height:17px;
	font-weight:bold;
	font-style:normal;
	margin:0;
	padding:0px 4px;
	background-color:#e6da00;
	display:inline;
}

h3, h4, h5, h6 {
	margin:0 6px 0 0;
	float:left;
}

p {
	margin-bottom:17px;
}

sup {
	font-size:11px;
	vertical-align:middle;
}

/* Bilderwechsler */
.a_logo {
	
}

.a_change {
	display:none;
}

/* Trenner */
hr {
	display:none;
}

.clear {
	height:1px;
	overflow:hidden;
	clear:both;
}

.divider {
	height:20px;
}</pre></body></html>