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

body {
	background: #000;;
}


/* wrapper */

#wrapper {
	position: relative;
	padding-top: 25px;
}

*+html #wrapper {
	min-height: 100%;
}

html>body #wrapper {
	position: relative;
	height: auto;
}

#wrapper2 {
	position: relative;
	background: #016a70 url(graphics/wrapper_left_bg.gif) top left repeat-y;
	border: 1px solid #fff;
	height: auto;
	margin: 0 auto 0 auto;
	width: 796px;
	min-height: 100%;
}


#fotostrip {
	position: absolute;
	top: 118px;
	left: 0;
	width: 100%;
	height: 118px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	background: #005358;
}
/*#test2 {
	margin-left: -23px;
	padding: 0;
}
#test3 {
	margin-left: -46px;
	padding: 0;
}*/

#fotostrip img {
	border-left: 1px solid #fff;
	padding:0;
	margin:0;
}

#wrapperLeft {
	display: inline;
	height: 550px;
	width: 166px;
	margin-bottom: 30px;	
}


#wrapperRight {
	margin-left:166px;
}

#headerRight {
	position: relative;
	border-bottom: 1px solid #fff;
	height: 118px;
}




/* logo */

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

#adresvak {
	position: absolute;
	bottom: 0;
	left: 0;
}

/* content */

#content {
	position: relative;
	min-height: 285px;
	margin-top: 105px;
	padding: 25px 30px 30px 30px;
}

*+html #content {
	padding: 130px 30px 30px 30px;
}

* html #content {
	height: 300px;
	padding: 130px 30px 30px 30px;
}



/* menu */

#menu_home {
	padding-left: 0.5em;
	position: absolute;
	top: 90px;
	left: 0;
}



#menu {
	padding: 0 30px 10px 27px;
	position: absolute;
	top: 90px;
	left: 0;
	
}	

#menu h2 {
	display: none;
}

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

#menu ul {
	background: none;
}

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

*+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;
	float: left;
}

* html #menu ul li {
	display: inline;
}

#menu_home a,
#menu li a {
	text-decoration: none;
	color: white;
	display: block;
	padding: 0 0.5em;
	border-right: 1px solid #fff;
	line-height: 100%;
}

#menu_home a {
	border: none;
}

#menu_home a:hover {
	color: #000;
}

#menu li a:hover {
	color: #73adb0;
}

#menu li a:active {
	font-weight: bold;
	color: #000;
}


/* submenu's */

#menu ul ul {
	position: absolute;
	background: #9ACDFA;
}

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

#menu ul ul li {
	float: none;
}

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

/* 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: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;
}


/* footer */

#footer {
	padding: 0;
	text-indent: 0.5em;
	margin: 0 auto;
	width: 796px;
	color: #016a70;
	font-size: 80%;
}

#footer #poweredByMaxNl {
	float: right;
	display: inline;
	margin-right: 0.5em;
}

#footer #poweredByMaxNl a {
	color: #016a70;
}


/* 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: block;
}


/* 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;
}

