html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: white;
}


/* wrapper */

#wrapper {
	height: 100%;
	position: relative;
}

html>body #wrapper {
	position: relative;
	height: auto;
	min-height: 100%;
}


/* header */
#header {
	height: 148px;
	padding: 2px;
	background: #60bb46;
}

* #header {
	padding: 2px 0 2px 0;
}

* #header p {
	margin-left: 2px;
}


/* logo */

#logoBalk {
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	height: 135px;
	background: #fff url(graphics/header_bg.png) top left repeat-x;; /* background toevoegen: visual rechts */
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
}

/* content */

#contentWrapper {
	margin-top: 20px;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 399px;
}

* html #contentWrapper {
	min-height: 450px;
}
#content {
	position: relative;
	margin: 0 230px 30px 230px;
	padding: 40px 0 0 0 ;
}


#content:after {
	/* clear float for superior browsers */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html #content {
    height: 1px; /* clear floats for IE5,6 */
}

*+html #content {
    min-height: 0;  /* clear floats for IE7 */
}

.publishingDate {
	font-size: 95%;
	font-style: italic;
}

/* menu */

#menuWrapper {
	position: absolute;
	top:0;
	left:0;
	width: 155px;
	margin: 0 45px 0 30px;
	background: #fff url(graphics/menu_bg.jpg) bottom left repeat-x;
	border: 5px solid #006600;
}

#menu {
	margin-bottom:10px;
	background: none;
}	

#menu h2 {
	display: none;
}

#menu ul,
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul {
	background: none;
}

* html #menu ul {
	height: 1em;
}

*+html #menu ul {
    min-height: 0;  /* clear floats for IE7 */
}

html>body #menu ul:after {
	/* clear float for superior browsers */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#menu ul li {
	position: relative;
}

* html #menu ul li {
	height: 1px;
	margin: 0;
}

* html #menu li a {
	margin:0;
}

#menu li a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0.25em 0.5em;
}

#menu li a:hover {
	background: none;
	color: #006600;
}


/* submenu's */

#menu ul ul {
	position: absolute;
	left: 155px;
	top: 0;
	background: none;
}

#menu ul ul,
#menu ul ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #006600;
}

#menu ul ul li {
	float: none;
}

#menu li li a {
	font-weight: normal;
	width: 12em;
	border: none;
	color:  #fff;
}

/* sub-sub menu's */

#menu ul ul ul {
	border-left: 1px solid white;
	border-top: 1px solid white;
	left: 12em; /* position at the edge: 12em width + 2 x 0.5 padding */
	top: 0;
}


/* #menu hover-effect */

#menu ul li ul {
	/* level 1 */
	display: none;
}

#menu ul li:hover ul,
#menu ul li.hover ul {
	/* the li.hover is for MSIE, set by menu.js */
	display: block;
}


#menu ul li.active a,
#menu ul li.subactive a,
#menu ul li.subactive ul li.active a {
	font-style: italic;
	font-weight: bold;
}

#menu ul li ul li a:hover,
#menu ul li.subactive ul li a:hover,
#menu ul li.subactive ul li.active a {
	color: #fff;
}

#menu ul li ul li a:hover,
#menu ul li.subactive ul li a:hover {
	color: #60bb46;
}

#menu ul li.subactive ul li a {
	font-style: normal;
	font-weight: normal;
}

#menu ul li:hover li ul,
#menu ul li.hover li ul {
	/* level 2 */
	display: none;
}

#menu ul li:hover li:hover ul,
#menu ul li.hover li.hover ul {
	display: block;
}

#menu ul li:hover li:hover li ul,
#menu ul li.hover li.hover li ul {
	/* level 3 */
	display: none;
}

#menu ul li:hover li:hover li:hover ul,
#menu ul li.hover li.hover li.hover ul {
	display: block;
}

/* secondaryContent */

#secondaryContent {
	position: absolute;
	right:0;
	top: 0;
	width: 155px;
	height: 100%;
	margin: 0 30px 0 45px;
	border: 5px solid #006600;
	background: #fff url(graphics/menu_bg.jpg) bottom left repeat-x;
	padding: 5px;
}	


/* footer */

#footer {
	margin-top: 5px;
	padding: 0.25em 0;
	text-indent: 30px;
	width: 100%;
}

#footer #poweredByMaxNl {
	float: right;
	display: inline;
	margin-right: 30px;
}

#footer,
#footer a {
	color: #006600;
	font-size: 80%;
}

/* OTHER TOOLS */

/* various classes */

.skip,
.noScreen {
	display: none;
}

a.tel {
	text-decoration: none;
	color: black;
	cursor: default;
}

.image {
	clear: both;
	margin-bottom: 1em;
}

.left {
	float: left;
	margin: 0 1em 1em 0;
}

.right {
	float: right;
	margin: 0 0 1em 1em;
}

.center {
	text-align: center;
}


/* horizontal rules */

hr {
	display: none;
}

#content hr {
	display: none;
}


/* Progress Bar */

.modalDialogBox {
	text-align: center;
	position: absolute;
	border: 1px solid #0A72CD;
	top: 50%;
	left: 50%;
	width: 20em;
	margin: -12.5% 0 0 -10em;
	background-color: white;
}

.modalDialogBox h3, .modalDialogBox p {
	margin: 1em 0 1em 0;
	padding: 0;
}

.barContainer {
	text-align: left;
	border: 1px solid #0A72CD;
	margin: 0.5em;
	background-color: #EBF5FE;
}

.bar {
	background-color: #0A72CD;
	height: 1em;
	width: 98%;
}

.caption, .percentage {
	margin: 0.5em;
}

.percentage {
	font-weight: bold;
}


/* Breadcrumb */

#breadcrumb ul {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 0 2em 0;
	padding:0;
	
}

#breadcrumb ul li {
	display: inline;
}	
#breadcrumb ul li,
#breadcrumb ul li a {
	font-size: 90%;
	color: #006600;
}

#breadcrumb ul li a:active {
	font-weight: bold;
}

#breadcrumb ul li a:hover {
	color: #006600;
}
