body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.weiss {
	color: #FFFFFF;
	line-height: 2em;
	font-weight: bold;
}

.schwarz {
	color: #000000;
	line-height: 2em;
	font-weight: bold;
}

p {
	text-align: justify;

}

.weiss:hover {
	color: #000000;
	text-decoration: none;
	background-color: #0033FF;
}
.weiss:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0033FF;
	font-weight: bold;
}

.weiss:visited {
	text-decoration: none;
	font-weight: bold;
}

.ueberschrift {
	font-weight: bold;
}

.ueberschriftgross {
	font-size: 1.2em;
	font-weight: bold;
}
.list {
	list-style-type: square;
	list-style-position: outside;


}
