.spaltelinks {
	background-color: ButtonFace;
	width: 15%;
}
.spaltemitte {
	width: 70%;
	background-color: White;
}
.spalterechts {
	background-color: ButtonFace;
	width: 15%;
}
.layer1 {
	overflow: auto;
	width: 550px;
	height: 400px;
	position: relative;
	left: 0px;
	top: 0px;
}
.layer2 {
	overflow: auto;
	width: 550px;
	height: 300px;
	position: relative;
	left: 0px;
	top: 0px;
}
.layer3 {
	overflow: auto;
	width: 800px;
	height: 400px;
	position: relative;
	left: 0px;
	top: 0px;
}
.layer4 {
	overflow: auto;
	width: 550px;
	height: 200px;
	position: relative;
	left: 0px;
	top: 0px;
	border: 1px solid ButtonShadow;
}
#layerausschreibung {
	overflow: auto;
	width: 550px;
	height: 330px;
	position: relative;
	left: 0px;
	top: 0px;

}
