.schrift {
	font-family: Comic Sans MS, Verdana, Arial;
	font-size: 14px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #B00808;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	font-family: "Comic Sans MS";

}
.fett {
	font-weight: bold;
}
.rot {
	color: #FF0000;
}
.oben {
	vertical-align: top;
}
.blau {
	color: #000066;
}

ul {
	border: medium none #FFFF00;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	list-style-image: url(../bilder/hintergrund/ul.gif);
	font-family: "Comic Sans MS";

}
li {
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: #FF0000;

}

