/*Ebenen*/
#container {
	left: 0;
	top: 0;
	overflow: visible;
	margin: 0;
}
#logo {
	position: absolute;
	left: 400px;
	top: 93px;
}
#titel {
	position: absolute;
	top: 103px;
	left: 20px;
}
#text {
	position: absolute;
	top: 175px;
	left: 20px;
	width: 400px;
	overflow: auto;
}
#text2 {
	position: absolute;
	top: 175px;
	right: 310px;
	width: 180px;
	height: 380px;
}
#nav {
	display: none;
}
#servicenav {
	display: none;
}
#illu {
	display: none;
}

