<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend /*,
table, caption, tbody, tfoot, thead, tr, th, td */ {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
:focus {/* per Default kein Focus, auf Wunsch gezielt setzen */
	outline: 0;
}
ul {
	list-style: none;
}
ol {
	list-style: decimal inside;
}
ul.abstand&gt;li, ol.abstand&gt;li {
	padding-top: 5px;
}
:root {
	--stdcol: #333;
	--acol: #c33;
	--ahovercol: #900;
	--afocusbcol: #ffe;
	--ahoverbcol: #ccc;
	--aktacol: #053fae;
	--bordercol: #999;
	--stdbcol: #fff;
	--infobcol: #9f9;
	--warnbcol: #ff9;
	--errbcol: #f99;
	--mittebcol: #f9f9f9;
	--fsize: 15px;
	--ffam: "Helvetica Neue", Helvetica, Arial, sans-serif;
	--fweight: 300;
	--flheight: 1.3;
}
body {
	color: var(--stdcol);
	background-color: var(--stdbcol);
	font-family: var(--ffam);
	font-size: var(--fsize);
	font-weight: var(--fweight);
	line-height: var(--flheight);
}
i, em, cite, blockquote, .i {
	font-style: italic;
}
sup {
	vertical-align: super;
	font-size: 80%;
}
h1, h2, h3, b, strong, .b, .bold {
	font-weight: bold;
}
h1 {
	font-size: 120%;
}
h2 {
	font-size: 110%;
}
input.text, textarea {
	border-radius: 4px;
	border: 1px solid;
	border-color: var(--bordercol);
	padding: 2px;
	background-color: var(--stdbcol);
	font-size: 95%;
	font-family: inherit;
	margin: 0;
	color: var(--stdcol);
}
input.text:focus, textarea:focus {
	border-color: var(--acol);
}
textarea {
   overflow: auto;
   vertical-align: top;
}
a, a:visited, a * {
	text-decoration: none;
	color: var(--acol);
}
a:focus {
	background-color: var(--afocusbcol);
}
a:hover {
	background-color: var(--ahoverbcol);
}
.akta, .akt a {
	color: var(--aktacol);
}
.akt a:hover {
	background-color: transparent;
}
.clear {
	clear: both;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.grabstu {
	margin-bottom: 1.05em;
}
.abstu {
	margin-bottom: 0.7em;
}
.klabstu {
	margin-bottom: 0.35em;
}
.noabstu {
	margin-bottom: 0px !important;
}
.grabsto {
	margin-top: 1.05em;
}
.absto {
	margin-top: 0.7em;
}
.klabsto {
	margin-top: 0.35em;
}
.noabsto {
	margin-top: 0px !important;
}
.grabstr {
	margin-right: 1.05em;
}
.abstr {
	margin-right: 0.7em;
}
.klabstr {
	margin-right: 0.35em;
}
.noabstr {
	margin-right: 0px !important;
}
.grabstl {
	margin-left: 1.05em;
}
.abstl {
	margin-left: 0.7em;
}
.klabstl {
	margin-left: 0.35em;
}
.noabstl {
	margin-left: 0px !important;
}
.stdcol {
	color: var(--stdcol) !important;
}
.emptyline {
	height: 1px;
}
.hidden {
	display: none;
}
.invisible {
	visibility: hidden;
}
.info {
	background-color: var(--infobcol);
	padding: 5px;
	font-weight: bold;
}
.warning {
	background-color: var(--warnbcol);
	padding: 5px;
	font-weight: bold;
}
.error {
	background-color: var(--errbcol);
	padding: 5px;
	font-weight: bold;
}
.invalid-link {
	color: red;
	background-color: yellow;
}
.invalid-cmd {
	font-weight: bold;
	background-color: orange;
}
.onlyjs {
	display: none;
}
.block {
	display: block;
}
.float-left {
	display: block;
	float: left;
	margin-right: 10px;
	text-align: left;
}
.float-right {
	display: block;
	float: right;
	margin-left: 10px;
	text-align: right;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.relative {
	position: relative;
}
.no-padding {
	padding: 0 !important;
}
.line-through {
	text-decoration: line-through;
}
#viewport {
	position: fixed;
	width: 100vw;
	height: 100vh;
	box-sizing: border-box;
	padding: 5px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
   flex-wrap: nowrap;
   align-items: center;
}
#mitte {
	position: relative;
	background-color: var(--mittebcol);
	border: groove 3px;
	border-color: var(--bordercol);
	border-radius: 15px;
	padding: 15px;
	margin: auto auto;
	width: max-content;
	max-width: 100%;
	height: max-content;
	max-height: 100%;
	overflow: scroll;
	box-sizing: border-box;
}
#mitte.top {
	margin: 20px auto;
}
.border2groove {
	border: 2px groove;
	border-color: var(--bordercol);
	padding: 5px;
	margin: 20px 0;
}
html { overflow: scroll; }
.copyleft {
   display:inline-block;
   transform: rotateY(180deg);
}
</pre></body></html>