/* body */
body{ 
	margin:0; 
	padding:0; 
	text-align: center; 
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-image: url(../images/bg_main_content.gif);
	background-repeat: repeat-x;
	}
/* maintable */
#maintable {
	width: 780px;
	}
/* balk */
#balk{ 
	height: 64px;
	background-image: url(../images/bovenbalk.gif); 
	background-repeat: no-repeat;
	}
/* header */
#header {
	height: 50px;
	background-image: url(../images/header.gif); 
	background-repeat: no-repeat;
	}
/* linkermenu */
#lmenu {
	width: 180px;
	}
/* rechtermenu */
#rmenu {
	width: 180px;
	}
/* content */
.contentheading, h2, .sectiontableheader, .pagenav {
	font-size: 15px;
	color: #009fff;
	font-weight: bold;
	}
#content {
	width: 365px;
	background-image: url(../images/bg_contentvlak.gif); 
	background-repeat: repeat-y;
	padding: 0px 15px 5px 15px;
	}
/* menu */
#menu {
	padding-top: 10px;
	}
.mainlevel {
	font-size: 10px;
	color: #000000;
	}
/* footer */
#footer {
	font-size: 9px;
	color: #ac9d42;
	}
