/* Center the site */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #fff;
	vertical-align: top;
}
body, table {
	font-family : Arial, Helvetica;
	font-size: 11px;
	line-height: 20px;
	color: #424242;
}
table {
	vertical-align: top;
}
#mainsite {
	position:absolute;
	width:960px;
	left: 50%;
	height:100%;
	margin-left: -480px;
	text-align: left;
	background: #fff;
}
div {
	box-sizing: border-box;
	-moz-box-sizing : border-box;
}

/* Logo */
h1 {
	position: absolute;
	top: 11px;
	left: 31px;
	width: 221px;
	height: 72px;
	margin: 0;
	padding: 0;
	background: url(/images/logo.png) no-repeat;
}
h1 a {
	outline: 0 none;
	display: block;
	width: 221px;
	height: 72px;
}
h1 strong {
	display: none;
}

/* Meta navigatie */
#meta {
	position: absolute;
	top: 13px;
	left: 514px;
	width: 425px;
	font-size: 10px;
	color: #8e8e8e;
	text-align: right;
}
#meta a {
	margin-left: 17px;
	color: #8e8e8e;
	text-decoration: none;
}
#meta .language {
	margin-left: 17px;
}
#meta .language a {
	margin-left: 0px;
}
#meta a:hover {
	text-decoration: underline;
}
#meta form {
	margin: 26px 0 0;
	padding: 0;
}
#meta label {
	margin-right: 23px;
}
#meta input {
	width: 120px;
	height: 18px;
	padding: 1px 2px;
	margin: 0;
	font-size: 11px;
	color: #000;
	border: 1px solid #d5d5d5;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

/* Menubar */
#menubar {
	position: absolute;
	top: 90px;
	left: 10px;
	width: 940px;
	height: 26px;
	background: #666 url(/images/menubar_bg.gif) repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#nav, #nav UL {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 11px;
	z-index: 99;
}
#nav {
	width: 100%;
	height: 19px;
	float: left;
	padding-left: 10px;
	z-index: 99;
}
#nav LI {
    float: left;
	padding-right: 1px;
	background: url(/images/menubar_divider.gif) no-repeat 100% 8px;
}
#nav A {
    display: block;
	padding: 7px 10px 8px;
	_padding: 5px 10px 10px;
	text-decoration: none;
	font-size: 12px;
	color:#fff;
	vertical-align: middle;
}
#nav A.parentactive, 
#nav A.active,
#nav A:hover {
	background: url(/images/menubar_item_bg.gif) repeat-x;
}
#nav UL LI {
	padding: 2px 0;
	margin: 0;
	z-index: 99;
}
#nav UL LI A {
	text-transform: none;
	font-weight: normal;
	display: block;
	text-align: left;
	width: 110px;
	_width: 140px;
	padding: 0px 10px 0px 10px;
	margin: 0;
	line-height: 17px;
	z-index: 99;
	background: #808080 url(/images/arrow.gif) no-repeat 95% 3px;
}
#nav UL LI A.parentactive,
#nav UL LI A.active {
	background: #808080 url(/images/arrow.gif) no-repeat 95% 3px;
}

#nav UL LI A:hover {
	color: #fff;
	text-decoration: underline;
	background: #808080 url(/images/arrow.gif) no-repeat 95% 3px;
}
#nav LI UL {
    position: absolute;
    left: -999em;
	width: 130px;
	_width: 140px;
	padding: 0 0 3px;
	border-top: 1px solid #fff;
	background: #808080;
	z-index: 99;
}
#nav LI UL UL A {
    WIDTH: 15em;
}
#nav LI:hover UL, #nav LI.sfhover UL {
    LEFT: auto;
}

/* maintable */
#maintable {
	position: absolute;
	left: 0;
	top: 138px;
	width: 100%;
}
.row {
	margin-left: 10px;
}
.row.gray {
	margin: 0;
	padding: 0 0 20px;
	background: #f2f2f2;
}
.vv .row.gray {
	padding: 20px 0 0;
}
.vp .row .bricks {
	margin-left: 2px;
}
.row .footer {
	clear: both;
	margin-left: 10px;
}

/* maintable vervolgpagina */
#subnav, #section3, #section4 {
	float: left;
	margin-bottom: 15px;
}
#subnav {
	border-bottom: 15px solid #F2F2F2;
}
#section3 {
	width: 473px;
	padding-right: 34px;
}
#section4 {
	width: 220px;
}

/* Subnavigatie */
#subnav {
	width: 220px;
	padding: 0;
	margin: 0 26px 0 10px;
}
#subnav, #subnav ul {
	font-size: 17px;
	color: #9e9e9e;
	list-style: none;
	border-top: 1px solid #cfcfcf;
	background: #e9e9e9;	
}
#subnav ul {
	margin: 0px;
	padding: 0px;
	background: #f2f2f2;
}
#subnav li {
	border-bottom: 1px solid #cfcfcf;	
}
#subnav a {
	display: block;
	padding: 6px 5px 6px 6px;
	text-decoration: none;
}
#subnav ul a {
	padding-left: 20px;
}
#subnav a.active {
	background: #f2f2f2 url(/images/arrow_gray.gif) no-repeat 202px 9px;
}
#subnav a.parentactive {
	background: #f2f2f2 url(/images/arrow_gray_down.gif) no-repeat 198px 12px;
}

/* Wrappers */
.wrap {
	clear: both;
}
.clearer {
	height: 1px;
	overflow: hidden;
}
.spacer {
	margin-top: 20px;
}

/* Header */
.header {
	width: 940px;
	height: 242px;
	overflow: hidden;
}
#header_1, #header_2, #header_3 {
	position: absolute;
	top: 55px;
	left: 291px;
}
#header_2 {
	top: 100px;
}
#header_3 {
	top: 155px;
	width: 640px;
	height: 65px;
	overflow: hidden;
}

/* Breadcrumbs */
.breadcrumbs {
	padding: 10px 0 10px 258px;
	color: #6e6e6e;
}
.breadcrumbs a{
	text-decoration: none;
	color: #6e6e6e;
}

/* Colorblocks */
.colorblock {
	float: left;
	width: 220px;
	margin-right: 20px;
}
.colorblock.four {
	margin-right: 0;
}
.colorblock h2 {
	color: #fff;
	
	height: 28px;
	_height: 32px;
	margin: 0;
	padding: 4px 7px 0;
	font-weight: normal;
	font-size: 20px;
	line-height: normal;
	overflow: hidden;
	background: #9371a6 url(/images/colorblock_sprite.gif) repeat-x;
	cursor: pointer;
}
.colorblock h2 a {
	color: #fff;
	text-decoration: none;
}
.colorblock.two h2 {
	background: #95ba59 url(/images/colorblock_sprite.gif) repeat-x 0 -32px;
}
.colorblock.three h2 {
	background: #ec956e url(/images/colorblock_sprite.gif) repeat-x 0 -64px;
}
.colorblock.four h2 {
	background: #7b99ca url(/images/colorblock_sprite.gif) repeat-x 0 -96px;
}
.colorblock h2 .arrow {
	margin: 5px 2px 0 0;
	float: right;
}
.colorblock ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #dacee1;
}
.colorblock ul li {
	padding: 4px 7px;
	border-bottom: 1px solid #fff;
}
.colorblock ul a {
	display: block;
	color: #8a669f;
	background: url(/images/button_blue.gif) no-repeat 100% 1px;
	text-decoration: none;
}
.colorblock.two ul {
	background: #e0ebcf;
}
.colorblock.two ul a {
	color: #8cb44c;
}
.colorblock.three ul {
	background: #f3bda4;
}
.colorblock.three ul a {
	color: #dc6b33;
}
.colorblock.four ul {
	background: #b9c9e3;
}
.colorblock.four ul a {
	color: #2d5a9d;
}
.colorblock .p div {
	padding: 4px 7px 5px;
	color: #858585;
	background: #f1f1f1;
}

/* Infoblocks */
.infoblocks {
	margin-left: 4px;
}
.blockwrapper {
	margin-top: 20px;
	clear: both;
}
.block {
	float: left;
	margin: 15px 0 15px;
	background: #fff url(/images/block_shadow_left.gif) repeat-y;
}
.block.small {
	width: 234px;
	margin-right: 6px;
}
.block.wide {
	width: 473px;
}
.block h2 {
	display: block;
	height: 42px;
	margin: 0 0 0 7px;
	padding: 0;
	overflow: hidden;
	font-weight: normal;
	font-size: 20px;
	line-height: normal;
	color: #fff;
	background: #acacac url(/images/block_h2_bg.gif) repeat-x;
}
.block h2 strong {
	display: block;
	font-weight: normal;
	padding: 11px 7px 0;
}
.block h2 strong a {
	color: #fff;
	text-decoration: none;
}
.block h2 em {
	float: right;
	width: 7px;
	height: 42px;
	background:#fff url(/images/block_shadow_right.gif) repeat-y 100% 0;
}
.block .paragraph {
	height: 100%;
	padding: 4px 25px 0 10px;
	margin: 0 0 0 7px;
	background:#fff url(/images/block_shadow_right.gif) repeat-y 100% 0;
}
.block.wide .paragraph {
	padding: 4px 15px 18px 10px;
}
.block .wrap {
	overflow: hidden;
	height: 1px;
	clear: both;
}
.block .link {
	display: block;
	margin: 12px 0 0;
	background: url(/images/button_gray.gif) repeat-y 100% 0;
}
.block.wide .link {
	width: 209px;
}
.block.wide .link.news {
	text-decoration: none;
	margin: 0;
	background: none;
}
.block.wide .link.date {
	width: 70px;
}
.block.wide .link.text {
	width: 139px;
}

.block.wide .paragraph a:hover {
	background: #d6d6d6;
}
.block .bottom {
	clear: both;
	display: block;
	font-size: 1px;
	height: 17px;
	background: url(/images/block_shadow_bottom.gif) repeat-x;
}
.block .bottom .cornerright {
	float: right;
	width: 17px;
	height: 17px;
	background: url(/images/block_shadow_corner_right.gif) no-repeat;
}


/* footer */
.sitemap, .colofon {
	float: left;
	padding-top: 11px;
	background: #d6d6d6;
}
.sitemap H3, .colofon H3 {
	padding-left:4px;
}

.sitemap {
	width: 700px;
	margin-right: 19px;
}
.sitemap a {
	text-decoration: none;
}
.sitemap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sitemap li {
	float: left;
	width: 130px;
	padding: 0 0 5px 7px;
	font-weight: bold;
}
.sitemap li li {
	font-weight: normal;
	padding: 0px;
	height: auto;
}
.colofon {
	width: 220px;
	background: #d6d6d6 url(/images/corner_bottomright.gif) no-repeat 100% 100%;
	padding-left:5px;
}
.payoff {
	clear: both;
	display: block;
	width: 100%;
	padding: 50px 0 175px;
	text-align: center;
	font-weight: normal;
	font-size: 70px;
	line-height: 78px;
	color: #d6d6d6;
	cursor: default;
}

/* Buttons */
.button {
	width: 15px;
	height: 18px;
	cursor: pointer;
	padding: 4px 0 0 2px;
	text-align: center;
}
.button.blue {
	background: #00284a url(/images/button_bg_blue.gif) repeat-x;
}

#meta .button {
	float: right;
	margin-left: 8px;
}


/* Headings */
h3 {
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 25px;
	color: #858585;
	font-weight: normal;
}
h4, h5 {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
h4 {
	font-weight: normal;
	font-size: 40px;
	line-height: 45px;
	height: 45px;
	color: #2d5a9d;
}
h5 {
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	color: #313131;
}
a.print, a.mail {
	display: inline-block;
	color: #617dab;
	text-decoration: none;
	width: 135px;
	background: url(/images/icon_print.gif) no-repeat 100% 3px;
}
a.mail {
	background: url(/images/icon_mail.gif) no-repeat 100% 5px;
}

/* Standaard Bouwsteen stijlen */
h2 {
	color: #B00000;
	font-weight: bold;
	font-size: 1.5em;
}
.alineatekst {
	color: #000;
	clear: both;
}
#section4 .alineatekst {
	margin: 0 10px 0;
}
.lijntje {
	width: 100%;
	border: 0;
	border-top: 1px solid #aaa;
	height: 1px;
}
.imageleft {
	margin: 0 5px 2px 0;
}
.imageright {
	margin: 0 0 2px 5px;
}
.imageonly {
	margin: 0 0 5px 5px;
}
a {
	color: #424242;
	text-decoration: underline;
}
.alineatekst a:hover {
	color: #7C7D80;
}

/* Search results */
.ClassSearchResultHighlight {
	background: yellow;
}

/** intranet */
#section3 form {
	margin: 0;
	padding: 0;
}
.jccintranet {
	position: absolute;
	top: 0px;
	left: 47px;
	width: 928px;
	height: 22px;
	color: white;
	font-weight: normal;
	padding: 0px 0px 0px 10px;
	background: #FF6609;
	z-index:2;
}
.jccintranet A {
	color:white;
}
.detailline {
	height:20px;
	line-height:18px;
	border-bottom:1px silver solid;
}
.detailline .span1 {
	float:left;
	width:170px;
}
.detailline .span2 {
	float:left;
	width:265px;
}
.detailline #passwwijzigen {
	color:gray;
	cursor:hand;
	cursor:pointer;
}
#passwordfieldpopup {
	position:relative;
	width:100%;
	height:90px;
	background-color:#fdffdb;
	border:1px black solid;
	cursor:default;
	display:none;
}
#passwordfieldpopup FORM {
	position:relative;
	padding:5px;
}
#passwordfieldpopup DIV {
	width:100%;
	margin:0px;
	padding:0px;
	height:23px;
	position:relative;
}
#passwordfieldpopup LABEL {
	float:left;
	position:relative;
	width:190px;
}
#passwordfieldpopup INPUT {
	float:left;
	position:relative;
	width:90px;
	border:1px black solid;
}
#passwordfieldpopup .button {
	font-size: 10px;
	padding: 0;
	width:70px !important;
	margin-right:7px;
	margin-top:5px;
	float:right;
}
.pwchanged {
	font-weight:bold;
}
/**  einde intranet */

/* Flash player */
.flashplayer {
	text-align:center;
}

/* Lytebox */
#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
#lbOverlay.grey { background-color: #000000; }
#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }
#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
#lbOuterContainer.grey { border: 3px solid #888; }
#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #e6e6e6; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
#lbDetailsContainer.grey { border: 3px solid #888; border-top: none; }
#lbImageContainer, #lbIframeContainer { padding: 0px; background: #E6E6E6;}
#lbIframeContainer iframe { border: 0; }
#lbIframe { border: 0; }
#lbLoading { position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0;}
#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }
#lbPrev { width: 49%; height: 100%; display: block; left: 0; float: left; }
#lbNext { width: 49%; height: 100%; display: block; right: 0; float: right; }
#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
#lbDetailsData { padding: 0 10px; }
#lbDetailsData.grey { color: #333333; }
#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: none; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbClose { width: 64px; height: 20px; float: left; margin: 0 0 1px 15px;}
#lbClose.grey { background: url(/images/close.gif) no-repeat; }


