* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* HTML Elementen */

body {
	background-color: #0a3c82;
	background-image: url(../images/bgbody.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

form, ul, li {
	margin: 0px;
	padding: 0px;
}

td {
	vertical-align: top;
}

h1 {
	margin: 24px 0px 16px 14px;
	font-weight: normal;
	font-size: 20px;
	color: #0a3c82;
}

p {
	margin: 0px 0px 10px 0px;
	/* margin: 0px; */
}

hr {
	border-width: 0px;
	height: 1px;
}

	.wit {
		color: #fff;
		background-color: #fff;
	}

	.lichtblauw {
		color: #e9e9f2;
		background-color: #e9e9f2;
	}

/* linkerkolom */

#hoofdnav {
	margin-bottom: 15px;
}

#hoofdnav td {
	color: #e9e9f2;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
}

#hoofdnav td ul {
	list-style: none;
}

#hoofdnav td li {
	list-style: none;
	padding: 3px 15px;
}

#hoofdnav td li.selected {
	background-image: url(../images/selecteditem.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#hoofdnav a { color: #e9e9f2; text-decoration: none; }
#hoofdnav a:hover { color: #babad9; text-decoration: underline; } /* voorheen #fff */


#kruimelpad, #subnav {
	font-size: 11px;
	color: #0a3c82;
	font-weight: bold;
}
#kruimelpad {
	margin: 0px 0px 16px 14px;
}
#kruimelpad ul {
	list-style: none;
}
#kruimelpad li {
	list-style: none;
	display: inline;
}

#subnav {
	margin-bottom: 20px;
}
#subnav ul {
	list-style: none;
	float: left;
}
#subnav ul.firstcol {
	padding-left: 77px;
}
#subnav li {
	list-style: none;
	padding: 1px 15px;
}
#subnav li.selected {
	background-image: url(../images/selectedsubitem.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
#kruimelpad a, #subnav a { color: #8d91bb; text-decoration: none; }
#kruimelpad a:hover, #subnav a:hover { color: #0a3c82; text-decoration: underline; }
	
#maincontent {
	font-size: 11px;
	line-height: 1.5em;
}
.inleiding {
	font-weight: bold;
}

#maincontent a { color: #8d91bb; text-decoration: none; }
#maincontent a:hover { color: #0a3c82; text-decoration: underline; }
#maincontent ul {
	margin: 0px 0px 10px 15px;
}

/* rechterkolom */

#gegevens {
	padding: 23px 15px;
	font-size: 11px;
	line-height: 1.5em;
	color: #8d91bb;
}
#gegevens a { color: #8d91bb; font-weight: bold; text-decoration: none; }
#gegevens a:hover { color: #0a3c82; text-decoration: underline; }

#extranav {
	font-size: 11px;
	font-weight: bold;
	color: #0a3c82;
	padding: 0px 15px;
}

#extranav ul {
	list-style: none;
	margin-bottom: 15px;
}

#extranav li {
	list-style: none;
	padding: 2px 0px;
}

#extranav li.locked {
	background-image: url(../images/extralocked.gif);
	background-repeat: no-repeat;
	background-position: 45px center;
}

#extranav a { color: #0a3c82; text-decoration: none; }
#extranav a:hover { color: #0a3c82; text-decoration: underline; }

#zoeken {
	padding: 0px 15px 15px 15px;
}
#zoeken input.zoekwoord {
	width: 130px;
}

#sitemap ul {
	margin-left: 20px;
}
