


#top { border: 1px solid white; 
       position: absolute;
       left:0px;
       top: 0px;
       height: 140px;
       width:998px;
       z-index: 20;
       background:url(./../HerbstblattTop.jpg) top left no-repeat;
       }



#headline {
	  position: relative;
	  left: 20px;
	  color: white;
	  font-size: 50px;
}



#title {
	position: absolute;
	bottom:10px;
	right: 40px;
	font-size: 60px;
}

body {
	color: black;
	background: url(./../BackGr.gif);
}

#content{
	background: white;

	position: absolute;
	top:10px;
	left: 100px;
	height: 1800px;
	width: 1000px;


}


#input {
	position: absolute;
	top:200px;
	left: 100px;
	width: 300px;

}

#results {
	position: absolute;
	top:200px;
	left: 500px;
	width: 600px;

}	


#transferFunction {
	position: absolute;
	top:600px;
	left: 300px;
	border: 0px;	
}








#bottom {
	border: 1px solid white;
	position: absolute;
	top: 1800px;
	left: 0px;
	width: 998px;
	height: 50px;	
	background: url(./../HerbstblattBottom.jpg) top left no-repeat;
}




#page_end {	
	position: absolute;
	top:1880px;
	left: 800px;
}

#teext {
	position: absolute;
	top:600px;
	left: 100px;
	border: 0px;
}

