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


/* wrapper */

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

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


/* logo */

#logo {
	position: absolute;
	width: 357px;
	height: 142px;
	top: 0;
	left: 0;
}

/* logo wisselen in header */


		#logo {
			background: url(graphics/Krielaart_coachinbeweging.png) bottom left no-repeat;
		}
		
/* content */

#content {
	padding-top: 220px;
	padding-right: 54px;
	padding-bottom: 15px;
	padding-left: 147px;
}

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

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

#content td{
		border: 1px solid #7C7B7D;
}

#content td p{		
		margin: 8px 10px 8px 10px;
}

/* menu */

#menu {
	position: absolute;
	top: 160px;
	left: 18px;
}	

#menu h2 {
	display: none;
}

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

#menu ul {
	float: left;
}

* 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;
	float: left;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ef4135;
}

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


#menu li a {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	display: block;
	padding-right: 0.2em;
	padding-left: 0.2em;
	padding-bottom: 0.5em;
	
}

#menu li a:hover {
	border-bottom-color: #ef4135;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	padding-right: 0.2em;
	padding-left: 0.2em;
	}


/* 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 {
	text-indent: 0.5em;
	position: relative;
	bottom: 0;
	height: 50px;
	width: 100%;
	padding-top: 0.25em;
	padding-right: 0;
	padding-bottom: 0.25em;
	padding-left: 0;
	background-image: url(graphics/lefbottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer #poweredByMaxNl {
	position: absolute;
	top: 28px;
	font-size: 9pt;
	float: left;
	display: inline;
	margin-right: 0.5em;
	padding-top: 2.7em;
}

#footer #poweredByMaxNl a {
	color: #000;	
}

#footer #poweredByMaxNl a:visited {
	color: #FE0002;	
}

#footer #rechterhoek {
	width: 129px;
	height: 52px;
	float: right;
	background-image: url(graphics/rightbottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

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

