html, body {
	margin: 0px;
	padding: 0px;
}

A:link, A:visited, A:active {
	text-decoration: underline; 
	color: #0f458a;
} 

A:hover {
	text-decoration: none; 
	color: #0f458a;
}

body, td, input, select, textarea {
	color: #003; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

.imgMarginBot10 img {
	margin: 0px 0px 10px 0px;
}

p	{
	margin: 0px 0px 20px 0px;
}

h2, h2 a:link, h2 a:active, h2 a:visited, h2 a:hover {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #0f458a;
	margin: 0px;
	padding: 0px 0px 7px 0px;
	text-decoration: none;
}

h3, h3 a:link, h3 a:active, h3 a:visited, h3 a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #00aeef;
	margin: 0px;
	padding: 0px 0px 0px 1px;
	text-decoration: none;
}

h4, h4 a:link, h4 a:active, h4 a:visited, h4 a:hover {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	color: #0f458a;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	text-decoration: none;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #0f458a;
	margin: 0px;
	padding: 0px;
}

.projOverigeLijst ul, .tblProdDetail ul, .ULcontactpersonen ul{
	list-style-image: url(../images/img-list.gif);
	margin: 0px 0px 0px 17px;
	padding: 0px;
}

.projOverigeLijst li a:link, .tblProdDetail li a:link, .ULcontactpersonen li a:link,
.projOverigeLijst li a:active, .tblProdDetail li a:active, .ULcontactpersonen li a:active,
.projOverigeLijst li a:visited, .tblProdDetail li a:visited, .ULcontactpersonen li a:visited {
	text-decoration: none;
}

.projOverigeLijst li a:hover, .tblProdDetail li a:hover, .ULcontactpersonen li a:hover {
	text-decoration: underline;
}

.bgLichtblauw {
	background: #d9f3fd;
}

.blauw {
	color: #0f458a;
}


/* HEADER */
.tblHeaderWit {
	width/**/:/**/955px;
	height: 120px;
	padding: 0px 0px 0px 20px;
}

.tblHeaderWit #logo {
	width: 640px;
	vertical-align: bottom;
}

.tblHeaderWit #taal {
	width: 700px;
	height: 70px;
	text-align: right;
	vertical-align: top;
}

#divTaal {
	width/**/:/**/188px;
	height/**/:/**/29px;
	padding: 3px 12px 0px 0px;
	background: url(../images/bg-schaduwhoekje.gif) no-repeat;
	background-position: top right;
	vertical-align: top;
	color: #00aeef;
	font-size: 11px;
}

#divTaal a {
	color: #00aeef;
	text-decoration: none;
}

#divTaal a:hover {
	text-decoration: underline;
}

.tblHeaderWit #payoff {
	height: 50px;
	vertical-align: bottom;
	text-align: right;
}

.headerContainerFoto {
	width: 100%;
	background: #004a94 url(../images/bg-header.gif) repeat-x;
	border-bottom: 1px solid white;
}

.headerFoto {
	width: 935px;
	margin: 0px 0px 0px 19px;
	padding: 0px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#headerHeightHome {
	height: 118px;
}

#headerHeightSub {
	height: 68px;
}


/* MENU */
.menubalk {
	width: 100%;
	height: 37px;
	background: url(../images/bg-menu.gif) repeat-x;
	position: relative;
}

.menubalk #homeknop {
	float: left;
	width: 234px;
	height: 37px;
	border-right: 1px solid white;
}

.menubalk #homeknopspacer {
	float: left;
	width: 190px;
	height: 30px;
}

.menubalk #homeknop a {
	color: white;
	height/**/:/**/24px;
	width/**/:/**/37px;
	padding: 6px 6px 0px 0px;
	display: block;
	float: left;
	text-decoration: none;
}

.menubalk #homeknop a:hover {
	text-decoration: underline;
}

#hoofdmenu {
	margin: 0px;
	padding: 0px 0px 0px 19px;
}

#hoofdmenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#hoofdmenu li {
	list-style-type: none;
	height: 37px;
	margin: 0px;
	padding: 0px;
	float: left;	
	border-right: 1px solid white;
}

#hoofdmenu a {
	width/**/:/**/116px;
	height/**/:/**/30px;
	color: white;
	text-decoration: none;
	padding: 10px 6px 0px 10px;
	display: block;
	line-height: 12px;
	float: left;
}

#hoofdmenu a:hover, .bgMenuOver {
	background: #0f458a;
}

#hoofdmenu01 {
	border-left: 1px solid white;
}

.submenu {
	display: none;
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 100;
}

.submenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
}

.submenu li {
	list-style-type: none;
	height: 30px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	float: none;	
	background-color: #0f458a;
	border-top: 1px solid white;
	color: white;
}

.submenu a:link, .submenu a:visited, .submenu a:active {
	height/**/:/**/23px;
	padding: 7px 6px 0px 10px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	float: none;
	color: #7fd6f7;
}

.submenu a:hover {
	color: white;
}

.sub01 {
	left: 19px;
	width: 155px;
}

.sub02 {
	left: 136px;
	width: 118px;
}

.sub03 {
	left: 253px;
	width: 118px;
}



/* MAIN */
.divContainer {
	width/**/:/**/956px;
	padding: 25px 0px 25px 20px;
}

.divContainerLeft {
	float: left;
	width: 468px;
}


/* 3koloms pagina */
.Div2koloms {
	width/**/:/**/448px;
	padding: 0px 10px 0px 0px;
	overflow: hidden;
}

* html .Div2koloms {
	width/**/:/**/465px;
	padding: 0px 10px 0px 5px;
	overflow: hidden;
}

.Div2kolomsB {
	width/**/:/**/448px;
	padding: 0px 10px 0px 0px;
	overflow: hidden;
	float: left;
}

.Div2kolomsVoorSub {
	width/**/:/**/458px;
	float: left;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

.Div2kolomsVoorSubNieuws {
	width/**/:/**/458px;
	float: left;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

.Div4kolomsL {
	width/**/:/**/214px;
	float: left;
	padding: 0px 10px 0px 10px;
	overflow: hidden;
}

.Div4kolomsR {
	width/**/:/**/234px;
	float: left;
	padding: 0px 10px 0px 25px;
	overflow: hidden;
}

.bgPijltjeBlokL {
	background: url(../images/bg-schaduwhoekje-margin.gif) no-repeat bottom right;
}

.bgPijltjeBlokR {
	background: url(../images/bg-schaduwhoekje.gif) no-repeat bottom right;
}

#Div2kolomsHome hr {
	height: 0px;
	border: 0px;
	border-bottom: 1px solid #004a94;
	margin: 0px 0px 10px 0px;;
	padding: 0px;
}

/* div margin IE hack */
.kolMarginL {margin: 0px 0px 0px 10px;}
* html .kolMarginL {margin: 0px 0px 0px 5px;}
.kolMarginR {margin: 0px 0px 0px 10px;}
* html .kolMarginR {margin: 0px 0px 0px 8px;}

.divKop {
	padding: 0px 0px 15px 10px;
}

.tblBlok {
	width: 458;
	margin: 0px 0px 5px 0px;
}

.tblBlok2 {
	width: 458px;
	margin: 0px 0px 5px 0px;
}

.tblBlok #Links, .tblBlok2 #Links {
	width/**/:/**/214px;
	padding: 0px 10px 0px 0px;
	overflow: hidden;
}

.tblBlok #Rechts, .tblBlok #Rechts {
	width/**/:/**/214px;
	padding: 0px 10px 0px 10px;
}

.tblBlokContent {
	height: 163px;
	vertical-align: top;
}

.tblBlokContentSub {
	height: 153px;
	vertical-align: top;
	overflow: hidden;
}

.tblBlokPijltje {
	height: 22px;
	vertical-align: top;
	text-align: right;
	background: url(../images/bg-schaduwhoekjes-blok.gif) no-repeat bottom right;
}

.divFotoHomeProjecten {
	width: 213px;
	height: 96px;
	overflow: hidden;
}




/* PROJECTEN */

.projOverigeLijst {
	margin: 0px 0px 0px 10px;
}

.projOverigeLijst h4 {
	color: #c00;
	margin: 15px 0px 7px 0px;
}

.projOverigeLijstL {
	float: left;
	width: 468px;
}

.projOverigeLijstR {
	float: left;
	width: 458px;
}

.divProjDetailLogo {
	width: 233px;
	overflow-x: hidden;
}

.divProjDetailImg {
	width: 233px;
	overflow-x: hidden;
}

.tblProdDetail {
	width: 460px;
	padding: 0px 0px 0px 0px;
}

.marginTop34px {
	margin-top: 34px;
}

.marginTop44px {
	margin-top: 44px;
}

.paddingTop44px {
	padding-top: 44px;
}

.tblProdDetailL {
	width: 234px;
	vertical-align: top;
}

.tblProdDetailR {
	width/**/:/**/224px;
	padding: 0px 0px 0px 10px;
	vertical-align: top;
}

.tblProdDetailR img {
	margin: 0px 0px 10px 0px;
}

* html .tblProdDetailR img {
	margin: 0px 0px 7px 0px;
}

.divProdInfoCont {
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
}

.tblProdInfoL {
	width: 84px;
	font-size: 11px;
	vertical-align: top;
}

.tblProdInfoR {
	font-size: 11px;
	vertical-align: top;
	padding-bottom: 5px;
}

.divPijltjeTerug {
	height: 46px;
	background: url(../images/bg-schaduwhoekje-links.gif) no-repeat bottom left;
}

.PijltjeTerugContent {
	padding: 24px 0px 0px 10px;
	color: #00aeef;
}


.projCont {
	width: 936px;
}

.projDivCont {
	width/**/:/**/214px;
	height: 190px;
	padding: 0px 10px;
	margin: 0px 0px 10px 0px;
	background: url(../images/bg-schaduwhoekje2.gif) bottom right no-repeat;
	float: left;
	overflow: hidden;
}

.projDivImgTitel {
	height: 166px;
	overflow: hidden;
}

.projPijltje {
	height: 11px;
	float: right;

}



/* NIEUWS */
.tblNieuwsL {
	vertical-align: top;
	width/**/:/**/224px;
	padding: 0px 0px 0px 10px;
}

.tblNieuwsR {
	vertical-align: top;
	width/**/:/**/234px;
	padding: 0px 0px 0px 0px;
}

.tblProdDetail li {
	margin-bottom: 5px;
}

.divProdInfoCont img {
	margin: 0px 0px 10px 0px;
}

.imgNieuwsitem {
	margin: 0px 10px 10px 0px;
}

.tblNieuwsL h5 {
	margin-top: 10px;
}


/* CONTACT */
.tblContact1 {
	width: 448px;
}

.tblContact1L {
	width: 108px;
	height: 25px;
	vertical-align: top;
}

.tblContact1R {
	width: 340px;
	vertical-align: top;
}

.formTxtfield {	
	height: 22px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
}

.formTxtfieldWidth1 {
	width: 335px;
}

.formTxtfieldWidth2 {
	width: 260px;
	margin-left: 5px;
}

.formTxtfieldWidth3 {
	width: 68px;
}

.formTxtArea {
	height: 70px;
	line-height: 14px;
}

* html .formTxtAreaWidth1 {
	width: 333px;
}

.formTxtAreaWidth1 {
	width: 335px;
}

.formDropdown1 {
	width: 70px;
	margin: 0px;
	padding: 0px;
}

* html .formCheckbox {
	margin-left: -4px;
}

.formCheckbox {
	margin-left: 0px;
}

.verplicht {
	color: #c00;
	font-size: 11px;
}


/* CONTACTPERSONEN */
.tblContactpersonen {
	width: 448px;
	height: 96px;
}

.tblContactpersonenFoto {
	width/**/:/**/106px;
	padding: 0px 10px 15px 0px;
}

.tblContactpersonenNaam {
	width: 332px;
	height: 24px;
	vertical-align: top;
}

.tblContactpersonenTitel {
	width: 120px;
	height: 72px;
	vertical-align: top;
}

.tblContactpersonenContent {
	width: 212px;
	vertical-align: top;
}

.divContactpersonenFoto {
	width: 106px;
	height: 96px;
	overflow: hidden;
}



/* Styles voor des print variant */
@media print
{

    .NoPrint { 
    	display: none;
    }
    
	.Div2kolomsVoorSub {
		float: none;
	}

	.divContainerLeft {
		float: none;
	}



}
