


		/*** Just for Looks ***/

		body {
			margin: 0;
			padding: 0;
			background: #A4C059;
			background:#fff url(/graphics/bg-body.gif);
		}
		#footer {
			width:1000px;
			text-align:right;
			margin:14px 0px;
		}
			#footer a,
			#footer a:hover,
			#footer a:visited,
			#footer a:active {
				font-family:verdana,arial;
				font-size:10px;
				margin:0px 5px;
				color:#000;
				font-weight:normal;
				text-decoration:none;
			}
			#footer a:hover {
				color:#FF3A00;
			}
			
		#maincontainer {
			width:1000px;
			margin:0px auto;
			position:relative;
		}
		
		#tmp_message {
			position:absolute;
			top:225px;
			left:225px;
			width:350px;
			height:155px;
			padding:10px;
			background-color:#FF3A00;
		}
		
		#tmp_message .randitem .artikel {
			background:none;
			color:#fff;
			padding:0px;
			margin:0px;
		}
		#tmp_message .randitem .artikel h1 {
			display:none;
		}
		
		#header {
			height:190px;
			background:url(/graphics/kop.gif) no-repeat top;
			text-align:right;
			position:relative;
		}
			#header #logo {
				position:absolute;
				top:16px;
				left:13px;
			}
			#header #ster {
				position:absolute;
				top:35px;
				left:775px;
			}

		#container {
			width:1000px;
			background:#fff url(/graphics/bg-maincontainer.gif) repeat-y;
		}

		#left {
			text-align:left;
		}
			#left .panel {
			}
				#left .panel .panelkop {
				}
					#left .panel .panelkop h1 {
					}
				#left .panel .panelbody {
				}
				#left .panelbody a,
				#left .panelbody a:hover,
				#left .panelbody a:visited,
				#left .panelbody a:active {
				}
			
		#center {
			text-align:left;
			padding-top:12px;
		}

			#center h1 {
				padding:10px;
				font-size:28px;
				color:#9ACDDE;
			}

			#center .contentitem h1 {
				padding:0px;
				font-size:18px;
				color:#000;
			}
			
			#center .contentitem h1 a,
			#center .contentitem h1 a:hover,
			#center .contentitem h1 a:visited,
			#center .contentitem h1 a:active {
				padding:0px;
				font-size:18px;
				color:#000;
				margin:0px;
			}
			
			#center .contentitem h1 a:hover {
				color:#FF3A00;
			}

			#center .randitem h1 {
				padding:0px;
				font-size:20px;
				color:#000;
			}			

		#right {
			text-align:left;
			padding-top:12px;
		}
			#right .panel {
			}
				#right .panel .panelkop {
				}
					#right .panel .panelkop h1 {
					}
				#right .panel .panelbody {
				}
			#right h1 {
				padding:10px;
				font-size:26px;
				color:#E3D4B7;
			}

			#right .randitem h1 {
				padding:0px;
				font-size:17px;
				color:#000;
			}

		#container .column {
		}
		
		.contentitem {
			background: url(/graphics/horline.gif) repeat-x top;
			padding-top:10px;
			padding-bottom:10px;
		}
		
		.tekstpagina {
			padding:10px 20px 5px 20px;
			background: url(/graphics/bg-content.gif) repeat-y;
		}
		
		.intro {
			padding:10px 20px;
			background: url(/graphics/bg-content2.gif) repeat-y;
		}
		
		.formback {
			padding:10px 20px;
			background: url(/graphics/bg-form.gif) repeat-y;
		}
		
		.randitem {
			background: url(/graphics/horline.gif) repeat-x top;
			padding-top:10px;
			padding-bottom:10px;
		}
		
		.maplegenda {
			padding-top:0px;
			padding-bottom:10px;
			margin:0px 10px;
		}
			.maplegenda .titel {
				color:#000;
				font-weight:bold;
				padding:0px;
				font-size:17px;
				margin:0px 0px 10px 0px;
			}
			.maplegenda img.icon {
				margin-top:5px;
			}
			.maplegenda a.cat,
			.maplegenda a.cat:hover,
			.maplegenda a.cat:active,
			.maplegenda a.cat:visited {
				color:#000;
				font-weight:normal;
				font-size:12px;
			}
			.maplegenda a.cat:hover {
				color:#FF3A00;
			}
		
		
		#center .artikel {
			padding:10px 20px;
			background: url(/graphics/bg-content.gif) repeat-y;
		}
		#right .artikel {
			padding:10px 20px;
			background: url(/graphics/bg-article.gif) repeat-y;
			font-size:11px;
		}
		
		
		
		#center .neutral {
			padding:0px 10px;
		}

		/*
groen: #a4c059
*/
		
		/*
			BEGRIPPENLIJST
		*/

		table.begrippenlijst {
			background: url(/graphics/horline.gif) repeat-x top;
		}
		
		table.begrippenlijst td {
			width:225px;
			margin:0px;
		}
		table.begrippenlijst td.col1 {
			background: url(/graphics/lineBR.gif) no-repeat bottom right;
		}
		table.begrippenlijst td.col2 {
			background: url(/graphics/horline.gif) repeat-x bottom;
		}
			table.begrippenlijst td div,
			table.begrippenlijst td div.hilite {
				display:block;
				width:205px;
				margin:10px;
				background-color:#9ACDDE;
			}
			
			table.begrippenlijst td div.hilite {
				background-color:#FF3A00;
			}
				table.begrippenlijst td div a,
				table.begrippenlijst td div a:hover,
				table.begrippenlijst td div a:active,
				table.begrippenlijst td div a:visited {
					color:#000;
					display:block;
					margin:6px 7px;
				}
				table.begrippenlijst td div.dummy div.neplink {
					display:block;
					margin:6px 7px;
					width:185px;
				}

				table.begrippenlijst td div a:hover {
					color:#FF3A00;
				}

				table.begrippenlijst td div.hilite a:hover {
					color:#000;
				}

					
		a.publicatiedownload {
			font-size:13px;
		}
		
		div.menu {
			width:249px;
			margin:0px;
			padding:0px;
		}
			h1.menu {
				display:block;
				background:url(/graphics/horline2.gif) repeat-x bottom;
				color:#FF3A00;
				font-size: 14px;
				font-weight:bold;
				padding:9px 0px 9px 15px;
				margin:0px;
			}
			div.menu ul {
				list-style:none;
				padding:0px;
				margin:0px;
			}
				.menu ul li {
					background: #fff url(/graphics/nav-bullet1.gif) no-repeat 15px 8px;
					padding:0px;
					margin:0px;
				}
				.menu ul li div.linkholder {
					background:url(/graphics/horline2.gif) repeat-x bottom;
					padding:0px 0px 7px 0px;
					margin:0px;
				}
				.menu a,
				.menu a:hover,
				.menu a:visited,
				.menu a:active {
					display: block;
					color:#000;
					font-family: verdana, arial, sans;
					font-size:10px;
					margin: 4px 0px 0px 35px;
					padding:0px 0px 0px 0px;
					font-weight:normal;
				}
				.menu a:hover {
					color:#FF3A00;
				}
				
		.publicatiesortering {
			text-align:right;
			font-family:verdana, arial, sans;
			font-size:10px;
		}
		.publicatiesortering a,
		.publicatiesortering a:hover,
		.publicatiesortering a:active,
		.publicatiesortering a:visited {
			font-weight:normal;
			color:#000;
		}
		
		.publicatiesortering a:hover {
			color:#FF3A00;
		}
		
		.publicatiesortering a.hilite,
		.publicatiesortering a.hilite:hover,
		.publicatiesortering a.hilite:active,
		.publicatiesortering a.hilite:visited {
			font-weight:bold;
			color:#FF3A00;
		}
		
		.publicatiedownload {
			display:block;
			height:22px;
			background:url(/graphics/downloadpublicatie.gif) no-repeat 0px 0px;
			padding:0px 0px 0px 28px;
		}
		
		
		a.publicatietitel,
		a.publicatietitel:hover,
		a.publicatietitel:active,
		a.publicatietitel:visited {
			font-size:13px;
			display:block;
			margin-bottom:5px;
			color:#000;
		}
		a.publicatietitel:hover {
			color:#FF3A00;
		}
		
.goaddnew {
	margin-left:5px;
}
		
.error {
	color:#FF3A00;
	font-size: 11px;
	font-weight:normal;
}