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

h1 {
	font-size: 1.3em;
	font-weight: normal;
	text-align: left;
}
h2 {
	font-size: 0.95em;
	text-decoration: underline;
}
p {
	font-size: 0.95em;
	font-weight: normal;
	text-align: left;
}
ul {
	list-style-position: outside;
	list-style-type: circle;
}
table {
	font-size: 0.95em;
	font-weight: normal;
}
.klein {
	font-size: 0.75em;
}
.klein_2 {
	font-size: 0.65em;
}
.rot {
	color: #F00;
}
.fett {
	font-weight: bold;
}


