body {
	margin:0%;
	padding: 0%;
	background-color: lightgray;
}

.middle {
	position: absolute;
	top: 2px;
	left: 45%;
}

.background1 {
	background-color: #ADD8BA;
	height: 15%;
	width: 100%;
	z-index: 3;
	position: absolute;
	top: 0%;
	left: 0%;
}

.window {
	background-color: lightgray;
	min-height: 10%;
	width: 45%;
	border-radius: 2px;
	border-bottom-style: solid;
	border-bottom-color: gray;
	border-left-style: solid;
	border-left-color: gray;
	z-index: 0;
	position: absolute;
	top: 20%;
	left: 20%;
}

.text {
	width: 35%;
	position: absolute;
	top: 20%;
	left: 30%;
}

.sideboardbuttons {
	color: black;
	background-color: white;
	border-radius: 5px;
	border-width: 1px;
	width: 82%;
	left: 4px;
}

#profilbild {
	min-width: 90px;
	width: 10%;
	min-height: 90px;
	height:20%;
	z-index:9;
	position: fixed;
	top: 1%;
	left: 85%;
}

#profilebackground {
	background-color: whitesmoke;
	border-radius: 10px;
	width: 25%;
	height: 100px;
	z-index: 8;
	position: fixed;
	top: 21%;
	left: 69%;
	opacity: 0;
}

#sideboard {
	background-color: #ADD8BA;
	min-width: 120px;
	width: 10%;
	max-width: 200px;
	height:100%;
	z-index: 3;
	position: absolute;
	top: 15%;
}

#sideboardbutton1 {
	top: 5px;
}

#sideboardbutton2 {
	top: 35px;
}

#sideboardbutton3 {
	top: 65px;
}
#sideboardbutton4 {
	top: 95px;
}

#sideboardbutton5 {
	top: 135px;
}

#background {
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-radius: 5px;
	background-color: lightgray;
	border-bottom-color: gray;
	border-left-color: gray;
	width: 70%;
	z-index: 5;
	position: absolute;
	top: 30%;
	left: 25%;
}

#geheim {
	color: gray;
	z-index:6;
	position: absolute;
	left: 50%;
}

#mailto {
	color: black;
	background-color: #00c5db;
	border-color: gray;
	width: 40%;
	max-width: 500px;
	z-index:6;
	position: absolute;
	top: 60px;
	left: 32%;
}

#foot {
	background-color: white;
	width:98%;
	height:5%;
	z-index:7;
	position: absolute;
	top: 95%;
	left: 1%;
}

#footleft {
	color: black;
	text-decoration: none;
	position: absolute;
	top: 5%;
	left: 30%;
}