@charset "UTF-8";

/* colors */
/*
donkerblauw: 14487c
grijsblauw: a1b6cb
oranje: f16531
*/

html,body { 
	height: 100%;
	margin: 0;
	padding: 0;
}
/* font-size is 62,5%: 1em = 10pt */
body { 
	font: 62.5% normal Arial, Helvetica, sans-serif;
	color: #14487c;
	text-align: center;
	background-color: #fff;
}

/* ========== layout DIV's ========== */

/* page wrapper sets the background: canvas and drop shadow */
#page_wrapper {
	position: relative; /* needed for footer positioning*/
	width: 100%;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	margin: 0 auto; /* center, not in IE5 */
	padding: 0;
	background-image: url(../images/background_canvas.png);
	background-repeat: repeat-y;
	background-position: center;
}

/* header bg is 100% width, header (header_wrapper) itself is centered */
#header {
	width: 100%;
	height: 140px;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
}
/* wrapper for header images */
#header_wrapper {
	width: 851px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

/* inner_wrapper wraps all content and set default font size for content (p-text is equal to unformatted text) */
#content_wrapper {	
	width: 771px;
	margin: 0 auto; /* center, not in IE5 */
	padding: 10px;
	padding-bottom: 60px; /* bottom padding for footer */
	font-size: 1.2em;
	text-align: left;
}

/* give content some space beneath top navigation */
#clearContent_top { 
	margin: 10px 0 10px -10px;
	width: 791px;
	height: 10px;
	background-color: #a1b6cb;
}

/* ========== navigation ========== */

/* top navigation */
#topNavBar {
	position: absolute;
	top: 140px;
	left: 0;
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
	color: #fff;
	background-image: url(../images/topNavBar_bg.png);
	background-repeat: repeat-x;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
	#topNavBar_wrapper {
		width: 790px;
		margin: 0 auto; /* center, not in IE5 */	
		}
	#topNav_wrapper {
		float: right;
		width: 550px;
		}
#searchForm {
	float: left;
	width: 150px;
	margin: 2px 0 0 0;
	padding: 0;
	}
	#searchForm input {
		border: 1px solid #14487c;
	}
	#searchForm input.searchField {
		height: 14px;
		margin: 0;
		padding: 0;
		font-size: .9em;
		color: #14487c;
		border: 1px solid #14487c;
		background-color: #e7ecf2;
	}
ul#topNav {
	float: right;
	margin: 0;
	margin-right: 10px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	letter-spacing: 2px;
	white-space: nowrap;
	list-style-type: none;
	}
	ul#topNav li { display: inline; }
	ul#topNav li a {
		padding: .4em 2em .1em 2em;
		color: #fff;
		text-decoration: none;
		float: left;
		border-right: 1px solid #fff;
	}
	ul#topNav li a:hover, ul#topNav li a.selected {
		background-color: #14487c;
		color: #fff;
	}

/* left navigation */

#leftNav_wrapper { display: block; }

ul#leftNav {
	width: 205px;
	margin: -10px 0 -10px -10px; 
	padding: 0;
	list-style-type: none;
	}
	/* 1st level */
	ul#leftNav li { 
		font-size: .9em;
		font-weight: bold;
		line-height: 1.3em;
	}
	ul#leftNav li#leftNavHeader {
		width: 100%;
		padding: 2px 4px 2px 4px;
		font-size: 1em;
		font-weight: bold;
		color: #fff;
		letter-spacing: 2px;
		border-bottom: 1px solid #fff;
		background-color: #3e6994;
	}
	ul#leftNav li a {
		display: block;
		width: 100%;
		padding: 4px;
		color: #14487c;
		text-decoration: none;
		background-color: #d0dae5;
		border-top: 1px solid #a1b6cb;
		border-bottom: 1px solid #fff;
	}
	ul#leftNav li a:hover { color: #fff; background-color: #a1b6cb; }
	ul#leftNav li a.selected { color: #fff; background-color: #aeb093; }
	/*second level */
	ul#leftNav ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	ul#leftNav li li {
		font-size: 1em;
		font-weight: normal;
		padding-left: 10px;
		line-height: 1.1em;
		background-color: #d0dae5;
	}
	ul#leftNav li li a { 
		color: #085967; 
		border-left: 1px solid #a1b6cb;
		background-color: #e7ecf2; 
	}
	ul#leftNav li li a:hover {	color: #fff; background-color: #a1b6cb; }
	ul#leftNav li li.selected, ul#leftNav li li a.selected {	
		color: #000; 
		font-weight: bold; 
		background-color: #d0dae5; 
	}

/* sub navigation */
#subNav {
	position: relative;
	float: right;
	top: 0;
	right: 0;
	width: 170px;
	margin: 0 0 1em 1em;
	border: 1px solid #aeb093;
	background-color: #d0dae5;
	}
	#subNav ul {
		margin: 0; 
		padding: 0;
		list-style-type: none;
	}
	#subNav li { 
		font-size: .9em;
		line-height: 1em;
	}
	#subNav li#title { 
		padding: 2px 4px 2px 4px;
		font-size: 1em;
		font-weight: bold;
		color: #fff;
		letter-spacing: 2px;
		border-bottom: 1px solid #fff;
		background-color: #aeb093;
	}
	#subNav li a {
		display: block;
		padding: 4px;
		color: #085967;
		text-decoration: none;
		background-color: #e7ecf2;
		border-top: 1px solid #a1b6cb;
		border-bottom: 1px solid #fff;
	}
	#subNav li a:hover { color: #14487c; background-color: #a1b6cb; }
	#subNav li a.selected { color: #fff; background-color: #a1b6cb; }

/* ========== content ========== */

/*
#content {
	font-size: 1em;
}
*/

/* left column wrapper */
#leftColumn_wrapper {
	float: left;
	width: 193px;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #a1b6cb;
}
#leftColumn_wrapper img {
	margin: 0;
	padding: 0;
}

#rightColumn_wrapper {
	position: relative;
	width: 524px;
	margin: 0;
	margin-bottom: 10px;
	margin-left: 225px;
	padding: 10px;
	border: 1px solid #a6b9c8;
}

/* ========== footer ========== */

#footer_wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 0 10px 0;
	color: #14487c;
	font-size: 1em;
	text-align: center;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	background-position: center;
}
#footer {
	width: 100%;
	padding: 10px 0 10px 0;
	background-image: url(../images/background_canvas.png);
	background-repeat: repeat-y;
	background-position: center;
}
#footer a {
	color: #14487c;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


