
BODY { background-color: rgb(250,255,180); font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 80%;
	font-weight: bold;}
    #alles {background-color: white; left:100px; position:absolute; border:0px solid black; width:1024px;}
	#top {background-color: white; position:absolute; top:1px; width:1024px; height:160px;}
	#links {background-color: white; position:absolute; width:180px; height:900px; top:163px;}
	#middle {background-color: white; position:absolute; left:180px; top:-35px; width:844px;}

	
	a:link {
	color: RGB(220,220,220)
	text-decoration: none;
	}
	
a:visited {
	color: #0000C0;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #6C2F75;
	}
		
	
ul {
	list-style: none;
	margin: 0;
	padding: 5;
	}
	

	
#menu {
position:absolute;top:25px;left:-10px;
	width: 170px;
	margin: 10px;
	}
	
#menu li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 30px;
	text-decoration: none;
	}
	
	
#menu li a:link, #menu li a:visited {
	color: #ffffff;
	display: block;
	background: url(button.gif);
	padding: 5px 0 0 15px;
	}
	
#menu li a:hover, #menu li a:active {
	color: #ffffff;
	background: url(button.gif) 0 -30px;
	padding: 5px 0 0 15px;
	}