html {
	height:100%;
}

body {
	background: LightGrey;
	color: black;
	font-family: sans-serif;
	font-size: small;
	height: 100%;
	margin-top: 8px;
}

div#main {
	height:100%;
	width:100%;	
	display: table;
}

div#wrapper {
	display: table-cell;
	height:100%;
	vertical-align: middle;
}

div#pagecontent {
	width: 1280px;
	height: 684px;
	margin-left: auto;
	margin-right: auto;
	background: white;
	box-shadow: 8px 8px 8px gray;
	position: relative;
}

span#backofthehead {
	text-transform: uppercase;
	color: white;
	font-size: x-large;
	font-weight: bold;
	position: absolute;
	left: 500px;
	top: 220px;
	width: 240px;
	text-align: center;
}

img#logo {
	position: absolute;
	left: 1020px;
	top: 70px;
}

img#sidegraphic {
	position: absolute;
	left: 0px;
	top: 70px;
}

img#backgroundgraphic {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
}

span#small-right-column {
	position: absolute;
	left: 940px;
	top: 160px;
	width: 280px;
	font-size: large;
}

span#homecontent {
	position: absolute;
	left: 540px;
	top: 200px;
	width: 685px;
	font-size: large;
	height: 410px;
	overflow-y: auto;
	overflow-x: none;
}

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

a:visited {
	color: #555555;
}

a.navigate {
	color: black;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;
	font-size: normal;
	vertical-align: middle;
}

a#impressum {
	position: absolute;
	left: 1140px;
	top: 650px;
}

div.navbar {
	float: left;
	width: 250px;
	height: 40px;
	padding-right: 5px;
	padding-top: 5px;
	border-right: solid 1px black;
	text-align: center;
}

span.highlight a {
	font-weight: bolder;
	color: black;
}

span#sublinks {
	position: absolute;
	width: 685px;
	left: 540px;
	top: 70px;
	font-size: x-large;
}

hr {
	border: 0;
	height: 1px;
	color: black;
	background-color: black;
}

img#portrait {
	margin: 18px;
	float: right;
}

ul {
	padding-left: 20px;
	/*padding-left: 0px;*/
}