body {
	margin: 0px;
}
div.header {
	font-family: Arial;
	border-bottom: 1px solid #8687FF;
	border-left: none;
	border-right: none;
	border-top: none;
	padding: 5px;
	margin: 0px;
	background-color: Transparent;
	text-align: center;
}
div.menue {
	border-left: none;
	width: 150px;
	height: 100%;
	border-bottom: none;
	border-right: 1px solid #8687FF;
	border-top: none;
	margin: 0px;
	padding: 5px;
	padding-left: 10px;
	display: block;
	background-color: #e5e5e5;
	white-space: nowrap;
}
div.inhalt {
	border: 1px solid black;
	margin: 10px;
	padding: 2px;
	display: block;
	position: relative;
	background-color: #e5e5e5;
	top: 0px; 
	width: auto;
}
div.footer {
	text-align: center;
	display: block;
	width: 100%;
}
table.page {
	height: 100%;
	width: 100%;
	border: none;
}
table.table {
	border: 1px;
	border-color: black;
	border-style: solid;
	font-size: 80%;
}
th.table {
	border: 1px;
	border-color: black;
	border-style: solid;
}
td.table {
	border: 1px;
	border-color: black;
	border-style: solid;
}
.ergebnis {
	border-bottom:1px solid grey;
	font-size:16px;
	padding:4px;
	font-size: 80%;
}
.ergebnis a {
	color:black;
	text-decoration: none;
}
