body {
	background-color: white;
	font-family: Gill Sans, Sans-Serif;;
	font-size: 12pt;
	color: #666666;
	
	display: flex;
	justify-content: center;
}

a {
	text-decoration: none;
	color: #666666;
}

div.Seitenrahmen {
	padding: 77px;
	width: 806px;	
}
img.Seitenbild {
	alt-top: 77px;
	top: 0px;
	alt-left: 77px;
	left: 0px;
	width: 806px;
	alt-padding: 77px;
}

div.Navigation { test-background-color: yellow;
	position: relative;
	top: 158px;
	left: 13px;
	width: 780px;
	text-align: center;
}
a.Navigation {
	margin: 20px;
}
a.NavigationAktiv {
	margin: 20px;
	color: #56A9D4;
}



