@charset "utf-8";
/* CSS Document */

.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight: plain;
	text-transform: uppercase;
	line-height: 30px;
	color: #00294b;
}

.subhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: plain;
	line-height: 20px;
	color: #00294b;
}

.content {
	font-family: "trebuchet MS", arial;
	font-size: 9pt;
	font-weight: normal;
	line-height: 19px;
	text-align: justify;
	color: #3e3e3e;
}

.impressum {
	font-family: "trebuchet MS", arial;
	font-size: 7pt;
	font-weight: normal;
	line-height: 12px;
	text-align: justify;
	color: #3e3e3e;
}

a:link {
	font-weight: bold;
	color: #002C50;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	color: #002C50;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #002C50;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #D3B072;
	text-decoration: none;
}
