body {
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	margin: 5px;
}
.boldLine {
	font-weight: bold;
}
.headline {
	font-size: 24pt;
	font-weight: bold;
	line-height: normal;
}
.subHeadline {

	font-size: 18pt;
	font-weight: bold;
	line-height: normal;
}
.headlineTitle {

	font-size: 36pt;
	font-weight: bold;
	line-height: normal;
}
.notiz {font-size: 9pt}
.notizBold {font-size: 9pt; font-weight: bold; }
a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	color: #FFDD00;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #00FFFF;
}
a:active {
	text-decoration: none;
	color: #00FFFF;
}
.xSmall {
	font-size: x-small;
}
.black {
	color: #000000;
}
.navbox {
	padding: 3px;
	border: thin ridge #CCCCCC;
}
.headerWhite {
	font-size: 18pt;
	font-weight: bold;
	color: #FFFFFF;
}
.archivbox {
	margin: auto;
	height: auto;
	width: 120px;
	padding-top: 5px;
	border: medium groove #666666;
	text-align: center;
}
table {
	background-color: #EEEEEE;
}
.notizBoldRed {
	font-size: 9pt;
	font-weight: bold;
	color: #FF0000;
}
