html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: white;
}


/* wrapper */

#wrapper,
#wrapper2 {
	height: 100%;
	position: relative;
	padding: 15px 10px 10px 10px;
}

html>body #wrapper,
html>body #wrapper2 {
	position: relative;
	height: auto;
	min-height: 100%;
}

#wrapper {
	background: url(graphics/content_bg.gif);
}
#wrapper2 {
	background: #fff;
	border: 1px solid #666;
	padding: 20px;
}


/* header */
#header {
	height: 123px;
}

/* logo */

#logoBalk {
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100px;
	background: #fff url(graphics/header_visual.jpg) top right no-repeat; /* background toevoegen: visual rechts */
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
}

#utilities {
	position: absolute;
	top: 120px;
	right: 30px;
	color: #fff;
	z-index: 1000;
	font-size:90%;
}

#utilities a {
	color: #fff;
}

#naarHoofdPag {
	font-size: 90%;
	position: absolute;
	top: -20px;
	left: 0;
	color: #666;
	z-index: 100;
}

#naarHoofdPag a {
	color: #666;
}

/* content */

#contentWrapper {
	margin-top: 20px;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 660px;
}

.publishingDate {
	font-size: 95%;
	font-style: italic;
}

#content {
	position: relative;
	margin: 0 190px 30px 190px;
	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 */
}


/* menu */

#menu {
	position: relative;
	top:-1px;
	width: 100%;
	z-index: 1000;
}	

#menu h2 {
	display: none;
}

#menu ul,
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul {
	background: #038247;
}

* 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;
	border-right: 1px dotted #fff;
}

* html #menu ul li {
	display: inline;
}

* html #menu li a {
	margin:0;
}

#menu li a {
	font-weight: bold;
	text-decoration: none;
	color: white;
	display: block;
	padding: 0.25em 0.5em;
}

#menu li a:hover {
	background: #5eae00;
	color: white;
}


/* submenu's */

#menu ul ul {
	position: absolute;
	background: #038247;
}

#menu ul ul,
#menu ul ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul ul li {
	float: none;
	position: relative;
}

#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 #666;
	border-top: 1px solid #666;
	left: 11.5em; /* 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 {
	background: #5eae00;
	font-weight: bold;
}

#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;
}


/* wijkmenu + secondaryContent */

#wijkmenuWrapper,
#secondaryContent {
	position: absolute;
	top:0;
	width: 155px;
	height: 100%;
	border: 1px solid #666;
	padding: 5px;
}

#wijkmenuWrapper {
	left: 0;
}

#textWrapper {
}

#bird {
}

#wijkmenuWrapper #textWrapper,
#secondaryContent #secondaryWrapper ##rss {
	position: relative;
}

#wijkmenuWrapper #textWrapper ul,
#wijkmenuWrapper #textWrapper p {
	font-size: 80%;
	line-height:145%;
		color:#999;
}

#wijkmenuWrapper #textWrapper p {
	margin-top: 1.5em;
	margin-bottom: 0.25em;
}

#wijkmenuWrapper #textWrapper object {
	position: relative;
	margin: 15px 0 0 15px;
	width: 100px;
	height:80px;
}

*+html #wijkmenuWrapper #textWrapper object,
* html #wijkmenuWrapper #textWrapper object {
	margin-top: -5px;
}

#secondaryContent {
	right: 0;
}

#rss span,
#rss a{
	font-size: 80%;
	line-height:145%;
	overflow: hidden;
}
	
#rss span.date {
	float: left;
	width: 100%;
}

/* 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:#669900;
	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;
	padding:0;
	border-bottom: 1px solid #999999;
	color: #999;
	width: 100%;
}

#breadcrumb ul li {
	display: inline;
}	
#breadcrumb ul li a {
	font-size: 70%;
	color: #999;
	text-decoration: none;
}

#breadcrumb ul li a:active {
	color: #747474;
	font-weight: bold;
}

#breadcrumb ul li a:hover {
	text-decoration: underline;
}
