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.png');
		}

		#mainTop {
			padding-left: 5px;
			/*height: 50%;*/
			height: 300px;
			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-top: 0;
			padding-top: 0;
			font-size: 13px;
			font-weight: bold;
			color: #9F0000;
			text-align: center;
			line-height: 20px;
		}
		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;
	}

	.meer-info
	{
		color: #9F0000;
		cursor: pointer;;
		font-family: verdana;
  		font-style: italic;
  		font-size: 11px;
	}
	.info
	{
		/*width: 450px;*/
		background: #F1DBDB;
		padding: 5px;
		border: 1px solid #9F0000;
		line-height: 18px;
		margin: 5px 0px;
	}
		.info .letop
		{
			margin: 0px;
			padding-left : 28px;
		}

/** 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\');
		border: 0px;
	}


/* 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;
}




/** Hyperlinks **/
a.skypeLink
{
	font-weight: bold;
	color: #9F0000;
	text-decoration: underline;
}
a.skypeLink:hover
{
	font-weight: bold;
	color: #9F0000;
	text-decoration: none;
}


/** RELATIEDAG **/
#relatiedagOverlay
{
	background: url(../images/relatiedag/overlay.png);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
#relatiedagContainer
{
	background: url(../images/relatiedag/containerbg.png) no-repeat;
	width: 588px;
	height: 393px;
	position: absolute;
	margin-left: -299px;
	margin-top: -196.5px;
	top: 50%;
	left: 50%;
	z-index: 99999;
}

#relatiedagSluiten
{
	cursor: pointer;
	position: absolute;
	margin-left: 570px;
	margin-top: 5px;
	font: bold 12px verdana;
	color: #0093d0;
}
	#relatiedagContainer h1
	{
		margin-bottom: 0;
		color: #0093d0;
		font: 30px 'Quicksand', verdana;
		text-align: center;
		width: 100%;
	}
	#relatiedagContainer h2
	{
		margin-top: 0;
		color: #0093d0;
		font: 20px 'Quicksand', verdana;
		text-align: center;
		width: 100%;
	}
	#relatiedagContainer #relatiedagContent
	{
		background: url(images/relatiedag/contentbg.png) no-repeat;
		width: 555px;
		height: 189px;
		font: 11px verdana;
		margin: 0 auto;
	}

	#relatiedagPadding
	{
		display: block;
		padding: 15px;
	}

		#relatiedagPadding img
		{
			float: right;
		}
		#relatiedagPadding p strong
		{
			color: #0093d0;
		}
	#relatiedagContainer a
	{
		background: url(../images/relatiedag/btnGroot.png) no-repeat 0px -32px;
		display: block;
		font: bold 11px verdana;
		margin: 20px auto;
		width: 240px;
		height: 32px;
		line-height: 32px;
		text-decoration: none;
		color: #fff;
		text-align: center;
		text-shadow: #0e497c 1px 1px 1px;
	}
	#relatiedagContainer a:hover
	{
		background: url(../images/relatiedag/btnGroot.png) no-repeat 0px 0px;
		display: block;
		font: bold 11px verdana;
		margin: 20px auto;
		width: 240px;
		height: 32px;
		line-height: 32px;
		text-decoration: none;
		color: #fff;
		text-align: center;
		text-shadow: #0e497c 1px 1px 1px;
	}


#relatiedagaankondiging
{
background: url(../images/relatiedag/relatiedag_mondzorg_aankondiging.png) no-repeat;
width: 504px;
height: 290px;
position: absolute;
right: 0;
top: 0;
}


.tablehead td{
/*background: url('../images/balkBG.gif');*/
background-color: #b51d11;
border: 0px;
height:28px;
color: white;
padding-left: 10px;
}

td{
padding-left: 10px;
}

.regel
{
height: 20px;
}

.rij2
{
background: #f9f0f0;
}.regelover {
background: #FFEFEF;
height: 20px;
cursor: pointer;
}

/** HELPDESK **/
span.nee { color: #ff0000; }
span.verwerkt { color: #5aa521; }
span.beantwoord { color: #ff9900; }





/** HONG KONG 2013 **/
/* Start of CMSMS style sheet 'Home CSS' */
/** FONTS **/
@font-face {
    font-family: 'museosans300';
    src: url('../fonts/museosans300.eot');
    src: url('../fonts/museosans300.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosans300.woff') format('woff'),
         url('../fonts/museosans300.ttf') format('truetype'),
         url('../fonts/museosans300.svg#museosans300') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'museosans500';
    src: url('../fonts/museosans500.eot');
    src: url('../fonts/museosans500.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosans500.woff') format('woff'),
         url('../fonts/museosans500.ttf') format('truetype'),
         url('../fonts/museosans500.svg#museosans500') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'museosans700';
    src: url('../fonts/museosans700.eot');
    src: url('../fonts/museosans700.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosans700.woff') format('woff'),
         url('../fonts/museosans700.ttf') format('truetype'),
         url('../fonts/museosans700.svg#museosans700') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'museosans900';
    src: url('../fonts/museosans900.eot');
    src: url('../fonts/museosans900.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosans900.woff') format('woff'),
         url('../fonts/museosans900.ttf') format('truetype'),
         url('../fonts/museosans900.svg#museosans900') format('svg');
    font-weight: normal;
    font-style: normal;

}

	.hong-kong-wrapper
	{
		background: url(../images/hong-kong/foto_hong_kong_background.png) no-repeat -50px;
		display: inline-block;
		height: 248px;
		margin-right: 15px;
		text-align: right;
		width: 271px;
	}
		.hong-kong-wrapper .hong-kong-padding
		{
			padding: 15px 0 0 0;
		}
		.hong-kong-wrapper .hong-kong-padding h1
		{
			background: url(../images/hong-kong/heading_background.png) no-repeat right;
			color: #fff;
			font: 18px 'museosans500';
			height: 33px;
			line-height: 33px;
			margin: 0;
			padding: 0;
			text-align: right;
			width: 255px;
		}
		
		.hong-kong-wrapper .hong-kong-padding a.h3
		{
			background: url(../images/hong-kong/button_background.png) no-repeat right;
			color: #888;
			display: block;
			direction: rtl;
			font: 14px 'museosans500';
			height: 33px;
			line-height: 33px;
			margin: 15px 0 0 0;
			padding: 0;
			text-align: right;
			text-decoration: none;
			text-indent: 15px;
			width: 255px;
		}
		.hong-kong-wrapper .hong-kong-padding a.h2
		{
			background: url(../images/hong-kong/button_background.png) no-repeat right;
			color: #0081c0;
			direction: rtl;
			display: block;
			font: 14px 'museosans500';
			height: 33px;
			line-height: 33px;
			margin: 15px 0 0 0;
			padding: 0;
			text-align: right;
			text-decoration: none;
			text-indent: 15px;
			width: 255px;
		}
			.hong-kong-wrapper .hong-kong-padding a.h3:hover,
			.hong-kong-wrapper .hong-kong-padding a.h2:hover
			{
				text-decoration: underline;
			}
	