@charset "utf-8";
.Hauptparagraph {
	font-size: 10pt;
	font-family: "Lucida Sans", "Lucida Bright";
	line-height: 175%;
	text-align: justify;
	margin: 20px;
	font-weight: normal;
}
.Titel {
	font-size: 18pt;
	font-weight: bold;
	font-family: "Palatino Linotype";
}
.Untertitel {font-size: 16pt}
.Heading {
	font-size: 16pt;
	font-weight: bold;
	padding-top: 18px;
	text-align: center;
}
.Link {
	font-family: "Lucida Sans", "Lucida Bright";
	font-size: 9pt;
	color: #003366;
	text-align: center;
	font-style: normal;
	font-weight: normal;
}
a:link {
	color: #43848F;
}
a:visited {
	color: #006868;
}
a:hover {
	color: #E0822C;
}
a:active {
	color: #2E5767;
}

