*	{
	margin: 0; padding: 0;
}

#Container {
	width: 950px; height: 650px;
	background-color: #fff;
	margin: auto; 
}

.Background {
	background-image: url(../img/bg.jpg); background-repeat: no-repeat; 
	width: 945px; height: 643px;
	position: absolute; z-index: 1;
}

.Balken {
	background-image: url(../img/navi_balken.gif);
	width: 796px; height: 56px;
	top: 40px; left: 76px;
	position: relative; z-index: 2;
}

.Logo {
	background-image: url(../img/logo.gif); background-repeat: no-repeat;
	width: 94px; height: 130px;
	top: -40px; left: 40px;  
	position: relative; z-index: 3;
}

#Content {
	font-family: Verdana, sans-serif; font-size: 12px; text-align: center; 
	width: 400px;
	top: -100px; left: 250px;
	position: relative; z-index: 6;
}

p {
	margin-top: 20px;
}