body {
	margin: 0;
	padding: 0;
	font-family: Times New Roman, Times, serif;
	font-size: 10pt;
	color: black;
	background-color: white;
	}

html {
	padding: 0;
	}

#header {
	display: none;
	}
html>body #header {  /* nur fuer moderne Browser! */
	display: none;
	}

#logo, #left {
	display: none;
	}

.hiddenforprint {
	display: block;
	}
html>body .hiddenforprint {  /* nur fuer moderne Browser! */
	display: block;
	}

.content { 
	text-align:left;
	}
.content h1 {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 1.2em;
	color: black;
	}
.content h2 { 
	font-size: 1.5em; 
	font-weight: bold; 
	text-transform: uppercase;
	}
.content p { 
	font-size: 12pt;
	}
.content #Fusszeile {
	font-size: 0.9em;
	color: black; 
	}

.initial {/* setzt Elemente links; Text umflie?t rechts */
	float: left; 
	clear: left;
	margin-right: 1.2em; 
	padding: 0; 
	text-align:center;
	}

/*.smcp {
	font-family: Times New Roman, Times, serif;
	text-transform: uppercase;
	}*/
.smcp { 
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 10pt;
	font-family: Times New Roman, Times, serif;
/*	font: small-caps 100% Times New Roman, Times, serif;*/
	}

.content strong { 
	font-weight: bold;
	}

.jump {
	float: right;
	margin: 1.2em 0.6em 0 0;
	text-align: right;
	}

.extlinks { 
	display: none;
	}
.showforprint {
	padding-left: 22em;
	display: inline;
	}
html>body .showforprint {  /* nur fuer moderne Browser! */
	padding-left: 22em;
	display: inline;
	}

h3 {
	font-size: 1.2em;
	margin: 1.2em 0;
	font-weight: normal;
	color: #c33;
	}
h4 {
	font-size: 1em;
	margin: 1.2em 0;
	font-weight: bold;
	color: #c33;
	}
h5 {
	font-size: 1em;
	margin: 1.2em 0;
	font-weight: normal;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	}

li > p {
	margin-top: 0.2em;
	}
pre {
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
/*i {
	margin: 0em; padding: 0em;
	}*/

#formular {
	 font-size: 1em;
	 }
.text {
	background-color:transparent;
	color:black;
	border:solid 1px;
	}
.select {
	background-color:transparent;
	color:black;
}
