html, body {
	background-color:#000;
	font-family:"Courier New", serif;
	color:#00e200;
	font-size:12px;

}

a {
	color:#fff;
}

a:hover {
	color:#00e200;
}

.Container {
	margin:auto;
	width:1024px;
	height:768px;
	background-image:url('img/bg.jpg');
	background-repeat:no-repeat;
	background-position:center;	
}

.Animatie {
	float:left;
	margin-left:228px;
	margin-top:282px;
}

.Content {
	float:left;
	margin-left:10px;
	margin-top:160px;
	overflow:auto;
	width:430px;
	height:260px;
	padding:10px;
}

.Menu {
	float:left;
	clear:left;
	width:380px;
	height:80px;
	margin-left:365px;
	margin-top:60px;
	padding:10px;
}

.Menu ul {
	/* Disable all default list-style stuff */
	padding:0px;
	margin:0px;
	list-style-type:none;
	list-style-position:outside;
}

.Menu li {
	height: 28px;
	width:383px;
	background-repeat:no-repeat;
}

.Menu li a {
	display:block;
	height: 100%;
	width:100%;
}

.Menu li a span {
	display:none;
}

.Menu .MenuItem1 {
	background-image:url('img/butMissie.gif');	
}

.Menu .MenuItem1 a:hover,
.Menu .Selected1 {
	background-image:url('img/bhlMissie.gif');	
}
.Menu .MenuItem2 {
	background-image:url('img/butLokatie.gif');	
}

.Menu .MenuItem2 a:hover,
.Menu .Selected2 {
	background-image:url('img/bhlLokatie.gif');	
}
.Menu .MenuItem3 {
	background-image:url('img/butInschrijven.gif');	
}

.Menu .MenuItem3 a:hover,
.Menu .Selected3 {
	background-image:url('img/bhlInschrijven.gif');	
}
