/*	---------------- Layout -------------------------------------------------------  */
/*	-------------------------------------------------------------------------------  */

	html {
		width: 100%;
	}

	body {
	font-size:100%;
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	}

	#menu {
	width:526px;
	margin-left:0px;
	margin-top:20px;
	float: left;
	border-right: 1px solid #D3D1D2;
	}

	#content {
	margin-left:20px;
	margin-top:0px;
	float: left;
	padding-top:50px;
	color:#444;
	font-size: 12px;
	line-height: 17px;
	}

	.left {
	margin-left:3px;
	margin-top:3px;
	float:left;
	width:115px;
	}

	.right {
	margin-left:130px;
	width:365px;
	padding-top:15px;
	}

	.hidden {
  display:none;
  }

	#page {
		text-align: left;
	}

	#pagecontainer {
		width: 100%;
		text-align:center;
	}

	#page, #footer {
		width: 1000px;
		margin: auto;
	}

	#footer {
		background: #E9E9E9 url(/images/bg_footer.jpg);
		font-size: 10px;
		height: 40px;
		width: 1000px;
		line-height: 40px;
		margin-top: 30px;
		color: #666;
	}

/*	---------------- Menubalk -----------------------------------------------------  */
/*	-------------------------------------------------------------------------------  */

	.menublok-1 {
	width:510px;
	background:#e9e9e9 url(/images/bg-inner-div.jpg) no-repeat;
	background-position:bottom;
	display:block;
	}

	.container-menublok-1 {
	background: url(/images/bg-top.jpg) no-repeat;
	background-position:top;
	width:515px;
	padding-left:5px;
	padding-top:5px;
	}

	.container-menublok-2 {
	background:url(/images/bg-side-and-bottom2.png) no-repeat;
	background-position:bottom left;
	width:515px;
	padding-bottom:5px;
	margin-top:10px;
	}

/*	---------------- Opmaak tekst -------------------------------------------------  */
/*	-------------------------------------------------------------------------------  */
	h1, h2, h3, p {
	padding:0;
	margin:0;
	}

	h1, h2, h3 {
	font-family: Trebuchet MS;
	}

	.right h2 {
	letter-spacing:1px;
	font-size:1.1em;
	color:#62b43b;
	}

	.right h2 a:link, .right h2 a:visited {
  color:#62b43b;
  text-decoration:none;
	}

	.right p {
	font-size:.65em;
	line-height:1.5em;
	color:#444;
	text-align:justify;
	padding-bottom:10px;
	}

	#content, h1 {
	width: 450px;
	}

	#content h1 {
	color: #64B43B;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #D3D1D2;
	font-size: 140%;
	margin-bottom: 10px;
	}

	#content h2 {
	color: #64B43B;
	font-weight: normal;
	font-size: 140%;
	margin-top: 10px;
	}

/*	---------------- Opmaak links -------------------------------------------------  */
/*	-------------------------------------------------------------------------------  */

	a:link, a:visited {
	font-weight:bold;
	text-decoration:underline;
	color:#444;
	}

	a:hover {
	color:#666666;
	}

	p.links a {
	font-size:1.1em;
	}

/*	-------------------------------------------------------------------------------  */
/*	-------------------------------------------------------------------------------  */

/*	---------------- Start --------------------------------------------------------  */
/*	-------------------------------------------------------------------------------  */

.start h1 { margin: 148px 50px 0 50px; width: auto; }
.start div { margin: 30px 50px 0 50px; width: auto; }
.start p { margin: 0px 50px 0 50px; width: auto; }


