/**********************************************/
/* KLEUREN
/**********************************************/
/* GRIJS			achtergrond			#7E7E7E
/* HELDERBLAUW		TOP					#00A0C6
/**********************************************/


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

a img, img {
	border: none;
}

body {
	background-color: white;
	background-image: url(../images/background.gif);
	background-position: 50% 0px;
	background-repeat: repeat-y;	
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	height: 100%;
	text-align: center;
}

html {
	height: 100%;
}

p {
	margin-bottom: 15px;
}

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

/**********************/
/*	HOLDER
/**********************/
div.holder {
	/*background-color: #7E7E7E;*/
	color: black;
	height: 100%;
	margin: auto;
	padding-left: 25px;
	padding-right: 25px;
	text-align: left;
	width: 900px;
}


/**********************/
/*	TOP
/**********************/
div.top {
	background-color: white;
	color: black;
	border-bottom: 5px solid white;
	border-left: 5px solid white;
	border-right: 5px solid white;
	height: 125px;
	/*margin-bottom: 25px;*/
}

div.top div.logo {
	width: 132px;
}

div.top div.logo img {
	margin-top: 40px;
}

div.top div.vlak {
	background-color: #00A0C6;
	background-image: url(../images/fotostop.jpg);
	background-position: 640px 0px;
	background-repeat: no-repeat;
	color: inherit;
	float: right;
	height: 125px; /*180px ruimte voor logo*/
	width: 715px;
}

/**********************/
/*	NAVIGATIE
/**********************/
div.navigatie {
	height: 25px;
	margin-top: 100px;
	width: 630px;
}

div.navigatie ul {
	list-style: none;
}

div.navigatie ul li {
	background-color: inherit;
	color: white;
	/*display: inline;* --> IE */
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	margin: 0px;
	padding-top: 0px;
	position: relative;
	text-align: center;
	width: 106px;
	z-index: 5;
}

div.navigatie ul li:hover {
	background-color: #7E7E7E;
	color: white;
}

div.navigatie ul li a {
	display: block;
	padding: 5px 0px 5px 0px;
	width: 106px;
}

div.navigatie ul li a:link, div.navigatie ul li a:visited {
	background-color: inherit;
	color: white;
	text-decoration: none;
}

div.navigatie ul li a:hover {
	background-color: #7E7E7E;
	color: white;
	text-decoration: none;
}

/* Niveau 2 */
div.navigatie ul li ul {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid white;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid white;
	left: -1px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	text-align: left;
	top: 25px;
	/*white-space: nowrap;*/
	width: 150px;
}

div.navigatie ul li ul li {
	background-color: #EEEEEE;
	color: #333333;
	position: relative;
	font-size: small;
	font-weight: normal;
	float: none;
	height: 22px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 150px;
}

div.navigatie ul li ul li.metsubs a {
	background-image: url("../images/pijl_rechts.gif");
	background-position: 135px 6px;
	background-repeat: no-repeat;
}

div.navigatie ul li ul li.metsubs:hover a {
	background-image: url("../images/pijl_rechts_hover.gif");
}

div.navigatie ul li ul li:hover {
	background-color: #00A0C6;
	color: white;
	z-index: 10;
}

div.navigatie ul li ul li a {
	display: block;
	padding: 3px 0px 3px 5px;
	width: 145px;
}

div.navigatie ul li ul li a:link, div.navigatie ul li ul li a:visited {
	background-color: inherit; /*#DEE9F0;*/
	color: inherit; /*#333333; --> IE*/
}

div.navigatie ul li ul li a:hover {
	background-color: #00A0C6;
	color: white;
	margin: 0px;
}

/* Niveau 3 */
div.navigatie li ul li ul {
	left: 147px; /*125px;*/
	top: 0px; /*5px;*/
}

div.navigatie ul li ul li.metsubs ul li a, div.navigatie ul li ul li.metsubs:hover ul li a {
	background-image: none;
}

/* 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.navigatie ul li ul li { float: right; height: 1%; }
* html div.navigatie ul li ul li a { height: 1%; }

/**********************/
/*	HOLDER - FOTOLIJSTEN
/**********************/
div.holder_fotolijsten {
	border-top: 25px solid #7E7E7E;
	float: left;
	width: 110px;
}

div.holder_fotolijsten div.fotolijst {
	height: 110px;
	margin-bottom: 11px;
	overflow: hidden;
	width: 110px;
}

div.holder_fotolijsten div.fotolijst img {
	height: 110px;
	width: 110px;
}

/**********************/
/*	HOLDER - CONTENTVLAK
/**********************/
div.holder_contentvlak {
	border-top: 25px solid #7E7E7E;
	float: right;
	width: 741px; /*720px;*/
}

div.holder_contentvlak div.slogan {
	background-image: url(../images/slogan.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: left;
	height: 365px;
	width: 21px;
}

/**********************/
/*	HOLDER - CONTENT
/**********************/
div.holder_content {
	float: right;
	width: 720px;
}

/**********************/
/*	CONTENT
/**********************/
div.content {
	color: #333333;
	line-height: 160%;
	padding: 30px 20px 20px 60px;
	text-align: left;
	width: 560px; /*500px;*/
}

div.content h1 {
	background-color: inherit;
	background-image: url(../images/blokje.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	color: #00A0C6;
	font-size: small;
	font-weight: bold;
	padding-top: 0px;
	text-indent: 20px;
	margin-bottom: 6px;
	margin-left: -21px;
}

div.content h2 {
	background-color: inherit;
	background-image: url(../images/blokje.gif);
	background-position: 0px 20px;
	background-repeat: no-repeat;
	color: #00A0C6;
	font-size: large;
	font-weight: normal;
	padding-top: 15px;
	text-indent: 20px;
	margin-bottom: 6px;
	margin-left: -21px;
}

div.content h3 {
	background-color: inherit;
	background-image: url(../images/blokje.gif);
	background-position: 0px 20px;
	background-repeat: no-repeat;
	color: #00A0C6;
	font-size: medium;
	font-weight: normal;
	padding-top: 15px;
	text-indent: 20px;
	margin-bottom: 5px;
	margin-left: -21px;
}

div.content h4 {
	background-color: inherit;
	background-image: url(../images/blokje.gif);
	background-position: 0px 20px;
	background-repeat: no-repeat;
	color: #00A0C6;
	font-size: small;
	font-weight: bold;
	padding-top: 15px;
	text-indent: 20px;
	margin-bottom: 5px;
	margin-left: -21px;
}

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

div.content ul li, ol li {
	padding-bottom: 2px;
	list-style-position: inside;
	text-indent: 0px;
	/*list-style-type: none;*/
	padding-left: 0px;
}

div.content a:link {
	background-color: inherit;
	color: #EA6800;
	text-decoration: underline;
}
div.content a:visited {
	background-color: inherit;
	color: #E9A900;
	text-decoration: underline;
}
div.content a:hover {
	background-color: inherit;
	color: #00A0C6;
	text-decoration: underline;
}

/**********************/
/*	KRUIMELPAD
/**********************/
div.content div.kruimelpad {
	background-color: inherit;
	color: #CCCCCC;
	display: inline;
	font-size: smaller;
	left: -20px;
	position: relative;
	top: -20px;
}

div.content div.kruimelpad a:link, div.content div.kruimelpad a:visited {
	background-color: inherit;
	color: #AAAAAA;
	text-decoration: none;
}

div.content div.kruimelpad a:hover {
	background-color: inherit;
	color: black;
	text-decoration: none;
}

div.content div.kruimelpad img {
	display: none;
	margin-left: 2px;
	margin-right: 2px;
}

div.content div.kruimelpad span.instructie img {
	margin-left: 0px;
	margin-right: 2px;
}
