body {
	background-color: #fff;
	color: #000;
	text-align: center;
	margin: 20px 0px 0px 0px;
}
/* standaard lettertype */
body,h1,h2,h3,h4,td{
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 12px;
	line-height:16px;
}

/* tekst onder de blokjes ter omschrijving */
.destext {
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	color: #000;
}

.c {
	text-align: center;
	vertical-align: middle;
}
img {
	border: 0
}

/* de titel onder het logo */
h1{
	font-weight: bold;
	text-align: center;
	color: #006400;
	margin: 0px;
	padding: 0px;
}

/* de balk */
h2 {	
	text-align: center;
	color: black;
	margin-top: 20px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding: 2px;
	background-color: #efefef;
	display: block;
	width: 760px;
	border: 1px solid #ddd;
}
h3 {	
	text-align:left;
	color: red;
	margin: 0px;
}
h4 {	
	font-weight:bold;
	text-align:center;
	color: red;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/* bovenste rij */
.ablok {width: 760px;}


.menu,.blok {
	text-align: left;
	font-weight: bold;
	width: 200px;
	padding: 3px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
}

/* voor de blokken maken we een handje */
.blok {cursor:pointer;}

/*##################*/
#frame {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 0px;
	text-align: center;
}
#body {
	padding:0px;
	float:left;
	text-align:left;
}
#menu {
	width: 200px;
	padding: 0px;
	float: right;
	background: #fff;
	text-align: right;
}

/* hover */
a:hover{color:red;}
a:link{color:blue;}
a:visited{color:#800080;}
a:active{color:red;}

.hover{
	color: red;
	text-decoration: underline;
}
.normal {
	color: #0000FF;
	text-decoration: underline;
}


/* onderkantje */
.copy{font-family:verdana,arial,sans-serif;display:block;font-size:8pt;margin-bottom:20px;margin-top:20px}
.bottom {
	color: #9aa6cc;
	border-bottom: 1px solid #d7e1f2;
	border-top: 1px solid #d7e1f2;
	background-color: #F9F9F9;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 0px solid #ddd;
	border-left: 0px solid #ddd;
}
.bottomlink {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	color: #000;
	text-decoration: none;
}
a:visited.bottomlink,a:link.bottomlink,a:active.bottomlink{
	color:#000;
}
.copy {
	font-family: verdana, arial, sans-serif;
	display: block;
	font-size: 10px;
}

