* {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;	
	box-sizing: border-box;
}

body, html {
	margin: 0;
	padding: 0;
	background-color: #CCC;
	overflow-x: hidden;
}

header {
	position: absolute;
	font-variant: small-caps;
	background-color: #FFF;
	text-align: center;
	left:0px;
	right:0px;
	top: 0px;
	color: #CCC;
}

footer {
	font-variant:small-caps;
	background-color: #FFF;
	color:#999;
}

footer a {
	text-decoration: none;
	color:#999;
}

footer a:hover {
	text-decoration: none;
	color:#000;
}

li {
	display: block;
	list-style-type: none;
	position: absolute;
	background-color: #FFF;
	text-align: center;
}

#Blog {
	color:#E95D0F;
}

a:visited #Blog {
	color:#E95D0F;
}

a:hover #Blog {
	color: #CCC;
}

#Design {
	margin-top: 1px;
	color:#7A92D3;
}

a:visited #Design {
	color:#7A92D3;
}

a:hover #Design {
	color: #CCC;
}

#Mensch {
	color:#555548;
}

a:visited #Mensch {
	color:#555548;
}

a:hover #Mensch {
	color: #CCC;
}

#Hintergrund {
	position: fixed;
	z-index: -1;
	background-position: center;
	background-size: cover;
}

#Text {
	left: 100px;
	position: absolute;
	width: calc(100% - 200px);
	background-color: #FFF;
	opacity: 0.5;
	overflow-x: auto;
}