/* Homepage slider */
	#buttons {
	background: #200044;
	width: 940px;
	}
	
	.headerSlider {
		width: 940px;
		height: 332px;
		overflow: hidden;
		clear: both;
		float: left;
		position: relative;
		-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
		box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
		
	}
	
	.headerSliderImgs {
		width: 940px;
		height: 290px;
		position: relative;
		left: 0px;
		float: left;
	}
	
	
	
	.headerButton { 
		cursor: pointer;
		height: 40px;
		float: left;
		padding: 0px 20px;
		line-height: 40px;
		text-align: center;
		background: #1DA02E;
		border-right:1px solid #fff;
		color: #fff;
		border-left: 1px  #1DA02E solid;
		border-top: 1px  #1DA02E solid;
		border-bottom: 1px  #1DA02E solid;
		font-size: 16px;
		text-decoration:none;
	}
	
	
	
	.headerButton a, .headerButton a:visited {
			color: #000;
			letter-spacing: normal;
			text-decoration: none;
	}
	
	.headerSlider a.active, .headerSlider a.active:visited {
		color: #fff;
		
	}
	
	.headerButton:first-child {
		padding: 0px 20px;
		border-right:1px solid #fff;
	}
	
	.headerButton:last-child {
		padding: 0px 20px 0px 25px;
		border-right:1px solid #1DA02E;
	}
	
	.headerButton:hover, .headerButtonActive  {
		background: #008209;
		color:#fff;
		text-decoration:none;
		
	}
	
	.headerButtonCurrent, .headerButtonCurrent:hover { 
background: #1DA02E;

	}
	.headerButtonCurrent a, .headerButtonCurrent a:hover{
		color:#FFFFFF !important;
	}
	
	.headerSliderImg  { 
		position: absolute;
		width: 940px;
		height: 290px;
		overflow: hidden;
	}
	
	.headerSliderImg img {
		position: relative;
	}

	
	.slideText {
		width: 300px;
		position: absolute;
		right: 20px;
		z-index: 2;
		padding-right: 10px;
		padding-top: 10px;
		padding-left: 10px;
		height: 280px;
		font-size: 12px;
		background: url(img/white99.png);
		text-align: justify;
		color: #000;
	}
	
	div.slideText div.html * {
		font-weight: normal !important;
		font-size: 14px;
		line-height: 22px;
	}
	
	.slideText p {
		padding-bottom: 10px;
	}
	
	.slideText h2 {
		font-size: 18px;
	}
	
	.slideText a.slideLink, .slideText a.slideLink:visited {
		display:block;
		line-height: 16px;
		color: #000;
		background: url(img/knop2.png) no-repeat top left;
		float: left;
		font-size: 14px;
		padding: 8px 13px 13px 8px;
		text-align: center;
		letter-spacing: normal;
		border-radius: 5px;
		position: absolute;
		bottom: 20px;
		left: 50px;
		width: 210px;
		height:32px;
		overflow: hidden;
		text-decoration:none;
	}
	
	.slideText a.slideLink:hover {
		background: url(img/knop2_hover.png) no-repeat top left;
		text-decoration: none;
		color:#fff;
	}
	
	.realiseren {
		position: absolute;
		top: 322px;
		left: 10px;
		background: url(img/whitebg.png);
		line-height: 28px;
		width: 200px;
		height: 28px;
		padding-left: 20px;
		font-size: 14px;
	}
.yellow{
	background:#82438A;
	margin-top:20px;
	
}

/* NCCMS Style */
#map_canvas,
#map_canvas a,
#map_canvas h2{
	color: #000!important;
}

body {
	background-color: #e0ded9;
	font-family:'Open Sans', Arial, sans-serif;
	font-size: 0.85em;
	line-height:1.5em;
	color:#000000;
	margin: 0;
}
h1,h2,h3{
	color:#F76D12;
}
img {
	border: 0;
}
	
#mainbody {
	background:#fff;
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
	position:relative;
	-webkit-box-shadow: 5px 5px 29px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 29px 0px rgba(0,0,0,0.5);
}

#header {
	width: 940px;
	height: 165px;
	margin:0px 10px;
	position:relative;
}
	
#logo {
	position:relative;
	top: -30px;
	left:-20px;
	z-index:2;
	width:300px;
}

#adres {
	text-align: right;
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 0;

}

#contenthead {
	width: 940px;
	margin:0px 10px;
	clear: both;
	overflow: hidden;
}

#menu {
	width: 645px;
	margin: 12px auto;
	position: absolute;
	height: 40px;
	left: 300px;
	top: 108px;
}


#menu p {
	position:absolute;
	right:0px;
	top:0px;
}
#nav,
#nav ul {
    list-style: none;
	margin:0;
	padding:0;
}
#nav {
    float: left;
}
#nav > li {
    float: left;
	margin-right:5px;
	background: #F76D12;
}
#nav li a {
	display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 7px;
    text-decoration: none;
	font-size:16px;
}
#nav ul {
    position: absolute;
    display: none;
	z-index: 999;
}
#nav li:hover ul.noJS {
    display: block; 
}

/* Main menu
------------------------------------------*/
#nav, #menu {
    font-size: 14px;
    float:right;
}
#nav > li > a {
    color: #fff;
}
#nav > li:hover > a {
    background: #82438A;
    color: #fff;
}
#nav > li > a.active {
	background: #82438A;
}

/* Submenu
------------------------------------------*/
#nav ul {
    background: #0072b1;
}
#nav ul li a {
    color: #fff;
}
#nav ul li:hover a {
    background: #005a84;
}

#breadcrumbs { 
	float: left;
	clear: both;
	width: 940px;
	margin:10px 10px;
}

#breadcrumbs p {
	float: left;	
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	line-height: 11px;
	margin-right: 6px;
}

#content {
	clear: both;
	width: 940px;
	margin:0px 10px;
}

#footer {
	width: 960px;
	height: 30px;
	margin:0px 0px;
	clear: both;
}

#ncwebsites {
	width: 380px;
	float: left;
	text-align: left;
	margin-left:10px;
}

#footermenu {
	width: 380px;
	float: right;
	text-align: right;
	margin-right:10px;
}

#ncwebsites p {
	color: #214056;
	font-size: 9px;
}

#ncwebsites p a {
	color: #214056;
	font-weight: bold;
	text-decoration: underline;
}

#ncwebsites a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#footermenu p {
	color: #214056;
	font-size: 9px;
}

#footermenu p a {
	color: #214056;
	font-weight: bold;
	text-decoration: underline;
}

#footermenu a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#socialMedia {
	float: left;
	padding: 10px;
	margin-top: 14px;
}

.clear {
	clear: both;
}

/* GRID SYSTEM */
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11 {
	float: left;
	margin-left: 20px;
}
.grid1 {
	width: 60px;
}
.grid2 {
	width: 140px;
}
.grid3 {
	width: 220px;
}
.grid4 {
	width: 300px;
}
.grid5 {
	width: 380px;
}
.grid6 {
	width: 460px;
}
.grid7 {
	width: 540px;
}
.grid8 {
	width: 620px;
}
.grid9 {
	width: 700px;
}
.grid10 {
	width: 780px;
}
.grid11 {
	width: 860px;
}
.first {
	margin-left: 0;
	clear: left;
}
.image {
	margin-top:20px;
}
/* END GRID SYSTEM */

#openingstijden{
	width:200px;
	margin:10px auto;
	color:#fff;
}