body {
	text-align: center;
	background-color: #FFCC00;
	
}


div.mitte {
	text-align: center;
	background-image: url(../h1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	border-style: double;
	border-color: FF0000;
	position: absolute;
	top: 20px;
	left: 50px;
}
	
	
div.text {
	padding-right: 20px;
	text-align:left;
	background-image: no-repeat;
	background-attachment: fixed;
	overflow:auto;
	position: absolute;
	width: 600px; 
	height: 330px;
	z-index: 3; left: 180px; top: 90px;
	scrollbar-base-color:#FFCC00;
  scrollbar-3d-light-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#FFCC00;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#FFCC00;

	
	}