.tekst{
	color:#ffffff;
	font-family:arial;
	font-size:9pt;
	font-weight:none;
	text-decoration:none;
	line-height:21px;	
	
}
.bgimage{
	background-image: url('/images/loc-2.gif');
	background-repeat: no-repeat; 
	background-position: bottom; 
}
.bgimage2{
	background-image: url('/images/loc-1.gif');
	background-repeat: no-repeat; 
	background-position: bottom; 
}

#home {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
	width: 100%;
}


#nieuws {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 21;
	width: 100%;
}

#plannen {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 22;
	width: 100%;
}


#activiteiten {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 23;
	width: 100%;
}



#menu {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 30;
	width: 100%;
	height: 200px;
}
#content {
	position: absolute;
	top: 229px;
	left: 0px;
	z-index: 0;
	width: 100%;
}

#doorlopendelijn {
	position: absolute;
	top: 196px;
	left: 0px;
	width: 100%;
	height: 34px;
	z-index: 18;
	width: 100%;
	background-image:url('/images/doorloopag.jpg');
}

body, td {
  font-family: Arial; 
  font-size:9pt;
  line-height:21px;	
  color:#ffffff;
}

.nieuwstitel {
  font-family: Arial;
  font-weight:bold; 
  font-size:13pt;
  line-height:21px;	
  color:#4b4b4b;
}
.nieuwstekst {
	color:#4b4b4b;
	font-family:arial;
	font-size:8pt;
	font-weight:none;
	text-decoration:none;
	line-height:21px;
}
A {text-decoration:underline; color:white}
A:hover {text-decoration:underline; color:white}