#Text {
	position:fest;
	z-index:1;
	text-align: center;
	overflow: auto;
}
#gesammt {

	position:absolute;
	width:100%;
	height:80%;
	z-index:2;
	padding-top: 100px;
	overflow: auto;
	left: 0px;
	top: 0px;
	text-align: center;
}
body {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(Hintergrund/graulang.jpg);
	background-color: #000000;
	overflow: auto;
	height: 100%;
	position: static;
	background-repeat: repeat-x;
	background-position: left top;
}

