body {
	margin: 0px;
	background-image: url(plaatjes/bg_shade.jpg);
	background-repeat: repeat-x;
}
.head {
	background-image: url(plaatjes/head.jpg);
	background-repeat: no-repeat;

}


.box { 
  background: #FFFFFF; 
}
.boxtop { 
  background: url(plaatjes/ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(plaatjes/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(plaatjes/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(plaatjes/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}

.groenbg {
	background-color: #36A800;
}
p {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #0033cc;
	letter-spacing: 1px;

}
h3 {
	font-family: "Lucida Handwriting";
	font-weight: bold;
	color: #003399;
}
a {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #0033CC;
	text-decoration: underline;
	letter-spacing: 1px;
}
a:hover {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #36a800;
	text-decoration: underline;
	letter-spacing: 1px;
}
.streep {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
}

