.titel {
	color: #FF9933;
	letter-spacing: 1x;
	font-size: 16px;
	font-family: Arial, Helvetica, Verdana, Geneva;
	font-weight: bold;
	line-height: 18px;
}
.legende {
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, Geneva;
	font-weight: normal;
	line-height: 16px;
	font-style: italic;
}
.text {
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, Geneva;
	font-weight: normal;
	line-height: 16px;
}
.untertitel {
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, Geneva;
	font-weight: bold;
	line-height: 16px;
}
a:link {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a:hover { 
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
a:active { 
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

