#canvas {
background: #fff url('../images/bckgrFades/body.gif') repeat-x top;
min-width: 960px;
width: 100%;
}

#container {
margin: 0 auto; /* center container on screen */
position: relative; /* so that subsequent divs can be absolutely positioned */
text-align: left;
width: 960px;
}

#header {
margin-bottom: 12px;
}

#topmenu {
float: right;
padding-top: 11px;
text-align: right;
}

h1 {
color: #4F4A3B;
background: url('../images/gebroken-wit.jpg') no-repeat bottom center #fff;
font-family: Cambria, Georgia, 'Times New Roman', Times, serif;
font-size: 2.2em;
font-weight: normal;
padding: 18px 80px;
text-align: center;
text-shadow: 1px 1px 1px #fff;
}

h1.bigH1 {
background: url('../images/groen.jpg') no-repeat bottom center #fff;
color: #fff;
font-size: 2.6em;
height: 98px;
padding: 18px 60px 0;
text-shadow: 1px 1px 1px #58802a;
}

#main {
overflow: auto;
padding: 14px 0 50px;
line-height: 1.4em;
}

.content {
float: left;
overflow: auto;
width: 716px;
}

.content3C {
width: 506px;
}

/* Main navigation bar plus dropdown menus */

ul#navbar {
background: url('../images/bckgrFades/button.gif') #3A371F;
clear: both;
list-style-type: none;
margin: 12px 0 0;
overflow: auto;
width: 100%;
}

    ul#navbar li {
    float:left
    }

    ul#navbar a {
    background: transparent;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 11px 7px;
    text-decoration: none;
    }

    ul#navbar a img {
    vertical-align: baseline;    
    }
    
    ul#navbar a:hover, ul#navbar li.selected a {
    background: #439AA4;
    }

.dropdownMenu {
background: url('../images/bckgrFades/ddmenu.gif') repeat-x top #12678C;
display: none;
list-style-type: none;
padding: 7px 0;
position: absolute;
z-index: 100;
}

    .dropdownMenu hr {
    height: 0;
    border: 0;
    border-top: 1px solid #0F5371;
    border-bottom: 1px solid #227794;
    margin: 6px 0;
    }

    .dropdownMenu a {
    color: #fff;
    display: block;
    padding: 5px 20px 5px 10px;
    text-decoration: none;
    width: auto;
    }

    .dropdownMenu a:hover {
    background-color: #439AA4;
    color: #fff;
    }

/* Breadcrumbs box **/

#breadcrumbs {
background: url('../images/bckgrFades/breadcrumbs.gif') repeat-y left #FFA822;
border-top: 2px solid #F4F3F2;
color: #FFEBC6;
font-weight: bold;
line-height: 1.7em;
overflow: auto;
padding: 0 12px;
width: 936px;
}

    #breadcrumbs p a {
    color: #FFEBC6;
    font-weight: normal;
    text-decoration: underline;
    }

    #breadcrumbs p a:hover {
    color: #fff;
    }

/* submenu **/

.submenu {
float: right;
margin-left: 24px;
width: 220px;
}

    .submenu3C {
    float: right;
    margin: 0 0 0 20px;
    }

    .submenu ul {
    list-style-type: none;
    }

    .submenu li {
    margin: 0 0 4px;
    }

.merkKolom {
float: left;
margin-right: 20px;
overflow: auto;
width: 194px;
}

/** Footer **/

div#footer {
background: url('../images/bckgrFades/footer.gif') repeat-x top #12678C;
padding: 46px 0 40px;
width: 100%;
}

    div#footer table {
    margin: 0 auto;
    text-align: left;
    width: 960px;
    }

    div#footer td {
    color: #C7E3F3;
    padding-top: 4px;
    vertical-align: top;
    }
	
	
/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:696px;
		height:330px;
		}	
	#slider img { border: 1px solid #d7d3ce; padding: 3px; }

	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
                overflow: auto;
                
		}
	ol#controls li{
		margin:0px; 
		padding:0 2px 2px 0;
		float:left;
		list-style:none;
	}
	ol#controls li a{
		float:left;
		height:21px;
		line-height:21px;
		border:1px solid #ccc;
		background:#fff;
		color:#555;
		padding:0 7px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#439aa4;
		color:#fff;
		border: 1px solid #347880;
	}
	
	ol#controls li a:hover { border: 1px solid #347880; text-decoration: underline; }
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
