.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #462a15;
	line-height: 18px;
}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #462a15;
}
.subtitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #462a15;
}
.zusatz {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #662e05;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #662e05;
	text-decoration: none;
}
a:active    {
	color: #662e05;
	text-decoration: none;
}
a:hover         {
	color: #662e05;
}
a:link       {
	color: #662e05;
	text-decoration: none;
}
a  {
	color: #662e05;
	text-decoration: none;
}
a:vlink  {
	color: #662e05;
	text-decoration: none;
}
.pointer { 
	cursor: pointer;
}

body {
	background-color: #e5f4fd;
}
