body {
	font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
P.klein1 {
	font-size : smaller;
}

P.klein2 {
	font-size : x-small;
}

P.klein3 {
	font-size : xx-small;
}

P.ind1 {
	text-indent : 40px;
}

strong.unter {
	text-decoration:underline;
	}

P.unter {
	text-decoration:underline
}

P.klein_unter {
	text-decoration:underline;
	font-size : x-small;
}

P.marg1 {
	margin-left : 50px;
}

H1, H2, H3, H4, H5, H6 {
	color : #330099;
}
P.fett_n {
	font-weight : bold;
}
P.fett_h2 {
	font-weight : bold;
	font-size : x-large;
}
P.fett_h3 {
	font-weight : bold;
	font-size : large;
}
P.kurs_n {
	font-style : italic;
}
P.block{
	text-align : justify;
}
P.weiss {
color : White;
}