/* - - - - nieuws onderdeel - - - - */
#nieuws{
	height:190px;
	margin-left:150px;
	margin-top:100px;
	margin-right:250px;
	background:#37BC35;
}
#nieuwstekst{
	height:160px;
	margin-left:15px;
	margin-right:15px;
	z-index:10;
}
/* - - - - guestbook onderdeel - - - - */
#guestbook{
	height:240px;
	margin-left:130px;
	margin-top:30px;
	margin-right:500px;
	background:#37BC35;
}
#guestbooktekst{
	height:210px;
	margin-left:15px;
	margin-right:15px;
	z-index:10;
}
/* - - - - agenda onderdeel - - - - */
#agenda{
	position:absolute;
	top:415px;
	right:20px;	
	height:180px;
	width:430px;
	background-color:#37BC35;
	z-index:2;
	margin:opx;
}
#agendatekst{
	height:150px;
	margin-left:15px;
	margin-right:15px;
	z-index:10;
}
/* - - - - training onderdeel - - - - */
#training{
	position:absolute;
	top:310px;
	right:270px;	
	height:65px;
	width:170px;
	background-color:#37BC35;
	z-index:2;
	margin:opx;
}
#trainingtekst{
	height:45px;
	margin-left:15px;
	margin-right:15px;
	z-index:10;
}