*	{
	margin: 0; padding: 0;
}

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

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




span.ueberuns {
	padding-top: 5px; padding-bottom: 5px; padding-left: 25px; padding-right: 25px;
	background: #fff;
	color: #d52429;
}

#Info {
	top: -134px; left: 610px; 
	position: relative; z-index: 6;
}

#Info li {
	font-family: Verdana, sans-serif; font-size: 10px; 
	display: inline;
	list-style: none;
}

#Info a {
	padding-left: 6px; padding-right: 6px; padding-top: 4px; padding-bottom: 4px; 
	text-decoration: none;
	color: #000; background-color: #fff;
}

#Info a:hover {
	color: #CC0000;
}
