/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'NKFD_voorpagina' */
/* standaard elementen */
html {min-height: 100%}
* {
	margin: 0px;
	padding: 0px;
}

a {
                color: #18507C;
                text-decoration: none;
}
a:hover {
                color: #992E72;
                text-decoration: underline;
}



body {
	background-repeat: repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-position: left bottom;
	background-color: #4B5674;
	text-align: left;
}

li {
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 20px;
             line-height: 19px;
}

p {
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 20px;
             line-height: 19px;
}

h1 {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #18507C;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 15px;
	margin-left: 20px;
}


h2 {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #18507C;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 15px;
	margin-left: 20px;
}

h3 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #18507C;
             padding-bottom: 3px;
             margin-left: 5px;
             text-decoration: none;
}



h4 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #18507C;
             padding-bottom: 3px;
             margin-left: 5px;
             text-decoration: none;
}



.imgvoorpagina{
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 0px;
             border: none;
}


.clear {
	clear: both;
}


/* divers */
/* structuur */

#top {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


#header {
	background-color: #fff;
	height: 105px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
             float: left;
}

#headerlinks {
	float: left;
	width: 105px;
	height: 105px;
	margin-top: 0px;
             margin-left: 5px;
	font-weight: bold;
             background:url(images/cms/logodef.jpg) no-repeat;
}

#headermidden {
         color: #FF7D00;
         width: 520px;
         height: 95px;
         float: left;
         margin-top: 5px;
         margin-left: 10px;
         background:url(images/cms/kvdtitel2.gif) no-repeat;
}

#headerrechts {
             float: left;
             width: 150px;
	height: 95px;
             margin-top: 10px;
             margin-left: 5px;
	background-color: #22316A;
             background:url(images/cms/kat.gif) no-repeat;
}

#container {
	font-size: 11px;
	background-color: #FFF;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}


#hoofdbox {
	background-image: url(images/cms/achtergrondgeel.jpg);
	clear: both;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-repeat: repeat;
}


#content {
	float: left;
	width: 590px;
             margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
             min-height: 400px;
             _height: 400px;
}

#navigatierechts {
	float: right;
	width: 170px;
	margin: 0px;
             padding-top: 10px;
             overflow: hidden;
}

#search {
            float: left; 
            width: 0px;     /* enough width for the search input box */
            text-align: left;
            padding-top: 5px;
            padding-left: 55px;
            _padding-left: 0px;
            _float: right;
}

#breadcrumb {
             float: left;
             width: 65%;  /* 50% for both left and right might lead to rounding error on some browser */
             margin-left: 40px;
             margin-top: 10px;
}

#print {
            float: left;
            width: 50%;
            margin-left: 40px;
}

.imgprintbutton {
	border-style: none;
             margin-right: 10px;
}

#cbf {
	position: relative;
             float: right;
             width: 60px;
             height: 76px;
	background-image: url(images/cms/cbf_nieuw.jpg);
             margin: 220px 10px 10px 100px;
}

#laatstenieuws {
	float: right;
             width: 160px;
             font-size: 10px;
             margin-top: 5px;
             margin-bottom: 0px;
             padding-top: 0px;
             padding-left: 1px;
}


.laatstenieuws a {color: #18507C; display: block;}
.laatstenieuws a:hover {color: #992E72; text-decoration: underline; display: block; }
.laatstenieuws h4 {color: #18507C; font-size: 12px; padding: 2px 0px 2px 0px; margin: 0px;}
.laatstenieuws a:active {text-decoration: underline;}




#bannerrechts {
	float: left;
             width: 165px;
             height: 200px;
	margin-right: 0px;
             margin-top: 30px;
             margin-bottom: 150px;
             padding-top: 10px;
             border-top: 1px dotted #18507C;
}




#kolomvoorpagina {
	position: relative;
             width: 310px;
             height: 280px;
	margin-left: -20px;
             margin-top: -20px;
             background-image: url(images/cms/hondenkat.gif);
             text-align: left;

}

#footer {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	text-align: left;
             padding-top: 2px;
             padding-left: 2px;
	background-color: #FFFFCC;
	height: 20px;
}



/********************
MENU BOVEN
*********************/
#navigatieboven  {
	background-image: url(images/cms/navgeel.jpg);
             background-repeat: repeat;
             width: 800px;
             height: 30px;
	padding-left: 0px;
             padding-right: 0px;
             float: left;
}


/* hack for Internet Explorer */
* html div#navigatieboven {
   /* hide ie/mac \*/
   height: 1%;  /* end hide */
}


/* the links, that is each list item */
#navigatieboven a {
            margin: 0; /* margin outside each list item box */
            text-decoration: none; /* no underline for links */
            color: #18507C;
            font-weight: bold;
            font-size: 11px;
            list-style: none; /* hides the list bullet */ 
            display: block;   /* IE has problems with this, fixed above */
            padding-left: 16px;
            padding-right: 16.5px;
            line-height: 30px;
}


/* right border is provided by the li elements */
/* menu list items */

#navigatieboven li {
            float: left; /* makes the list horizontal */   
            margin: 0px;
            padding-top: 0px;
            padding-right: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            border-right-width: 1.5px;
            border-right-style: solid;
            border-right-color: #D8EBD8;
            list-style-type: none;
}

/* hover state links */
#navigatieboven li a:hover {
            color: #71B39F; /* groenblauw*/
            background-color: #FFEFAD;
            font-weight: bold;
            list-style-type: none;
}


#navigatieboven a.activeparent:hover {
            color: #71B39F; /* actieve link groenblauw*/
}


/* active parent, that is the first-level parent of a child page that is the current page */
#navigatieboven li.activeparent a {
            color: #71B39F; /* actieve link groenblauw subpagina*/
            background-color: #FFEFAD; /* achtergrond lichtgeel*/
}


#navigatieboven h3 {
            margin: 0; /* margin outside each list item box */
            text-decoration: none; /* no underline for links */
            color: #71B39F;
            font-weight: bold;
            padding-left: 16px;
            padding-right: 16.5px;
            line-height: 30px;
            background-color: #FFEFAD;
            display: block; /* IE has problems with this, fixed above */
            font-size: 12px;   /* instead of the normal font size for <h3> */
} /* actieve link */







/* End of 'NKFD_voorpagina' */

