div {

	position: static;
}
.top{
	top: 200px;
	
}

.rel1{
	position: relative;
	left:150px;
	
}
.rel2{
	position: relative;
	right:50px;
	
}

.rel3{
	position: relative;
	left:100px;

}
.mitte{
	position: relative;
	left:350px;

}
.rechts{
	position: relative;
	left:750px;
}
.rel4{
	position: relative;
	left:950px;
}
.fix{
	position: fixed;
	left:700px;
	top:70px;
	
}
.top2{
	width: 400px;
	height:50px;
	margin:5px;
	background-color: rgb(224,224,224);
	border: 3px solid rgb(128,128,128);
	position: static;

}
.box1{
	width: 400px;
	height:50px;
	margin:5px;
	background-color: rgb(224,224,224);
	border: 3px solid rgb(128,128,128);
	position: static;

}