div {
	cursor: auto;
}
body{
	/*	background-color:white;*/
	background-color:#FFF6DF; /* champagner */
	background-color:ghostwhite; /* hellblau */
	background-color:black;
	background-color:ivory;
	background-color:floralwhite;
	background-color:oldlace;
	background-color:#eeeeee;
	background-color:#f5f5ee;   /* grünlich grau */
	
}

#help {
	cursor: help;
	position: absolute;
	top: 10px;
	left: 800px;
	z-index:2;
}

#feedback {
	position: absolute;
	top: 500px;
	left: 20px;
	z-index:2;
}

#top {	
	position: absolute;
	top: 0px;
	left: 10px;
	height: 150px;
	height: 12.5em;
	width: 900px;
	border-bottom: 1px solid #CC0000;
	z-index:1;
} 

#toptoolname {	
	position: absolute;
	top: 10px;
	left: 200px;
	z-index:2;
	margin-top:1.5em;
} 

#menu {
	position: absolute;
	top: 12.5em;
	left: 10px;
	padding-top: 10px;
	padding-left: 10px;
	border-right: 1px solid #CC0000;
	width: 145px;
	width: 12em;
	height: 85%;
	z-index: 0;
}

#content {
	position: absolute;
	top: 13em;
	left: 15em;
	width: 700px;
	overflow: visible;
}

#footer {
	position: absolute;
	bottom: 0px;
	left: 190px;
	height: 40px;
}