
body {
	color: black;
	background: url(./../BackGr.gif) top left;
	//background: url(./Blume3.JPG);

}

#content{
	background: white;
	opacity: 0.9;
	position: absolute;
	top:10px;
	left: 100px;
	height: 1800px;
	width: 1000px;
}


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


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

#zaehler {
	position: absolute;
	top:30px;
	left: 0px;
	width: 300px;
}

#nenner {
	position: absolute;
	top:30px;
	left: 140px;
	width: 300px;
}


#buttons {
	position: absolute;
	top:500px;
	left: 600px;
}






#Amplitude {
	background: white;
	position: absolute;
	top: 600px;
	left: 80px;

}


#Phase {
	background: white;
	position: absolute;
	top: 1200px;
	left: 80px;
}



#calculate {
	position: absolute;
	font-size: x-large;
	top:30px;
	left: 300px;
	width: 300px;
	height: 150px;
	background: url(./Wolke.gif);

}



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



#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;
       }


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



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




