*	{
	margin: 0; padding: 0;
}

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

.Background {
	background-image: url(../img/bg_home.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;
}
