body {
	background:#000;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}

#wrapper {
	width:900px;
	margin:0 auto;
}

#left {
	float:left;
}

#c2 {
	float:left;
	width:500px;
	margin:20px;
	}
	
#c2 a {
	font-weight:bold;
	color:#fff;
	}	
	
#c2 a:hover {
	font-weight:bold;
	text-decoration:none;
	}		

ul {
	background:url(bilder/menue_bg.jpg);
	height:150px;
	width:160px;
	margin:160px 0 0 0;
	padding:0;
	border:0;
	float:left;
	list-style-type:none;
}
	
li {
	list-style-type:none;
	height:30px;
	line-height:30px;
	text-indent:18px;
}

li a {
	color:#000;
	font-weight:bold;
}

li a:hover {
	color:#666;
	font-weight:bold;
}

li a:active {
	color:#666;
	font-weight:bold;
	text-decoration:none;
}
