#left {
	height: 600px;
	width: 340px;
	float: left;
	background-image: url(../img/links3.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 60px;
}


#right {
	background-image: url(../img/rechts3.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/mainbg3.jpg);
	background-repeat: repeat-x;
	height: 600px;
}


#middle {
	background-image: url(../img/mitte2.jpg);
	width: 270px;
	height: 320px;
	float: left;
	position: absolute;
	left: 340px;
	top: 60px;
	background-repeat: no-repeat;
	z-index: 2;
}
#main #left #images {
	position: absolute;
	width: 50px;
	left: 530px;
	top: 360px;
	visibility: visible;
}
#main #left #images img {
	padding-bottom: 10px;
}
#main #middle a {
	line-height: 7px;
}

