/* CSS Document */
/* 
  Kleuren
  =======
  geel         : #FFCC00;
  donkergrijs  : #999999;
  lichtgrijs   : #CCCCCC;
*/

html, body, p, a, th, td, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: left;
	color: #333333;
}
body {
	background: #CCCCCC;
}
a {
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
}
ul {
	display: block;
	vertical-align: text-top;
}
li {
	margin-top: 9px;
	margin-bottom: 3px;
}
h1 {
	font-size: 18pt;
	font-weight: bold;
}
h2 {
	font-size: 13pt;
	font-weight: bold;
	margin-top: 12px;
}
#wrapper {
	width: 960px;
	height: 100%;
}
#header {
	width: 100%;
	height: 120px;
	background: #999999;
	background-image: url(/img/grstrand.gif);
	background-repeat: repeat-x;
}
#header a {
	text-decoration: none;
	font-size: 9pt;
	color: #FFFFFF;
}
#header a:hover{
	list-style-image: url(/img/bullet_white.gif);
	list-style-position: outside;
	font-weight: bold;
}
#header li {
	margin-left: 12px;
	margin-top: 3px;
	margin-bottom: 3px;
	list-style-image: url(/img/bullet_dgrey.gif);
	list-style-position: outside;
	font-size: 9pt;
	color: #FFFFFF;
}
#header li.active {
	margin-left: 12px;
	list-style-image: url(/img/bullet.gif);
	list-style-position: outside;
}
#menu {
	width: 115px;
	height: 465px;
	float: left;
}
#menu li, #main li.submenu {
	margin-left: 12px;
	margin-top: 3px;
	margin-bottom: 3px;
	list-style-image: url(/img/bullet_lgrey.gif);
	list-style-position: outside;
	font-size: 10pt;
}
#menu li.active,  #main li.active a {
	margin-left: 12px;
	list-style-image: url(/img/bullet.gif);
	list-style-position: outside;
}
#menu a, #main li.active a, #main li.submenu a {
	text-decoration: none;
	font-size: 10pt;	
}
#menu a:hover, #menu a:focus, #main li.active a:hover, #main li.active a:focus, #main li.submenu a:hover, #main li.submenu a:focus {
	list-style-image: url(/img/bullet_black.gif);
	list-style-position: outside;
}
#main {
	width: 845px;
	height: 565px;
	overflow: visible;
	float: right;
	text-align: left;
}
#main p, #main th, #main h2 {
	text-align: justify;
	padding: 6px 24px 0px 6px;
}
#main li {
	padding-left: 6px;
	list-style: disc inside;
}
#main li.active {
	margin-left: 24px;
	list-style-image: url(/img/bullet.gif);
	list-style-position: outside;
}
#main .kop1 {
	margin-left: 9px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
}
#main .kop2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	margin: 6px 0 0 0;
}
#main table {
	margin: 3px 3px 0px 12px;
	border: 0px;
}
#main td {
	padding: 3px 0px 0px 3px;
	text-align: left;
}
#main th {
	font-weight: bold;
}
#main ol li {
	list-style-type: decimal;
}

