* {
	margin: 0;

}

body {
	font-size: 9px;
	font-family: Tahoma;
	color: #5f5f53;
	background-color: #f6f7f1;
	padding-left: 95px;
}

/* LINKS */


	a:link { 
	text-decoration: none;
	color: #5f5f53;
	}
	
	a:active { 
	text-decoration: none;
	}
	
	a:visited { 
	text-decoration: none;
	color: #5f5f53;
	}
	
	a:hover { 
 	text-decoration: none;
	color: #000000;
	}

	a img { 
	border: none; 
	}
	
/* Projekliste */

ul {
	list-style-type: none;
	padding-left: 0px;
	
}

li:hover {
	list-style-type: none;
	padding-left: 0;
	background-color: #e7e8e3;
	width: 170px;
}