#infobanner {
	height: 112px;
	width: 530px;
	background-image: url(../img/infologo.png);
	background-repeat: no-repeat;
}
#infofenster {
	height: auto;
	width: 530px;
	position: relative;
	left: 0px;
	top: 94px;
	visibility: hidden;
	background-image: url(../img/infologobg.png);
	background-repeat: repeat-y;
	overflow: auto;
}
