html, body {
	height: 100%;
	border: 0px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: none;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 4px;
	padding-right: 4px;
}
h1 {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
#Druckkopf {
	visibility: visible;
	display: inherit;
	position:absolute;
	left:30px;
	top:10px;
	width:600px;
	height:100px;
	z-index:21;
}
#Keindruck {
	visibility: hidden;
	display: none;
}
#Inhalt {
	position:absolute;
	left:30px;
	top:120px;
	width:600px;
	height:auto;
	z-index:21;
}
#Rechts {
	position:absolute;
	left:648px;
	top:10px;
	width:160px;
	height:auto;
	z-index:22;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.klein {
	font-size: 9px;
}
.breite380 {
	width: 380px;
}
.Knopf {
	background-color:#FFCC00;
	font-weight:bold;
}