body {
	background-color:#fff;
	color:#000;
	font-size: 100.01%;
}

.neuezl {
	clear: both;
	float: none;
	height: 1px;
	width:100%;
	display:block;
	font-size: 1px;
	line-height: 1px;
}

#logo, #navibox, #sprachen, #infoleiste, #blaettern, #kontaktdaten, #drucken, div.anfang {
	display:none;
}

#viewport, #kopf, #koerper, #inhalt {
	position: relative;
	width: 100%;
}

#fuss {
	position:relative;
	width: 100%;
	margin: 1.3em 0 0 0;
	padding: 0.5em 0 0 0;
	border-top: 1pt solid black;
}

#datum {
	width:7cm;
	display: block;
	float: left;
	font-size: 80%;
}

#copyright {
	float:right;
	width:7cm;
	text-align:right;
	display:block;
	font-size:80%;
	font-style:italic;
}

abbr, acronym {
	border:0;
}

a:link, a:visited {
	text-decoration:none;
	color:#333333;
}

#titel h1 {
	font-size:2em;
	font-family: Thomdale,"Times New Roman",Times,serif;
	font-style: italic;
}

#navleiste {
	border-bottom:1.5pt solid black;
	padding:0 0 0.3em 0;
	margin:0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
	page-break-after:avoid;
	margin:0 0 0.5em 0;
}

/* Trennstrich */

div.trenner {
	font-size:1px;
	line-height:1px;
	height:1px;
	margin:15px 0;
	display:block;
	clear:both;
	border-bottom: 2px solid black;
}

/* Box mit Hinweisen */

div.wichtig {
	background-color:#ffe0e0;
	border:2pt solid red;
}

div.hinweis {
	background-color:#ffffd0;
	border:1pt solid #cccc33;
}

#fussnotentrennung { /* Trennstrich */
	border-bottom:1pt solid black;
}

/* Umflossene Boxen */
div.boxrechts {
	float:right;
	margin:0 0 10px 10px;
}

.boxinhalt {
	margin:1em;
}

div.boxlinks {
	float:left;
	margin:0 10px 10px 0;
}

.zitat {
	margin:1em;
	font-style:italic;
}

/* Tabelle */

table.din {
	margin:0 2pt;
	border-collapse:collapse;
	empty-cells:show;
	border:1pt solid black;
	font-size: 0.9em;
}

table.din caption {
	padding:0 0 0.5em 0;
}

table.din thead {
	background-color:#e8e8e8;
	text-align: center;
	border:1pt solid black;
}

table.din thead th {
	border:1pt solid black;
}

table.din thead td {
	background-color:#f6f6f6;
	border:1pt solid black;
}

table.din tbody th {
	background-color:#f6f6f6;
	border-right:1px solid black;
}

table.din tbody td {
}

table.din tfoot {
	border:1pt solid black;
}

table.din tfoot th {
	background-color:#f6f6f6;
	border:1pt solid black;
}

table.din tfoot td {
	border-top:1pt solid black;
}

table.din th, table.din td {
	padding:3px;
	border:0px none transparent;
}

table.din th.zahl, table.din td.zahl {
	text-align:right;
}

table.din th.rrhm, table.din td.rrhm {
	border-right:1pt solid black;
}

table.din th.zahlrrhm, table.din td.zahlrrhm {
	text-align:right;
	border-right:1pt solid black;
}

table.din th.urhm, table.din td.urhm {
	border-bottom:1pt solid black;
}

table.din th.zahlurhm, table.din td.zahlurhm {
	text-align:right;
	border-bottom:1pt solid black;
}

table.din th.rurhm, table.din td.rurhm {
	border-bottom:1pt solid black;
	border-right:1pt solid black;
}

table.din th.zahlrurhm, table.din td.zahlrurhm {
	text-align:right;
	border-bottom:1pt solid black;
	border-right:1pt solid black;
}

/* Listen */
ul, ol {
	margin:auto 1.5em 0.5em auto;
}

li {
	margin-left:2.01em;
}

