#rechts body {
	padding-top: 10px;
}

sub {
	font-size: 80%;
}

table, td, th {
	border: 1px solid black;
	border-collapse: collapse;
}

table {
	min-width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	overflow: hidden;
	/*white-space: nowrap;*/
}

td {
	border: 1px solid black;
	overflow: hidden;
	padding: 5px;
}

.titel {
	/* font-family: Impact,Verdana, Times, Arial, sans serif; */
	background-color:#ce9f56;
	font-size: 20pt; 
	line-height: 35pt; 
	color: white; 
	/* text-shadow:black;*/
	font-weight: bold;
}

.subtitel { 
	/*font-family: Impact, Verdana, Times, Arial, sans serif;*/
	font-size: 8pt; 
	line-height: 9pt; 
	color: white; 
	font-weight: bold;
}

.subtitel_v2 {
	font-size: 10pt; 
	line-height: 10pt; 
	color: white; 
	font-weight: bold;
}

.subtitel_v3 { 
	/*font-family: Impact, Verdana, Times, Arial, sans serif;*/
	font-size: 10pt; 
	line-height: 9pt; 
	color: white; 
	font-weight: bold;
}

.navititel {
	font-size: 10pt; 
	line-height: 17pt; 
	color: white; 
	font-weight: bold;
        background-color: #ce9f56;
        text-align: center;
}

.normal {
	font-size: 9pt; 
	line-height: 10pt; 
}

.text {
	font-size: 12pt; 
	line-height: 13pt; 
	text-indent: 1cm; 
	margin: 0.5cm;
}

.pflicht {
	color: red; 
	font-size:  9pt; 
	line-height: 11pt; 
	font-weight:bold;
}

.erinnerung {
	color: red; 
	font-size:  14pt; 
	line-height: 15pt; 
	font-weight:bold;
}

.zusatz {
	color: black; 
	font-size: 7pt; 
	line-height: 8pt;
}

.kursiv { 
	font-style:italic; 
}

.fett { 
	font-weight:bold; 
}

.grosskursiv { 
	font-style:italic; 
	font-size:200%; 
}

.gross { 
	font-size:160%; 
}

.grossfett { 
	font-size:120%; 
	font-weight:bold;
}

.image_preview {
	max-width:250px;
	max-height:150px;
	width: 100%;
	object-fit: contain;
}

.tabellenzelle {
	font-size: 1em;
	line-height: 1.2em;
	color: black;
}

.grey {
	background-color: #eeeef5;
}

.protokoll {
	font-size: 10pt; 
	line-height: 12pt; 
	color: black; 
}

.normal_form {
	font-size: 10pt; 
	line-height: 12pt; 
}

.titel_form {
	color: red; 
	font-size: 18pt; 
	line-height: 20pt; 
	font-weight:bold;
}

.untertitel_1 {
	color: black;
	font-size: 14pt; 
	line-height: 15pt; 
	font-weight:bold;
	font-style:italic;
}

.untertitel_2 {
	color: black; 
	font-size: 12pt; 
	line-height: 13pt; 
	font-weight: bold;
}

.untertitel_3 {
	color: black; 
	font-size: 10pt; 
	line-height: 11pt; 
	font-weight:bold;
}

.zusatz_form {
	color: black; 
	font-size: 8pt; 
	line-height: 9pt;
}


a:link {
	letter-spacing: 0.05em;
	color: black; 
	text-decoration: underline;
}

a:hover {
	letter-spacing: 0.05em;
	color: #ce9f56; 
	text-decoration: underline;
}

a:active {
	letter-spacing: 0.05em;
	color: blue; 
	text-decoration: underline; 
	font-style: italic;
}

a:visited {
	letter-spacing: 0.05em;
	color: black; 
	text-decoration: none;
}

a:visited:hover {
	letter-spacing: 0.05em;
	color: #ce9f56; 
	text-decoration: underline;
}

#kopf {
    position: fixed;
    top: 0;
    z-index: 5;
}

#tabellen {
    position: absolute;
    top: 125px;
    z-index: 3;
}
#hintergrund {
    position: fixed;
    top: 0;
    z-index: 1;
}