/* css reset */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}














body,table,a
{
font:14px 'Source Sans Pro', sans-serif;

line-height:200%;
color:#333333;

margin:0;
padding:0;

}
b,strong
{
font:14px 'Source Sans Pro', sans-serif;
font-weight:700;
line-height:200%;
color:#333333;

margin:0;
padding:0;

}


table
{
background-color:#ffffff;
}
body
{

background-color:#ECECEC;


}




#container{
margin:0 auto;
position:relative;
text-align:left;
width:1000px;

border: 0px solid #333333;

}


#menu {
background-color:#d4aa00;
margin-top:0px;
margin-left:0px;
border:0px solid #000;
padding-left:20px;
height:28px;
}





#header,#body,#footer {
background-color:#ffffff;
margin-top:0px;
margin-left:0px;
overflow:auto;
border:0px solid #000;
}

#header,#body,#footer{

padding:20px;

}
#header{
height:297px;
overflow:hidden;
padding:0px;
}



#clear
{
clear:both;
}



a:hover { color: #666666; }


img 
{ 
padding: 15px; 
}
img.slider
{ 
padding:0px;
}

h1 {
		font-family: 'Nothing You Could Do', cursive;
        font-size: 24px;
		font-weight:normal;
}
h2 {
font:16px 'Source Sans Pro', sans-serif;
font-weight:700;
line-height:200%;
color:#333333;

margin:0;
padding:0;
}


a.menu
{
font:21px 'Source Sans Pro', sans-serif;
text-decoration:none;

}

a:hover.menu 
{
color:#666;
}

a.submenu
{
font:16px 'Source Sans Pro', sans-serif;
text-decoration:none;

}

a:hover.submenu 
{
color:#666;
}





a.nieuwsbrief 
{
text-decoration:none;
font:13px Calibri, Georgia;
line-height:170%;
color:#333333;
margin:0;
padding:0;
}

a:hover.nieuwsbrief {
color:#FF8000;
}

p.nieuwsbrief {
font:13px Calibri, Georgia;

line-height:170%;
color:#333333;
}














/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #333333;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Calibri, Georgia;
	font-size: 10px;
	color: #333333;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


/* END SLIMBOX */



/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:1000px;
		height:297px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

















/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			28px; /* match top ul list item height */
	left:			0px; /* zelf toegevoegd !!! */
	z-index:		99999;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** SKIN ***/


.sf-menu {
	float:			left; /* uitlijning */
}
.sf-menu a {

	padding: 	0px 30px 0px 0px;
	text-decoration:none;
	margin-left:5px;
}

}
.sf-menu li {
	background:		#fff;				/* kleur menu */
	padding: 	5px 0px 5px 0px;


}
.sf-menu li li {
	background:		#d4aa00;  			/* kleur sub */
	padding: 	5px 0px 5px 0px;

}
.sf-menu li li li {
	background:		#d4aa00;			/* kleur subsub */
	padding: 	5px 0px 5px 0px;

}
























