
body {	
	color: black;
	background: url(./../BackGr.gif) repeat-x scroll;
}


div.description{
	background: #d3d3d3;
	border-radius: 10px;
	min-height: 40px;
	min-width: 800px;
	#text-align: center;
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}


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




div#signalPosition {

	position: absolute;
	top: 300px;
	left: 100px;
	font-size: 20px;
	color: red;
	font-weight: bold;
	#background-color: red;
	#border-radius: 10px;
}



div#description {
	position: absolute;
	top: 860px;
	left: 100px;
	width: 600px;
	font-size: 14px;
	color: black;
	
}



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




.number {
	width: 80px;
	height: 40px;
	border: 1px solid white;
	background-color: gold;
	size: 3;
}


input {
	size: 3;
}




#size {
	position: absolute;
	top:240px;
	left: 80px;
	font-size: normal;
}

a.usage{
	color: 	#ff4500;
}









#page_end {	
	position: absolute;
	bottom:80px;
	left: 800px;
}


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


#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;
	bottom: 100px;
	left: 0px;
	width: 998px;
	height: 50px;	
	background: url(./../HerbstblattBottom.jpg) top left no-repeat;
}



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




