.lavaLampWithImage {
	position: relative;
	height: 50px;
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
}
.lavaLampWithImage li {
	float: left;
	list-style: none;
	width: 100px;
	margin: auto 10px;
	text-align: center;
}
.lavaLampWithImage li.back {
	background: url(../images/nav/lava1.gif) no-repeat right -20px;
	width: 9px; height: 30px;
	z-index: 8;
	position: absolute;
}
.lavaLampWithImage li.back .left {
	background: url(../images/nav/lava1.gif) no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
.lavaLampWithImage li a {              
	text-decoration: none;
	outline: none;
	top: -3px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;    
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	border: none;
	color: #fff;
}
	
#navcontainer {
	margin: 0 auto;
	width: 980px;
}
.occplaatjes {
	position: relative;
	height: 110px;
	width: 980px;
	padding: 5px;
	overflow: hidden;
	margin-top: 20px;
}
.occplaatjes li {
	width: 100px;
	float: left;
	list-style: none;
	margin: auto 10px;
}
.plaatjes {
	position: relative;
	height: 65px;
	width: 980px;
	padding: 5px;
	overflow: hidden;
	margin-top: 20px;
}
.plaatjes li {
	width: 100px;
	float: left;
	list-style: none;
	margin: auto 10px;
}
.clearfloat {
	clear: both;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -263px; /* the bottom margin is the negative value of the footer's height */
}

