/* ###### RESETS ###### */

* {
margin:0;
padding:0;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
margin:0;
}

li,dd {
margin-left:1em;
}

fieldset {
padding:.5em;
}


/* ###### BODY ###### */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
	background-color: #d9f1d9;
	background-image: url(../images/site-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	color: #00af3f;
}


/* ###### HEADINGS ###### */

h1{
  font-size:15px;
	text-transform: uppercase;
  color:#00af3f;
  padding:0 0 10px 0;
}

h2{
  font-size:18px;
	text-transform: uppercase;
  color:#00af3f;
  padding:0 0 10px 0;
}

h3{
  font-size:20px;
	text-transform: uppercase;
  color:#00af3f;
  padding:0 0 10px 0;
}


/* ###### PARAGRAPHS, STRONG, LINKS ###### */

p {
	margin: 0px;
	padding: 0px;
}

strong {
	color: #00af3f;
}

b {
	color: #00af3f;
}

a:link ,a.readon:link, a.readon:visited, a:visited {
	color:#00af3f;
	text-decoration:underline;
}

img, .input {
	margin: 0;
	border: none;
	padding: 0;
}


/* ###### CLASSES ###### */

.clr {
	clear: both;
}

p.counterstatImage {
  text-align:center;
  margin-top:-20px;
  margin-bottom:0px;
  padding:0px;
}

/* .readon {
	height:22px;
	line-height:35px;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
	color: #00af3f;
	background: url(../images/menu-bg-line.png) repeat-x 0px center;
/*		background: url(../images/menu-bg-line.png) repeat-x 0px center;
} */

.createdate {
	font-variant: small-caps;
	font-style: italic;
	font-size: 10px;
	padding-bottom: 10px;
}

.small {
	font-variant: small-caps;
	font-style: italic;
	font-size: 10px;
	padding-bottom: 10px;
}
.tool-tip {
   float: left;
   background: #ffc;
   border: 1px solid #D4D5AA;
   padding: 5px;
   max-width: 200px;
}
 
.tool-title {
   padding: 0;
   margin: 0;
   font-size: 100%;
   font-weight: bold;
   margin-top: -15px;
   padding-top: 15px;
   padding-bottom: 5px;
   background: url(../images/selector-arrow.png) no-repeat;
}
 
.tool-text {
   font-size: 100%;
   margin: 0;
}


.button {
	border: 1px;
	background-color: #00af3f;
	color: #FFFFFF;
}

.button:hover {
	background-color: #00782b;
}

.inputbox {
	padding: 2px;
	border: 2px solid #0d3050;
}

.inputbox:hover {
	background-color: #d9f1d9;
}

li#current a,
#active_menu {
	text-decoration: underline;
}

.componentheading {
	height: 34px;
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	color: #00af3f;
}

.contentheading {
  height: 15px;
	width: 100%;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #f8f9fa;
}

.contentheading, .buttonheading, .buttonheading img{
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	color: #00af3f;
}

.contentheading {

 }

.contentpane {
	width: 100%;
}

.contentpaneopen {
	padding-top: 2px;
	width: 500px;
	width: 100%;
}

.contentdescription {} 

.sectiontableheader {
	background-color: #c3ccd3;
}

.sectiontableentry1 { }

.sectiontableentry2 { }

img, .input {
	margin: 0;
	border: none;
	padding: 0;
}



.modifydate {} 

.small, .createdate {
} 





/* ###### DIV'S ###### */

#container {
	text-align: center;
}

#marginauto {
	width: 900px;
	border: none;
	margin: 0px auto;
  margin-top: -20px;
	padding: 0px;
	text-align: left;
}

#site_box {
	float:left;
	width: 900px;
}

#main_box {
	float: left;
	width: 845px;
	margin-top: 25px;
	margin-left: 30px;
}

#header_box {
	float: left;
	width: 845px;
	height: 265px;
}

 #hb_topmenu {
		float: left;
		width: 845px;
		height: 30px;
		margin-top:10px;
		line-height: 20px;
 }

 #hb_topmenuleft {
		float: left;
	 	width: 415px;
		padding-left:5px;
		height: 20px;
 }	

 #hb_tmleft_content {
		float: left;
 		width: 415px;
		height: 20px;
		text-align: left;
		color: #000000;
		font-weight: bold;
		font-size:11px;
 }

	#hb_tmleft_content li {
		text-align: left;
		float: left;  /* The menu is horizontally aligned using float: left. Display:inline doesn't work with this example */
		margin: 0 2px 0 1px;
		line-height: 18px; /* Aligning text vertically using line-height */
	}

 #hb_topmenuright {
		float: right;
	 	width: 405px;
		padding-right:20px;
		height: 20px;
 }

 #hb_tmright_content {
		float: right;
 		width: 405px;
		height: 20px;
		text-align: right;
		color: #000000;
		font-weight: bold;
		font-size:12px;
 }

	#hb_tmleft_content ul,
	#hb_tmright_content ul {
		margin: 0; /* Aligning div horizontally */
		padding: 0;
		list-style: none;
		text-align: center;
	}

	#hb_tmright_content li {
		text-align: right;
		float: right;  /* The menu is horizontally aligned using float: left. Display:inline doesn't work with this example */
		margin: 0 2px 0 1px;
		line-height: 18px; /* Aligning text vertically using line-height */
	}

	#hb_tmleft_content li a,
	#hb_tmright_content li a {
		display: block;
		height: 20px;
		margin-right: -1px;
		padding: 1px 10px 0px 10px;
		color: #000000;
		text-decoration:none;
		text-align: right;
	}

	#hb_tmleft_content li a:hover,
	#hb_tmright_content li a:hover {
		height: 20px;
		display: block;
		color: #00af3f !important;
	}

	#hb_tmleft_content ul li#current a, 
	#hb_tmleft_content a.mainlevel,
	#hb_tmright_content ul li#current a, 
	#hb_tmright_content a.mainlevel {
		height:20px;
	  display: block;
		color: #00af3f;
		text-decoration: none;
		padding: 1px 10px 0px 10px;
	}


 #hb_top {
		float: left;
		width: 845px;
		height: 20px;
		background-image: url(../images/content-top.png);
		background-repeat: no-repeat;
		background-position: top left;
	}

 #hb_content {
			float: left;
			width: 845px;
 			height: 230px;
			background-image: url(../images/content-line.png);
			background-repeat: repeat-y;
	}

 #hb_content_bg {
		margin-top:-204px;
			float: left;
			width: 840px;
 			height: 200px;
			background-image: url(../images/D66KopFoto.jpg);
			background-repeat: no-repeat;
			background-position: top center;
	}

	
	  #hb_content_left {
			float: left;
			width: 300px;
 			height: 200px;
			margin-left: 20px;
			margin-top: 10px;
		}

	#hb_content_left ul {
		margin: 0; /* Aligning div horizontally */
		padding: 0;
		list-style: none;
		text-align: center;
	}

	#hb_content_left li {
		text-align: center;
		float: left;  /* The menu is horizontally aligned using float: left. Display:inline doesn't work with this example */
		margin: 0 2px 0 1px;
		line-height: 19px; /* Aligning text vertically using line-height */
	}

	#hb_content_left li a {
		display: block;
		height: 20px;
		margin-right: -1px;
		padding: 0px 2px 0px 0px;
		margin-right:3px;
		margin-bottom:3px;
		font-size: 11px;
		background-color:#FFFFFF;
		color: #000000;
		font-weight: bold;
		text-decoration:none;
		text-align: center;
		line-height: 17px;
	}

	#hb_content_left li a:hover {
		height: 20px;
		display: block;
		color: #00af3f !important;
	}

	#hb_content_left ul li#current a, 
	#hb_content_left a.mainlevel {
		height:20px;
		display: block;
		color: #00af3f;
		text-decoration: none;
		line-height: 17px; /* Aligning text vertically using line-height */
		padding: 0px 5px 0px 0px;
	}

	  #hb_content_left_vspacer {
			float: left;
			width: 400px;
 			height: 20px;
			margin-left: 19px;
		}

		#hb_content_right {
			float: right;
			width: 526px;
 			height: 200px;
			font-size: 14px;
		}

 #floating_menu_box {
		float: left;
 		width: 845px;
		height: 35px;
		margin-top:-195px;
		text-align: center;
 }
 #fmb_menu {
		float: right;
 		width: 550px;
		height: 20px;
		text-align: center;
	}

	#fmb_menu ul {
		margin: 0; /* Aligning div horizontally */
		padding: 0;
		list-style: none;
		text-align: center;
	}

	#fmb_menu li {
		text-align: center;
		float: left;  /* The menu is horizontally aligned using float: left. Display:inline doesn't work with this example */
		margin: 0 2px 0 1px;
		line-height: 19px; /* Aligning text vertically using line-height */
	}

	#fmb_menu li a {
		display: block;
		height: 20px;
		margin-right: -1px;
		padding: 0px 2px 0px 0px;
		margin-right:3px;
		margin-bottom:3px;
		font-size: 11px;
		background-color:#FFFFFF;
		color: #000000;
		font-weight: bold;
		text-decoration:none;
		text-align: center;
	}

	#fmb_menu li a:hover {
		height: 20px;
		display: block;
		color: #00af3f !important;
	}

	#fmb_menu ul li#current a, 
	#fmb_menu a.mainlevel {
		height:20px;
		display: block;
		color: #00af3f;
		text-decoration: none;
		line-height: 19px; /* Aligning text vertically using line-height */
	/*	padding: 0px 5px 0px 5px; */
	}


#topmenu_box {
	float: left;
	width: 845px;
 	height: 35px;
	background-image: url(../images/content-line.png);
	background-repeat: repeat-y;
	background-position: top left;
	text-align: center;
}



 #tm_boxleft {
		float: left;
	 	width: 25px;
		height: 35px;
		background-image: url(../images/menu-bg-left.png);
		background-repeat: no-repeat;
		background-position: top right;
	}	

 #tm_boxright {
		float: right;
	 	width: 820px;
		height: 35px;
 }

 #tm_content {
		float: left;
 		width: 790px;
		height: 35px;
		background-image: url(../images/menu-bg-line.png);
		background-repeat: repeat-x;
		text-align: center;
	}

	#tm_content ul {
		margin: 0; /* Aligning div horizontally */
		padding: 0;
		list-style: none;
		text-align: center;
	}

	#tm_content li {
		text-align: center;
		float: left;  /* The menu is horizontally aligned using float: left. Display:inline doesn't work with this example */
		margin: 0 2px 0 1px;
		line-height: 28px; /* Aligning text vertically using line-height */
	}

	#tm_content li a {
		display: block;
		height: 35px;
		margin-right: -1px;
		padding: 1px 7px 0px 7px;
		font-size: 13px;
		color: #00af3f;
		text-decoration:none;
		line-height: 30px; /* Aligning text vertically using line-height */
		text-align: center;
	}

	#tm_content1 li a:hover {
		height: 35px;
		display: block;
		color: #00af3f !important;
	}

	#tm_content ul li#current a, 
	#tm_content a.mainlevel {
		height:35px;
		display: block;
		background: url(../images/button.png);
		background-repeat: repeat-x;
		color: #00af3f;
		text-decoration: none;
		line-height: 30px; /* Aligning text vertically using line-height */
		padding: 1px 7px 0px 7px;
	}

 	#tm_right {
		float: right;
 		width: 30px;
		height: 35px;
		background-image: url(../images/menu-bg-right.png);
		background-repeat: no-repeat;
		background-position: top left;
	}		

#leftcontentright {
	width: 500px;
	display: block;
	padding: 10px 5px 10px 5px;
}
#leftcontent {
	width: 610px;
	display: block;
	padding: 10px 5px 10px 5px;
}
#contentright {
	width: 660px;
	display: block;
	padding: 10px 5px 10px 5px;
}
#onlycontent {
	width: 815px;
	min-height:300px;
	display: block;
	padding: 10px 15px 10px 0px;
	margin-left: -175px;
}


#onlycontent .componentheading {
	height: 34px;
	width: 815px;
	font-weight: bold;
	font-size: 14px;
	color: #00af3f;
}

#onlycontent .contentheading {
  height: 15px;
	width: 815px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #f8f9fa;
}


	
#content_box {
	float: left;
	width: 845px;
	background-image: url(../images/content-line.png);
	background-repeat: repeat-y;
}

 #cb_boxleft {
	float: left;
	width: 160px;
	margin-top: 5px;
/*	margin-left:19px; */
	display: block;
	padding: 10px 0px 0px 20px;
	text-align: left;
	font-size:11px;
 }

 #cb_boxleft th, #cb_boxleft h3  {
	background-color: #00af3f;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding:0;
	color: #FFFFFF;
 }

 #cb_boxleft .moduletable, #cb_boxleft .moduletable_menu {
	background-color: #d9f1d9;
	margin-bottom: 10px;
 }

 #cb_boxleft .moduletable td {
	padding: 0px;
	text-align: left;
 }

 #cb_boxleft .steunvolgende {
	border: 0.2em solid #d6efd6;
	margin: 0.45em 0.6em 0 0;
	width: 9.5em;
	float: right;
}


 #cb_boxleft .steunvolgende img {
	float: right;
}


 #cb_boxleft .steunvolgende a {
	border: 0.2em solid #d6efd6;
	margin: 0.45em 0.6em 0 0;
	width: 9.5em;
	float: right;
	padding: 0.35em 0.5em 1.45em 0.6em;
	height: 0.1em;
}


 #cb_boxright {
	float: right;
	width: 655px;
	display: block;
 }



 #cb_content {
	float: left;
	/* width: 500px;
	display: block;
	padding: 10px 5px 10px 5px; */
	font-size: 13px;
	color: #002d00;
 }

 #cb_content .sectiontableentry1 {
	padding-bottom:3px;
	background-color: #FFF;
}

 #cb_content .sectiontableentry2 {
	padding-bottom:3px;
	background-color: #d9f1d9;
}

 #cb_content a {
	text-decoration: underline;
 }

 #cb_content a:hover {
	text-decoration: none;
 }

 #cb_content a.readon:link, #cb_content a.readon:visited {
	/* width: 85px; */
	line-height:30px;
	padding: 5px 6px 5px 6px;
	text-decoration: none;
	color: #00af3f;
	background: url(../images/menu-bg-line.png) repeat-x 0px center;
	/*	background-image: url(../images/menu-bg-line.png) repeat-x; */
 }

 #cb_content .button {
	width: 100px;
	height:28px;
	padding:0px 0px 0px 0px;
	display:block;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 10px;
	color:#00af3f;
	text-decoration:none;
	text-align: center;	
 }

 
  #cb_content h3 {
   color: #00af3f;
  }

  #cb_content .moduletable th {
   width:500px;
	 font-size:15px;
	 background-color:#d9f1d9;
	 color: #00af3f;
  }
	
 #cb_right {
	float: left;
	width: 110px;
	text-align: center;
 }

 #cb_right ul {
		margin: 0; /* Aligning div horizontally */
		padding: 0;
		list-style: none;
		text-align: center;
 }

 #cb_right li {
		text-align: center;
		float: left;  /* The menu is horizontally aligned using float: left. Display:inline doesn't work with this example */
		margin: 0 2px 0 1px;
 }

 #cb_right li a{
	float: left;
	width: 100px;
	height:40px;
	margin-top: 5px;
	margin-left: 2px;
  padding: 4px 10px 4px 5px;
	display: block;
	background-image: url(../images/button_big.png);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 11px;
	color:#FFFFFF;
	text-align: right;
	text-decoration:none;
	/* line-height: 12px; */
 }

 #cb_right li a:hover {
	width: 100px;
	display: block;
	color: #FFFFFF !important;
	font-size: -1em;
 }

 #cb_right ul li#current a, 
 #cb_right a.mainlevel {
	width: 110px;
	height: 25px;
	display: block;
	background: url(../images/button.png);
	background-repeat: no-repeat;
	color: #00af3f;
	font-weight: bold;
	text-decoration: none;
}

#bottom_box {
	float: left;
	width: 845px;
	height: 25px;
	background-image: url(../images/content-bottom.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
}

#footer_box {
	float: left;
	width: 845px;
	height: 30px;
} 



