/* CSS Document */
.normal {
	font-family: Arial;
	font-size: 12px;
color: #000000;
	text-decoration: none;
	padding-left:30px;
}
ul {
padding-left:0px;
margin-left:15px;
margin-top:20px;
	font-family: Arial;
	font-size: 12px;
color: #000000;
	text-decoration: none;
	list-style-type:square;
}
.titel_normal {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


.link {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
