body{
	background-color: #dfdfdf;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
}

#mainDiv{
	position: absolute;
	top:0px;
	left:50%;
	width:735px;
	margin-left: -522px;
	
	min-height: 420px;
	
	background-image:url(./images/backgroundFiller.png);
	background-repeat: repeat-y;
	z-index: 1;
	
	padding-top:141px;
	padding-left: 53px;
	padding-right: 257px;
}

#backgroundContainerDiv{
	position: absolute;

	width:1045px;
	height: 570px;
	
	left:0px;
	top:0px;
	background-image: url(./images/backgroundTop.png);


	z-index: 2;
}

#homeLink{
	display: block;
	position: absolute;
	left:53px;
	top:0px;
	width:102px;
	height:95px; 
	z-index: 20;
}
#homeLink:link, 
#homeLink:active, 
#homeLink:hover, 
#homeLink:visited{
	text-decoration: none;
}

#homeLink span{
	visibility: hidden;
}


#menuDiv{
	display: table;
	position: absolute;
	top:103px;
	left:53px;
	width:735px;
	height: 23px;
	font-family: Arial;
	z-index: 5;
	color:white;
	font-size: 12px;
	text-transform: uppercase;
}

.horizontalMenuLink,
.horizontalMenuLinkActive{
	display: table-cell;
	padding-left:5px;
	padding-right: 5px;
	padding-top: 4px;
	border-right: 1px solid white;
	text-align: center;
}
a.horizontalMenuLink:link, 
a.horizontalMenuLink:visited, 
a.horizontalMenuLink:active, 
a.horizontalMenuLink:hover{
	text-decoration: none;
	color:#adcada;
}
a.horizontalMenuLink:hover{
	color:white;
}
a.horizontalMenuLinkActive:link, 
a.horizontalMenuLinkActive:visited, 
a.horizontalMenuLinkActive:active, 
a.horizontalMenuLinkActive:hover{
	text-decoration: none;
	color:white;
}
.horizontalMenuLinkActive{
	color:white;
	font-weight: bold;
}

#rightColumnDiv{
	position: absolute;
	width:204px;
	top:0px;
	left:795px;
	height: 100%;

	z-index: 5;
}

#certifiedLogosDiv{
	position: absolute;
	left:0px;
	bottom:20px;
	height: 170px;
	width:204px;
	z-index: 20;
	background-image: url(./images/certified_logos.png);
}

#lemmidLink{
	display: block;
	position: absolute;
	left:0px;
	top:0px;
	width:250px;
	height:95px; 
	background-image: url(./images/lemmid.png);	
	z-index: 20;
}
#lemmidLink:link, 
#lemmidLink:active, 
#lemmidLink:hover, 
#lemmidLink:visited{
	text-decoration: none;
}
#lemmidLink:hover{
	background-image: url(./images/lemmidHover.png);	
}
#lemmidLink span{
	visibility: hidden;
}

.changeLanguageDutchLink,
.changeLanguageDutchLinkActive{
	position: absolute;
	display: block;
	left:1000px;
	top:95px;
	width:33px;
	height: 19px;
	background-image: url(./images/changeLanguageDutch.png);
	z-index: 100;
}
.changeLanguageDutchLink span, 
.changeLanguageDutchLinkActive span{
	visibility: hidden;
}
.changeLanguageDutchLink:link, 
.changeLanguageDutchLink:active, 
.changeLanguageDutchLink:hover, 
.changeLanguageDutchLink:visited,
.changeLanguageDutchLinkActive:link, 
.changeLanguageDutchLinkActive:active, 
.changeLanguageDutchLinkActive:hover, 
.changeLanguageDutchLinkActive:visited{
	text-decoration: none;
}
.changeLanguageDutchLink:hover, 
.changeLanguageDutchLinkActive{
	background-image: url(./images/changeLanguageDutchActive.png);
}


.changeLanguageEnglishLink,
.changeLanguageEnglishLinkActive{
	position: absolute;
	display: block;
	left:1000px;
	top:115px;
	width:33px;
	height: 18px;
	background-image: url(./images/changeLanguageEnglish.png);
	z-index: 100;
}
.changeLanguageEnglishLink span, 
.changeLanguageEnglishLinkActive span{
	visibility: hidden;
}
.changeLanguageEnglishLink:link, 
.changeLanguageEnglishLink:active, 
.changeLanguageEnglishLink:hover, 
.changeLanguageEnglishLink:visited,
.changeLanguageEnglishLinkActive:link, 
.changeLanguageEnglishLinkActive:active, 
.changeLanguageEnglishLinkActive:hover, 
.changeLanguageEnglishLinkActive:visited{
	text-decoration: none;
}
.changeLanguageEnglishLink:hover, 
.changeLanguageEnglishLinkActive{
	background-image: url(./images/changeLanguageEnglishActive.png);
}


#contentDiv{
	display: table;
	position: relative;
	z-index: 15;
	line-height: 20px;

	width:100%;
	
}

#contentLeftColumnDiv{
	display: table-cell;
	width:232px;
	padding-left:7px;
	vertical-align: top;
	z-index: 15;
	
}

#contentMainColumnDiv{
	padding-left: 17px;
	display: table-cell;
	vertical-align: top;
	padding-right:8px;;
}


#contentBackgroundContainerDiv{
	position: absolute;
	left:53px;
	top:141px;
	width:735px;
	min-height: 320px;
	background-repeat: no-repeat;
	background-position: top;
	z-index: 5;

}

#contentBackgroundContainerDiv.green{
	background-image: url(./images/contentDivGreen.png);
}
#contentBackgroundContainerDiv.blue{
	background-image: url(./images/contentDivBlue.png);
}
#contentBackgroundContainerDiv.gray{
	background-image: url(./images/contentDivGray.png);
}
#contentBackgroundContainerDiv.orange{
	background-image: url(./images/contentDivOrange.png);
}
#contentBackgroundContainerDiv.yellow{
	background-image: url(./images/contentDivYellow.png);
}

h1,h2,h3,h4,p{
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h1{
	font-size:22px;
	line-height:normal;
	padding-bottom:10px;
}
h2{
	font-size:18px;
	line-height:normal;
	padding-bottom:10px;
}
h3{
	font-size:16px;
	line-height:normal;
	padding-bottom:5px;
}
h4{
	font-size:14px;
	line-height:normal;
}


.innerContentHeading{
	font-family: "HelveticaNeue LT 35 Thin", Arial;
	font-weight: normal;
	color:white;
	padding-top: 9px;
	font-size: 20px;
	padding-bottom: 14px;
	height:33px;
}

.leftColumnContentImage{
	position: relative;
	width:239px;
	height: 100px;
	top:0px;
	left:-7px;
	top:-14px;
}

#leftMenuDiv{
	position: relative;
	left:0px;
	width:232px;
	
}

.leftMenuLink, 
.leftMenuLinkActive{
	display: block;
	width:229px;
	padding-bottom: 7px;
	font-size: 12px;
}

#leftMenuDiv.green a.leftMenuLink:link, 
#leftMenuDiv.green a.leftMenuLink:active,
#leftMenuDiv.green a.leftMenuLink:hover, 
#leftMenuDiv.green a.leftMenuLink:visited{
	text-decoration: none;
	color:#5ec332;
}
#leftMenuDiv.green a.leftMenuLink:hover{
	color:#226904;
}
#leftMenuDiv.green a.leftMenuLinkActive:link, 
#leftMenuDiv.green a.leftMenuLinkActive:active,
#leftMenuDiv.green a.leftMenuLinkActive:visited,
#leftMenuDiv.green a.leftMenuLinkActive:hover{
	color:#226904;
	font-weight:bold;
}

#leftMenuDiv.blue a.leftMenuLink:link, 
#leftMenuDiv.blue a.leftMenuLink:active,
#leftMenuDiv.blue a.leftMenuLink:hover, 
#leftMenuDiv.blue a.leftMenuLink:visited{
	text-decoration: none;
	color:#318cc3;
}
#leftMenuDiv.blue a.leftMenuLink:hover{
	color:#093a58;
}
#leftMenuDiv.blue a.leftMenuLinkActive:link, 
#leftMenuDiv.blue a.leftMenuLinkActive:active,
#leftMenuDiv.blue a.leftMenuLinkActive:visited,
#leftMenuDiv.blue a.leftMenuLinkActive:hover{
	color:#093a58;
	font-weight:bold;
}


#leftMenuDiv.gray a.leftMenuLink:link, 
#leftMenuDiv.gray a.leftMenuLink:active,
#leftMenuDiv.gray a.leftMenuLink:hover, 
#leftMenuDiv.gray a.leftMenuLink:visited{
	text-decoration: none;
	color:#757575;
}
#leftMenuDiv.gray a.leftMenuLink:hover{
	color:#333232;
}
#leftMenuDiv.gray a.leftMenuLinkActive:link, 
#leftMenuDiv.gray a.leftMenuLinkActive:active,
#leftMenuDiv.gray a.leftMenuLinkActive:visited,
#leftMenuDiv.gray a.leftMenuLinkActive:hover{
	color:#333232;
	font-weight:bold;
}


#leftMenuDiv.orange a.leftMenuLink:link, 
#leftMenuDiv.orange a.leftMenuLink:active,
#leftMenuDiv.orange a.leftMenuLink:hover, 
#leftMenuDiv.orange a.leftMenuLink:visited{
	text-decoration: none;
	color:#ff8537;
}
#leftMenuDiv.orange a.leftMenuLink:hover{
	color:#a74405;
}
#leftMenuDiv.orange a.leftMenuLinkActive:link, 
#leftMenuDiv.orange a.leftMenuLinkActive:active,
#leftMenuDiv.orange a.leftMenuLinkActive:visited,
#leftMenuDiv.orange a.leftMenuLinkActive:hover{
	color:#a74405;
	font-weight:bold;
}

#leftMenuDiv.yellow a.leftMenuLink:link, 
#leftMenuDiv.yellow a.leftMenuLink:active,
#leftMenuDiv.yellow a.leftMenuLink:hover, 
#leftMenuDiv.yellow a.leftMenuLink:visited{
	text-decoration: none;
	color:#ccbd29;
}
#leftMenuDiv.yellow a.leftMenuLink:hover{
	color:#6a6001;
}
#leftMenuDiv.yellow a.leftMenuLinkActive:link, 
#leftMenuDiv.yellow a.leftMenuLinkActive:active,
#leftMenuDiv.yellow a.leftMenuLinkActive:visited,
#leftMenuDiv.yellow a.leftMenuLinkActive:hover{
	color:#6a6001;
	font-weight:bold;
}

a:link, 
a:hover, 
a:visited, 
a:active{
	text-decoration: none;
	color:#318cc3;
}
a:hover{
	color:#093a58;
}


#contentBackgroundContainerHomeDiv{
	position: absolute;
	left:53px;
	top:141px;
	width:735px;
	min-height: 415px;
	background-repeat: no-repeat;
	background-position: top;
	z-index: 5;
	background-image: url(./images/contentDivHome.png);
}

#column1Div, 
#column2Div, 
#column3Div{
	display: table-cell;
	width: 239px;
	vertical-align: top;
}
#column1Div{
	padding-right: 9px;
}
#column2Div{
	padding-right: 9px;
}

#column1Div h1, 
#column2Div h1, 
#column3Div h1{
	padding-left: 7px;

	height: 33px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#column1Div div.innerText,
#column2Div div.innerText,
#column3Div div.innerText{
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 5px;
}


.smallFooterDutchDiv, .smallFooterEnglishDiv{
	position: absolute;
	bottom: -70px;
	height: 68px;
	width:1045px;
	left:0px;
	z-index: 3;
	
	background-repeat: no-repeat;
	background-color: #dfdfdf;

}
.smallFooterDutchDiv{
	background-image: url(./images/smallFooterBackgroundDutch.png);
}
.smallFooterEnglishDiv{
	background-image: url(./images/smallFooterBackgroundEnglish.png);
}



.largeFooterDutchDiv, .largeFooterEnglishDiv{
	position: absolute;
	bottom: -230px;
	height: 230px;
	width:1045px;
	left:0px;
	z-index: 3;
	
	background-repeat: no-repeat;
	background-color: #dfdfdf;
}
.largeFooterDutchDiv{
	background-image: url(./images/largeFooterBackgroundDutch.png);
}
.largeFooterEnglishDiv{
	background-image: url(./images/largeFooterBackgroundEnglish.png);
}


.largeFooterEnglishDiv a:link,
.largeFooterEnglishDiv a:hover, 
.largeFooterEnglishDiv a:visited, 
.largeFooterEnglishDiv a:active,
.largeFooterDutchDiv a:link,
.largeFooterDutchDiv a:hover, 
.largeFooterDutchDiv a:visited, 
.largeFooterDutchDiv a:active{
	text-decoration: underline;
	color:white;
	
}

.largeFooterEnglishDiv a:hover,
.largeFooterDutchDiv a:hover{
	color:orange;
	text-decoration:underline;
}


#largeFooterColumn1Div{
	position: absolute;
	top:11px;
	left:45px;
	height: 151px;
	width:229px;
	overflow: hidden;
	color: white;
	
	font-size: 11px;
	
	padding-top: 8px;
	padding-left: 17px;
	padding-right: 8px;
	padding-bottom: 8px;	
}

#largeFooterColumn2Div{
	position: absolute;
	top:19px;
	left:313px;
	
	width:137px;
	height: 98px;
	
	border:1px solid #5086aa;
}

#largeFooterColumn3Div{
	position: absolute;
	top:11px;
	left:452px;
	height: 151px;
	width:330px;
	overflow: hidden;
	color: white;
	
	font-size: 11px;
	
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;	
}


#largeFooterColumn4Div{
	position: absolute;
	top:11px;
	left:795px;
	height: 151px;
	width:189px;
	overflow: hidden;
	color: white;
	
	font-size: 11px;
	
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;	
}

.footerHeading{
	font-family: "HelveticaNeue LT 35 Thin", Arial;
	font-weight: normal;
	color:white;
	padding-top: 0px;
	font-size: 20px;
	padding-bottom: 8px;
}


