@charset "utf-8";

/* Pseudoklassen */
a:link { text-decoration:underline; color:ff0000; }
a:visited { text-decoration:underline; color:c00000; }


/* allgemeine Attribute */
body {
	font-family:Helvetica,Arial,sans-serif;
	font-size:12pt;
	color:black;
	text-align:left;
	background-color:white;
}

pre { font-family:monospace,fixed,Courier; }

textarea { font-family:monospace,fixed,Courier;font-size:12pt;width:100%; }

h1,h2,h3,h4,h5,h6 { text-align:left;text-decoration:none;font-weight:normal;
	font-family:Helvetica,Arial,sans-serif; }

h1 {
	font-size:22pt;
	position: sticky;
	top: 0;
	z-index: 10;
	background-color: white;
}
h2 { font-size:18pt; }
h3 { font-size:14pt; }
h4 { font-size:12pt;font-weight:bold;text-decoration:underline; }
h5 { font-size:12pt;font-weight:bold;text-decoration:none; }
h6 { font-size:12pt;font-weight:normal;text-decoration:underline; }

.klein { font-size:85%; }
.eingerueckt { margin-left:7mm; }

#schlusszeile {
	font-size:85%;
	text-indent:0pt;
}

