*, html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	/*kleur body tekst*/
	color: #3609f8;
}
div, span, label, form, fieldset {
	margin: 0;
	padding: 0;
}
ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
img, map {
	border: 0;
}
/*nieuwsberichten header*/
h1 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 12px 0;
}
h5 {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 12px 0;
}
/*tekst nieuws*/
h6 {
	color: #1a09c1;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 18px 0;
}
div#container {
	position: relative;
	top: 0px;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
div#header {
	display: block;
	width: 900px;
	height: 180px;
	background-image: url('../images/header.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
#header a{
	display: block;
	width: 900px;
	height: 180px;
}
div#menu_container {
	width: 900px;
	height: 80px;
	border-top: 1px solid #1a09c1;
	border-bottom: 1px solid #1a09c1;
	background-color: #1a09c1;
}
div#menu {
	position: relative;
	margin: 0 auto;
	margin-top: -20px;
	width: 850px;
	height: 55px;
	/*background-color: #888;*/
	background-image: url('../images/bg.gif');
	background-position: top left;
	background-repeat: repeat;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
div#menu ul li {
	display: block;
	float: left;
}
div#menu ul li a {
	display: block;
	padding-top: 20px;
	width: 169px;
	height: 35px;
	border-right: 1px dotted #393939;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
	text-align: center;
}
div#menu ul li a:hover, div#menu ul li a.active {
	/*background-color: #ffcc00;*/
	background-image: url('../images/bg_hover.gif');
	background-position: top left;
	background-repeat: repeat;
	/*color: #000;*/
}
div#submenu {
	position: relative;
	margin: 0 auto;
	margin-top: 5px;
	width: 850px;
	height: 35px;
}
div#submenu ul li {
	display: block;
	float: left;
}
/*submenu*/
div#submenu ul li a {
	display: block;
	padding-left: 8px;
	width: 110px;
	height: 35px;
	color: #fff;
	font-size: 13px;
	line-height: 34px;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
}
/*blokje submenu*/
div#submenu ul li a:hover, div#submenu ul li a.active {
	background-color: #847f7f;
}
/*achtergrond hoofdscherm*/
div#brood {
	overflow: auto;
	width: 900px;
	border-top: 1px solid #393939;
	background-color: #d6d5d9;
}
div#content {
	position: relative;
	margin: 15px auto;
	width: 800px;
	line-height: 14px;
}
div#content h1 a {
	color: #000;
}
div#content h1 a:hover {
	text-decoration: none;
}
div#content span.legenda {
	float: right;
	font-weight: normal;
	font-size: 10px;
	color: #fff;
}
div#content span.legenda img {
	margin-left: 25px;
}
div#right {
	display: block;
	float: right;
	padding-left: 10px;
	width: 220px;
	border-left: 1px dotted #787878;
}
div#right div.paragraph {
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 14px;
}
div#right div.paragraph h2 {
	color: #1a09c1;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	letter-spacing: 0.2em;
	line-height: 12px;
	font-family: Arial, Verdana, sans-serif;
	border-bottom: 1px solid #969696;
}
div#right div.paragraph span a {
	color: #1a09c1;
}
div#right div.paragraph img {
	border: 1px solid #393939;
}
div#content_left {
	width: 558px;
}
div#content_left a {
	border: 0;
}
div#footer_container {
	width: 900px;
	height: 60px;
	margin-bottom: 50px;
	background-color: #1a09c1;
	border-bottom: 1px solid #393939;
}
div#footer {
	position: relative;
	margin: 0 auto;
	top: 20px;
	width: 850px;
	height: 80px;
	/*background-color: #888;*/
	background-image: url('../images/bg.gif');
	background-position: top left;
	background-repeat: repeat;
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-align: center;
}
div#footer span {
	display: block;
	padding-top: 8px;
	font-weight: bold;
}
div#footer span a {
	color: #fff;
}
img.left {
	float: left;
	padding: 2px 10px 2px 0;
}
img.right {
	float: right;
	padding: 2px 0 2px 10px;
}
.tool-tip {
	color: #000;
	text-align: left;
	z-index: 13000;
}
.tool-title {
	font-weight: bold;
	margin: 0;
	padding: 8px 8px 4px;
	background-color: #b4b4b4;
	border-top: 1px solid #f88409;
	border-left: 1px solid #f88409;
	border-right: 2px solid #f88409;
}
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background-color: #b4b4b4;
	border-right: 2px solid #f88409;
	border-left: 1px solid #f88409;
	border-bottom: 2px solid #f88409;
}