/***************************************/
/* KLEUREN
/***************************************/
/* GRIJS 		BALK LINKS		#D8DCDF
				CONTENT			#EFF1F2
				BALK RECHTS		#87929B
/* ORANJE		LOGO			#FA6610
/* LICHT ORANJE	TEKSTVLAK		#FF9900
/***************************************/

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

a img {
	border: none;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
}

html {
	height: 100%;
}

p {
	margin-bottom: 10px;
}

/**********************/
/*	HOLDER
/**********************/
div.holder {
	border-bottom: 1px solid #CDDBDB;
	border-left: 1px solid #CDDBDB;
	border-right: 1px solid #CDDBDB;
	width: 950px;
	margin: auto;
	padding: 20px;
	padding-top: 0px;
	text-align: left;
}

/**********************/
/*	TOPBAR
/**********************/
div.topbar {
	background-color: #87929B;
	height: 10px;
	border-bottom: 1px solid #CDD3D4;
}

/**********************/
/*	LOGOS
/**********************/
div.logos {
	height: 100px;
}
div.logos div.logo {
	float: left;
	margin-left: 5px;
	margin-top: 12px;
}
div.logos div.items {
	background-image: url(../images/blokje_lijn.gif);
	background-position: left top;
	background-repeat: no-repeat;
	float: right;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	padding-top: 30px; /*57px;*/
	padding-left: 25px; /*19px;*/
	width: 180px; /*200px;*/
}
div.logos div.items a {
	color: black;
	text-decoration: none;
}
div.logos div.items a:hover {
	color: black;
	text-decoration: underline;
}
div.logos div.items span.highlight {
	color: #FA6610;
}

/**********************/
/*	CONTENT_HOLDER
/**********************/
div.content_holder {
	background-color: #EFF1F2;
	background-image: url(../images/background.gif);
	background-position: left top;
	background-repeat: repeat-y;
	overflow: hidden;
}

/**********************/
/*	CONTENT HOEKEN
/**********************/
div.content_top {
	background-image: url(../images/hoeken/hoek_linksboven.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 15px;
}
div.content_top div.hoek_rechts {
	background-image: url(../images/hoeken/hoek_rechtsboven.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 15px;
}

div.content_bottom {
	background-color: #EFF1F2;
	background-image: url(../images/hoeken/hoek_linksonder.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 15px;
}
div.content_bottom div.hoek_rechts {
	background-image: url(../images/hoeken/hoek_rechtsonder.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	color: white;
	height: 15px;
	font-size: 8px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 35px;
	text-align: right;
}
div.content_bottom div.achtergrondafbeelding {
	background-image: url(../images/achtergrond/meneer.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	height: 386px;
	left: 612px;
	margin-top: -371px;
	position: relative;
	width: 301px;
}

/**********************/
/*	TEKSTVLAK
/**********************/
div.tekstvlak {
	color: white;
	margin-left: 765px;
	margin-top: 75px;
	padding-bottom: 450px;
	position: relative;
	text-align: right;
	line-height: 150%;
	right: 10px;
	width: 153px;
}

div.tekstvlak h3 {
	color: #FF9900;
	font-size: medium;
	font-weight: normal;
	padding-top: 15px;
	margin-bottom: 5px;
}

div.tekstvlak a:link {
	color: white; /*#2B5758;*/
	text-decoration: underline;
}
div.tekstvlak a:visited {
	color: white; /*#2B5758;*/
	text-decoration: underline; /*none;*/
}
div.tekstvlak a:hover {
	color: #2B5758; /*#FF9900;*/
	text-decoration: underline;
}

/**********************/
/*	CONTENT
/**********************/
div.content {
	float: left;
	text-align: justify;
	line-height: 160%; /*150%;*/
	margin-top: -16px;
	padding-bottom: 5px;
	padding-left: 40px; /*15px;*/
	padding-top: 15px;
	padding-right: 40px; /*170px;*/
	width: 495px; /*380px; /* 391px; /* 366px; */ /*431px;*/
	min-height: 600px;
	_height: 600px;
}

div.content h1 {
	color: #FA6610;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: normal;
	padding-top: 10px;
	margin-bottom: 15px;
}

div.content h2 {
	color: #FA6610;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	padding-top: 15px;
	margin-bottom: 5px;
}

div.content h3 {
	color: #FA6610;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	padding-top: 15px;
	margin-bottom: 5px;
}

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

div.content ul li {
	background-image: url(../images/blokje_gevuld_klein.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	list-style-type: none;
	list-style-position: outside;
	padding-bottom: 2px;
	padding-left: 22px;
}

div.content a {
	color: #2B5758;
}
div.content a:visited {
	color: gray;
}
div.content a:hover {
	color: #FA6610;
}

div.content hr	{
	border-top: 1px solid #FA6610;
	border-bottom: 1px solid #F2F7F8;
	border-left:  1px solid #F2F7F8;
	border-right:  1px solid #F2F7F8;
}


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

/**********************/
/*	IT-BLOK
/**********************/
div.itblok {
	background-image: url(../images/blokje_it_kleiner.gif);
	background-position: right top;
	background-repeat: no-repeat;
	/*display: inline;*/
	height: 172px;
	width: 169px;
	position: relative;
	top: 0px;
	left: -30px;
	float: right;
	margin-top: -172px; /*-203px;*/ /*+16*/
}

/**********************/
/*	SMS VENSTER
/**********************/
div.smsvenster {
	background-image: url(../images/smsvenster.gif);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	display: inline;
	margin-left: 17px;
	margin-top: -200px; /*-182px;*/
	padding-left: 18px;
	padding-top: 7px;
	position: relative;
	height: 193px;
	width: 199px;
}

div.smsvenster img {
	height: 158px;
	width: 158px;
}

/**********************/
/*	MENU
/**********************/
div.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	white-space: nowrap;
	width: 175px; /* 200px; /* 135px;*/
}

div.menu ul li img {
	margin-right: 15px; /*15*/
	vertical-align: middle;
}

div.menu ul {
	margin-left: 15px; /*15*/
	margin-top: 15px;
	list-style: none;
	width: 145px;
}

div.menu ul li {
	float: left;
	margin-bottom: 15px;
	position: relative;
	width: 175px;
}

div.menu ul li a {
	color: black;
	text-decoration: none;
}
div.menu ul li a:hover {
	color: #2B5758;
	text-decoration: none;
}

/* Niveau 2 */
div.menu ul li ul {
	background-color: white;
	background-image: url(../images/menu/menu_midden.gif);
	background-position: left top;
	background-repeat: repeat-y;
	/*border: 1px solid #FA6610;*/
	left: 35px;
	position: absolute;
	top: 2px;
	width: 150px;
}
div.menu ul li ul li {
	/*background-color: white;*/
	float: none;
	margin: 0px;
	display: block;
	width: 150px;
}
div.menu ul li ul li.first {
	background-image: url(../images/menu/menu_boven.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
div.menu ul li ul li.last {
	background-image: url(../images/menu/menu_onder.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
div.menu ul li ul li.only {
	background-image: url(../images/menu/menu_only.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
div.menu ul li ul li a {
	/*background-color: white;*/
	display: block;
	height: 16px;
	padding: 5px;
	padding-left: 8px;
	padding-right: 3px;
}
div.menu ul li ul li a:hover {
	color: #2B5758;
}

div.menu ul li:hover {
	z-index: 10;
}


/* 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;
}

/* 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;
}

/* Fix IE. Hide from IE Mac */
* html div.menu ul li ul li  { float: right; height: 1%; }
* html div.menu ul li ul li a { height: 1%; }

/**********************/
/*	TOUR
/**********************/
p.tour_volgende_pagina {
	text-align: right;
}

p.tour_volgende_pagina a {
	font-weight: bold;
	text-decoration: none;
}

p.tour_volgende_pagina img {
	margin-left: 10px;
	vertical-align: middle;
}
