/* CSS Document */

html,
	body {
		font-size: 10pt;
	    background-color:#fff;
		color:#000;
        text-align: left;
		margin:0;
		padding:0;
	}
		body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input {
		font-family : Arial, Helvetica, sans-serif; 
	}

	h1 {
	margin-top: 20px;
	}

	h2 {
	color: #0000B0;
	margin-top: 30px;
	}
	
	h3 {
	color: #000;
	margin-top: 20px;
	font-size: 13pt;
	}


	h2.zwart {
	color: #000;
	margin-top: 20px;
	font-size: 14pt;
	text-align: left;
	}

	p.groot {
	font-size: 25pt;
	margin-top: 20px;
	}

	p.left { text-align: left; }

	a:link     { color:#0000B0; }
	a:visited  { color:#0000B0; }
	a:hover    { color:#0000B0; }
	a:active   { color:#0000B0; }

	#header {
		width:100%;
		height:120px;
		background-color:#0000B0;
		background-image: url('../image-files/top2.jpg');
		background-repeat: no-repeat;
		text-align: center;
		color:#fff;
        font-size: 38px;
		padding-left:50px;
	}

	#container {
		width:100%;
		background-color:#fff;
	}

	#content {
		background-color:#0000B0;
	}

	#footer {
		background-color:#fff;
		text-align:center;
		clear:both;
	}
	
	#navbar {
		margin:0;
		float:left;
		width: 160px;
		background-color:#0000B0;
		color: #fff;
		font-size: 18px;
	}

	#navbar ul {
		margin:0;
		padding:0;
		width: 160px;
	}

	#navbar li {
		height: 50px;
		line-height: 50px;
		list-style: none;
		margin:0;
		padding-left:25px;
		border-top: 1px solid white;
		border-bottom: 0;
	}
	
	#navbar li.selected-main {
		background-color:#990000;
	}

	#navbar li a {
		color: #fff;
		text-decoration: none; 
		display: block;
		font-size: 18px;
	}

	#navbar li a:hover {
		color: #fff;
		font-size:10pt;
		text-decoration: underline; 
		font-size: 18px;
	}

	#navbar li.cat-link a {
		height:30px;
		font-size: 14px;
		background-image:url(../images/arrow.gif);
		background-repeat:no-repeat;
		padding-left:20px;
	}

	#navbar li.cat-link {
		height: 30px;
		line-height: 30px;
		background-color:#0045b0;
	}
	
	#navbar li.selected a {
		text-decoration:none;
		height:30px;
		font-size: 14px;
		background-image:url(../images/arrow.gif);
		background-repeat:no-repeat;
		padding-left:20px;
	}

	#navbar li.selected {
		height: 30px;
		line-height: 30px;
		background-color:#990000;
	}

	.img-left-link { 
		border:1px solid #0066ff;
		float:left;
		margin:4px 10px 5px 0px;
	}

	.img-link { 
		border:1px solid #0066ff;
		margin-right: 10px;
	}

	.img-left { 
		float:left;
		margin-right: 10px;
	}
	.img-left-zwart { 
		float:left;
		margin-right: 10px;
		border:1px solid #000;
	}

	.img-right { 
		float:right;
		margin-left: 20px;
		border:1px solid #0066ff;
	}

	.img-right-zwart { 
		float:right;
		margin-left: 20px;
		border:1px solid #000;
	}

	.img-top-link { 
		margin-left: 15px;
		margin-bottom: 10px;
		border:1px solid #0066ff;
	}

	.top-text {
		padding-top: 10px;
		font-size:20px;
		text-indent:20px;
	}

	a.white {
		color: #fff; font-size:10pt; text-decoration: none; 
		display: block;
		font-size: 18px;
	}

	.indent {
		text-indent:10px;
		}

	.header {
		font-size: 38px;
		}

	.doktor {
		font-size: 20px;
		text-align: right;
		padding-right: 70px;
		}

	#breadcrumbs {
		font-size:10px;
		margin-top:5px;
	}
	
	#breadcrumbs a,
	#breadcrumbs a:visited {
		text-decoration:underline;
		background-image:url(../images/arrow-breadcrumbs.gif);
		background-repeat:no-repeat;
		padding-left:10px;
		margin-right:5px;
		color:#000000;
	}
	
	#breadcrumbs a.home {
		text-decoration:underline;
		background-image:none;
		margin-right:5px;
		padding-left:0px;
	}
	
	#breadcrumbs .end {
		font-weight:bold;
		color: #0000B0;
		text-decoration:none;
		background-image:url(../images/arrow-breadcrumbs.gif);
		background-repeat:no-repeat;
		padding-left:10px;
	}
	
	.table {
		margin:0px;
		padding:0px;
	}
	
