.bild {
	max-width: 100%;
	max-height: 100%;
	height: auto;
}
#bg {
	width: 100%;
	height: 1280px;
	max-height: 100%;
	background: url(../images/kranhaus_schrift.jpg) no-repeat;
	background-size: contain;
	margin-bottom: 20px;
}
#banner {
	height: 1200px;
	width: 955px;
	position: absolute;
	visibility: visible;
	z-index: 1;
	top: 24px;
	padding-top: 0px;
	left: 50%;
	margin-left: -477px;
}
#textbox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FFF;
	height: 480px;
	width: 955px;
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 2;
	top: 637px;
	left: 0px;
	list-style-type: disc;
	list-style-position: outside;
	text-align: center;
}
#textbox ul li {
	padding-bottom: 16px;
}
#textbox a {
	color: #03F;
	text-decoration: underline;
}
