html {
	scrollbar-face-color: #270047; /* dunkel */
	scrollbar-arrow-color: #c57fff; /* hell */
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f3e4ff;
	background-attachment: scroll;
	background-color: #270047;	/**/	/*background-color: #e4ffe6;	*/
}

#hintergrund {
	position:relative;
	width:980px;
	height: 980px;
	background-image: url(../test/sonne.png);
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: visible;
	visibility: visible;
}

#umschliessung {
	position:relative;
	width:1100px;
	height: 370px;
	margin-left:auto;
	margin-right:auto;
	margin-top: -20px;
	margin-bottom: 10px;
	overflow: visible;
	visibility: visible;
}

#content {
	position:absolute;
	top:0px;
	width:1100px;
	font-size: 0.9em;
	font-weight: normal;
	color: #f3e4ff;
	visibility: visible;
	height: auto;
	overflow: visible;
	margin-left:auto;
	margin-right:auto;
	padding-top: 15px;
}

