* {
	margin : 0;
	padding : 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
body {
	background-color: #F1EDED;
}

.menu-inhoud {
	height: 23px;
	width: 1024px;
	margin: 0 auto;
	text-align: center;
	background-color: #F1EDED;
}

#menu {
	height: 23px;
	background: #E1E1E1;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0px;
	width: 100%;
}
#menu li {
	height: 23px;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #EDEDED;
}
#menu a {
	height: 23px;

	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	background-image: url(../afbeeldingen/seperator-footer.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 11px;
	text-align: center;
}
#menu a:hover {
	height: 23px;
	color: #fff;
	padding-bottom: 2px;
	background-color: #2580A2;
	background-image: url(../afbeeldingen/hover.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
