.text {
	font-family: "Courier New", Courier, mono;
	color: #996699;
	font-size: 14px;
	text-align: justify;
	padding: 6px;
	line-height: 16px;
	font-variant: normal;
	background-color: #D6EDF3;
}

#all {
	width: 945px;
	position: absolute;
	left: 97px;
	top: 53px;
}

#overflow {
	overflow: auto;
	height: 520px;
	position: relative;
}

#textlayer {
	font-family: "Courier New", Courier, mono;
	color: #663366;
	background-color: #D6EDF3;
	padding-right: 40px;
	padding-left: 40px;
	position: relative;
	z-index:0;
	overflow: auto;
	border: none #000000;
	text-align: left;
	margin: 0px;
	height: 540px;

}

#logolayer {
	position:relative;
	width:522px;
	height:676px;
	z-index:1;
	top: 0px;
	left: 0px;

}

#menulayer {
	position:relative;
	top:0px;
	width:418px;
	height:32px;
	z-index:2;
	right: 0px;

}
.ueberschrift {
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	text-align: left;

}
.link {
	color: #996699;
	text-decoration: underline;
}
