#navigation{
top: 100px;
left: 50px;
position: absolute;
background: white;
width: 50px;
}
#Steckbrief{
   background-color: white;
	position: absolute;
	top: 600px;
	left: 400px;
	width: 300px;
}
body{
	background-color: red;
}
#Bild1 {
	top: 200px;
	left: 430px;
	position: absolute;
}
#TextF{
	position: absolute;
	top: 400px;
	left: 300px;
	color: black;
	background-color: green;
	width: 500px;
}
#Bild2 {
  position: absolute;
  top: 100px;
  left: 400px;
}
#1{
	left: 300px;
	top: 100px;
	position: absolute;
}
#Bild3{
	position: absolute;
	top: 200px;
	left: 500px;
}
#Bild4{
	position: absolute;
	top: 900px;
	left: 500px;
}
#Bild5{
   position: absolute;
   top: 1790px;
   left: 500px;
}
#Bild6{
	top: 2700px;
	left: 500px;
	position: absolute;
}
#Liste {
	top: 200px;
	left: 500px;
	position: absolute;
	background-color: green;
}
#Text1{
	top: 800px;
	left: 500px;
	width: 400px;
	position: absolute;
	background-color: green;
}
#Text2{
	top: 1520px;
	left: 500px;
	width: 400px;
	position: absolute;
	background-color: green;
}#Text3{
	top: 2420px;
	left: 500px;
	width: 400px;
	position: absolute;
	background-color: green;
}#Text4{
	top: 3250px;
	left: 500px;
	width: 400px;
	position: absolute;
   background-color: green;
}
#Überschrift{
	top: 50px;
	left: 500px;
	position: absolute;
	background-color: green;
}
#Quellen {
	top: 100px;
	left: 300px;
	position: absolute;
	background-color: green;
	width: 800px;
	
}