html, body {
margin: 0;
padding: 0;
}
@page { 
margin:2cm 2cm 1.4cm 2cm;
 }

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	text-align: center; /*IE_quirks*/
}

#wrapper {
	position: relative;
	width: 100%;
	text-align: left; /*IE_quirks ende*/
	font-size: 12px;
}

#Kopf {
	visibility: hidden;
	display: none;
}

#Kopf img {
	border: none;
}

#Druckkopf {
	visibility: visible;
	display: inherit;
	top:10px;
	width:618px;
	height:100px;
	z-index:21;
}

#Ueberschrift {
	width: 560px;
	margin-top: 10px;
	margin-left: 60px;
	z-index: 40;
	height:auto;
	z-index:21;
}

#Ueberschrift h1 {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline;
	line-height: 40px;
	font-weight: bold;
}

#Rechts {
	visibility: hidden;
	display: none;
}

#Navileiste {
	visibility: hidden;
	display: none;
}

ul {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 27px;
}

#Inhalt {
	width: 520px;
	height: auto;
	margin-left: 60px;
	z-index: 30;
}

#Inhalt p {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	color: #000000;
	line-height: 16px;
	orphans:3;
	widows:4;
}

#Inhalt h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #666666;
}

#Inhalt h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #666666;
}

#Inhalt h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	color: #000000;
}

#Inhalt img {
	border: none;
	margin-left: 10px;
	margin-bottom: 5px;
}

#Inhalt a {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

