body {
	font-family: arial;
	font-size: 12px;
	margin: 0px 0px 20px 0px;
	background: #D2ECF0 url('/themes/nfuse/images/bg_gradient.png') repeat-x left top;
}

#bg {	background: url('/themes/nfuse/images/bg_arrows.jpg') repeat-x left top; }

#wrapper {
	width: 1000px;
	margin: 0px auto;	
}
#wrapper_left {
	background: url('/themes/nfuse/images/canvas.png') repeat-y left top;
}
/*#wrapper_right {
	background: url('/themes/nfuse/images/wrapper_right.png') repeat-y right top;
}*/
#wrapper_lb {
	background: url('/themes/nfuse/images/wrapper_lb.png') no-repeat left top;
	width: 11px;
	height: 11px;
	float: left;
}
#wrapper_b {
	background: url('/themes/nfuse/images/wrapper_b.png') repeat-x left bottom;
	height: 11px;
	width: 978px;	
	float: left;
}
#wrapper_rb {
	background: url('/themes/nfuse/images/wrapper_rb.png') no-repeat right top;
	width: 11px;
	height: 11px;
	float: right;
}

#wrapper_center {
	width: 992px;
	margin: 0px auto;
	padding-bottom: 20px;
	/*background: #ffffff;*/
	background: #ffffff url('/themes/nfuse/images/bg_right.jpg') no-repeat right top;
}

#site {
	width: 953px;
	margin: 0px auto;
	padding-top: 10px;	
}

#header {

}

#logo {
	z-index: 2;
	position: absolute;
	top: 5px;	
}

#navigation {
	height: 34px;
	width: 953px;
	background: url('/themes/nfuse/images/nav_center.png') repeat-x left top;
}
#nav_left {
	float: left;
	height: 34px;
	width: 3px;
	background: url('/themes/nfuse/images/nav_left.gif') no-repeat left top;
}

#nav_right {
	height: 34px;
	width: 3px;
	float: right;
	background: url('/themes/nfuse/images/nav_right.gif') no-repeat left top;
}

#nav_main {
	float: left;
	text-align: right;
	width: 947px;
}
#nav_main ul {
	list-style: none;
	padding-right: 40px;
	/*margin-top: 9px;*/
	margin: 9px 0px;
}
#nav_main ul li {
	display: inline;
}
#nav_main ul li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding: 8px 20px;
	border-left: 1px solid #A04B23;	
}
#nav_main ul li a:hover,
#nav_main ul li a.nav-selected {
	background: url('/themes/nfuse/images/mainnav_hover.gif') repeat-x left top;
}

#header_image {
	height: 130px;
	border-left: 1px solid #A04B23;
	border-right: 1px solid #A04B23;
	border-bottom: 1px solid #A04B23;
	margin: 0 5px;
	z-index: 1;
	position: relative;
}
#header_image img { /*margin-top: -3px;*/ display: block; }

#breadcrumb_bar {
	width: 100%;
	height: 30px;
	background: url('/themes/nfuse/images/breadcrumb_bg.png') repeat-x left top;
	font-size: 11px;
	border-top: 1px dotted #74716B;
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 0;
}
#breadcrumb {
	position: relative;
	left: 10px;
	top: 8px;
	float: left;
}
#breadcrumb a {
	color: #000000;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #333333;
	text-decoration: underline;
}
#searchform  {
	float: right;
	padding: 3px 20px 0px 0px;
}
#searchform form {
	margin: 0px;
}
/*#searchform form h3 {
	display: none;
}*/
/* Hide search results */
#searchform .searchResults, 
#searchform .pagination, 
#searchform h4 {
	display: none;
}

.search_field {
	background: url('/themes/nfuse/images/search_bg.gif') no-repeat center center;
	width: 194px;
	height: 24px;
	float: left;
}
.search_field input {
	border:0;
	width: 186px;
	padding: 2px;
	position: relative;
	top: 3px;
	left: 3px;
}


#site_content {
	margin-top: 15px;
}

#sub_nav {
	width: 226px;
	float: left;
}
#sub_nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sub_nav ul li {
	margin: 0px 0px 1px;	
}
#sub_nav ul li a {
	color: #ffffff;
	text-decoration: none;
	background: #5B878C;
	display: block;
	padding: 7px;
}
#sub_nav ul li a:hover {
	color: #E1E1E1;
	text-decoration: underline;
	background: #69969C;
}
#sub_nav ul li a.nav-selected {
	color: #E1E1E1;
}
#sub_nav ul li li {
	margin: 0px 0px 1px;
}
#sub_nav ul li li a {
	background: #F1EFEA;
	color: #000000;
}
#sub_nav ul li li a:hover {
	color: #333333;
	text-decoration: underline;
	background: #FDFCFB;
}
#sub_nav ul li li a.nav-selected {
	color: #333333;
}

.main_content {
	width: 511px;
	float: left;
	border-left: 1px solid #5B878C;
	border-right: 1px solid #5B878C;	
	/* cross browser min-height hack */
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

#pagetitle {
	background: #F1EFEA;
	width: 491px;
	height: 29px;
}
/*#pagetitle h1 {
	margin: 0px;
	font-size: 18px;	
	font-weight: normal;
	position: relative;
	left: 20px;
	top: 3px;
	color: #485F6B;
}*/

#content {
	margin: 10px 20px;
	/*text-align: justify;*/
	line-height: 18px;
}
/*#content p {
	margin: 0px 0px 10px 0px;
}
#content h2 {
	margin: 0px 0px 5px 0px;
	font-size: 12px;
}
#content a { color: #485F6B; }
#content a:hover { color: #27343B; text-decoration: none; }*/

.right_content {
	width: 194px;
	background: #F1EFEA;
	float: right;
	overflow: hidden;	
	padding: 5px 10px 10px 10px;
	line-height: 18px;
}
.right_content p {
	margin: 10px 0;
}
.right_content h2 {
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	color: #485F6B;
}
.right_content ul {
	list-style-type: none;
	margin: 10px 0;
	padding-left: 20px;
}
.right_content ul li {
	background:url('/themes/nfuse/images/ul_bullet.gif') no-repeat 0px 8px;
	padding: 1px 0px 1px 14px;
}

#footer {
	margin-top: 20px;
}

#sitemap_lt {
	background: url('/themes/nfuse/images/sitemap_lt.gif') no-repeat left top;
	width: 12px;
	height: 12px;
	float: left;
}
#sitemap_t {
	width: 929px;	
	height: 11px;
	background: #F68A22;
	float: left;
	border-top: 1px solid #A04B23;
}
#sitemap_rt {
	background: url('/themes/nfuse/images/sitemap_rt.gif') no-repeat right top;
	width: 12px;
	height: 12px;
	float: right;
}
#sitemap_lb {
	background: url('/themes/nfuse/images/sitemap_lb.gif') no-repeat left top;
	width: 12px;
	height: 12px;
	float: left;
}
#sitemap_b {
	width: 929px;
	height: 11px;	
	background: #F68A22;
	float: left;
	border-bottom: 1px solid #A04B23;
}
#sitemap_rb {
	background: url('/themes/nfuse/images/sitemap_rb.gif') no-repeat right top;
	width: 12px;
	height: 12px;
	float: right;
}
#sitemap_content {
	background: #F68A22;
	/*padding: 10px 0;*/
	border-left: 1px solid #A04B23;
	border-right: 1px solid #A04B23;
}

#footer_text {
	text-align: center; 
	font-size: 11px;
}
#footer_text p {
	margin: 2px 0;
}
#footer_text a {	color: #485F6B; }
#footer_text a:hover {	color: #27343B; text-decoration: none; }

/* Set border to 0 on images with an anchor */
#footer_text a img { border: 0; }

.spacer {
	clear: both;
}

/* Zoekresultaten */
.searchResults .pageLink{ font-size:12px; color:#999; margin:2px 0px 8px 0px; padding:0px; display:block }
.searchResults .searchResult{ margin-bottom:16px; margin-top:24px; border-bottom: 1px dotted #74716B; }
.searchResults .searchResult h3{ margin-bottom:0px; padding-bottom:0px }
.searchResults .searchResult p{margin-top:4px}
.searchResults h3 a { color: #485F6B; }

/**/
.wide { width: 637px; }
.wide #pagetitle { width: 617px; }
.wide_right { width: 294px; }

/* CAPTCHA */
img.ccm-captcha-image {display: block}

/* Sitemap title */
#sitemap_content span {
	border-bottom: 1px dotted #000000;
	display: block;
	font-size: 18px;
	margin: 0px 10px;
	padding-bottom: 2px;
}

