body {
	color: black;
	text-align: center;
	font-family: "MS-Trebuchet", verdana, lucida, arial, helvetica, sans-serif;
	font-family: "Lucida Handwriting", lucida, arial, helvetica, sans-serif;
	padding: 0;
	margin: 0px none;
	background: white url(../images/menuehintergrund.gif);
}
#navi {
	position: relative;
         top: 80px;
         left: 0px;
         width: 190px;
}
ul {
	width: 190px;
         margin: 0px;
         padding: 0px;
}
li {
	list-style: none;
}
#navi a:link, #navi a:visited {
	color: #007a36;
	text-decoration: none;
}
#navi a:hover, #navi a.over {
	color: #003366;
}
