/* Text styling, markup
---------------------------------------------- */ 
@import url('table.css');

p table, p ol, p ul { /* overcome flaws in CMS-editor output */
	margin:0;
	}

/* anchors */
a:link[rel="external"],
a:visited[rel="external"] {
	padding:0 4px 0 0;
	}
a:hover[rel="external"],
a:focus[rel="external"],  
a:active[rel="external"] {
	outline:1px dotted invert;
	}

a:link,
a:visited {
	text-decoration:underline;
	color:#069;
	}
a:hover,
a:focus,
a:active {
	color:#49c;
	text-decoration:none;
	}
a:active {
	color:#069;
	text-decoration:underline;
	}


/* Master markup
---------------------------------------------- */
#content {
	font-size:1em;
	color:#333;
	}
h1 {
	margin:1em 0 0.6em;
	font-size:1.4em;
	font-weight:bold;
	line-height:2ex;
	color:#000; /* 009cca */
	}
h2 {
	font-size:1.2em;
	line-height:2ex;
	font-weight:600;
	color:#009cca;
	padding-bottom:0.2em;
	border-bottom:1px dotted #ccc;
	margin-bottom:0.2em;
	}
h1 + h2 { margin: 0.5em 0 0.2em; }
h3,
h4,
h5,
h6 {
	margin:1em 0 0;
	padding:0;
	font-size:1em;
	color:#000;
	}

#sidecol h6 {/* used for all titles in side columns */
	margin:0;
	}

pre {
	display:block;
	width:auto;
	margin:0.2em 0 1em;
	}

#content p {
	margin:0.4em 0 1em;
	padding:0;
	font-size:1em;
	line-height:1.5em;
	color:#333;
	}
	#content p strong {
    color:#000;
    }
#content ul {
	margin:1em 0 1.2em 1em;
	}
#content ul li {
	padding-left:0.7em;
	line-height:1.5em;
	background:url('../g/layout/ico_square.gif') left 0.6em no-repeat;
	}
	#content ul li a:link,
	#content ul li a:visited	{
		}
	#content ul li a:hover {
		}
	#content ul ul {
		margin:0.05em 0 0.4em;
		}
	#content ul li li {
		margin-left:2.2ex;

		font-size:.95em;
		}
	#content ul li li a {
		font-size:.95em;
		}
	#content ul li li li a {
		font-size:1em;
		}
	#content ul li li a:hover {
		color:#f60;
		}
  #content sub {
    font-size:0.85em;
    color:#666;
    }
em {
  font-weight:bold;
  color:red;
  }

/* Filter dropdowns
---------------------------------------------- */ 
.filter select {
 	margin:8px 0 0;
	background:#ccc;
	color:#006;
	border:0;
	width:230px;
	padding:2px 0 1px 4px;
	}

/* Definition list
---------------------------------------------- */ 
dl {
	margin:2em 0 1em;
	border-bottom:1px solid #f1f1f1;
	}
	dt {
		font-weight:bold;
		display:block;
		margin-top:10px;
		margin-bottom:2px;
		color:#006;
  	padding-left:0.7em;
  	line-height:1.5em;
  	background:url('../g/layout/ico_square.gif') left 0.6em no-repeat;
		}
	dd {
		margin:0;
		font-size:.92em;
		padding-left:2em;
		padding-bottom:4px;
		}
		dd a {
			display:block;
			background:url('../g/arrows.gif') 0 0.4ex no-repeat;
			padding-left:1.5ex;
			}

.separator {
  display:block;
  height:1px;
  border-top:1px solid #ccc;
  margin-bottom:1.5em;
  }
#content p.returntotop {
  float:right;
  }
#content p.returntotop a {
  display:block;
  padding:1px 3px;
  font-weight:bold;
  font-size:10px;
  color: #009cca;
  background:#dae9ef;
  text-decoration: none;
  }
#content p.returntotop a:hover {
  background:#fff;
  }
  
span.functienaam{
  color:#666666;
  font-weight: bold;
}
