body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

#spaltemitte {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#rechtespalte {
	width: 199px;
	float: left;
	clear: none;
}

#mittlerespalte {
	width: 380px;
	padding: 10px;
	float: left;
	clear: none;
	background-color: #CCCCCC;
}

#linkespalte {
	width: 301px;
	height: 700px;
	float: left;
	clear: none;
	background-image: url(wandtafel2.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #3e786a;
}

ul {
	display: block;
	margin: 0px;
	padding: 0px;
	
}

ul li {
	list-style: none;
	width: 189px;
	background-color: #3e786a;
	padding: 5px;
	margin-bottom: 9px;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

