body {
	background-color: #E3E3E3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	width: 100px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	line-height: 1.4em;
}
a:hover {
	text-decoration: underline;
	color: #812E2C;
}
a:visited {
	text-decoration: none;
	color: #141414;
}
a:visited:hover {
	text-decoration: underline;
	color: #812E2C;
}
a.udtitel:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a.udtitel:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #812E2C;
	text-decoration: underline;
}
a.udtitel:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a.udtitel:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #812E2C;
	text-decoration: underline;
}

