#left {
	height: 600px;
	width: 340px;
	float: left;
	background-image: url(../img/links2.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 60px;
}


#right {
	background-image: url(../img/rechts2.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/mainbg2.jpg);
	background-repeat: repeat-x;
	height: 600px;
}


#middle {
	background-image: url(../img/choregrafie.jpg);
	width: 230px;
	height: 600px;
	float: left;
	position: absolute;
	left: 340px;
	top: 60px;
	background-repeat: no-repeat;
	z-index: 2;
	text-align: right;
	padding: 20px;
}
#main #middle a {
	color: #FF0000;
	font-size: 100%;
}
#main #middle p {
	font-size: 10px;
	color: #666666;
}

