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





#matrix {
	position: absolute;
	top:360px;
	left: 150px;
	font-size: medium;
	border: 2px;
	text-align: center;
}



#calculations {
	position: absolute;
	top: 300px;
	left: 20px;
	height: 500px;
	width: 210px;
	background: #33FF00;
	border-radius: 12px 12px 12px 12px;
}

#lselect span{
	margin-top: 20px;
	margin-left: 20px;
}

#lselect li {
	border-bottom: 1px dotted #FFFFFF;
	width: 164px;
	margin-bottom: 8px;
	list-style-position: outside;
	list-style-image:  url("bullet.png");
}

#lselect a {
	display: block;
	font-weight: bold;
	color:#FFFFFF;
	color: #3388FF;
}

#lselect a:hover {
	display: block;
	font-weight: bold;
	color: #3399FF;
	background-color:#FFFFFF;
}


#matrixSelect {
	position: absolute;
	top: 280px;
	left: 320px;
	height: 60px;
	width: 330px;
	border-radius: 12px 12px 12px 12px;
}

#matrixSelect ul li {
	display: inline;
	margin: 6px;
	margin-top: 0px;
	font-size: 36px;
	font-weight: bold;
}
#matrixSelect ul li.move :hover {
	color: #3399FF;
	font-size: 38px;
}







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




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


input {
	size: 3;
}



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


#size {
	position: absolute;
	top:200px;
	left: 150px;
	font-size: large;
	
	//width: 200px;
	//margin: 20px;
	//background: #33FF00;
	//border-radius: 12px 12px 12px 12px;
}














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




