@charset "utf-8";
body {
	font-family:"Trebuchet MS", Verdana;
	font-size:14px;
	background: #353535;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #414142;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #353535;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	margin-top:20px;
/*	background-image: url(../images/ontwerp/header-900.jpg);
*/	padding: 0px;  
	height: 112px;
}
#menubalk {
	background-image:url(../images/ontwerp/menu.jpg);
	padding:0px;
	height:51px;
	}
#mainContent {
	padding: 10px 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fffaec;
	line-height:150%;	
	background-image:url(../images/ontwerp/achtergrond.jpg);
	background-repeat:no-repeat;

}
#footer {
	background-image:url(../images/ontwerp/footer.jpg);
	height:102px;
	margin-bottom:20px;
}
a:link {
	color: #414142;
}
a:visited {
	color: #414142;
}
a:hover {
	color: #F3A501;
}
a:active {
	color: #414142;
}
p {
margin-top:4px;
margin-bottom:10px;
}

h1 {
	font-size:18px;
	font-weight:bold;
	line-height:150%;
	margin-top:4px;
	margin-bottom:7px;
	background-image:url(../images/ontwerp/h1.jpg);
	padding-left:32px;
	background-repeat:no-repeat;
	}
h2 {
	font-size:16px;
	font-weight:bold;
	line-height:150%;
	margin-top:10px;
	margin-bottom:0px;
	background-image:url(../images/ontwerp/h2.gif);
	padding-left:30px;
	background-repeat:no-repeat;
	}
h3 {
	font-size:14px;
	font-weight:bold;
	line-height:150%;
	margin-top:8px;
	margin-bottom:0px;
	background-image:url(../images/ontwerp/h3.gif);
	padding-left:28px;
	background-repeat:no-repeat;
	}

table td{
vertical-align:text-top;
}


body#menu1 a#menu1,
body#menu2 a#menu2,
body#menu3 a#menu3,
body#menu4 a#menu4,
body#menu5 a#menu5,
body#menu6 a#menu6,
body#menu7 a#menu7,
body#menu8 a#menu8,
body#menu9 a#menu9,
body#menu10 a#menu10,
body#menu11 a#menu11,
body#menu12 a#menu12,
body#menu13 a#menu13
 {
   color:#000000;
   text-decoration:none;
   font-weight:bold;

}
.image_right{
float:right; 
padding:0px;
margin:0px;
padding-left:20px;
padding-bottom:10px;
white-space:nowrap;
display:compact;
}

a.witlink:link, a.witlink:visited, a.witlink:hover, a.witlink:active {
	color:#FFE292;
	text-decoration:underline;
	}