body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #DCDCDC;
	color: #fff;
	text-align: center;
	overflow: hidden;
	color: #003300;
	font: 12px/140% lucida, "lucida sans", "lucida grande", Geneva, Arial, Helvetica, sans-serif;
}

ul {
	list-style: none;
	width: 320px;
	margin: 0 auto;
}

ul li {
	display: inline;
}

ul li a {
	display: block;
	float: left;
	width: 150px;
	height: 40px;
	color: #DCDCDC;
	margin-right: 10px;
}

ul li a.soep:link,
ul li a.soep:hover,
ul li a.soep:active,
ul li a.soep:visited {
	background: transparent url(soep.gif) 0 0 no-repeat;
	text-indent: -2000px;
}

ul li a.soupe:link,
ul li a.soupe:hover,
ul li a.soupe:active,
ul li a.soupe:visited {
	background: transparent url(soupe.gif) 0 0 no-repeat;
	text-indent: -2000px;
}

ul li a.soep:hover,
ul li a.soupe:hover {
	background-position: -150px 0;
}

.link {
	font-size: 10px;
	color: #060;
}

#link {
	margin-top: 50px;
}

#link a{
	font-size: 10px;
	text-decoration: none;
	color: #003300;
}

#weg {
	display: none;
}