.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	}
.zentriert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	}
.klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	}
h1 {
	font-size: 14pt;
	color: #4C68AD;
	}
h2 {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 0pt;
	}
ul {
	list-style-image: url(grafik/list.png);
	}
a:link {
	text-decoration: none;
	color: #4C68AD; 
	}
a:visited {
	text-decoration: none;
	color: #4C68AD;
	}
a:hover {
	text-decoration: underline;
	color: #4C68AD;
	}
a:active {
	text-decoration: underline;
	color: #FFCC33;
	}
