body {
	background-color: #dddddd;
	font-family: arial, sans-serif;
	font-size: 9pt;
	color: black;
}

h1 {
	font-family: arial, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	text-decoration : underline;
	margin-top : 20px;
	margin-bottom : 10px;
	padding : 0px;
}

h3 {
	font-family: arial, sans-serif;
	font-size : 11pt;
	font-weight : bold;
	text-decoration : underline;
}

a {
	text-decoration: none;
	color: blue;
	background-color: transparent;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: navy;
	background-color: transparent;
}

table {
	table-layout : fixed;
}

td {
	font-family: arial, sans-serif;
	font-size: 9pt;
	color: black;
}

.menu1 {
	background-color: transparent;
	color: #666666;
	font-size: 9pt;
	font-weight: bold;
	border: 1px solid #e8e8e8;
	width: 110px;
	height: 35px;
	padding: 2px;
	text-align: center;
	text-decoration : none;
}

.menu1:visited {
	background-color: transparent;
	color: #666666;
}

.menu1:hover {
	background-color: #dd003e;
	color: #eeeeee;
	border: 1px solid #000000;
	text-decoration : none;
}

.menu2 {
	background-color: transparent;
	color: #666666;
	font-size: 8pt;
	font-weight: bold;
	border: 1px solid #e8e8e8;
	width: 110px;
	height: 34px;
	padding: 2px;
	text-align: center;
	text-decoration : none;
}

.menu2:visited {
	background-color: transparent;
	color: #666666;
}

.menu2:hover {
	background-color: #dd003e;
	color: #eeeeee;
	border: 1px solid #000000;
	text-decoration : none;
}

.impressum {
	background-color: transparent;
	color: #444444;
	text-align: center;
	font-size: 8pt;
}