BODY{
	font-family: Century Gothic;
	text-align: justify;
	background-color: White;
	 scrollbar-base-color: black;
	 scrollbar-face-color: white;
	 scrollbar-3dlight-color: Black;
	 scrollbar-arrow-color: red;
	 overflow-x: hidden;
	 color:black;
}
 table{
 	font-family: Century Gothic;
 }
h1{
	color: red;
	border-bottom: 1px solid red;
}
#schatten{
	width: 100%;
	height: 30px;
	background-image:  url(../Bilder/randoben.gif);
		 position: absolute;
	 bottom: -15px;
		 right:0px;
}
#schatten2{
	width: 30px;
	height: 30px;
	background-image:  url(../Bilder/randoben.gif);
	 position: absolute;
	 bottom: -15px;
	 left:-28px;
}
#test{
background-image: url(../Bilder/schrifthinter.gif);
background-repeat: no-repeat;
position: absolute;
	left: 1px;
	top: -40px;
	width: 58px;
	height: 800px;
	z-index: 3;
	/*border-right: 3px solid black;*/
}

.schrift{
  position: absolute;
  top: 55px;
  left:7px;
}
#test2{
	  position: static;
	  top: 50px;
	  background-attachment: fixed;
	  height: 50px;
	  width:50px;
	  background-color: Aqua;
	  float: right;
}.bildlinks{
	float: left;
	text-align:left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 30px;
}
.bildrechts{
	float: right;
	text-align:left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 30px;
}