
.blackborder {
	border: 1px solid #000000;
	background-color: 63666D;
}

.menu_schrift {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #eeeeee;
}

.bildunterschrift {
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	color: #eeeeee;
	vertical-align: top;
	text-align: right;
}

.content {
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	line-height: 1.5;
	color: #eeeeee;
	vertical-align: top;
}

/* Basic stuff */
body {
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	color: #eeeeee;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #7B7E85;
}
H1 {
	text-decoration: none;
	font-weight: bold;
	background-color: #E3EAFE; /* #EBEBEB; */
	font-size: 10pt; 
	COLOR: #0000AA; 
	FONT-FAMILY: Arial;
	line-height: 1.2;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
H2 {
	text-decoration: none;
	font-weight: bold;
	FONT-SIZE: 12pt; COLOR: #0000AA; FONT-FAMILY: Arial
}
H3 {
	text-decoration: none;
	font-weight: bold;
	FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: Arial
}
H4 {
	text-decoration: none;
	font-weight: bold;
	FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: Arial
}
H5 {
	text-decoration: none;
	font-weight: normal;
	FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: Arial
}
H6 {
	text-decoration: none;
	font-weight: bold;
	FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: Arial
}


a:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}