h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #336600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
h2 {
	font-size: 1.3em;
	padding-top: 0.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006633;
	font-style: italic;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
}
.bildLinks {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.bildRechts {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	clear: right;
}
.beideSeitenFrei {
	clear: both;
}
.kleingedrucktes {
	font-size: 0.8em;
	font-weight: normal;	
}
.displayBlock {
	display: block;
	width: 100%;
}
