

#container {
	background:  #d4e4f9 url(../bilder/hint_home.jpg) no-repeat center top;
	z-index: 1;
}

#fuss {
	z-index: 2;
}


#fusslink {
	position: absolute;
	left: 80px;
	bottom: 30px;
	width: 608px;
	height: 50px;
	overflow: hidden;
	text-align: left;
	z-index: 5;
}

#fusslink a:link,
#fusslink a:hover,
#fusslink a:visited,
#fusslink a:active {

	font-size: 210%;
	font-weight: bold;
	color: #005b83;
	text-decoration: none;
}



#weiterebene {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 10;
}