body {
margin: 0 auto;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background-image:url(images/bg.jpg);
background-repeat:repeat-y;
background-position:center;
background-color: #efefef;
}

#wrap {
color: #303030;
margin: 0 auto;
width: 800px;
}
table {
	margin:0px;
	padding:0px;
	height:105px;
	border-collapse:collapse;
	}
.blauw {
	background-color:#2B6094;
	}
td.menu {
	width:400px;
	background:#2B6094;
	height:22px;
	max-height:22px;
	}		
#menu { 
	height:22px;
	}
#menu li { 
	/*margin: 0; 
	padding: 0; */
	padding-top: 2px; 
	padding-bottom: 5px;	
	padding-left: 5px;	
	padding-right: 5px;
	list-style:none; 
	/*border-right: 1px solid #fff; */
	float: left; 
	}
.noborder {
	border-right:none ;
	}
#menu a:link, #menu a:hover, #menu a:visited { color: #fff; text-decoration:none;}
#menu li a:active {
	border-bottom:5px solid #0099CC; 
	color: #fff; 
	padding-bottom:1px; 
	}
#menu li a:hover {
	border-bottom:5px solid #0099CC;
	color: #fff; 
	padding-bottom:1px; 
	}
#inhoud {
	text-align:left;
	padding:0px 20px 20px 10px;
	}
div#inhoud p {
	color:#000 ; 
	line-height:1.2em ;
	}
li{
	list-style-type:square;
	}
#inhoud a { color:#000; text-decoration: none;}
#inhoud a:hover {color:#000000; text-decoration:underline}
#footer {
	text-align:center;
	border-top:1px dashed #D6D6D6;
	padding-top:4px;
	}
.footer a { color:#6F6F6F; text-decoration: none; }
.footer a:link {text-decoration: none; }
.footer a:hover {color: #454545; text-decoration:underline }
.footer a:active {color: #454545; text-decoration:underline }

h1 { font-size:24px; margin-top:4px; margin-bottom:2px }
h2 { font-size:22px; margin-top:2px; margin-bottom:2px }
h3 { font-size:20px; margin-top:2px; margin-bottom:2px }
h4 { font-size:18px; margin-top:2px; margin-bottom:2px }
h5 { font-size:16px; margin-top:2px; margin-bottom:2px}
h6 { font-size:11px; margin-top:2px; margin-bottom:2px}
h1, h2, h3, h4, h5, h6 {color: #1E1E1E;}

.imgleft {
	float:left;
	margin:10px;
	}
.imgright { 
	float:right;
	margin:10px;
	}