/* 					Basis website style 					*/


/* Body style */

	BODY 				{
						background-image: 					url(/images/nvu-bg.gif);
						background-repeat: 					REPEAT-X;
						background-position: 				0 0;
						
						margin: 				0;
						padding: 				0;
						
						font-size:			8pt;
						font-family: 		arial, verdana, helvetica, times new roman;
						color: 					#000000;
							}
	.ewwrapper	{
						position: 			relative;
						
						width: 					796px;
						left: 					50%;
						top: 						0;
						margin-left: 		-398px;
							}


/* + HEADER & LOGO + */
.ewheaderwrapper {
	position:							absolute;
	top:									0px;
	right:								0px;
	width:								100%;
	height:								130px;
	margin:								0px;
	padding:							0px;
	overflow-y:						hidden;
	overflow-x:						hidden;
}
.ewheader {
	position:							absolute;
	top:									0px;
	right:								0px;
	left:									0px;
	width: 								100%;
	height:								130px;
	background-image: 		url(/images/nvu-header3.gif);
	background-repeat: 		no-repeat;
	background-position: 	0 0;
}
/* - HEADER & LOGO & LOGIN - */


/* + MENU + */
.ewtopmenu {
	position:absolute;
	height:28px;	width:100%;
	top:130px;		left:0px;
	margin:0px;		padding:0px;
}
TABLE#NVUtopmenu {
	height:28px;
	width:100%;
}
TABLE#NVUtopmenu TD 				{width:90px;}
TABLE#NVUtopmenu TD#NVUfaq 	{width:150px;}
TABLE#NVUtopmenu TD#NVUrest {width:268px;}
TABLE#NVUtopmenu TR 				{background-image:url(/images/menu-bg.gif);background-repeat:repeat-x;}

TABLE#NVUtopmenu TD A {display:block;height:28px;width:100%;}

A#welkom 			{width:90px;background-image:url(/images/buttons/welkom.gif);background-repeat:no-repeat;}
A#welkom:hover 		{width:90px;background-image:url(/images/buttons/welkom-hover.gif);background-repeat:no-repeat;}
A#mannen 			{width:90px;background-image:url(/images/buttons/mannen.gif);background-repeat:no-repeat;}
A#mannen:hover 		{width:90px;background-image:url(/images/buttons/mannen-hover.gif);background-repeat:no-repeat;}
A#vrouwen 			{width:90px;background-image:url(/images/buttons/vrouwen.gif);background-repeat:no-repeat;}
A#vrouwen:hover 	{width:90px;background-image:url(/images/buttons/vrouwen-hover.gif);background-repeat:no-repeat;}
A#kinderen 			{width:90px;background-image:url(/images/buttons/kinderen.gif);background-repeat:no-repeat;}
A#kinderen:hover	{width:90px;background-image:url(/images/buttons/kinderen-hover.gif);background-repeat:no-repeat;}
A#faq 				{width:150px;background-image:url(/images/buttons/veelgestelde_vragen.gif);background-repeat:no-repeat;}
A#faq:hover			{width:150px;background-image:url(/images/buttons/veelgestelde_vragen-over.gif);background-repeat:no-repeat;}

.ewtopmenu div#endbar , .ewtopmenu div#endbar table {
	position:absolute;
	margin:0px;						padding:0px;
	top:0px;							right:0px;
	height:								28px;
}
a.zoeken 					{background-image:url(/images/buttons/zoeken.gif);				background-position:0 0;	background-repeat:no-repeat;}
a.zoeken:hover		{background-image:url(/images/buttons/zoeken-over.gif);		background-position:0 0;	background-repeat:no-repeat;}



TABLE.ewTABLE 										{width:100%;}
TD.ewleftmenu 										{width:150px;}
.ewleftmenu ul 										{width:135px;margin-left:15px;padding:0;vertical-align:top;}
.ewleftmenu ul li 								{vertical-align:top;width:100%;list-style:disc;color:#e32117;margin-left:15px;margin-top:6px;}
.ewleftmenu ul li A								{font-size:8pt;display:block;width:100%;text-decoration:none;margin-top:-2px;}
.ewleftmenu ul li A SPAN					{color:#004b94;margin-top:-8px;}
.ewleftmenu ul li A:hover 				{margin-top:-2px;color:#e32117;}
.ewleftmenu ul li A:hover SPAN		{color:#e32117;}


/* - MENU - */



.ewMenucontentFrame {

	position:							absolute;
	height: 							expression(((document.documentElement.clientHeight?document.documentElement.clientHeight:document.body.clientHeight)-185) + "px");
	width:								100%;
	left:									0px;
	top:									185px;
	right:								0px;
	bottom:								0px;
	
}


/* + CONTENT + */
TD.ewcontent {
	margin:								0;
	width:								461px;
	padding-right:				19px;
}

.ewcontent ul#contentul 	{				
												margin:0px;
												padding:0px;
												width:462px;
	background-image:			url(/images/Contentblok.gif);
	background-position:	left top;
	background-repeat:		no-repeat;
								}

.ewcontent li#Contentkopblok {
	background-image:			url(/images/Contentkopblok.gif);
	background-position:	left top;
	height:								14px;
	margin:								0px;
	padding:							0px;
	list-style:						none;
												width:100%;
	display:							block;
}

.ewcontent li#Contentblok {
	background-image:			url(/images/Contentblok.gif);
	background-position:	left top;
	margin:								0px;
	padding:							0px;
	list-style:						none;
												width:100%;
	display:							block;
}
.ewcontent li#Contentvoetblok {
	background-color:			white;
	background-image:			url(/images/Contentvoetblok.gif);
	background-position:	left top;
	background-repeat:		no-repeat;
	height:								14px;
	font-size:						2px;
	margin:								0px;
	padding:							0px;
	list-style:						none;
												width:100%;
	display:							block;
}


.ewcontent li#Contentblok P {margin:0;padding:0;padding-top:10px;line-height:1.8;}

.ewcontent li#Contentblok div {
	display:							block;
	line-height:					1.8;
	font-size:						8pt;
	color:								#004b94;
	margin:								0;
	padding:							0;
	padding-left:					12px;
	padding-right:				12px;
}
.ewcontent li#Contentblok div A {color:#e32218;}
.ewcontent li#Contentblok div A:hover {text-decoration:none;}


div#title {color:#004b94;font-size:10pt;font-weight:bolder;}



/* - CONTENT - */



/* + RIGHTBAR + */
TD.ewrightbar {	
	margin:								0;
	width:								157px;
}

.ewrightbar ul 	{				
												margin:0;
												padding:0;
												width:157px;
								}
.ewrightbar li	{				
	list-style:						none;
	margin:								0;
	padding:							0;
	display:							block;
								}

.ewrightbar li#rightbarheader {
	background-image:			url(/images/rightbarheader.gif);
	height:								27px;
	width:								100%;
}

.ewrightbar li#rightbarkopblok {
	margin-top:						10px;
	background-image:			url(/images/rightbarkopblok.gif);
	height:								14px;
	width:								100%;
}

.ewrightbar li#rightbarblok {
	background-image:			url(/images/rightbarblok.gif);
	width:								100%;
}

.ewrightbar li#rightbarvoetblok {
	background-image:			url(/images/rightbarvoetblok.gif);
	height:								14px;
	width:								100%;
	font-size:						2px;
}



.ewrightbar li#rightbarheader SPAN {
	display:							block;
	padding-top:					6px;
	height:								15px;
	width:								100%;
	text-align:						center;
	font-size:						7pt;
	font-weight:					bolder;
	color:								white;
	letter-spacing: 			0.02cm; 
}

.ewrightbar li#rightbarblok SPAN {
	display:							block;
	line-height:					1.8;
	font-size:						8pt;
	color:								#e32218;
	padding-left:					12px;
	padding-right:				12px;
	}
/* - RIGHTBAR - */



/* + FOOTER + */

.ewfooter {
	background-image:			url(/images/nvu-footer.gif);
	width:								100%;
	height:								50px;
}
.ewfooter td#ewFooterlinks {padding-left:0px;padding-right:10px;}
.ewfooter td#ewFooterlinks2 {padding-left:10px;padding-right:10px;}
.ewfooter td#ewFooterlinks A {color:#e32218;text-decoration:none;}
.ewfooter td#ewFooterlinks A:hover {color:#004b94;text-decoration:underline;}
.ewfooter td#ewFooterlinks2 A {color:#e32218;text-decoration:none;}
.ewfooter td#ewFooterlinks2 A:hover {color:#004b94;text-decoration:underline;}

/* - FOOTER - */


	
/* + DEBUGGER + */
.showDebug
{
	position:							absolute;
	bottom:								0px;
	top:									100%;
}
/* + DEBUGGER + */



^If('^PageTitle();' eq 'Welkom',
A#welkom {background-image:url(/images/buttons/welkom-hover.gif)},);
^If('^ParentPageTitle();' eq 'Welkom',
A#welkom {background-image:url(/images/buttons/welkom-hover.gif)},);

^If('^PageTitle();' eq 'Mannen',
A#mannen {background-image:url(/images/buttons/mannen-hover.gif)}
A#welkom {background-image:url(/images/buttons/welkom.gif)},);
^If('^ParentPageTitle();' eq 'Mannen',
A#mannen {background-image:url(/images/buttons/mannen-hover.gif)}
A#welkom {background-image:url(/images/buttons/welkom.gif)},);
^If('^ParentParentPageTitle();' eq 'Mannen',
A#mannen {background-image:url(/images/buttons/mannen-hover.gif)}
A#welkom {background-image:url(/images/buttons/welkom.gif)},);

^If('^PageTitle();' eq 'Vrouwen',
A#vrouwen {background-image:url(/images/buttons/vrouwen-hover.gif)}
A#welkom {background-image:url(/images/buttons/welkom.gif)},);
^If('^ParentPageTitle();' eq 'Vrouwen',A#vrouwen {background-image:url(/images/buttons/vrouwen-hover.gif)}
A#welkom {background-image:url(/images/buttons/welkom.gif)},);
^If('^ParentParentPageTitle();' eq 'Vrouwen',A#vrouwen {background-image:url(/images/buttons/vrouwen-hover.gif)}
A#welkom {background-image:url(/images/buttons/welkom.gif)},);

^If('^PageTitle();' eq 'Kinderen',
A#kinderen {background-image:url(/images/buttons/kinderen-hover.gif)}
A#welkom {background-image:url(/images/buttons/welkom.gif)}
,);
^If('^ParentPageTitle();' eq 'Kinderen',A#kinderen {background-image:url(/images/buttons/kinderen-hover.gif)}
A#welkom {background-image:url(/images/welkom.gif)}
,);
^If('^ParentParentPageTitle();' eq 'Kinderen',A#kinderen {background-image:url(/images/buttons/kinderen-hover.gif)}
A#welkom {background-image:url(/images/buttons/welkom.gif)}
,);

^If('^PageTitle();' eq 'Veelgestelde vragen',A#faq {background-image:url(/images/buttons/veelgestelde_vragen-over.gif)}
A#welkom {background-image:url(/images/buttons/welkom.gif)},);
^If('^ParentPageTitle();' eq 'Veelgestelde vragen',A#faq {background-image:url(/images/buttons/veelgestelde_vragen-over.gif)}
A#welkom {background-image:url(/images/buttons/welkom.gif)},);
^If('^ParentParentPageTitle();' eq 'Veelgestelde vragen',A#faq {background-image:url(/images/buttons/veelgestelde_vragen-over.gif)}
A#welkom {background-image:url(/images/buttons/welkom.gif)},);
