.Kopfzeile {
	background: url('../images/KopfzeileHintergrund.png') repeat-x;
	margin-left: 3px;
	top: 8px;
	width: 537px;
	left: 2px;
	text-align: center;
	padding-top: 10px;
}
.Inhalt {
	background: url('../images/InhaltHintergrund.png') repeat-x;
	margin-top: -1px;
	margin-left: 3px;
	width: 505px;
	text-align: justify;
	background-color: #faf6e0;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 20px;
	padding-bottom: 16px;
	letter-spacing: 1px;
}
.Inhalt th {
	text-align: center;
}
.Inhalt td {
	text-align: left;
}
.Inhalt H1 {
	font-size: 16px;
	color: #4a7f45;
}
.Inhalt H2 {
	font-size: 14px;
	color: #4a7f45;
}
.Inhalt H3 {
	font-size: 12px;
	color: #4a7f45;
	font-weight: bold;
	margin-left: 12px;
}
.Inhalt H4 {
	font-size: 12px;
	color: #4a7f45;
	font-weight: bold;
	margin-left: 12px;
}
.Inhalt H5 {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	margin-left: 12px;
}
.Inhalt H6 {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	margin-left: 12px;
}
.Inhalt IMG {
	float: right;
	margin-left: 16px;
}
.Inhalt .contenttable IMG {
	float: none;
	margin-left: 0px;
}