#mainContainer
	{
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
	}
	
#header
	{
	height:217px;
	background-image: url(/images/layout/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0;
	}
	
#sideBarContentContainer
	{
	/* For a "two-stripe" look with columns of equal height, add your bg.gif here" */
	background-image:url(/images/layout/content.jpg);
	background-position: top left;
	margin: 0 auto;
	padding: 0;
	width: 1000px; /* Original width of 750px (the total width of the page) - the width of the border (2px)*/
	position: relative;
	}

#sideBar
	{
	width: 262px; /* Width of your nav column */
	float: right;
	min-height:400px;
	margin-top:6px;
	margin-right:40px;
	padding: 0;
	}

/* IE 6.0: For some reason, if you just specify padding here it'll add 10 px */
/* to the entire layout and cause the page to scroll horizontally            */
#sideBar p
        {
        margin: 10px auto;
        width: 170px;
        }
	
#content
	{
	float: left;
	width: 580px; /* Width of your content column (560px) - the 2 pixels border - the padding */
	margin-left:75px;
	padding: 10px;
	
	}

#footer
	{
	margin: 0;
	height:29px;
	clear: both;
	background-image:url(/images/layout/footer.jpg);
	padding-top:58px;
	}

/* ============================================================================ */
/* NBI Layout/Design styles                                                     */

body
        {
        font-family: "Trebuchet MS", Helvetica, sans-serif;
        font-size: 11px;
        line-height: 17px;
        margin: 0;
        padding: 0;
		background-image:url(/images/layout/background.jpg);
        }

a:link { text-decoration: underline;  color: #000000; font-weight: bold; }
a:visited {	text-decoration: underline;	color: #000000; font-weight: bold; }
a:hover {	text-decoration: underline;	color: #000000; font-weight: bold; }
a:active {	text-decoration: underline;	color: #000000; font-weight: bold; }




h1,
        {
		font-size:13px;
		font-weight:bold;
		}

h2,
        {
		font-size:12px;
		font-weight:bold;
		}

h3,
        {
		font-size:11px;
		font-weight:bold;
		}

h4,
        {
		font-size:11px;
		font-style:italic;
		}

p
        {
        margin-top: 0px;
        margin-bottom: 20px;
        }

.clear_both
        {
        clear: both;
        }

.code
	{
	font-family:"Courier New", Courier, monospace;
	}

#w3cButtons
	{
	width: 196px;
	margin: 20px auto;
	padding: 0;
	}
	
#markupBtn
	{
	margin: 0 10px 0 0;
	padding: 0;
	width: 88px;
	float: left;
	}
	
#cssBtn
	{
	margin: 0 0 0 10px;
	padding: 0;
	width: 88px;
	float: left;
	}
	

#sideBar ul
	{
	margin: 0;
	padding: 0;
	border-bottom: #978e7c 1px solid;
	width: 189px;
	}

/* IE fix for additional padding that otherwise get's rendered between list items */
#sideBar ul li
	{
	height: 1%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#sideBarContentContainer> #sideBar
	{
	height: auto;
	}
	
#sideBar ul li a, #sideBar ul li a:visited
	{
	display: block;
	border-top: #978e7c 1px solid;
	padding: 5px 10px;
	background-image: url(sidenav.bg.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	background-color: #fffbf7;
	color: #59503e;
	text-decoration: none;
	font-weight: bold;
	}
	
#sideBar ul li a:hover
	{
	color: #000000;
	text-decoration: underline;
	}

/* Overrides the default sideBar ul entry enabling us to position it */
/* properly in the right side bar.                                   */
#sideBar ul
	{
	margin: 0;
	padding: 0;
	border-bottom: #978e7c 1px solid;
	width: 189px;
	position: relative;
	left: 1px;
	}

/* Zoekfunctie */

.highlight { background: #FFFF40; }
.searchheading { font-size: 130%; font-weight: bold; }
.summary { font-size: 80%; font-style: italic; }
.suggestion { font-size: 100%; }
.results { font-size: 100%; }
.category { color: #999999; }
.sorting { text-align: right; }

.result_title { font-size: 100%; padding-bottom:10px; color:#A5151D; }		
.description { font-size: 100%; color: #008000; }
.context { font-size: 100%; }
.infoline { font-size: 80%; font-style: normal; color: #808080;}

.zoom_searchform { font-size: 100%; }
.zoom_results_per_page { font-size: 80%; margin-left: 10px; }
.zoom_match { font-size: 80%; margin-left: 10px;}				
.zoom_categories { font-size: 80%; }
.zoom_categories ul { display: inline; margin: 0px; padding: 0px;}
.zoom_categories li { display: inline; margin-left: 15px; list-style-type: none; }
		
.cat_summary ul { margin: 0px; padding: 0px; display: inline; }
.cat_summary li { display: inline; margin-left: 15px; list-style-type: none; }		
		
input.zoom_button {  }
input.zoom_searchbox {  }		
		
.result_image { float: left; display: block; }
.result_image img { margin: 10px; width: 80px; border: 0px; }

.result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
.result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }
		
.result_pages { font-size: 100%; }
.result_pagescount { font-size: 100%; }
		
.searchtime { font-size: 80%; }
		
.recommended 
	{ 
		background: #DFFFBF; 
		border-top: 1px dotted #808080; 			
		border-bottom: 1px dotted #808080; 
		margin-top: 15px; 
		margin-bottom: 15px; 
	}
	
	.recommended_heading { float: right; font-weight: bold; }
	.recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }		
	.recommend_title { font-size: 100%; }
	.recommend_description { font-size: 100%; color: #008000; }
	.recommend_infoline { font-size: 80%; font-style: normal; color: #808080;}
	.recommend_image { float: left; display: block; }
	.recommend_image img { margin: 10px; width: 80px; border: 0px; }

