body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.top{
	background-attachment: scroll;
	background-image: url(../jpg/top.jpg);
	background-repeat: no-repeat;
	height: 150px;
}
.links{
	background-image: url(../jpg/achtergrond-links.jpg);	
	background-repeat: repeat-y;
	background-color: #ffffe7;
	background-attachment: scroll;
	background-position: right;
}
.rechts{
	background-image: url(../jpg/achtergrond-rechts.jpg);
	background-repeat: repeat-y;
		background-color: #ffffe7;
	background-attachment: scroll;
	background-position: left;
}
.menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
a.menu{
 	color: white;
 	text-decoration: none;
}
a:hover.menu{
 	color: white;
	text-decoration: underline;
}
td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	vertical-align: top;
}
.maintekst{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
}
.maintekst a{
 	text-decoration: underline;
	color: black;
}
.maintekst a:hover{
	text-decoration: none;
	color: black;
}
.linksonder{
	background-image: url(../jpg/linksonder.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom left;
}
.rechtsonder{
	background-image: url(../jpg/rechtsonder.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 100px;
}
.powered{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #653630;
	font-weight: bold;
	text-align: center;
}
.powered a{
	text-decoration: underline;
	color: #653630;
	font-weight: bold;
}
.powered a:hover{
	text-decoration: none;
	color: #653630;
	font-weight: bold;
}
input,textarea{
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}