.navigation {
	position: absolute;
	height: auto;
	width: 150px;
	left: 10px;
	top: 100px;
	background-color: #A3B2DD;
	padding: 20px;
	border: 1px solid #333333;
	list-style-type: none;
}
.pagebody {
	position: absolute;
	left: 200px;
	top: 100px;
	padding: 20px;
	border: 1px solid #333333;
	margin-left: 20px;
	width: 70%;
}
.page {
	height: 95%;
	width: auto;
}
H1 {
	text-align: center;
}
H2 {
	text-align: left;
	font-size: 15px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #A3B2CC;
}
a {
	color: #000099;
	text-decoration: none;
}

.impressum {
	text-align: center;
	position: absolute;
	bottom: 0px;
	clear: both;
}
 

