@charset "utf-8";

/* ALGEMENE STIJLEN */
html, body{
	margin:0px;
	padding:0px;
	background-color:#c0a98a;
	height:100%;
	background-image:url(../images/background.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-repeat:repeat-x;
	background-position:top;
	}

h1, h2 {
	color: #F39511;
}

a:link, a:active, a:visited {
	color: #E98B0C;
	font-size: 11px;
	text-decoration: none;
	}
	
a:hover {
	color: #E98B0C;
	font-size: 11px;
	text-decoration: underline;
	}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}

.onderschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #333333;
	}
.afbeeldingrechts {
	float: right;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
.afbeeldinglinks {
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
#background{
	z-index:1;
	height:400px;
	position:absolute;
	width:100%;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}

#wrapper{
	width: 940px;
	margin:auto;
	height:100%;
	border: 0px solid #000000;
	}

#container{
	background-color:#FFFFFF;
	min-height: 100%;
	height:auto !important;
	height:100%;
	width:918px;
	margin:auto;
	padding: 7px 11px 0px 11px;
	display: inline-block;
	border: 0px solid #000000;
	}

/*TOP STIJLEN*/
#top {
	height: 181px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 918px;
	border: 0px solid #000000;
	}
	
#top-logo-animatie {
	height: 115px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 918px;
	}
	
#top-logo {
	float: left;
	height: 115px;
	width: 370px; 
	}	

#top-animatie {
	float: left;
	height: 115px;
	width: 548px; 
	background: url(../images/top-animatie.jpg);
	}

/*NAVIGATIE MENU STIJLEN*/
		
#top-navigatie {
	height: 36px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: left;
	width:918px;
	}
	
#top-navigatie span {
	display: none;
	}
	
#top-navigatie a:link, #top-navigatie a:active, #top-navigatie a:visited {
	display: block;
	height: 36px;
	padding: 0px;
	margin: 0px;
	}
	
#top-navigatie a:hover {
	background-position: 0px -36px;
	}	
	
#top-navigatie ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#top-navigatie li {
	margin: 0px;
	padding: 0px;
	padding-right: 0px;
	list-style: none;
	float: left;
	}

.topmenu-home {
	width: 77px;
	height: 36px;
	background-image: url(../images/kn-home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	}
	
.topmenu-home-active {
	width: 77px;
	height: 36px;
	background-image: url(../images/kn-home.jpg);
	background-repeat: no-repeat;
	background-position: 0px -36px;
	}


.topmenu-wiezijnwij {
	width: 111px;
	height: 36px;
	background-image: url(../images/kn-wiezijnwij.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	}
		
.topmenu-wiezijnwij-actief {
	width: 111px;
	height: 36px;
	background-image: url(../images/kn-wiezijnwij.jpg);
	background-repeat: no-repeat;
	display:block;
	background-position: 0px -36px;
	}

.topmenu-duurzaamheid {
	width: 127px;
	height: 36px;
	background-image: url(../images/kn-duurzaamheid.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	}
	
.topmenu-duurzaamheid-actief {
	width: 127px;
	height: 36px;
	background-image: url(../images/kn-duurzaamheid.jpg);
	background-repeat: no-repeat;
	display:block;
	background-position: 0px -36px;
	}

.topmenu-arbo {
	width: 66px;
	height: 36px;
	background-image: url(../images/kn-arbo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	}

.topmenu-arbo-actief {
	width: 66px;
	height: 36px;
	background-image: url(../images/kn-arbo.jpg);
	background-repeat: no-repeat;
	display:block;
	background-position: 0px -36px;
	}


.topmenu-opleidingen {
	width: 108px;
	height: 36px;
	background-image: url(../images/kn-opleidingen.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	}

.topmenu-opleidingen-actief {
	width: 108px;
	height: 36px;
	background-image: url(../images/kn-opleidingen.jpg);
	background-repeat: no-repeat;
	display:block;
	background-position: 0px -36px;
	}

.topmenu-links {
	width: 69px;
	height: 36px;
	background-image: url(../images/kn-links.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	}
	
.topmenu-links-actief {
	width: 69px;
	height: 36px;
	background-image: url(../images/kn-links.jpg);
	background-repeat: no-repeat;
	display:block;
	background-position: 0px -36px;
	}

.topmenu-contact {
	width: 84px;
	height: 36px;
	background-image: url(../images/kn-contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	}

.topmenu-contact-actief {
	width: 84px;
	height: 36px;
	background-image: url(../images/kn-contact.jpg);
	background-repeat: no-repeat;
	background-position: 0px -36px;
	display:block;
	}

.topmenu-nieuws {
	width: 81px;
	height: 36px;
	background-image: url(../images/kn-nieuws.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	}
	
.topmenu-nieuws-actief {
	width: 81px;
	height: 36px;
	background-image: url(../images/kn-nieuws.jpg);
	background-repeat: no-repeat;
	background-position: 0px -36px;
	display:block;
	}

/*ZOEK STIJLEN*/

#top-zoeken {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height: 36px;
	width: 195px;
	background-color: #bda788;
	float: left;
	border: 0px solid #000000;
	}

.input-zoeken {
	margin: 8px 4px 0px 11px;
	padding: 0px 0px 0px 0px;
	width: 127px;
	height: 20px;
	border: 1px solid #9c7f57;
	float: left;
	}		
	
.input-zoeken-knop {
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	}

/*SUB-NAVIGATIE MENU STIJLEN*/

#contentvervolg {
	margin: 0px 0px 0px 0px;
	padding: 13px 30px 0px 30px;
	width: 454px;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	}
	
	
#contentvervolg a:link, contentvervolg a:active, contentvervolg a:visited {
	color: #E98B0C;
	font-size: 11px;
	text-decoration: none;
	}
	
#contentvervolg a:hover {
	color: #E98B0C;
	font-size: 11px;
	text-decoration: underline;
	}

#contentvervolg p div{
	font-size: 11px;
	color: #46372b;
	}


#submenu-wrapper {
	width: 208px;
	float: left;

	}
		
	
#submenu-titel {
	margin: 0px;
	padding: 1px 2px 0px 0px;
	height: 31px;
	width: 204px;
	font-size: 17px;
	color: #d3c3ad;
	text-align: right;

	}
	
#submenu-top {
	height: 12px;
	width: 208px;
	background-image: url(../images/submenu-top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 0px;
	font-size: 0px;
	
	}
	
#submenu-bottom {
	height: 12px;
	width: 208px;
	background-image: url(../images/submenu-bottom.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 0px;
	font-size: 0px;
	
	}	
	
#submenu-content {
	width: 208px;
	margin: 0px;
	padding: 0px;
	}
	

	
#submenu-content ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#submenu-content li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	}	
	
/*SUBMENU NAVBAR1*/

.navbar1, .navbarActive1{
	border-top: 0px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-align: right;
	text-decoration: none;
	list-style: none;
	color: #DED3C3;
	}

.navbar1 a:link, .navbar1 a:active, .navbar1 a:visited, .navbarActive1 a:link, .navbarActive1 a:active, .navbarActive1 a:visited {
	margin: 0px;
	width: 164px;
	height: 21px;
	display: block;
	font-size: 22px;
	text-decoration: none;
	color: #DED3C3;
	}

.navbar1 a:hover, .navbarActive1 a:hover { 
	margin: 0px;
	width: 164px;
	height: 21px;
	display: block;
	text-decoration: underline;
	color: #DED3C3;
	}

/*SUBMENU NAVBAR2*/	
	
.navbar2, .navbarActive2{
	border-top: 1px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	font-size: 11px;
	text-align: right;
	background-color: #DED3C3;

	}

.navbar2 a:link, .navbar2 a:active, .navbar2 a:visited {
	margin: 0px;
	padding: 9px 27px 9px 0px;
	width: 181px;
	height: 100%;
	display: block;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/submenu-icon.jpg);
	background-repeat: no-repeat;
	background-position: 190px 12px;
	}

.navbar2 a:hover {
	margin: 0px;
	padding: 9px 27px 9px 0px;
	width: 181px;
	height: 100%;
	display: block;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E6890D;
	background-image: url(../images/submenu-icon-active.jpg);
	background-repeat: no-repeat;
	background-position: 190px 12px;
	}
	
.navbarActive2 a:link, .navbarActive2 a:active, .navbarActive2 a:visited { 
	margin: 0px;
	padding: 9px 27px 9px 0px;
	width: 181px;
	height: 100%;
	display: block;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E6890D;
	background-image: url(../images/submenu-icon-active.jpg);
	background-repeat: no-repeat;
	background-position: 190px 12px;
	}	

/*SUBMENU NAVBAR3*/
	
.navbar3, .navbarActive3{
	border-top: 0px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-size: 11px;
	text-align: right;
	background-color: #FFFFFF;
	}

.navbar3 a:link, .navbar3 a:active, .navbar3 a:visited {
	margin: 0px;
	padding: 9px 27px 9px 0px;
	width: 181px;
	height: 100%;
	display: block;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background-color: #EFE9E1;
	background-image: none;
	}

.navbar3 a:hover { 
	margin: 0px;
	padding: 9px 27px 9px 0px;
	width: 181px;
	height: 100%;
	display: block;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E6890D;
	background-image: none;
	}
	
.navbarActive3 a:link, .navbarActive3 a:active, .navbarActive3 a:visited  { 
	margin: 0px;
	padding: 9px 27px 9px 0px;
	width: 181px;
	height: 100%;
	display: block;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E6890D;
	background-image: none;
	}	
	
/*SUBMENU NAVBAR4*/
	
.navbar4, .navbarActive4{
	border-top: 0px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-size: 11px;
	text-align: right;
	background-color: #FFFFFF;
	}

.navbar4 a:link, .navbar4 a:active, .navbar4 a:visited {
	margin: 0px;
	padding: 9px 35px 9px 0px;
	width: 173px;
	height: 100%;
	display: block;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background-color: #EFE9E1;
	background-image: none;
	}

.navbar4 a:hover { 
	margin: 0px;
	padding: 9px 35px 9px 0px;
	width: 173px;;
	height: 100%;
	display: block;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E6890D;
	background-image: none;
	}
	
.navbarActive4 a:link, .navbarActive4 a:active, .navbarActive4 a:visited  { 
	margin: 0px;
	padding: 9px 35px 9px 0px;
	width: 173px;
	height: 100%;
	display: block;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E6890D;
	background-image: none;
	}	

/*SUBMENU NAVBAR5*/
	
.navbar5, .navbarActive5{
	border-top: 0px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-size: 11px;
	text-align: right;
	background-color: #FFFFFF;
	}

.navbar5 a:link, .navbar5 a:active, .navbar5 a:visited {
	margin: 0px;
	padding: 9px 40px 9px 0px;
	width: 169px;
	height: 100%;
	display: block;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background-color: #EFE9E1;
	background-image: none;
	}

.navbar5 a:hover { 
	margin: 0px;
	padding: 9px 40px 9px 0px;
	width: 169px;
	height: 100%;
	display: block;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E6890D;
	background-image: none;
	}
	
.navbarActive5 a:link, .navbarActive5 a:active, .navbarActive5 a:visited  { 
	margin: 0px;
	padding: 9px 40px 9px 0px;
	width: 169px;
	height: 100%;
	display: block;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E6890D;
	background-image: none;
	}

/*CONTENTBLOKKEN STIJLEN*/	
	
#contentblok {
	margin: 31px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 196px;
	float: left;
	
	}	
	
#contentblok-wrapper {
	}	
	
#contentblok-top {
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 196px;
	background-image: url(../images/contentblok-top.jpg);
	background-repeat: no-repeat;
	background-position: left top; 
	line-height: 0px;
	font-size: 0px;
	}	

#contentblok-content {
	margin: 0px;
	padding: 1px 13px 1px 13px;
	font-size: 11px;
	border-left: 1px solid #dbd3c6;
	border-right: 1px solid #dbd3c6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 11px;
	color: #937968;
	}
	
#contentblok-content h1 {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	font-size: 12px;;
	font-weight: bold;
	}
	
#contentblok-content a:link, contentblok-content a:active, contentblok-content a:visited  {
	color: #E98B0C;
	font-size: 11px;
	text-decoration: none;
	}
	
#contentblok-content a:hover {
	color: #E98B0C;
	font-size: 11px;
	text-decoration: underline;
	}

#contentblok-content h1 {
	font-size: 11px;
	color: #937968;
	font-weight: bold;
	}


#contentblok-bottom {
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 196px;
	background-image: url(../images/contentblok-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top; 
	line-height: 0px;
	font-size: 0px;
	}	

			
/*CONTENT STIJLEN*/	

#top-schaduw {
	height: 30px;
	background-image: url(../images/top-schaduw.jpg);
	background-repeat: repeat-x;
	background-position: left top; 
	margin: 0px;
	padding: 0px;
	width:918px;
	float: left;
	border: 0px solid #000000;
	}	

#content {
	width: 918px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	border: 0px solid #000000;
	}

#content-home-intro	{
	width: 484px;
	background-color: #FFFFFF;
	float: left;
	height: 100%;
	padding-left: 26px;
	padding-right: 50px;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 18px;
	}
	
#content-home-intro p {
	margin: 0px;
	padding: 0px;
	}

#content-home-intro div { 
	font-size: 11px;
	margin: 0px 0px 0px 25px;
	} 

/*CONTENT STIJLEN NIEUWS*/



	
#content-home-nieuws {
	width: 354px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	float: right;
	border: 0px solid #000000;
	}

#nieuws-header {
	margin: 0px 0px 7px 0px;
	width: 354px;
	height: 24px;
	}
	
#nieuws-banner {
	margin: 10px 0px 10px 0px;
	width: 354px;
	height: 24px;
	}	

.nieuws-items {
	margin: 0px 0px 7px 0px;
	}
	
.nieuws-item-top {
	height: 9px;
	width: 354px;
	background-image: url(../images/nieuws-top.jpg);
	background-repeat: no-repeat;
	background-position: left top; 
	line-height: 0px;
	font-size: 0px;
	}	
	
.nieuws-item-content {
	background-color: #efe9e1;
	padding: 0px 0px 0px 14px;
	}
	
.nieuws-item-content p{
	color: #D69640;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	font-size: 10px;
	}
	
.nieuws-item-content a:link, nieuws-item-content a:active, nieuws-item-content a:visited {
	margin: 0px;
	padding: 0px;
	color: #65584d;
	text-decoration: none;
	font-size: 11px;
	}	
	
.nieuws-item-content a:hover {
	color: #65584d;
	font-size: 11px;
	text-decoration: underline;
	}
	
.nieuws-item-content a{
	margin: 0px;
	padding: 0px;
	color: #65584d;
	text-decoration: none;
	font-size: 11px;
	}	

#nieuws-overzicht-content a:link, nieuws-overzicht-content a:active, nieuws-overzicht-content a:visited {
	margin: 0px;
	padding: 0px;
	color: #65584d;
	text-decoration: none;
	font-size: 11px;
	}
		
#nieuws-overzicht-content a {
	margin: 0px;
	padding: 0px;
	color: #65584d;
	text-decoration: none;
	font-size: 11px;
	}
	
#nieuws-overzicht-content p {
	color: #D69640;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	font-size: 10px;
	}
	
#nieuws-overzicht-content a:hover {
	color: #65584d;
	font-size: 11px;
	text-decoration: underline;
	}	
	
.nieuws-item-bottom{
	height: 9px;
	width: 354px;
	background-image: url(../images/nieuws-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top; 
	line-height: 0px;
	font-size: 0px;
	}	

#nieuws-meer{
	margin: 0px;
	padding: 5px 0px 10x 11px;
	}

#content-footer {
	border-top: 1px solid #d9cbb9;		
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 918px;
	height: 80px;
	background-color: #FFFFFF;
	clear: both;
	}


/* NIEUWS ARCHIEF STIJLEN */

#nieuws-overzicht-wrapper {
	padding: 0px 0px 10px 0px;
	}

#nieuws-overzicht-top {
	height: 9px;
	width: 485px;
	background-image: url(../images/nieuws-overzicht-top.jpg);
	background-repeat: no-repeat;
	background-position: left top; 
	line-height: 0px;
	font-size: 0px;
	}	
	
#nieuws-overzicht-content {
	background-color: #efe9e1;
	width: 471px;
	padding: 0px 0px 0px 14px;
	margin: 0px;
	border: 0px solid;
	}
	
#nieuws-overzicht-content p{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}

#nieuws-overzicht-bottom {
	height: 9px;
	width: 485px;
	background-image: url(../images/nieuws-overzicht-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top; 
	line-height: 0px;
	font-size: 0px;
	}	

/* CONTACTFORMULIER */

.formdiv {
	width:600px;
	display:inline-block;
	padding-top:3px;
	padding-bottom:3px;
	}

.formfield	{
	width: 250px;
	}

.label {
	width: 130px;
	float:left;
	padding-right:10px;
	}
	
.labelaanvraag {
	width: 250px;
	float:left;
	padding-right:10px;
	}

.labelverplicht {
	width: 130px;
	float:left;
	padding-right:10px;
	color: #FF0000;
	}
	
.labelverplichtaanmeld {
	width: 250px;
	float:left;
	padding-right:10px;
	color: #FF0000;
	}
	
.button{
	color:#FFFFFF;
	background-color:#F39511;
	width:75px;
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top:5px;
	padding-bottom:5px;
	}
	
/* SIFR STIJLEN */
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	}

.sIFR-replaced {
	visibility: visible !important;
	}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
	}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

#contentvervolg h2 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F39511;
	margin: 0px;
	padding: 0px;
	line-height: 13px;
	letter-spacing:normal;
}

.sIFR-hasFlash #contentvervolg h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}

.sIFR-hasFlash #content-home-intro h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}

.sIFR-hasFlash #content-home-intro h1{
	visibility: hidden;
	font-size: 25px;
	margin: 0px;
	padding: 0px;
	}
	
.sIFR-hasFlash #contentvervolg h1{
	visibility: hidden;
	font-size: 25px;
	margin: 0px;
	padding: 0px;
	}





