#body {
	position:absolute;
	z-index:1;
	width: 1024px;
	height: 780px;
	left: 0px;
	top: 0px;
}
#head {
	position:absolute;
	width:1024px;
	height:80px;
	z-index:1;
	left: 0px;
	background-image: url(../layout/head.jpg);
	top: 0px;
}
#leinwand {
	position:absolute;
	width:960px;
	height:300px;
	z-index:1;
	left: 30px;
	top: 80px;
}
#bild {
	position:absolute;
	left:265px;
	top:85px;
	width:512px;
	height:288px;
	z-index:2;
	background-color: #FFFFFF;
}

#text {
	position:absolute;
	width:620px;
	height:245px;
	z-index:3;
	left: 210px;
	top: 400px;
	text-align: center;
}
#sitze {
	position:absolute;
	width:1024px;
	height:260px;
	z-index:1;
	left: 0px;
	top: 520px;
	background-image: url(../layout/sitze.jpg);
}
#menu {
	position:absolute;
	width:145px;
	height:440px;
	z-index:2;
	left: 30px;
	top: 85px;
	text-decoration: none;
}
#menu_ortswerbung {
	position:absolute;
	width:170px;
	height:440px;
	z-index:2;
	left: 825px;
	top: 0px;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
