.Titel{
	font-family:verdana;
	font-size: 13pt;
	font-weight: bold;
	color:#FF6600;
}
.Normal{
	font-family:verdana;
	font-size: 10pt;
	font-weight:normal;	
}

.Sanne{
	font-size: 16pt;
}
/* Fix for MS Office style paragraphs (MsoNormal) */
p {
	margin: 0;
	padding: 0;
}

/* Fix for MS Office unindeted lists */
.unIndentedList {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.unIndentedList li {
	padding: 0;
}

/* Fix for MS Office UL lists */
ul {
	margin-top: 0;
	margin-bottom: 0;
}

A {
	text-decoration:none;
	color:#FF6600;
}
A:hover{
	border-bottom: 1px dotted #FF6600;
}

