html > img {
     background:transparent url('../images/scroller.png') repeat scroll 0%;
     height:28px !important;
     padding-left:28px !important;
     width:0px !important;
   }
html, body
{
	font-family: verdana;
	font-size: 12px;
}
body {
	background: #EEEEEE;
	margin: 15px;
}

/********************/
/** LAYOUT OPMAAK **/
/********************/

 #website {
 	margin: 0px auto;
 	width: 803px;
	background-color: #FFFFFF;
	background-image: url('../images/bgLogo.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
 }

	/** HEADER OPMAAK **/
		#tienjaar {
			margin-top: -20px;
			margin-left: -110px;
			position: absolute;
			height: 175px;
			width: 175px;
			background: url('../images/10jaar.png');
			z-index: 100;
		}
		#mapTienjaar {
			margin-top: -20px;
			margin-left: -110px;
			position: absolute;
			height: 175px;
			width: 175px;
			z-index: 115;
		}

		#balkTop {
			border-left: 1px solid #9F0000;
			border-top: 1px solid #9F0000;
			border-right: 1px solid #9F0000;
			position: relative;
			margin: 0 auto;
			height: 28px;
			width: 803px;
			background: url('../images/balkBG.gif');
		}
		.balkBG {
			float: left;
			height: 21px;
			width: 791px;
			background: url('../images/balkBG.gif');
			color: #FFFFFF;
			font-size: 10px;
			font-family: verdana;
			text-align: right;
			padding: 7px 0px 0px 0px;
		}
		.balkLeft {
			float: left;
			height: 28px;
			width: 4px;
			background: url('../images/balkLeft.gif');
		}
		.balkRight {
			float: right;
			height: 28px;
			width: 4px;
			background: url('../images/balkRight.gif');
		}

		#header {
			border-left: 1px solid #9F0000;
			border-right: 1px solid #9F0000;
			margin: 0 auto;
			background: url('../images/header.gif');
			height: 80px;
			width: 803px;
		}

		#balkBottom {
			border-left: 1px solid #9F0000;
			border-bottom: 1px solid #9F0000;
			border-right: 1px solid #9F0000;
			position: relative;
			margin: 0 auto;
			height: 28px;
			width: 803px;
			background: url('../images/balkBG.gif');
		}
	/** MAIN CONTENT OPMAAK **/
		#container {
			padding: 10px 0px 0px 5px;
			border-left: 1px solid #9F0000;
			border-right: 1px solid #9F0000;
			margin: 0px auto;
			width: 798px;
			height: 600px;
		}

		#menuContainer {
			border-right: 1px solid #9f0000;
			float: left;
			width: 200px;
			height: 600px;
			font-family: verdana;
			font-size: 11px;
		}

		#mainContainer {
			width: 580px;
			float: left;
			padding-left: 5px;
			height: 600px;
			font-family: verdana;
			font-size: 11px;
		}


		#gezichtenHeader {
			border: 1px solid #9F0000;
			padding-left: 3px;
			margin-bottom: 15px;
			height: 81px;
			width: 570px;
			background: url('../images/gezichten.gif');
		}

		#mainTop {
			padding-left: 5px;
			/*height: 50%;*/
			height: 200px;
			font-family: verdana;
			font-size: 11px;
		}
		#mainLeft {
			float: left;
			width: 280px;
			height: 100%;
			border-right: 1px solid #9f0000;
			text-align: center;
		}
		#mainRight {
			padding-left: 5px;
			float: left;
			width: 280px;
		}
		#mainBottom {
			width: 566px;
			padding: 20px 0px 0px 5px;
			position: absolute;
			margin-top: 180px;
			*margin-top: 90px;
			height: auto;
		}
		#mainTekst {
			width: 566px;
			padding: 5px 0px 0px 5px;
			position: absolute;
		}

		.scroll{
			overflow: auto;
			height: 560px;
			scrollbar-3dlight-color: #9F0000;
			scrollbar-arrow-color: #9F0000;
			scrollbar-base-color: #FFFFFF;
			scrollbar-darkshadow-color: #FFFFFF;
			scrollbar-face-color: #FFFFFF;
			scrollbar-highlight-color: #FFFFFF;
			scrollbar-shadow-color: #9F0000;
		}

		.centerDiv {
			width: 250px;
			margin: 0px auto;
		}

		h1 {
			margin: 0;
			padding: 0;
			height: 0;
			width: 0;
			text-indent: -100000px;
		}
		h3 {
			display: inline;
			font-size: 12px;
			font-weight: bold;
		}
		hr {
			width: 100%;
			border-bottom: 0px;
			border-left: 0px;
			border-right: 0px;
			border-top: 1px solid #f8dddd;
			height: 1px;
		}


		p.mainAlinea {
			margin: 3px 0px 0px 45px;
		}

		.verplicht {
			color: #9F0000;
		}
		.small {
			font-size: 9px;
		}

		.on {
			background: #FFEFEF;
		}
		#hintbox{ /*CSS for pop up hint box */
			position:absolute;
			top: 0;
			margin-left: 0px;
			background-color: #F1DBDB;
			width: 200px; /*Default width of hint.*/
			padding: 3px;
			border: 1px solid #9F0000;
			font: normal 11px Verdana;
			line-height: 18px;
			z-index: 100;
			visibility: hidden;
			text-align: left;
		}
		.tussenBlok {
			font-size: 1px;
			margin: 5px 0px 15px 0px;
			height: 8px;
			background-color: #9F0000;
			background-image: url('../images/tussenBlok.gif');
		}

		.gradualshine {
			filter:alpha(opacity=40);
			-moz-opacity:0.4;
		}

		#tooltip {
			position: absolute;
		    padding: 10px;
		    background: #F1DBDB;
		    border: 1px solid #9F0000;
		    text-align: left;
		    font-size: smaller;
		    font-family: verdana;
		    font-size: 11px;
		}

		span.tip span {
			display: none;
		}

		span.tipR span {
			cursor: help;
			display: none;
		}
	/** MENU OPMAAK **/
		ul#menu {
			margin: 0px;
			padding: 0px;
			width: 190px;
		}

		ul#menu li {
			list-style: none;
			margin: 0px;
			line-height: 15px;
			padding: 5px 0px 5px 0px;
			border-bottom: 1px solid #f1dbdb;
			font-weight: bold;
			font-family: verdana;
		}

		ul#menu li a {
			color: #000000;
			text-decoration: none;
			font-weight: bold;
			font-size: 13px;
			font-family: arial;
		}
		ul#menu li a:hover {
			color: #9F0000;
			text-decoration: none;
			font-weight: bold;
			font-size: 13px;
			font-family: arial;
		}

		ul#subMenu {
			margin: 0px 0px 0px 25px;
			padding: 0px;
			list-style: none;
			font-weight: none;
			width: 145px;
		}

		ul#subMenu li {
			line-height: 15px;
			padding: 5px 0px 5px 0px;
			border-top: 1px solid #f1dbdb;
			border-bottom: 0px solid #f1dbdb;
			font-weight: normal;
			font-family: verdana;
		}

		ul#subMenu li a {
			color: #000000;
			text-decoration: none;
			font-weight: normal;
			font-size: 11px;
			font-family: arial;
		}
		ul#subMenu li a:hover {
			color: #9F0000;
			text-decoration: none;
			font-weight: normal;
			font-size: 11px;
			font-family: arial;
		}

		ul#beheerMenu {
			margin: 0px;
			padding: 0px;
			width: 190px;
		}

		ul#beheerMenu li {
			list-style: none;
			margin: 0px;
			line-height: 15px;
			padding: 5px 0px 5px 0px;
			border-bottom: 1px solid #f1dbdb;
			font-weight: bold;
			font-family: verdana;
		}
		ul#beheerMenu li.titel {
			font-weight: bold;
			font-size: 14px;
			list-style: none;
			margin: 0px;
			line-height: 15px;
			padding: 5px 0px 5px 0px;
			border-bottom: 1px solid #f1dbdb;
			font-weight: bold;
			font-family: verdana;
		}

		ul#beheerMenu li a {
			color: #000000;
			text-decoration: none;
			font-weight: bold;
			font-size: 13px;
			font-family: arial;
		}
		ul#beheerMenu li a:hover {
			color: #9F0000;
			text-decoration: none;
			font-weight: bold;
			font-size: 13px;
			font-family: arial;
		}

		ul#subBeheer {
			margin: 0px 0px 0px 25px;
			padding: 0px;
			list-style: none;
			font-weight: none;
			width: 145px;
			font-weight: normal;
		}

		ul#subBeheer li {
			line-height: 15px;
			padding: 5px 0px 5px 0px;
			border-top: 1px solid #f1dbdb;
			border-bottom: 0px solid #f1dbdb;
			font-weight: normal;
			font-family: verdana;
		}
		ul#subBeheer li.bTitel {
			color: #9F0000;
			line-height: 15px;
			padding: 5px 0px 5px 0px;
			border-top: 0px solid #f1dbdb;
			border-bottom: 0px solid #f1dbdb;
			font-weight: bold;
			font-family: verdana;
		}

		ul#subBeheer li a {
			color: #000000;
			text-decoration: none;
			font-size: 11px;
			font-family: arial;
			font-weight: normal;
		}
		ul#subBeheer li a:hover {
			color: #9F0000;
			text-decoration: none;
			font-size: 11px;
			font-family: arial;
			font-weight: normal;
		}

/** FORMULIEREN OPMAAK **/
	form .text {
		padding: 2px 2px 2px 3px;
		background: #f1dbdb;
		border: 1px solid #9F0000;
		font-family: verdana;
		font-size: 11px;
		font-weight: bold;
		margin-top: 3px;
	}

	td .text {
		padding: 2px 2px 2px 3px;
		background: #f1dbdb;
		border: 1px solid #9F0000;
		font-family: verdana;
		font-size: 11px;
		font-weight: bold;
		margin-top: 3px;
	}

	form .select {
		background: #f1dbdb;
		border: 1px solid #9F0000;
		font-family: verdana;
		font-size: 11px;
		font-weight: normal;
		margin-top: 3px;
	}

	form .button {
		background: #f1dbdb;
		border: 1px solid #9F0000;
		font-family: verdana;
		font-size: 11px;
		margin-top: 3px;
		font-weight: bold;
	}


/** HYPERLINKS OPMAAK **/
	a {
		color: #9F0000;
		font-family: verdana;
		font-size: 11px;
		text-decoration: none;
	}
	a:hover {
		color: #000000;
		font-family: verdana;
		font-size: 11px;
		text-decoration: none;
	}

	a.top {
		color: #FFFFFF;
		font-family: verdana;
		font-size: 10px;
		text-decoration: none;
	}
	a:hover.top {
		color: #F1DBDB;
		font-family: verdana;
		font-size: 10px;
		text-decoration: none;
	}

/** GRAFIEK OPMAAK **/
	.lijnOnder {
		height: 1px;
		width: 100%;
		background: #9F0000;
	}
	.lijnRecht{
		height: 100%;
		width: 1px;
		background: #9F0000;
	}

/** IMG PNG FIX VOOR IE**/
	/**
	*** OP DE IMG TAG WORDT HET AUTOMATISCH TOEGEPAST.
	*** EEN DIV MET EEN EEN PNG ALS ACHTERGROND MOET
	*** DE CLASS "png" KRIJGEN
	**/

	div.png {
		behavior: url(\'includes/iepngfix.htc\');
	}
	img {
		behavior: url(\'includes/iepngfix.htc\');
	}



/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #DDD;
}

div#mb_center {
background-color: #FFF;
}

div#mb_contents {
width: 400px;
height: auto;
border: 10px solid #DDD;
overflow: auto;
background-color: #FFF;
visibility: hidden;
}

.mb_loading {
background: #DDD url(../images/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border: 10px solid #DDD;
border-top-style: none;
}

a#mb_close_link {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(../images/closelabel.gif) no-repeat center;
margin: 5px 0;
}

div#mb_caption {
margin-right: 71px;
}