h1 {
	font-size: 1.3em;
	font-weight: bold;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
}
h3 {
	font-size: 1em;
	font-weight: bold;
}
p {
	font-size: 0.8em;
	text-align: left;

}
h4 {
	font-size: 0.8em;
	background-color: #cc9900;
	color: #ffffcc;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}
a, a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}
#kopfzeile a {
	font-size: 0.8em;
	color: #ffffcc;
}
#kopfzeile a:hover {
	font-size: 0.8em;
	color: #660000;
}

