div#schatten
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:550px;
	background:url(../images/schatten.png) center top no-repeat;
}

div#mitte
{
	position:absolute;
	top:0;
	left:50%;
	height:100%;
	width:0;
}

div#seite
{
	position:absolute;
	top:0;
	left:-350px;
	height:100%;
	min-height:100%;
	width:700px;
}

div#map
{
	width:380px;
	height:250px;
	border:1px solid #ccc;
}