﻿@media print {
/******************
HTML Tags
******************/

/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, dl, dt, dd, table, td, form, a, img, address
{
	margin: 0;
	padding: 0;
	border: 0;
}

ul, li
{
	margin: 0px 0px 0px 10px;
	padding: 0;
	list-style-type: disc;
	list-style-position: outside;
}

.openlist
{
	margin: 0px 0px 0px 10px;
	padding: 0;
	list-style-type: circle;
	list-style-position: outside;
}

body
{
	font-family: "trebuchet MS", arial, helvetica, sans-serif;
	background-color: #FFFFFF;
	/*color: #454545;*/
	color: #454545;
	font-size: 12px;
	line-height: 160%;
	width: 965px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10;
	margin-bottom: 0;
	padding: 0;

}


/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link {
	color:#454545;
	text-decoration:none;
	}

a:visited {
	color:#454545;
	text-decoration:none;
	}

a:hover {
	color:#A94B5B;
	text-decoration:underline;
	}

a:active {
	color:#454545;
	text-decoration:none;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
.mainnav-right a:link {
	color:#6E6E6E;
	text-decoration:none;
	font-weight:bold;
	}

.mainnav-right a:visited {
	color:#6E6E6E;
	text-decoration:none;
	font-weight:bold;
	}

.mainnav-right a:hover {
	color:#A94B5B;
	}

.mainnav-right a:active {
	color:#6E6E6E;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#header-tblmenuhome a:link {
	color:#ffffff;
	text-decoration:none;
	/*font-weight:bold;*/
	}

#header-tblmenuhome a:visited {
	color:#ffffff;
	text-decoration:none;
	/*font-weight:bold;*/
	}

#header-tblmenuhome a:hover {
	color:#000000;
	}

#header-tblmenuhome a:active {
	color:#ffffff;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#header-tblmenu a:link {
	color:#ffffff;
	text-decoration:none;
	/*font-weight:bold;*/
	}

#header-tblmenu a:visited {
	color:#ffffff;
	text-decoration:none;
	/*font-weight:bold;*/
	}

#header-tblmenu a:hover {
	color:#000000;
	}

#header-tblmenu a:active {
	color:#ffffff;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#breadcrumbs a:link {
	color:#cccccc;
	text-decoration:underline;
	}

#breadcrumbs a:visited {
	color:#cccccc;
	}

#breadcrumbs a:hover {
	color:#A94B5B;
	text-decoration:none
	}

#breadcrumbs a:active {
	color:#A94B5B;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#content-side a:link {
	color:#454545;
	text-decoration:none;
	}

#content-side a:visited {
	color:#454545;
	text-decoration:none;
	}

#content-side a:hover {
	color:#A94B5B;
	text-decoration:underline;
	}

#content-side a:active {
	color:#454545;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#nieuws {
	color:#072037;
	text-decoration:none;
	}

#nieuws a:link {
	color:#072037;
	text-decoration:none;
	}

#nieuws a:visited {
	color:#072037;
	text-decoration:none;
	}

#nieuws a:hover {
	color:#B91920;
	text-decoration:none;
	}

#nieuws a:active {
	color:#072037;
	}
		
/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#content-sidesmall a:link {
	color:#ffffff;
	text-decoration:none;
	}

#content-sidesmall a:visited {
	color:#ffffff;
	text-decoration:none;
	}

#content-sidesmall a:hover {
	color:#A94B5B;
	text-decoration:underline;
	}

#content-sidesmall a:active {
	color:#ffffff;
	}
	

.submitlinkbutton
{
	font-weight: bold;
	font-size: 16px;
	color: #B8161E;
	font-family: 'Trebuchet MS';
	text-decoration: none;
}
.submitlinkbutton a:link
{
	font-weight: bold;
	font-size: 16px;
	color: #B8161E;
	font-family: 'Trebuchet MS';
	text-decoration: none;
}

.submitlinkbutton a:visited
{
	font-weight: bold;
	font-size: 16px;
	color: #B8161E;
	font-family: 'Trebuchet MS';
	text-decoration: none;
}

.submitlinkbutton a:hover
{
	font-weight: bold;
	font-size: 16px;
	color: #454545;
	font-family: 'Trebuchet MS';
	text-decoration: none;
}

.submitlinkbutton a:active
{
	font-weight: bold;
	font-size: 16px;
	color: #B8161E;
	font-family: 'Trebuchet MS';
	text-decoration: none;
}

.redlinkbutton
{
	color: #B8161E;
	text-decoration: none;
}
.redlinkbutton a:link
{
	color: #B8161E;
	text-decoration: none;
}

.redlinkbutton a:visited
{
	color: #B8161E;
	text-decoration: none;
}

.redlinkbutton a:hover
{
	color: #454545;
	text-decoration: none;
}

.redlinkbutton a:active
{
	color: #B8161E;
	text-decoration: none;
}


.greylinkbutton
{
	color: #aaaaaa;
	text-decoration: none;
}
.greylinkbutton a:link
{
	color: #aaaaaa;
	text-decoration: none;
}

.greylinkbutton a:visited
{
	color: #aaaaaa;
	text-decoration: none;
}

.greylinkbutton a:hover
{
	color: #B8161E;
	text-decoration: underline;
}

.greylinkbutton a:active
{
	color: #aaaaaa;
	text-decoration: none;
}


.redlinkbuttonAlt
{
	color: #000000;
	text-decoration: none;
}
.redlinkbuttonAlt a:link
{
	color: #000000;
	text-decoration: none;
}

.redlinkbuttonAlt a:visited
{
	color: #000000;
	text-decoration: none;
}

.redlinkbuttonAlt a:hover
{
	color: #B8161E;
	text-decoration: underline;
}

.redlinkbuttonAlt a:active
{
	color: #000000;
	text-decoration: none;
}



.whitelinkbutton
{
	color: #FFFFFF;
	text-decoration: none;
}
.whitelinkbutton a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

.whitelinkbutton a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

.whitelinkbutton a:hover
{
	color: #B8161E;
	text-decoration: none;
}

.whitelinkbutton a:active
{
	color: #FFFFFF;
	text-decoration: none;
}

/******************
HEADINGS
******************/

h1 {
	font-size:18px;
	padding:0px 0 5px 0;
	}

h2 {
	font-size:13px;
	}

h3 {
	font-size:1.4em;
	}
	
h4 {
	font-size:1.1em;
	}
	
h5 {
	font-size:.9em;
	}
	
h6 {
	font-size:22px;
	padding:0px 0 5px 0;
	}
	
.projecttitleintro {
	color:#B8161E;
	}	
	
.projecttitle {
	color:#B8161E;
	text-align:left;
	width: 100%;
	float: right;
	}
	
.projectdeelnamesub
{
	text-align: right; 
	float: right;
	width: 100%;
	/*border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	background-color: #ffffcc;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;*/
}
	
/******************
DIVS
******************/	

.mainnav-left
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.mainnav-right
{
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}

#header-tblmenuhome
{
	background-repeat: no-repeat;
	width: 965px;
	height: 189px;
	background-attachment: scroll;
	background-image: url(images/bgHeaderHome_top.jpg);
	background-color: transparent;
}

#header-tblmenuhome_def
{
	background-repeat: no-repeat;
	width: 965px;
	height: 189px;
	background-attachment: scroll;
	background-image: url(images/bgHeaderHome_top_def.jpg);
	background-color: transparent;
}

#header-tblmenu
{
	/*background: url(images/bgHeaderHome_top.jpg);
	background-repeat: no-repeat;*/
	width: 965px;
	height: 88px;
}
	
#abovecontent
{
	background: url(images/bg-content-nobreadcrumb.jpg); 
	background-repeat: no-repeat;
	border-left: #a7a7a7 1px solid;
}

#abovecontentsmall
{
	background: url(images/bg-content-nobreadcrumbsmallcomplete.jpg); 
	background-repeat: no-repeat;
}

#breadcrumbs
{
	width: 685px;
	color: #454545;
	padding-top: 7px;
	padding-left: 7px;
	font-size: 10px;
	text-align: right;
}

#content-side
{
	width: 260px;
	color: gray;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#content-sidesmall
{
	width: 260px;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#sidemenutd
{
	background: url(images/rightmenufading.jpg) no-repeat;
}

#sidemenutdsmall
{
	background: url(images/rightmenufadingsmallbottomup.jpg) #15283C no-repeat 0% bottom;
	/*background: url(images/rightmenufadingsmall.jpg) no-repeat;*/
	width: 260px;
}

#sidemenushadow
{
	background-image: url(images/rightmenushadow.gif);
	background-repeat: repeat-y;
}

#sidemenushadowsmall
{
	background-image: url(images/rightmenushadowsmall.gif);
	background-repeat: repeat-y;
}

#content-side-content
{
	padding: 0px 5px 0px 10px;
	margin: 0px 0px 0px 0px;
	height: 100%;
}

#menubalk
{
	/*background-color: #09223B;*/
	background-position: 0% 0%;
	background-image: url(images/menubalk.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0% 0%;
	height: 31px;
}

#content
{
	border-left: #a7a7a7 1px solid;
	border-bottom: #a7a7a7 1px solid;
	padding: 0px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
	height: 100%;
	background-position: 0% 0%;
	background-image: url(images/content_watermark.gif);
	background-repeat: repeat-y;
	background-color: transparent;
}

#content_def
{
	border-left: #a7a7a7 1px solid;
	border-right: #a7a7a7 1px solid;
	border-bottom: #a7a7a7 1px solid;
	padding: 0px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
	height: 100%;
	background-position: 0% 0%;
	background-image: url(images/content_watermark.gif);
	background-repeat: repeat-y;
	background-color: transparent;
}

#contenttd
{
	height: 100%;
}

#footer-container
{
	height: 56px;
	color: #FFFFFF;
	margin: 4px 0px 0px 0px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
}

#footer-left
{
	width: 705px;
	margin: 0px 0px 0px 10px;
	padding: 2px 0px 0px 0px;
	text-align: left;
	color: #ffffff;
	float: left;
}

#footer-right
{
	width: 160px;
	margin: 0px 10px 0px 0px;
	padding: 2px 0px 0px 0px;
	text-align: right;
	color: #ffffff;
	float: right;
}

img.photobig, img.photosmall, img.photosmall-right,  img.photosmall-center, img.photoprojectmain-right {
	border:1px solid #CCCCCC;
	background: #E0E0E0 url(images/bg-table-row-alternate.jpg);
	padding:10px;
	}

img.photoprojectcover-right 
{
	border:1px solid #CCCCCC;
	background: #E0E0E0 url(images/bg-table-row-alternate.jpg);
	padding:10px;
}
	
.menuinsideproject 
{
	float: right;
	margin: 0px 0px 40px 60px;
}

img.photosmallproject {
	border:1px solid #CCCCCC;
	background: #E0E0E0 url(images/bg-table-row-alternate.jpg);
	padding:10px;
	}

img.photosmallproject {
	margin-right:10px;
	margin-bottom:2px;
	float: left;
	}

img.photosmallprojectAlt {
	border:1px solid #CCCCCC;
	/*background: #E0E0E0 url(images/bg-table-row-alternate.jpg);*/
	padding:0px;
	}

img.photosmallprojectAlt {
	margin-right:10px;
	margin-bottom:2px;
	float: left;
	}

img.photosmall {
	margin-right:10px;
	margin-bottom:2px;
	float: left;
	}
	
img.photosmall-right {
	margin-left:10px;
	margin-bottom:2px;
	float: right;
	}
	
	
.photosmallpresssubtitle-right
{
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 270px;
	float: right;
	padding: 0px;
	font-size: 11px;
	font-style: italic;
	text-align: center;
}
.photosmallpresssubtitle-left
{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 270px;
	float: left;
	padding: 0px;
	font-size: 11px;
	font-style: italic;
	text-align: center;
}
	
img.photosmall-center {
	margin-bottom:2px;
	text-align: center;
	}

	
img.photoprojectmain-right {
	margin: 5px 0px 10px 10px;
	float: right;
	}	

.small-text
{
	font-size: 10px;
	text-align: left;
	letter-spacing: 1px;
}

.photo-subscript
{
	font-size: 10px;
	line-height: 16px;
}


.faqdiv
{
	margin: 0px 0px 0px 0px;
	display: none; 
	visibility: visible;
}

.faqanswer
{
	border: #dddddd 1px solid; 
	padding: 5px; 
	background-color: #FEFCE2;
	display: none; 
	visibility: visible;
	width: 325px;
}

#copyright
{
	width: 965px;
	color: #999999;
	text-align: center;
}

.copyright-text
{
	font-size: 10px;
	text-align: center;
	letter-spacing: 1px;
}


#three-column-container
{
	width: 100%;
	margin: 10px 0px 0px 0px;
	line-height: 140%;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
}
	
#three-column-left {
	float:left;/**/
	width:33%;
	}

#three-column-middle {
	float:left;/**/
	width:33%;
	}

#three-column-right {
	float:left;
	width:33%;
	}

.project
{
	/*background: #FFFFFF;*/
	padding: 5px;
	border: #cccccc 1px solid;
	margin: 10px;
}

.projectjaar
{
	/*background: #E0E0E0;
	
	border: #cccccc 1px solid;*/
	margin: 10px;
	padding: 0px;
	text-align: left;
	color: #B91920;
}

.inputfields
{
	font-size: 11px;
	color: #454545;
	font-family: 'Trebuchet MS';
	border: #c0c0c0 1px solid;
	background-color: #eeeeee;
	font-weight: bold;
}


/* NEW */

#nrs_center
{
	/*background-color: #f00;	
*/
	margin-left: 0px;
	left: 0%;
	position: absolute;
	top: 0px;
	width: 660px;
	visibility: visible;
	/*text-align: center;*/
}

.ns_mainnav-right
{
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
		display: none;

}


.ns_mainnav-right a:link {
	color:#07223A;
	text-decoration:none;
	}

.ns_mainnav-right a:visited {
	color:#07223A;
	text-decoration:none;
	}

.ns_mainnav-right a:hover {
	color:#B8161E;
	}
	
.ns_mainnav-right a:active {
	color:#07223A;
	text-decoration:none;
	}



#ns_menubalk
{
	background-color: #07223A;
	width: 100%;
	height: 25px;
	font-weight: normal;
		display: none;

	
}

#ns_sitebackground
{
	position: relative;
	background-color: #ffffff;
	background-image: url(images/transparant.gif);
	background-repeat: no-repeat;
	top: 2px;
	width: 100%;
	z-index: 10;

}

#ns_sitebackground_home
{
	position: relative;
	background-image: url(images/ns_sitebackground_home.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	top: 2px;
	width: 100%;
	z-index: 10;
}
#ns_header
{
	position: relative;
	top: 20px;
	left:25px;
		display: none;

}

#ns_content
{
	position: relative;
	padding: 20px 25px 20px 25px;
	margin-top: 40px;
	margin-left: 25px;
	border: #07223A 1px solid;
	width: 880px;
	background-color: #ffffff;
}

#ns_footer
{
	position: relative;
	top: 4px;
	background-color: #07223A;
	width: 100%;
	height: 25px;
	font-weight: normal;
		display: none;

}

#ns_topspace
{
	position: relative;
	display: none;
}

#ns_copyright
{
	margin-top: 10px;
	width: 100%;
	color: #999999;
	text-align: center;
	
		display: none;

}

#ns_contmen
{
	position: relative;
	margin-top: 0px;
	margin-left: 5px;
	width: 680px;
}



.ns_breadcrumbsbg
{
	position: relative;
	background-color: #ffffff;
	/**/
	opacity: .6;
	filter: alpha(opacity=60);	
	float:none;
	
	color: #000000;
	width: 100%;
	padding: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 10px;
	text-align: right;
	margin: 0px 0px 0px 0px;
	z-index: 99;
	display: block;
	visibility: visible;
	display: none;
}

#ns_devider
{
	
	background-color: #ffffff;
	background-position: 0% 5px;
	/*background-image: url(images/vert_dot.gif);*/
	background-repeat: repeat-y;
	border-top: #07223a 1px solid;
	border-bottom: #07223a 1px solid;
	width: 5px;
	
	display: none;
}

.ns_vervolgcontent
{
	position: relative;
	padding: 20px 20px 20px 20px;
	width: 660px;
	border-right: #07223a 1px solid;
	border-top: #07223a 1px solid;
	border-left: #07223a 1px solid;
	border-bottom: #07223a 1px solid;
	background-color: #ffffff;
	height: 350px;
	vertical-align: top;
	text-align: left; /*
	float: left;
	margin-left: 12px;
	*/
	background-position: 0% 0%;
	background-image: url(images/transparant.gif);
	background-repeat: repeat-y;
}

.ns_vervolgcontent table
{
	width: 100%;/**/
}

.contenttablenowidth table
{
	width: auto;
}


#ns_vervolgmenu
{
	position: relative;
	padding: 20px 5px 20px 10px;
	margin-left: 0px;
	border-right: #07223a 1px solid;
	border-top: #07223a 1px solid;
	border-left: #07223a 0px solid;
	border-bottom: #07223a 1px solid;
	width: 210px;
	background-color: #ffffff;
	background-position: 0% 0%;
	background-image: url(images/ns_menubackgroundblue.jpg);
	background-repeat: repeat-y;
	height: 350px;
	vertical-align: top;
	text-align: left; /*float: left;
	margin-top: 40px;
	background-color: #D8E3EF;
	*/
	display: none;
}

.homeinspringen
{
	margin: 0px 0px 0px 10px;
}

}