/**********************************************/
/* KLEUREN
/**********************************************/
/* BLAUW 							#156790
/* ORANJE 							#FF8E0D
/* ORANJE 		KOPJES				#F59B00
/* GRIJS							#333333
/**********************************************/


/**********************/
/*	GENERAL
/**********************/
* {
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

/*html {
	height: 100%;
}*/

body {
	background-image: url(../images/achtergrond.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #F0F0F0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

p {
	margin-bottom: 10px;
}

/**********************/
/*	CLEARER
/**********************/
div.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1%;
}

/**********************/
/*	HOLDER
/**********************/
div.holder {
	margin: 10px auto 0px auto;
	width: 981px; /*953px;*/	
}

/**********************/
/*	HEADER
/**********************/
div.header_bg_boven {
	background-image: url(../images/header_lijn_boven.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 176px;
	padding-top: 15px;
	width: 981px;
}

div.header_bg_links {
	background-image: url(../images/header_lijn_links.png);
	background-position: 0px -15px;
	background-repeat: no-repeat;
	height: 176px;
	width: 981px;
}

div.header_bg_rechts {
	background-image: url(../images/header_lijn_rechts.png);
	background-position: 966px -15px;
	background-repeat: no-repeat;
	height: 176px;
	width: 981px;
}

div.header {
	background-image: url(../images/header_achtergrond.png);
	background-position: top left;
	background-repeat: no-repeat;
	border: 1px solid white;
	height: 174px;
	margin: 0px 0px 0px 15px;
	width: 951px;
}

div.header div.bg_tekst {
	background-image: url(../images/header_tekst.png);
	background-position: 300px 70px;
	background-repeat: no-repeat;
}

div.header div.logo {
	height: 90px;
	width: 168px;
	margin: 13px 0px 0px 78px;
}

div.header div.logo img {
	height: 90px;
	width: 168px;	
}

/**********************/
/*	MENU
/**********************/
div.menu {
	background-image: url(../images/menu_achtergrond.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 37px;
	margin-top: 3px;
}

div.menu ul {
	list-style: none;
	margin: 0px 0px 0px 275px;
	padding: 0px;
}
div.menu li {
	background-image: url(../images/menu_tussenlijn_links.png);
	background-position: center left;
	background-repeat: no-repeat;	
	float: left;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 2px;	
	position: relative;
	z-index: 9;
}
div.menu ul li a {
	background-image: url(../images/menu_tussenlijn_rechts.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-color: inherit; /* white zorg voort bug in IE7: niveau 3 achter niveau 2, margin-bottom -3 (zie layout_ie7.css) */
	color: white;
	display: block;
	height: 23px;
	padding: 5px 15px 0px 15px;
	margin: 0px;
	text-decoration: none;
}
div.menu ul li a.current {
	color: #BCC53E;
}
div.menu ul li a:hover {
	background-color: #0E2A3C;
	color: white;	
}

div.menu ul li:hover {
	background-color: #0E2A3C;
	color: white;
}

div.menu ul li:hover > a {
	background-color: #0E2A3C;
	color: white;
}

/* Niveau 2 */
div.menu li ul {
	background-image: url(../images/menu_nv2_onder.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: transparent;
	font-weight: normal;
	left: -16px;
	margin: 0px;
	padding: 0px 0px 17px 0px;
	position: absolute;
	top: 28px;
	/*white-space: nowrap;*/
	width: 171px;
}
div.menu ul li ul li {
	background-image: url(../images/menu_nv2_item_bg.png);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: transparent;
	color: white;
	position: relative;
	font-weight: normal;
	font-size: 1.0em;
	float: none;
	margin: 0px;
	padding: 0px 16px 0px 16px;
	width: 139px;
}
div.menu ul li ul li:hover {
	color: white;
	background-color: transparent;
	z-index: 10;
}			

div.menu ul li ul li a {
	background-image: none;
	background-color: #16425E;
	color: #b3bec4;
	display: block;
	height: auto;
	padding: 5px 0px 5px 5px;
	margin: 0px;
	width: 134px;
}

div.menu ul li ul li:hover > a, 
div.menu ul li ul li a:hover {
	/*background-color: none;*/
	background-image: url(../images/menu_nv2_item_hover.png);
	background-position: top left;
	background-repeat: repeat-y;
	color: white;
	margin: 0px;
}

div.menu ul li ul li a.metsubs {
	background-image: url(../images/menu_pijl_rechts.png);
	background-position: 124px 9px;
	background-repeat: no-repeat;
}
div.menu ul li ul li:hover > a.metsubs {
	color: white;
	background-color: #425E71;
}

/* Niveau 3 */
div.menu ul li ul li ul {
	background-image: none;
	left: 150px;
	top: 4px;
	width: 139px;
}

div.menu ul li ul li ul li {
	background-image: none;
	padding: 0px;
	width: 139px;
}

/* hovers with specificity */
/* voor uitleg, zie: http://www.naarvoren.nl/artikel/hover.html */

/* Niveau 3 */
ul ul, li:hover ul ul {
	/* waarde: 2 en 13 */
	display:none;
}
li:hover ul, li:hover li:hover ul {
	/* waarde: 12 en 23 */
	display:block;
}

div.menu ul li ul li ul li a {
	/*background-image: none;*/
}

/* Niveau 4 */
ul ul ul, li:hover li:hover ul ul  {
	/* 3 en 24 */
	display: none;
}
li:hover li:hover ul, li:hover li:hover li:hover ul {
	/* 23 en 34 */
	display: block;
}

/* Niveau 5 */
ul ul ul ul, li:hover li:hover li:hover ul ul  {
	/* 4 en 35 */
	display: none;
}
li:hover li:hover li:hover ul, li:hover li:hover li:hover li:hover ul {
	/* 34 en 45 */
	display: block;
}

/**********************/
/*	ONDER HEADER
/**********************/
div.header_bg_onder {
	background-image: url(../images/achtergrond_verloop.png);
	background-position: 16px -174px;
	background-repeat: no-repeat;
	height: 30px;
	width: 981px;
}

div.header_bg_onder.vervolg {
	height: 60px;
}

div.header_bg_onder div.bg {
	background-image: url(../images/header_lijn_onder.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 30px;
}

/**********************/
/*	KRUIMELPAD
/**********************/
div.kruimelpad {
	color: #606060;
	font-size: 0.8em;
	margin: 0px 0px 0px 49px;
	padding-top: 20px;
}

div.kruimelpad a, 
div.kruimelpad a:link {
	color: #606060;
	text-decoration: none;
}
div.kruimelpad a:visited {
	color: #606060;
	text-decoration: none;
}
div.kruimelpad a:hover {
	color: black;
	text-decoration: underline;
}

/**********************/
/*	HOLDER CONTENT
/**********************/
div.holder_content {
	background-color: #F2F2F2;
	background-image: url(../images/achtergrond_verloop.png);
	background-position: 0px -206px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 16px;
	padding-bottom: 35px;
	width: 951px;
}

div.holder_content.vervolg {
	background-position: 0px -236px;
}

/**********************/
/*	CONTENT 
/**********************/
div.content {
	background-image: url(../images/lijn_verticaal.png);
	background-position: 571px 25px;
	background-repeat: no-repeat;
	float: left;
	line-height: 1.6em;
	min-height: 300px;
	margin-left: 56px;
	padding-right: 37px;
	width: 537px;	
}

div.content.breed {
	background-image: none;
	width: 839px;
}

div.content h1 {
	background-color: transparent;
	color: #156790;
	font-size: 1.6em;
	font-style: normal;
	font-weight: bold;
	padding-top: 0px;
	line-height: 120%;
	text-align: left;
	margin-bottom: 10px;
}

div.content h2 {
	background-color: transparent;
	color: #156790;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	padding-top: 15px;
	margin-bottom: 5px;
	white-space: nowrap;
}

div.content h3 {
	background-color: transparent;
	color: #156790;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	padding-top: 15px;
	margin-bottom: 5px;
	white-space: nowrap;
}

div.content h4 {
	background-color: transparent;
	color: #156790;
	font-size: 1.0em;
	font-style: normal;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 5px;
	white-space: nowrap;
}

div.content ul, 
div.content ol  {
	margin-bottom: 15px;
	margin-left: 15px;
}

div.content ul li, 
div.content ol li {
	padding-bottom: 2px;
	list-style-position: outside;
	text-indent: 0px;
	margin-left: 20px;
}

div.content a, 
div.content a:link {
	background-color: inherit;
	color: #F59B00;
	text-decoration: underline;
}
div.content a:visited {
	background-color: inherit;
	color: #996633;
}
div.content a:hover {
	background-color: inherit;
	color: #FF8E0D;
	text-decoration: underline;
}

/**********************/
/*	KOLOM 
/**********************/
div.holder_content div.kolom {
	float: right;
	min-height: 300px;
	margin-right: 55px;
	padding-top: 28px;
	width: 229px; 
}

div.holder_content div.kolom.vervolg {
	margin-right: 28px;
	width: 265px;
}

div.holder_content div.kolom div.scheiding {
	background-image: url(../images/lijn_kolom.png);
	background-position: center top;
	height: 2px;
	margin: 25px 0px 20px 0px;
	width: 229px;
}

div.holder_content div.kolom img {
	border: 1px solid #CCCCCC;
	margin: 0px auto 0px auto;
	max-width: 227px;
}

div.holder_content div.kolom.vervolg img {
	max-width: 263px;
}

div.kolom h1 {
	background-color: transparent;
	color: #F59B00;
	font-size: 1.6em;
	font-style: normal;
	font-weight: bold;
	padding-top: 0px;
	line-height: 140%;
	text-align: left;
	margin-bottom: 10px;
}

div.kolom h2 {
	background-color: transparent;
	color: #F59B00;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	padding-top: 15px;
	margin-bottom: 5px;
	white-space: nowrap;
}

div.kolom h3 {
	background-color: transparent;
	color: #F59B00;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	padding-top: 15px;
	margin-bottom: 5px;
	white-space: nowrap;
}

div.kolom h4 {
	background-color: transparent;
	color: #F59B00;
	font-size: 1.0em;
	font-style: normal;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 5px;
	white-space: nowrap;
}

div.kolom ul, 
div.kolom ol  {
	margin-bottom: 15px;
	margin-left: 15px;
}

div.kolom ul li, 
div.kolom ol li {
	padding-bottom: 2px;
	list-style-position: outside;
	text-indent: 0px;
	margin-left: 20px;
}

div.kolom a, 
div.kolom a:link {
	background-color: inherit;
	color: #FF8E0D; /*#6D7F1A;*/
	text-decoration: underline;
}
div.kolom a:visited {
	background-color: inherit;
	color: #996633; /*#94AD24;*/
}
div.kolom a:hover {
	background-color: inherit;
	color: #156790; /*#596815;*/
	text-decoration: underline;
}

/***********************/
/*	COPYRIGHT
/***********************/
div.copyright {
	color: #AAAAAA;
	display: none;
	font-size: 0.75em;
	margin: 10px 0px 20px 16px;
	text-align: right;
	width: 941px;
}

div.copyright a:link, div.copyright a:visited {
	color: #AAAAAA;
	text-decoration: none;
}

div.copyright a:hover{
	color: #3A3A3A;
	text-decoration: underline;
}



