html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background-color: #f4f4f4;
}


/* wrapper */

#wrapper {
	height: 100%;
	position: relative;
}
#wrapper2 {
	height: 100%;
	position: relative;
}

html>body #wrapper {
	position: relative;
	height: auto;
	min-height: 100%;
}
html>body #wrapper2 {
	height: auto;
	min-height: 100%;
	position: relative;
}
/* header */

#header {
	/* positioning */
	padding-top: 13px;
	height:	    121px;
	z-index: 12;

	/* continuous effect for headerTop */
	background-image: url(graphics/header_bg.png);
	background-position: 0 14px; /* makes it fit exactly */
	background-repeat: repeat-x;
}

#headerTop {
	height: 100px;
	background-image: url(graphics/header_img.jpg);
	background-repeat: no-repeat;
	background-position: 185px 0;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

#headerBottom {
	height: 20px;
	background-image: url(graphics/header_img_gras.gif);
	background-repeat: repeat-x;
}


/* logo */

#logo {
	/* bottom part of the background, with taller width */
	position: absolute;
	left: 50px;
	margin-top: 8px;
	margin-left: 12px;
	height: 114px;
}

#logo span {
	/* bottom part is not clickable */
	display: block;
	width: 65px;
	height: 187px;
	background-image: url(graphics/logo_bottom.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: 11;
}

#logo a {
	/* pushed out of #logo span */
	margin-left: -53px;
	display: block;
	width:  172px;
	height: 114px;
	background-image: url(graphics/logo_top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 12;
	position: absolute; /* for MSIE to pull out */
	outline: none;
}

#logo img {
	display: none;
}


/* content */

#content {
	position: relative;

	/* column effect */
	margin-left: 72px;
	margin-top:   32px;
	margin-right: 80px;
}

#page_home #content {
	margin-right: 20px;
}

.shadow-wrapper {
	/* spacing of content, originally in #primaryContent, #rssContent, .sidebarItem rule
	   but this is not possible with the shadow-wrapper arround it. */
	margin-bottom: 20px;
}

.sponsors,
#primaryContent,
#rssContent,
#sidebar .sidebarItem {
	/* box style */
	background-color: white;
	border: 1px solid #f2551a;

	z-index: 0; /* under menu */
	position: relative;
}

#primaryContent,
#rssContent,
#sidebar .sidebarItem {
	padding: 2em;
}

* html #content {
	/* fix top for IE5 */
	top: 40px;
	t\op: 0px;

	/* trigger "hasLayout", fixes absolute position of sidebar */
	height: 0.1em;
}

#content h1,
#rssContent h1,
#sidebar .sidebarItem h1 {
	position: relative; /* avoid IE border chaos */
	text-align: right;
	margin-top: -2em;
	margin-right: -1em;
	margin-bottom: 1em; /* fixes padding of real content */
}

#page_sitetree #content h1 {
	text-align: left;
	margin: 0 0 1em 0;
	padding: 0;
	position: static;
}

#content:after {
	/* clear float for superior browsers */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html #primaryContent {
	/* clear floats */
	height: 0;
}

*+html #primaryContent {
    min-height: 0;  /* clear floats for IE7 */
}

#primaryContent h3 {
	font-size: 11px;
}
#primaryContent .date {
	color: #999999;
}

.footerSpacer {
	position:relative;
	clear: both;
	height: 30px;
}

.contentFotoboek h1 {
}

.newsText {
	overflow: hidden;
}

/* home page, sidebar, rss */

#page_home #primaryColumn {
	margin-right: 250px;
}

#sidebar {
	width: 220px;
	position: absolute;
	top: 0;
	right: 0;
}

#sidebar ul {
	margin-left: 1em;
	padding-left: 0;
}

#content .sponsorsWrapper { /* #content to increase priority */
	position: absolute;
	bottom: 0;
	right: 0;
	width: 220px; /* same as sidebar */
}

.sponsors {
	white-space: nowrap;
	text-align: center;
}

#rssContent .rssblock {
	width: 49%;
	margin-bottom: 1em;
}

#rssContent .odd {
	clear: both;
	float: left;
	display: inline;
}

#rssContent .even {
	float: right;
	display: inline;
}

#rssContent:after {
	clear: left;
	display: block;
	content: '.';
	font-size: 0;
	line-height: 0%;
	border: 1px solid red;
	visibility: hidden;
	overflow: hidden;
}

* html #rssContent {
	/* enclose floats */
	height: 0.1em;
}
 *+html #rssContent {
    min-height: 0;  /* clear floats for IE7 */
}

#rssContent .rssblock ul,
#rssContent .rssblock li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#rssContent .rssblock li {
	/* enforce one line */
	white-space: nowrap;
	overflow: hidden;
	width: 100%;  /* for MSIE to hide overflow */
}


/* shadow effects */

.shadow-wrapper {
	/* right background */
	background-image:    url(graphics/shadow-right.png);
	background-repeat:   repeat-y;
	background-position: bottom right;

	position: relative;
}

* html .shadow-wrapper {
	/* trigger "hasLayout", fixes absolute position of shadow-bottom-right */
	height: 0.1em;
}

.shadow-wrapper .shadow-right {
	/* top right */
	background-image:    url(graphics/shadow-top-right.png);
	background-repeat:   no-repeat;
	background-position: top right;
	padding-right: 5px; /* spacing for background */
}

.shadow-wrapper .shadow-bottom {
	/* bottom */
	background-image:    url(graphics/shadow-bottom.png);
	background-repeat:   repeat-x;
	background-position: bottom right;
	height:      5px; /* spacing for backgroud */
	margin-left: 5px; /* spacing for shadow-bottom-left */
}

.shadow-wrapper .shadow-bottom-left {
	/* bottom right */
	background-image:    url(graphics/shadow-bottom-left.png);
	background-repeat:   no-repeat;
	background-position: bottom left;
	height: 5px; /* spacing for backgroud */

	/* move over .shadow-bottom */
	position: absolute;
	left:    0;
	width: 10px;
}

.shadow-wrapper .shadow-bottom-right {
	/* bottom right */
	background-image:    url(graphics/shadow-bottom-right.png);
	background-repeat:   no-repeat;
	background-position: bottom right;
	height: 5px; /* spacing for backgroud */
	
	/* repeat body background to fill transparent parts of the image */
	background-color: #f4f4f4;

	/* move over .shadow-right */
	position: absolute;
	right:    0;
	width: 10px;
}

* html #primaryColumn .shadow-wrapper .shadow-bottom-right {
	/* fix quirk in MSIE, need to find out what really causes this */
	margin-right: -1px;
}



/* menu */

#menu {
	background: #e8e8e8;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#menu li#menu1 {
	position: absolute;
	left: 0;
}

#menu li#menu2 {
	border-left: 1px solid black;
}

#menu h2 {
	display: none;
}

#menu,
#menu ul,
#menu li {
	z-index: 5;
}

#menu ul,
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul {
	margin-left: 140px; /* place where second menu item starts */
}

* 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 {
	float: left;
	position: relative;
}

* html #menu ul li {
	display: inline;
}

#menu li a {
	font-weight: bold;
	text-decoration: none;
	color: black;
	display: block;
	padding: 0.25em 0.5em;
	border-right: 1px solid black;
}

#menu li a:hover {
	background: #f25719;
	color: white;
}


/* submenu's */

#menu ul ul {
	position: absolute;
	left: -1px;
	border: 1px solid black;
	background-color: #e8e8e8;
}

#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;
}

/* address line */

#wrapper #victoria_adres {
	/* position */
	margin:   0;
	position: absolute;
	top:      0;
	right:    1em;

	/* markup */
	font-style: normal;
	font-size: 90%;
	line-height: 12px;
}

#wrapper #victoria_adres a {
	text-decoration: none;
}


/* footer */

#footer {
	padding: 0.25em 0;
	text-indent: 0.5em;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #666;
	background: #e8e8e8;
}

#footer #poweredByMaxNl {
	float: right;
	display: inline;
	margin-right: 0.5em;
}

#footer #poweredByMaxNl a {
	color: #666;
}

#page_sitetree #footer {
	/* no footer for the site tree, causes problems in MSIE when expanding folders */
	display: none;
}


/* 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;
}

/* clearfix */
.contentFotoboek:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.contentFotoboek {
	display: inline-block;
}
html[xmlns] .contentFotoboek {
	display: block;
}

