 /* Styling in the XHTML 1.1 Document Type  - http://www.w3.org/TR/xhtml11/doctype.html#s_doctype*/
/* structure (body, head, html, title) */
html {}
body {
	font-family : Verdana, Arial, Sans-Serif; 
	font-size : 0.71em;
	color : #000000;
	margin : 0px 0px 0px 0px;
	padding : 2em 2em 2em 2em;
}
	/* text (abbr, acronym, address, blockquote, br, cite, code, dfn, div, em, h1, h2, h3, h4, h5, h6, kbd, p, pre, q, samp, span, strong, var) */
	h1 {
		font-size :	130%;
		margin : 0.3em 0em 0.3em 0em;
		padding: 0em 0em 0em 0em;
		color : #003399;
	}
	h2 {
		font-size :	100%;
		margin : 0em 0em 0em 0em;
		color : #000000;
		font-weight: bold;
	}
	h3 {
		font-size :	96%;
		margin : 0em 0em 0em 0em;
		color : #000000;
	}
	p {
		margin : 0px 0px 1em 0px;
	}
	pre, code {}
	/* hypertext (a) */
	a img {
		border:none;		
		font-size: 100%;
	}
	
	a:link, 
	a:visited {
		text-decoration : underline;
		color : #003399;
	}
	
	.startup a:link, .startup a:visited {
		text-decoration : none;		
	}	
	.startup a:hover, .startup a:active {
		text-decoration : underline;		
	}	
		
	a:hover, 
	a:active {
		text-decoration : none;
		color : #003399;
	}
	/* list (dl, dt, dd, ol, ul, li) */
	ul, ol {
		margin : 0px 0px 1em 2em;
		padding : 0px 0px 0px 0px;
	}
		ul li {}
		ol li {}
	dl {
		margin : 0px 0px 1em 0em;
		padding : 0px 0px 0px 0px;
	}
		dl dt {
			font-weight : bold;
			margin : 0px 0px 0px 0px;
		}
		dl dd {
			margin : 0px 0px 1em 0px;
		}
	/* object (object, param) */
	object {}
	/* presentation (b, big, hr, i, small, sub, sup, tt) */
	hr {
		border : none;
		height : 1px;
		color : #D5D5D5;
		background-color : #D5D5D5;
		clear : both;	
	}
	/* forms (button, fieldset, form, input, label, legend, select, optgroup, option, textarea) */
	form {
		margin : 0em 0em 0em 0em;
	}
		input {
			font-family : Verdana, Arial, Sans-Serif;
			font-size : 90%;
			margin: 0px 0px 0px 44px;
			padding: 0px 0px 0px 0px;
			width: 200px;
			height: 20px;
		}
		input.search {
			font-family : Verdana, Arial, Sans-Serif;
			font-size : 90%;
			margin: 2px 0px 4px -2px;
			padding: 0px 0px 0px 0px;
			width: 420px;
			height: 16px;
			border-color: #A5A5A5;
			border-style: solid;
			border-width: 1px;
			
		}
		select {
			color: #003399;	
		}
		textarea {
			font-family : Verdana, Arial, Sans-Serif;
			font-size : 90%;
			margin: 0px 0px 10px 44px;
			padding: 0px 0px 10px 0px;
			height: 100px;
			width: 200px;			
		}
		.selectlinks, .inputlinks  {
			border : solid 1px #A9B8A0;
			font-family : Verdana, Arial, Sans-Serif;
			font-size : 100%;
			margin: 0px 0px 0px 0em;
			padding: 0px 0px 0px 0px;					
		}
		input.radio, .radio input {
			width : auto;
			border : none;
		}
		input.image {
			/*width : auto;
			border : none;*/
		}
		input.button,
		input.submit {
			margin: 2px 0px 8px 8px;
			padding: 0px 0px 0px 0px;
			height: 21px;
			width: auto;
		}
		label {
			font-size : 100%;
			margin: 0px 0px 0em 0px;
			padding: 0px 0px 0px 0px;	
			vertical-align : middle;
		}
		fieldset {
			border : none;
			padding : 0em 0em 0em 0em;
		}
			legend {
				font-size : 100%;
				font-weight : bold;
			}
	/* table (caption, col, colgroup, table, tbody, td, tfoot, th, thead, tr) */
	table {
		font-size : 100%;
		border-collapse : collapse;
		border : none;
		margin : 0px 0px 1em 0px;
	}
		caption {
			font-weight : bold;
			text-align : left;
		}
		tr {
			vertical-align : top;
		}
		th {
			border : none;
			padding : 3px 3px 3px 3px;
			text-align : left;
			font-weight : normal;
		}
		td {
			border : none;
			padding : 3px 3px 3px 3px;	
		}
	/* img */
	img {
		border : none;
	}
/* Generic */
	



div.emailform
{
}
		div.emailform input {
			font-family : Verdana, Arial, Sans-Serif;
			font-size : 90%;
			margin: 0px 5px 0px 0px;
			padding: 0px 0px 0px 0px;
			width: 200px;
		}
		textarea {
			font-family : Verdana, Arial, Sans-Serif;
			font-size : 90%;
			margin: 0px 5px 0px 0px;
			padding: 0px 0px 0px 0px;
			width: 200px;			
		}
		div.emailform input.button,
		div.emailform input.submit {
			margin: 2px 5px 8px 8px;
			padding: 0px 0px 0px 0px;
			height: 21px;
			width: auto;
		}
		
		
		
		
.toelichting h3 {
	margin-top: 10px;
}

.overviewlist a:link, .overviewlist a:visited, .overviewlist a:active {
	text-decoration: none;
}
.overviewlist a:hover {
	text-decoration: underline;
}
