body {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: 12px/22px verdana, arial, helvetica, sans-serif;
	color: #222;
	background-color: #fff;
	}


p {
	margin-top: 20px;
	margin-bottom: 10px; 
	}
/* framework*/

	table {
	padding: 0;
	border-spacing: 0;
	border: 1px solid #000;

}


	table#container {
	padding:0;
	vertical-align: top;
}
	td#banner {
	font : 19px/15px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

/* als de middelste rij 1 kolom bevat:  */
	td#middle {
	background-color: #E2ECEB;
	vertical-align: top;
	align: center;
	margin: 0;
	padding: 10px 160px 10px 160px;
}

td#middle h1 {
margin-left: -100px;
padding-left: 40px;
width: 120%;
background: #E2ECEB url(../images/h1.gif) left no-repeat;
}

td#middle h2 {
margin-left: 0px;
padding-left: 35px;
width: 100%;
background: #E2ECEB url(../images/h2.gif) left no-repeat;
}

td#middle td {
vertical-align: top;
border: 0;
}

td#middle table {
border: 0;
width: 100%;
}


/* als de middelste rij 2 kolommen bevat die gelijke breed zijn:  */
	td#left-50percent {	
	vertical-align: top;
	margin: 0;
	padding: 0;
	width: 390px;
}

	td#right-50percent {
	background-color: #E2ECEB;
	vertical-align: top;
	margin: 0;
	padding: 10px;
	width: 390px;
}


/* als de middelste rij 2 kolommen bevat waarvan linker smaller dan rechter:  */
	td#left-smaller {
	vertical-align: top;
	margin: 0;
	padding: 0;
	width: 25%;
}
	#leftdiv-smaller {
	padding: 20px;
	overflow: auto;
	width: 90%;
}
	td#right-wider {
	vertical-align: top;
	margin: 0;
	padding: 0;
	width: 75%;
}
	#rightdiv-wider {
	padding: 20px;
	overflow: auto;
}

	td#footer p {
		font : 11px/15px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-weight: normal;
	margin: 10px;
	padding: 0;
	vertical-align: top;
	text-align: center;
	color: #666;
}


/*end framework*/


a {
	text-decoration: underline;
	font-weight: bold;
	color:  #222;
	outline: none;
	}
a:visited {
	color:  #444;
	}
a:active {
	color:  #444;
	}
a:hover {
	color: #444;
	text-decoration: underline;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}



h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #333;
	color: #8B0414;
	width: 100%;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}

/*  MENU  HORIZONTAL*/

div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

div.menuBar {
  background-color: #fff;
  border: 2px solid;
  border-color: #fff;
  padding: 4px 2px 4px 2px;
  text-align: left;
}

div.menuBar a.menuButton {
  background-color: #DAE3E0;
  border: 1px solid #690303;
  color: #000000;
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 101;
}

div.menuBar a.menuButton:hover {
  background-color: #8B0414;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  color: #fff;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #8B0414;
  border-color: #909090 #f0f0f0 #f0f0f0 #909090;
  color: #fff;
  left: 1px;
  top: 1px;
}

div.menu {
  background-color: #fff;
  border: 1px solid;
  border-color: #909090;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 102;
}

div.menu a.menuItem {
  color: #000000;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #8B0414;
  color: #ffffff;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border-top: 1px solid #909090;
  border-bottom: 1px solid #f0f0f0;
  margin: 4px 2px;
}
.verbergen {
display: block;
visibility: hidden;
position: absolute;
left: -1000000px;}
