html {
	height: 100%;
}



/* STANDAARD HTML-ELEMENTEN */
body {
	margin: 0;
	height: 100%;
	background: #fff url(images/menuTop-background.png) repeat-x;
}

body,
input,
select,
textarea {
	color: #818181;
	font: normal 12px/18px Arial, Tahoma, Helvetica, sans-serif;
}

form {
	margin: 0;
	padding: 0
}

input,
select,
textarea {
	border: 1px solid #818181;
	background: #fff;
}

a:link,
a:visited,
a:active {
	text-decoration: underline;
	color: #0050BC;
} 
a:hover {
	text-decoration: none;
}

img,
a img,
table {
	border: 0px;
}

p {
	margin: 0px 0px 18px 0px;
}

ul,
li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ol {
	margin: 0 0 0 20px;
}


li {
	padding: 0px 0px 0px 10px;
	background: url(images/list.gif) 0px 9px no-repeat;
}

h1,
.h1 {
	font: bold 36px/40px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h2,
.h2 {
	font: bold 24px/28px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h5 {
	margin: 0;
	font-weight: normal;
}


/* Paginamanagerstyles */
img.left {
	margin: 0px;
	margin-right: 10px;
	float: left;
}

img.right {
	margin: 0px;
	margin-left: 10px;
	float: right;
}

.h1, .h2, .h3, .h4, .h5, .h6 { /* Paginamanagerstyles (omzetten van <h*>-tag naar een <span> met deze class) */
	display: block;
}



/* CONTAINERS */
.containerMain {
	width/**/:/**/898px;  /* 900px */
	min-height: 18px;
	padding: 0 0 20px 2px;
	margin: 0px auto 0px auto;
}
* html .containerMain {
	min-height: 18px;
}

.menuHeader {
	height/**/:/**/23px;  /* 35px */
	padding: 12px 10px 0 0;
	text-align: right;
	font: normal 11px Arial, Helvetica, sans-serif;
}
.menuHeader {
	color: #00338E;
}
.menuHeader a:link,
.menuHeader a:active,
.menuHeader a:visited {
	color: #00338E;
}
.menuHeader a:hover {
	color: #00338E;
	text-decoration: none
}

.logo {
	position: absolute;
	width: 355px;
	height: 92px;
	margin-left: 8px;
	z-index: 1;
	background: url(images/logo.png) no-repeat;
}
* html .logo {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png', sizingMethod='scale')
}
.logo a {
	width: 355px;
	height: 92px;
	display: block;
}


.header {
	width: 900px;
	height: 185px;
	padding: 10px 0 0 0;
	margin: 20px 0 0 0;
	background: url(images/header-background.gif) no-repeat;
}
.header .headerImage {
	float: left;

	overflow: hidden;
}
.header .headerContent {
	width/**/:/**/339px;  /* 349px */
	height: 155px;
	margin-top: 9px;
	padding: 0 10px 0 10px;
	float: left;
	background: #F6F7F8;
	border: #E6E6E6 1px solid;
	border-left: none;
	color: #818181;
}
.header .blockTitle {
	width: 80px;
	margin: -2px 0 0 808px;
}
.header .headerContent h2 {
	margin: 15px 0 3px 0;
	font-size: 20px;
	font-weight: normal;
	color: #0050BC;
}

.content {
	background: url(images/content-backgroundTop.gif) no-repeat left top;
}
.content h1,
.content h2,
.content h3 {
	font-size: 20px;
	font-weight: normal;
	color: #0050BC;
}
.content .content2 {
	width: 900px;
	min-height: 100px;
	overflow-x: hidden;
	background: url(images/content-backgroundBottom.gif) no-repeat bottom left;
	padding: 20px 0px 20px 0px;
}
* html .content .content2 {
	min-height: 100px
}
.content img.visualRight {
	float: right;
	margin: 0 0 5px 10px
}

.menuLeft {
	float: left;
}
.content .menuRight {
	width: 170px;
	float: right;
	margin-right: -20px;
	padding-top: 33px
}
.menuRight .blockTitle {
	width: 80px;
	margin: -45px 0 0 74px;
}
.menuRight .menuItem {
	height: 23px;
	margin: 0 0 1px 5px;
}
.menuRight .menuItem a:link,
.menuRight .menuItem a:visited,
.menuRight .menuItem a:active {
	width: 160px;
	height: 23px;
	display: block;
	color: #0050BC;
	text-decoration: none;
	font-weight: bold;
	padding: 1px 0 0 5px;
	background: url(images/Referenties/menuRight_background.gif) no-repeat;
}
.menuRight .menuItem a:hover {
	background: url(images/Referenties/menuRight_backgroundHover.gif) no-repeat;
}

.menuRight .selected a:link,
.menuRight .selected a:visited,
.menuRight .selected a:active,
.menuRight .selected a:hover {
	background: url(images/Referenties/menuRight_backgroundSelected.gif) no-repeat;
}





.menuLeft .menuItem div {
	margin: 0 10px 0 0;
	line-height: 29px
}
.menuLeft .level2 div {
	margin-right: 20px
}
.menuLeft .menuItem {
	margin: 0 0 1px 0;
}

.menuLeft .menuItem a:link,
.menuLeft .menuItem a:visited,
.menuLeft .menuItem a:active {
	width: 165px;
	height: 29px;
	display: block;
	text-align: right;
	color: #0050BC;
	text-decoration: none;
	font-weight: bold;
	background: url(images/menuLeft-background.gif) no-repeat top right;
}
.menuLeft .level2 a:link,
.menuLeft .level2 a:visited,
.menuLeft .level2 a:active,
.menuLeft .level2 a:hover {
	color: #818181;
	font-weight: normal;
}
.menuLeft .menuItem a:hover {
	background: url(images/menuLeft-backgroundHover.gif) no-repeat right;
}
.menuLeft .selected a:link,
.menuLeft .selected a:visited,
.menuLeft .selected a:active {
	background: url(images/menuLeft-backgroundSelected.gif) no-repeat right !important;
}

.block {
	_height/**/:/**/248px;  /* 257px */
	min-height: 248px;
	float: left;
	padding-top: 19px;
	border: 1px solid #E6E6E6;
	background: #fff;
}
.block .visual {
	border: 1px solid #E6E6E6;
	border-left: 0;
	border-right: 0;
}
.block .blockContent {
	padding: 10px 10px 20px 10px;
}
.content .blockLarge {
	width: 675px;
	min-height: 18px;
	margin: 0 20px 0 40px;
	overflow-x: hidden;
	float: left;
}
* html .content .blockLarge {
	min-height: 18px
}
.content .blockLarge h1,
.content .blockLarge h2,
.content .blockLarge h3 {
	margin: 9px 0 9px 0;
	line-height: 20px;
}

.formTable {
	width: 335px
}
.formTable td {
	padding-bottom: 4px
}
.formTable .column1 {
	width: 1%;
	padding-right: 3px;
	white-space: nowrap;
}


.menuFooter {
	width: 100%;
	height: 110px;
	text-align: center;
	background: url(images/menuFooter-background1.gif) repeat-x;
}
.menuFooter .menuFooter2 {
	width/**/:/**/890px;  /* 900px */
	height: 110px;
	margin: 0 auto;
	padding: 0 0 0 10px;
	text-align: left;
	background: url(images/menuFooter-background2.gif) center no-repeat;
}
.menuFooter h3 {
	color: #00338E;
	font-size: 12px;
	line-height: 12px;
	margin: 0 0 5px 0;
}
.menuFooter,
.menuFooter a:link,
.menuFooter a:active,
.menuFooter a:visited {
	color: #818181;
	text-decoration: none;
}
.menuFooter a:hover {
	text-decoration: underline
}
.menuFooter .footerBlock {
	height: 94px;
	float: left;
	margin-top: 9px;
}
.menuFooter .footerContent {
	float: left;
	font-size: 11px
}

.menuFooter .adres {
	width: 349px;
	border-right: 2px solid #DFDFE0
}
.menuFooter .block1 {
	width: 180px;
}
.menuFooter .block2 {
	width: 165px;
}

.menuFooter .certificering {
	width: 169px;
	margin-left: 10px;
	border-right: 2px solid #DFDFE0
}
.menuFooter .certificering .footerContent {
	margin-top: 8px
}

.menuFooter .login {
	margin-left: 10px;
}
.menuFooter .login .footerContent {
	width: 340px
}
.menuFooter .login table {
	width: 100%
}
.menuFooter .login td {
	line-height: 24px
}
.menuFooter .login table .column1 {
	width: 1%;
	padding-right: 10px;
	white-space: nowrap;
}
.menuFooter .login table input.textbox {
	width: 248px;
	height: 18px;
	font-size: 11px;
}
.menuFooter .login table input.submit {
	height: 18px;
	float: right;
	padding: 0;
	margin: 1px 0 0 0;
	border: 1px solid #818181;
	font-size: 11px;
	line-height: 12px;
	color: #fff;
	font-weight: bold;
	background-color: #7F99C6
}

.menuFooter .username {
	color: #00338E
}

.menuFooter .loggedIn {
	background: url(/images/menuFooter-background-login.gif) no-repeat 531px 24px;
	min-height: 10px;
}
* html .menuFooter .loggedIn {
	height: 10px;
}



/* PAGE-SPECIFIC */
.pageHome .content .block1 {
	width: 238px;
	margin-left: 40px
}
.pageHome .content .block1 .blockTitle {
	width: 70px;
	margin: -31px 0 0 157px
}
.pageHome .content .block2 {
	width: 173px;
	margin-left: 20px
}
.pageHome .content .block2 .blockTitle {
	width: 55px;
	margin: -31px 0 0 107px
}
.pageHome .content .block3 {
	width: 238px;
	margin-left: 20px
}
.pageHome .content .block3 .blockTitle {
	width: 55px;
	margin: -31px 0 0 172px
}
.pageHome .block .blockContent {
	padding: 20px 10px 20px 10px;
}
.referenties {
	width: 504px;
	min-height: 18px;
	float: left;
}
* html .referenties {
	min-height: 18px;
}
.referentie {
	margin: 0;
}
.referentie img.visual {
	float: left;
	margin-right: 20px;
}
.referentie h5 {
	font-size: 14px;
	color: #0050BC
}
.referentie .details {
	float: left;
}
.referentie .continueLink {
	margin-top: 0
}
.referentieDivider {
	width: 504px;
	height: 1px;
	min-height: 1px;
	margin: 10px auto 10px 0;
	padding: 0;
	border: 0;
	color: #E6E6E6;
	background-color: #E6E6E6
}
* html .referentieDivider {
	min-height: 1px;
}
.content .blockExtralarge {
	width: 695px;
	margin: 0 0px 0 40px;
	float: left;
}
.leftblockDetail {
	font: Arial, Helvetica, sans-serif;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #818181;
	float: left;
	width: 315px;

}
.blockProjectdetailcontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #818181;
	float: right;
	width: 358px;
	height: 188px;
	border: 1px solid #e6e6e6;
}
.blockProjectdetail {
	width: 358px;
}
.blockProjectnavcontainer {
	height: 22px;
	width: 360px;
	float: right;
}
.ProjectNav {
	margin-top: 7px;
	text-align: center;
}
.Projectterugnav {
	font-size: 12px;
	font-weight: bold;
	color: #0050bc;
	float: left;
	height: 22px;
	width: 50%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 7px;
}
.Projectterugnav a:link,
.Projectterugnav a:visited,
.Projectterugnav a:active {
	color: #0050BC;
	text-decoration: underline
}
.Projectterugnav a:hover {
	color: #0050BC;
	text-decoration: none
}
.Projectforwardnav {
	font-size: 12px;
	font-weight: bold;
	color: #0050bc;
	float: right;
	height: 22px;
	width: 50%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	margin-top: 7px;
}
.Projectforwardnav a:link,
.Projectforwardnav a:visited,
.Projectforwardnav a:active {
	color: #0050BC;
	text-decoration: underline
}
.Projectforwardnav a:hover {
	color: #0050BC;
	text-decoration: none
}
.contactInfo .column1 {
	width: 1%;
	padding-right: 4px;
	white-space: nowrap;
}

.content .contactBlock1 {
	float: left;
	margin-right: 60px
}
.content .contactBlock2 {
	float: left
}

.content .adres {
	width: 250px;
	margin-right: -20px;
	float: right
}
.content .adres .blockTitle {
	width: 105px;
	margin: -32px 0 0 135px;
}

.pageContact input.textBox,
.pageContact textarea.textBox,
.pageContactForm input.textBox,
.pageContactForm textarea.textBox {
	width: 98%;
	float: right;
	border: 1px solid #E6E6E6;
	line-height: 1em;
}
.pageContact input.submitButton,
.pageContactForm input.submitButton {
	height: 18px;
	float: right;
	padding: 0;
	margin: 0;
	border: 1px solid #818181;
	font-size: 11px;
	line-height: 12px;
	color: #fff;
	font-weight: bold;
	background-color: #7F99C6
}

.pageContactForm .formTable {
	width: 300px
}

.extranetList li {
	padding-left: 26px;
	font: normal 12px/24px Arial, Helvetica, sans-serif;
	background: url(images/pdf-lijst.gif) no-repeat 0px 3px;
}

.extranetList li a:link,
.extranetList li a:active,
.extranetList li a:visited,
.extranetList li a:hover {
	color: #818181;
}

.pageWieZijnWij .blockLarge h2 {
	margin: 0;
	font-size: 14px
}
.pageWieZijnWij .blockLarge h3 {
	margin: 5px 0 0 0;
	font-size: 12px;
	font-weight: bold
}
.pageWieZijnWij .blockLarge .wieZijnWijBlock1 {
	float: left;
	margin-right: 144px
}
.pageWieZijnWij .blockLarge .wieZijnWijBlock2 {
	float: left
}
.pageWieZijnWij .blockLarge a:link,
.pageWieZijnWij .blockLarge a:visited,
.pageWieZijnWij .blockLarge a:active {
	color: #818181
}
.pageWieZijnWij .blockLarge a:hover {
	color: #0050BC
}
.pageWieZijnWij .blockLarge .contactGegevens + .contactGegevens {
	margin-top: 10px
}

.routeKaart {
	border: 1px solid #E6E6E6;
}

.sitemap th {
	width: 20%;
	padding-bottom: 10px;
	color: #0050BC;
	font-weight: bold;
	text-align: left;
}
.sitemap td {
	vertical-align: top;
	padding: 0 10px 0 0
}
.sitemap td a:link,
.sitemap td a:active,
.sitemap td a:visited,
.sitemap td a:hover {
	vertical-align: top;
	color: #818181
}










/* ALGEMEEN */
h4 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #0050BC;
	font-weight: bold;
}
.continueLink {
	margin-top: 5px;
	color: #0050BC;
	font-weight: bold;
}
.continueLink a:link,
.continueLink a:visited,
.continueLink a:active {
	color: #0050BC;
}
.continueLink a:hover {
	color: #0050BC;
	text-decoration: none
}


.blockTitle {
	text-align: center;
	position: absolute;
	border: 1px solid #E6E6E6;
	overflow: hidden;
	cursor: default;
}
.blockTitle div {
	height: 18px;
	border: 1px solid #fff;
	background: url(images/blockTitle-background.gif) repeat-x;
}
.containerMain .blockTitle h1,
.containerMain .blockTitle h2,
.containerMain .blockTitle h3 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #0050BC;
}

.loginFoutmelding {
	float: left;
    font-weight: bold;
    color: #ff0000;
}

.loginUitloggen  {
    text-decoration: underline !important;
	color: #00338E !important;
	font-weight: normal
}

strong.colored {
	font-weight: normal;
	color: #0050BC
}



/* HACK -> 'Display-Table'-vervanger */
.containerMain:after,
.content2:after,
.block:after,
.referentie:after,
.blockLarge:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}



/* Styles voor de print variant */
@media print
{
    .NoPrint { 
    	display: none;
    }
}


