#left {
	height: 600px;
	width: 340px;
	float: left;
	background-image: url(../img/links5.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 60px;
}


#right {
	background-image: url(../img/links1.jpg);
	float: left;
	height: 600px;
	width: 410px;
	background-repeat: no-repeat;
	position: absolute;
	left: 610px;
	top: 60px;
}

#main {
	float: left;
	width: 100%;
	background-image: url(../img/mainbg.jpg);
	background-repeat: repeat-x;
	height: 600px;
}


#middle {
	background-image: url(../img/mitte1.jpg);
	width: 270px;
	height: 600px;
	float: left;
	position: absolute;
	left: 340px;
	top: 60px;
	background-repeat: no-repeat;
	z-index: 2;
}
