/* reset
-------------------------------------------------------------- */
html{height:100%;overflow-y:scroll}
body{height:100%;background-color:#fff}
html,body,form,fieldset{margin:0;padding:0}
blockquote{margin:0 3em 1em 3em;padding:0}
h1,h2,h3{margin:0 0 0.5em 0;padding:0}
p,dl,table,form,h4,h5,h6{margin:0 0 1em 0;padding:0}
ol,ul{margin:0 0 1em 24px;padding:0}
li ol,li ul{margin-bottom:0}
li ol{margin-left:32px;}
td{vertical-align:top}
img{border:0;vertical-align:bottom}
sup,sub{height:0;line-height:1;vertical-align:baseline;_vertical-align:bottom;position:relative} /* underscore hack for IE6 and below */
sup{bottom:1ex}
sub{top:.5ex}

/* layout 
-------------------------------------------------------------- */
#document {
	width:76em;
	margin-left:auto;
	margin-right:auto;
}

/* main styles 
-------------------------------------------------------------- */
body,th,td {
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
body {
	margin:1em;
	font-size:75%;
	line-height:1.5
}
h1 {
	font-size:2em;
}
h2 {
	font-size:1.5em;
	margin-top:1.2em;
}
h3 {
	font-size:1.2em;
}
a:link,
a:visited,
a:hover,
a:focus,
a:active {
	color:#0d61d3;
}

hr {
	color:#ccc;
	border:none;
	border-top:1px solid #ccc;
	height:1px;
}


.download {
	margin:1em 0;
	padding:0;
	list-style:none;
}
.download li {
	padding-left:22px;
	margin:0.2em 0;
}
.download li.xls {
	background: url(http://www.vaph.be/refertelijst/imgs/xls_16x16.gif) no-repeat 2px 0;
}

/* handy classes 
-------------------------------------------------------------- */
.hidden {
	/*display:block;
	color:#f00;*/
	position:absolute;
	top:-9999px;
	left:-9999px;
}
.grey,
.mute {
	color:#6c6c6c;
}
.grey a,
.mute a {
	color:#6c6c6c !important;
}
.small {
	font-size:0.9em;
}


.level-1 {
	display:block;
}
.level-2 {
	display:block;
	margin-left:4em;
}
.level-3 {
	display:block;
	margin-left:8em;
}
.level-4 {
	display:block;
	margin-left:12em;
}

table {
	width:100%;
	border:1px solid #bbb;
}
tr:hover {
	background:#ffc;
}
th,td {
	font-size:.95em;
	border:1px solid #bbb;
}
th {
	background:#ddd	
}











