@charset "utf-8";
/* CSS Document */

h1 {
	font-size: 1.4em;
	font-weight: normal;
	text-align: center;
}
h2 {
	font-size: 1.15em;
	font-weight: normal;
	text-align: center;
}
h3 {
	font-size: 0.75em;
	font-weight: bold;
	text-align: left;
}
h4 {
	font-size: 0.9em;
	font-weight: normal;
	text-align: center;
}
h5 {
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
}
p {
	font-size: 0.8em;
	font-weight: normal;
	text-align: left;
}
.kursiv {
	font-style: italic;
}
.zentriert {
	text-align: center;
}
.fett {
	font-weight: bold;
}
.klein {
	font-size: 0.75em;
}
.klein2 {
	font-size: 0.7em;
}
ul {
	font-size: 0.8em;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: circle;
}

