﻿/*
 * TABLE OF CONTENTS:
 * - Browser reset
 * - HTML elements
 * - Generic content styles
 * - Main containers
 * - General styles   (styles that are not confined to a specific container)
 * - Page styles
 * - Hacks
 * - Print styles
 */






/*
 * BEGIN BROWSER RESET
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0
}
html {
	height:100%;
	overflow:-moz-scrollbars-vertical;
	overflow-x:auto
}
table {
	border:0;
	border-collapse:collapse;
	border-spacing:0
}
fieldset,img {
	border:0
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal
}
em,cite {
	font-style:italic
}
strong {
	font-weight:bold
}
ol,ul {
	list-style:none
}
caption,th {
	text-align:left
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:0
}
q:before,q:after {
	content:''
}
abbr,acronym {
	border:0
}

/*
 * END BROWSER RESET
 */






/*
 * HTML ELEMENTS
 */

body {
	background: #0059a1;
}

body,
input,
select,
textarea {
	color: #333;
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

a:link,
a:hover,
a:active,
a:visited {
	color: #163071;
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: underline;
}
*.linkColor {
	color: #163071;
}

p {
	margin: 0 0 1.4em 0;
}
p + hr 
{
    margin: -1.4em 0 0 0;
}
*+html p + hr + p 
{
    margin: -1.4em 0 0 0;
}

ul,
ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

hr {
	height: 1px;
	border: none;
	border-top: 1px solid #BFC7DC;
}

/*
 * END HTML ELEMENTS
 */






/*
 * BEGIN GENERIC CONTENT STYLES
 */

*.genericContent h1 {
	font-size: 30px;
	line-height: 30px;
}

*.genericContent h2 {
	margin-bottom: 4px;
	font-size: 16px;
}

*.genericContent h3 {
}

*.genericContent h4 {
}

*.genericContent h5 {
}

*.genericContent h6 {
}



*.genericContent img[align="left"] {
	margin: 4px 10px 0 0;
}

*.genericContent img[align="right"] {
	margin: 4px 0 0 10px;
}



*.genericContent ul li {
	padding: 0 0 0 10px;
	background: url(/images/li-background.gif) 0 0.8em no-repeat;
}

*.genericContent ol {
	padding: 0 0 0 40px;
	list-style: decimal;
}



*.genericContent a:link,
*.genericContent a:hover,
*.genericContent a:active,
*.genericContent a:visited {
	text-decoration: underline;
}
*.genericContent a:hover,
*.genericContent a:focus {
	text-decoration: none;
}



*.genericContent2 h2 {
	line-height: 22px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
*.genericContent2 h3 {
	font-size: 14px;
}



*.genericContentAddress p,
*.genericContentAddress table {
	margin-bottom: 0.75em;
}

*.genericContentAddress table tr td:first-child {
	padding-right: 10px;
}

*.genericContentAddress h1 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}

*.genericContentAddress h2 {
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
}

/*
 * END GENERIC CONTENT STYLES
 */

 
 
 
 
 
/*
 * BEGIN MAIN CONTAINERS
 */

div.containerMain {
	position: relative;
	margin: 0 auto 0 auto;
	width: 958px;
	min-height: 1em;
}
* html div.containerMain {
	height: 1em;
}



div.column1,
div.column2,
div.column3,
div.column4 {
	overflow: hidden;
}



div.header {
	min-height: 130px;
	font-size: 12px;
	background: #002553 url(/images/header-background.png) top center no-repeat;
}
* html div.header {
	height: 130px;
}

div.header img.logo {
	display: none;
}

div.header a.home {
	position: absolute;
	top: 14px;
	left: -5px;
	display: block;
	width: 222px;
	height: 70px;
	text-indent: -9999em;
}

div.header a.webshop {
	position: absolute;
	top: 8;
	right: 5px;
	display: block;
	width: 74px;
	height: 75px;
	text-indent: -9999em;
}

div.header ul.menu1 {
	position: absolute;
	right: 117px;
	top: 10px;
	text-align: right;
}



div.header div.visual {
	padding: 130px 0 0 0;
	width: 958px;
	min-height: 0;
}

div.header div.visual div.gradient {
	position: absolute;
	top: 130px;
	left: 0;
	width: 958px;
	height: 220px;
	background: url(/Images/visual-gradient.png) 0 0 no-repeat;
}

div.header div.visual div.visualContent {
	position: absolute;
	top: 198px;
	left: 9px;
}

div.header div.visual strong.heading {
	display: block;
	padding-bottom: 5px;
	color: #fff;
	font-size: 30px;
	line-height: 1em;
	font-weight: normal;
}

div.header div.visual span.text {
	display: block;
	color: #fff;
	font-size: 16px;
}



ul.menu1 li,
ul.menu1 li * {
	line-height: 12px;
}

ul.menu1 li {
	display: block;
	float: left;
	border-left: 1px solid #AFBAD6;
	padding: 0 5px;
	
	height: 12px;
}
ul.menu1 li:first-child {
	border-left: none;
}

ul.menu1 li a {
	position: relative;
	top: -1px;
	color: #AFBAD6 !important;
}



ul.menu2 {
	position: absolute;
	top: 99px;
	left: -1px;
	overflow: hidden;
	width: 960px;
	height: 35px;
}

ul.menu2 li {
	float: left;
	padding-right: 2px;
	height: 35px;
}

ul.menu2 li a {
	display: block;
	width: 135px;
	height: 20px;
	border-bottom: 2px solid #00ace5;
	text-indent: -9999em;
}

ul.menu2 li a:hover,
ul.menu2 li a.active {
	border-bottom: 2px solid #fff;
}



div.searchHolder input.text {
	position: absolute;
	top: 40px;
	left: 520px;
	width: 150px;
	border: none;
	color: #000000;
	line-height: 1.3em;
	background: transparent;
}

div.searchHolder *.searchType {
	position: absolute;
	top: 37px;
	left: 689px;
	width: 150px;
	
}

*:first-child+html div.searchHolder *.searchType input {
	margin-left: -6px;
}
* html div.searchHolder *.searchType input {
	margin-left: -6px;
}

div.searchHolder *.searchType input {
	position: relative;
	top: 2px;
}

div.searchHolder *.searchType label {
	margin-right: 8px;
}

div.searchHolder input.submit {
	cursor: pointer;
	position: absolute;
	top: 37px;
	left: 802px;
	border: none;
	padding: 0;
	width: 26px;
	height: 22px;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}



div.spotlight {
	padding: 0px 0 0 0;
	width: 958px;
	height: 260px;
	margin-top: -14px;
	margin-bottom:15px;
}



div.content {
	padding-bottom: 60px;
	background: #fff;
}

div.content div.shadow {
	position: absolute;
	z-index: 1;
	left: 0;
	width: 100%;
	height: 7px;
	background: url(/images/shadow-PNG24.png) 0 0 repeat-x;
}

div.content div.containerMain {
	padding-top: 14px;
}



div.specs {
	margin: 27px 0 0 -10px;
	padding: 11px 10px;
	background: #F0F2F7;
}

div.specs th {
	padding-right: 10px;
	font-weight: bold;
}

div.specs th,
div.specs td {
	vertical-align: top;
}

div.specs ul {
	padding-left: 16px;
}

div.specs li {
	list-style-type: circle;
}



ul.menu3 {
	padding-right: 11px;
	font-size: 14px;
}

ul.menu3 li {
	min-height: 21px;
	padding: 4px 0;
	border-bottom: 1px solid #CAD1E2;
}



div.footer ul.menu1 {
	float: right;
}

div.footer {
	height: 110px;
	padding: 16px 5px 16px 0;
	background:#005aa1;
}



div.homeColumns1 {
	margin-bottom: 10px;
	min-height: 0;
	background: url(/images/homeColumns-background.png) 0 0 repeat-y;
}

div.homeColumns1 div.column1 {
	float: left;
	width: 464px;
	padding: 2px 8px 0 8px;
}

div.homeColumns1 div.column2 {
	float: left;
	width: 225px;
	padding: 0px 10px 0px 5px;
	font-size: 12px;
}
div.homeColumns1 div.column2 p {
	font-size: 12px;
}

div.homeColumns1 div.column3 {
	float: left;
	width: 236px;
	padding: 0 1px;
}

div.homeColumns1 div.column3 *.heading1 {
	padding: 2px 0 0 8px;
}



div.homeColumns2 {
	min-height: 0;
	background: #F0F2F7;
}

div.homeColumns2 div.column1,
div.homeColumns2 div.column2,
div.homeColumns2 div.column3 {
	float: left;
	width: 220px;
	padding: 15px 10px 10px 10px;
}
div.homeColumns2 div.column4 {
	float: left;
	width: 218px;
	padding: 15px 10px 10px 10px;
}

div.homeColumns2 div.column1 {
	font-size: 14px;
}

div.homeColumns2 div.column1 .LinkVet {
	display:block;
	padding-top:5px;
	font-size: 12px;
}

div.homeColumns2 div.column2 img {
	margin-bottom: 3px;
}

div.homeColumns2 h2 {
	margin-bottom: 10px;
	line-height: 22px;
	color: #000;
	font-size: 16px;
	font-weight: bold;	
}

div.homeColumns3 {
	margin-top:8px;
}

div.homeColumns3 div.logo1 {
	width:97px;
	height:66px;
}
div.homeColumns3 div.logo2 {
	width:103px;
	height:66px;
	margin-right:30px;
}
div.homeColumns3 div.logo3 {
	width:233px;
	height:66px;
}


div.columnStyle1 {
	min-height: 0;
}

div.columnStyle1 div.column1 {
	float: left;
	width: 700px;
	padding: 0 10px 0 10px;
}

div.columnStyle1 div.column2 {
	float: left;
	width: 217px;
	padding: 13px 10px 13px 10px;
}

div.columnStyle1 div.column2 div.sidebarItemBackground {
	margin: 17px -10px 17px -10px;
	padding: 13px 10px 13px 10px;
	background: #F0F2F7;
}
div.columnStyle1 div.column2 div.sidebarItemBackground:first-child {
	margin-top: -10px;
}

div.columnStyle1 div.column2 div.sidebarItemBackground *.heading1 {
	margin-top: -3px;
}



div.columnStyle2 {
	min-height: 0;
	padding-left: 10px;
	font-size: 14px;
}

div.columnStyle2 div.column1 {
	float: left;
	margin-top: 15px;
	width: 460px;
}

div.columnStyle2 div.column2 {
	float: left;
	margin-top: 10px;
	width: 398px;
	padding-left: 90px;
}



div.columnStyle3 {
	min-height: 0;
	font-size: 14px;
}

div.columnStyle3 div.column1 {
	float: left;
	width: 470px;
	padding: 0 40px 0 10px;
}

div.columnStyle3 div.column2 {
	float: left;
	margin-left: 36px;
	width: 380px;
	border-top: 42px solid #fff;
	padding: 5px 11px;
	background: #F0F2F7;
}
* html div.columnStyle3 div.column2 {
	margin-left: 18px;
}



div.columnStyle4 {
	min-height: 0;
	font-size: 14px;
	padding: 0 0 0 10px;
}

div.columnStyle4 div.column1 {
	float: left;
	margin-right: 10px;
	width: 540px;
}

div.columnStyle4 div.column2 {
	float: left;
	margin-top: 12px;
	width: 378px;
	padding: 9px 10px;
	background: #F0F2F7;
}




div.columnStyleBase {
	margin: -14px 0 -60px 0;
	min-height: 500px;
	padding: 14px 0 60px 0;
	background: url(/images/column1-background.png) 190px 0 repeat-y;
}
* html div.columnStyleBase {
	height: 0;
}

div.columnStyleBase div.column1 {
	float: left;
	min-height: 1em;
	width: 230px;
}

div.columnStyleBase div.column2 {
	float: left;
	min-height: 1em;
	width: 450px;
	padding-left: 20px;
}

div.columnStyleBase div.column3 {
	float: left;
	min-height: 1em;
	width: 218px;
	margin-left: 20px;
	padding: 13px 10px 13px 10px;
}

div.columnStyleBase2 div.column2 {
	width: 700px;
}



ul.articles {
	padding-left: 160px;
}

ul.articles li.style1 {
	margin-bottom: 11px;
	min-height: 160px;
	border-bottom: 1px solid #CAD1E2;
}

ul.articles li.style1 img {
	position: absolute;
	margin: 5px 0 0 -160px;
}

ul.articles li.style2 {
	color: #163071;
	padding-left: 10px;
	text-indent: -10px;
}



ul.articlesList {
    width: 100%;
}
ul.articlesList li {
    clear: both;
	margin:  10px 11px 18px 0px;
	/*min-height: 160px;*/
	border-bottom: 1px solid #CAD1E2;
    width: 100%;
}

.articlePicture {
    width: 140px;
    float: left;
    margin-right: 20px;
}
.articleContent {
    width: 500px;
    float: left;
    margin: -4px 0px 0px 0px;
    padding: 0px;
}
.activityContent {
    margin: -4px 0px 0px 0px;
    padding: 0px;
}
.articleContent p,
.activityContent p {
    margin-top: 10px;
}


ul.homeConcepten {
    width: 472px;
}

ul.homeConcepten li {
    width: 226px;
    height: 42px;
    overflow: hidden;
    margin: 0px 10px 10px 0px;
}


.bannerNieuwsbrief {
    background: url(/images/nieuwsbrief-banner-background.png) 40px left no-repeat;
    margin: 20px 0px 0px 0px;
    position: relative;
    min-height: 125px;
}
.bannerNieuwsbrief a {
    background: url(/images/nieuwsbrief-banner-button.png) top right no-repeat;
    margin: 0px 10px 0px 10px;
    text-decoration: none;
    color: #fff;
    padding: 5px 30px 5px 10px;
    height: 20px;
    font-weight: bold;
    float: left;
    display: block;
    font-size: 13px;
}
.bannerNieuwsbrief a:link,
.bannerNieuwsbrief a:hover,
.bannerNieuwsbrief a:active,
.bannerNieuwsbrief a:visited {
    text-decoration: none;
}
.bannerNieuwsbrief .bannerheader {
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}
.bannerNieuwsbrief .bannerheader span {
    color: #CC0000;
}
.bannerNieuwsbrief .intro {
    color: #fff;
    margin: 10px 120px 10px 10px;
    font-size: 12px;
}

.bannerSyntec 
{  
    background: url(/Images/banner-syntec.png) no-repeat top left; 
    width: 700px; 
    height: 600px; 
    position: absolute; 
    z-index: 1; 
    top: -130px; 
    cursor: pointer;
}


div.concepten {
	width: 100%;
	font-size: 14px;
}

div.concepten ul {
	margin-top: 16px;
	min-height: 0;
}

div.concepten ul li {
	float: left;
	padding-bottom: 5px;
}



div.breadcrumb {
	margin-bottom: 20px;
	padding: 4px 0 5px 0;
	border-bottom: 1px solid #CAD1E2;
}

div.breadcrumb * {
	color: #666666 !important;
}



ul.concepten2 {
	min-height: 0;
	margin-left: -21px;
	padding-top: 4px;
	font-size: 14px;
}

ul.concepten2 li {
	float: left;
	margin-left: 20px;
	width: 178px;
	height: 210px;
	padding-left: 42px;
}

ul.concepten2 img {
	margin-left: -42px;
}

ul.concepten2 p {
	display: block;
	margin: -5px 0 2px 0;
	height: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #CAD1E2;
	padding-bottom: 8px;
}

ul.concepten2 a {
	font-weight: bold;
	font-size: 12px;
	text-transform: lowercase;
}



div.activiteiten ul {
	margin-bottom: 5px;
}

div.activiteiten li {
	padding: 4px 0 5px 0;
	border-bottom: 1px solid #BFC7DC;
}
div.activiteiten li:first-child {
	padding-top: 0;
}

div.activiteiten li a {
	font-weight: bold;
}



div.activiteiten2 {
	margin-bottom: 18px;
	padding: 6px 10px 15px 10px;
	background: #F0F2F7;
}

div.activiteiten2 *.heading1 {
	margin-bottom: 10px;
}

div.activiteiten2 *.localHeading {
	margin-bottom: 10px;
	font-weight: bold;
	color: #163071;
}

div.activiteiten2 *.localHeading a {
	cursor: pointer;
}

ul.activiteiten2 {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #CAD1E2;
}



div.acties {
	min-height: 0;
}

div.acties li {
	min-height: 0;
}

div.acties a:link,
div.acties a:hover,
div.acties a:active,
div.acties a:visited {
	color: #163071;
	text-decoration: none;
	font-weight:bold;
}

div.acties div.block {
	padding: 18px 0 20px 4px;
	min-height: 74px;
}

div.acties div.block div.localColumn1 {
	float: left;
	width: 70px;
	margin-right: 10px;
	padding-top: 5px;
	overflow: hidden;
}

div.acties div.block div.localColumn2 {
	float: left;
	width: 150px;
}

div.acties div.localColumn2 p {
	padding: 0;
}

div.acties ul *.localHeading {
	color: #09448c;
	font-size: 14px;
	font-weight: bold;
}

div.acties ul span.price {
	display: block;
	width: 110px;
	padding-top: 2px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

div.acties ul + a {
	display:block;
	width:125px;
	margin-left:76px;
	text-align:center;
	background:#f0f2f7;
}

div.acties p {
	margin: 0;
	padding: 8px 0 0 8px;
}

div.Homecolumn2 p.folder,
div.acties p.folder {
	margin: 9px 0 0 0;
	padding: 0 0 0 10px;
	display: block;
	height: 30px;
	background: #000;
}

div.Homecolumn2 p.folder 
{
    margin: 4px 0 0 0;
    height: 21px;
}

div.Homecolumn2 img 
{  
    margin: 0px 0px 0px 20px;
}

.Homecolumn3 p.folder {
    display: none !important;
}

div.Homecolumn2 p.folder {
    background: #ffffff;
    padding: 0px;
}

div.Homecolumn2 p.folder a,
div.acties p.folder a {
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

div.Homecolumn2 p.folder a {
    color: #333;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

div.Homecolumn2 p a,
div.acties p a {
	white-space: nowrap;
	font-weight: bold;
}

div.Homecolumn2 p.folder strong,
div.acties p.folder strong {
	color: #00ace5;
}

div.acties p.folder strong span {
	padding: 0 0 0 20px;
	background: url(/Images/sprite.png) -94px 3px no-repeat;
}

div.actiesWide div.localColumn2 {
	width: 290px !important;
}

div.actiesWide div.block {
	background: none;
}

div.actiesWide ul {
	background: url(/Images/background1.png) bottom repeat-x;
}

div.actiesWide p.folder {
	margin: 0;
	text-align: center;
}

div.actiesWide *.heading1 {
	margin-left: 10px;
}



ol.pager {
	position: absolute;
	right: 0;
}
ol.articlesListTop {
    margin: -23px 9px 0px 0px;
}
ol.articlesListBottom {
    margin: -10px 9px 0px 0px;
}

ol.pager li {
	cursor: pointer;
	float: left;
	margin: 0 0 0 3px;
	display: block;
	width: 22px;
	height: 26px;
	color: #666666;
	font-size: 14px;
	text-align: center;
	background: url(/Images/sprite.png) 0 0 no-repeat;
}

ol.pager li.active {
	color: #fff;
	background: url(/Images/sprite.png) -50px 0 no-repeat;
}



div.map {
	margin-top: 12px;
	width: 378px;
	height: 208px;
	border: 1px solid #CAD1E2;
	overflow: hidden;
}

div.route {
	position: relative;
	width: 380px;
	height: 28px;
	overflow: hidden;
	background: url(/images/route-background.png) 0 0 no-repeat;
}

div.route .saddrWatermark {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	height: 28px;
	line-height: 28px;
	padding-top: 5px;
	padding-left: 5px;
	border: none;
	font-size: 14px;
	background: transparent;
}
*:first-child+html div.route .saddrWatermark {
	padding-top: 0;
}
* html div.route .saddrWatermark {
	padding-top: 0;
}

div.route .submit {
	position: absolute;
	top: 0;
	left: 296px;
	cursor: pointer;
	height: 28px;
	text-indent: -9999em;
	border: none;
	width: 85px;
	background: transparent;
}



div.map2 {
	margin-top: 12px;
	width: 540px;
	height: 540px;
	overflow: hidden;
	background-color: #EFEBE2;
}



ul.projecten {
	min-height: 0;
	margin-left: -20px;
	float: left;
}
ul.projectenProjectType {
    margin-bottom: 20px;
}

div.columnStyle1 div.column1 ul.projecten {
	margin-top: -17px;
	margin-left: -30px;
}

ul.projecten li {
	float: left;
	display: block;
	margin: 20px 0 0 20px;
	width: 220px;
	height: 230px;
	overflow: hidden;
}
ul.projectenProjectType li {
    margin-top: 0px;
    margin-bottom: 15px;
}


ul.projecten img {
	float: left;
	clear: both;
}

ul.projecten p {
	margin: 0 0 0.5em 0;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul.projecten a.localReadOn {
	font-weight: bold;
}

ul.projecten div.projectenContent {
	clear: both;
	background: url(/Images/shadow2.png) 0 0 repeat-x;
}

ul.projecten div.projectenContent div.innerProjectenContent {
	height: 91px;
	overflow: hidden;
	border: 1px solid #CAD1E2;
	border-top: 0;
	padding: 9px 7px;
}


ul.overigeProjecten {
	min-height: 0;
	margin: 10px 0px 0px 0px;	
}

ul.overigeProjecten li {
    width: 50%;
    float: left;
}


ul.vestigingen {
    margin: 0px 0px 0px 0px;
}

ul.vestigingen li {
    width: 45%;
    float: left;
}


ul.type1 {
	padding-left: 10px;
	text-indent: -10px;
}



div.more {
	margin: 27px 0 0 -10px;
	padding: 11px 10px;
	background: #F0F2F7;
}

div.more ul {
	margin-top: 10px;
}

div.more ul * {
	color: #2B478A !important;
}



div.gallery {
	width: 239px;
	overflow: hidden;
}

body.JsEnabled div.gallery ul img {
	cursor: pointer;
}

div.gallery ul {
	clear: both;
	float: left;
	margin-left: -1px;
	width: 240px;
	min-height: 0;
	padding-top: 1px;
}

div.gallery li {
	float: left;
	width: 79px;
	height: 79px;
	overflow: hidden;
	padding-left: 1px;
	text-align: center;
}

body.JsEnabled div.gallery span.back,
body.JsEnabled div.gallery span.forward {
	float: left;
	cursor: pointer;
	display: block;
	margin-right: 1px;
	width: 19px;
	height: 19px;
	background: #F0F2F7;
	background-image: url(/Images/sprite.png);
	background-repeat: no-repeat;
}

body.JsEnabled div.gallery span.back {
	background-position: -144px 6px;
}

body.JsEnabled div.gallery span.forward {
	background-position: -194px 6px;
}

body.JsEnabled div.gallery span.status {
	float: right;
}

div.gallery a.mediumSize {
	display: block;
	width: 239px;
	height: 179px;
	overflow: hidden;
}



div.sidebar *.heading1 {
	margin-bottom: 10px;
}



div.divPopupBackground {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	opacity: 0.25;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
	filter: alpha(opacity=25);
	background: #000000;
}
* html div.divPopupBackground {
	position: absolute;
}

div.divPopupWindow {
	position: absolute;
	top: 10%;
	left: 0;
	z-index: 1001;
	width: 100%;
	text-align: center;
}

span.divPopupContent {
	text-align: right;
}

div.divPopupWindow span.close {
	cursor: pointer;
	font-size: 1.5em;
	padding: 3px 5px;
	line-height: 1.5em;
	color: #fff;
	background: #000;
}
div.divPopupWindow span.close span {
	font-weight: bold;
}

div.innerDivPopupWindow {
	position: relative;
	padding: 16px 20px 20px 20px;
}




div.divPopupBackgroundLoterij {
	display: none;
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

div.divPopupWindowLoterij {
	display: none;
	top: 10%;
	left: 50%;
	border: 1px solid #fff;
	width: 479px;
	height: 352px;
	margin: 0 0 0 -240px;
	text-align: left;
	color: #fff;
	background: #022B65 url(/images/actielot-background.jpg) 0 0 no-repeat;
	-moz-box-shadow: 2px 2px 20px #000000;
	-webkit-box-shadow: 2px 2px 20px #000000;
	box-shadow: 2px 2px 20px #000000;
}

div.divPopupWindowLoterij span.closeLoterij {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 15px;
	height: 15px;
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	background: url(/images/actielot-close.gif) 0 0 no-repeat;
}
div.divPopupWindowLoterij span.closeLoterij:hover {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

div.divPopupWindowLoterij *.localHeading1 {
	font-size: 18px;
	font-weight: bold;
}
div.divPopupWindowLoterij *.localHeading2 {
	padding: 3px 0 7px 0;
	font-size: 36px;
	line-height: 34px;
	font-weight: bold;
}
div.divPopupWindowLoterij p {
	width: 250px;
	font-size: 14px;
	line-height: 16px;
}

div.divPopupWindowLoterij div.inputText {
	margin-bottom: 7px;
	border: 1px solid #002553;
	width: 227px;
	height: 21px;
	line-height: 21px;
	background: #758ABA url(/images/actielot-input-background.png) 0 0 no-repeat;
}

div.divPopupWindowLoterij input.text {
	border: none;
	padding-top: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-indent: 4px;
	background: transparent;
}
*+html div.divPopupWindowLoterij input.text {
	padding-top: 0;
}
* html div.divPopupWindowLoterij input.text {
	padding-top: 0;
}

div.divPopupWindowLoterij input.submit {
	min-height: 30px;
	width: 116px;
	border: 0;
	padding: 0 26px 2px 7px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: url(/images/button2.png) top right no-repeat;
}
*+html div.divPopupWindowLoterij input.submit {
	padding-top: 2px;
}
* html div.divPopupWindowLoterij input.submit {
	padding-top: 2px;
}

div.divPopupWindowLoterij div.loterijfooter {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 25px;
	padding-top: 4px;
	font-size: 11px;
	background: #000;
}
div.divPopupWindowLoterij div.loterijfooter * {
	vertical-align: middle;
}

div.divPopupWindowLoterij div.innerLoterijfooter {
	padding: 0 11px 0 11px;
}

div.divPopupWindowLoterij div.loterijfooter a {
	float: right;
	color: #fff !important;
}



div.bannerPopupBackground {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    background: #ffffff;
}
* html div.bannerPopupBackground {
    position: absolute;
}

div.bannerPopupWindow {
    display: none;
    position: absolute;
    z-index: 1001;
    top: 10%;
    left: 50%;
    width: 384px;
    height: 437px;
    margin: 0 0 0 -192px;
    font-size: 12px;
    background: #fff url(/Images/Banner-Dakar/banner-dakar.png);
    -moz-box-shadow: 2px 2px 20px #000000;
    -webkit-box-shadow: 2px 2px 20px #000000;
    box-shadow: 2px 2px 20px #000000;
}
div.innerDivPopupWindow {
    padding:0;
    height: 437px;
}

div.bannerPopupWindow div.close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0px;
    padding: 5px;
    color: #000;
    font-weight: bold;
    background: #00ace5;
}
div.bannerPopupWindow div.close:hover {

}

div.bannerPopupWindow a.twitterlink {
	display:block;
	position:absolute;
	bottom:13px;
	left:201px;
	width:90px;
	height:20px;
}

div.bannerPopupWindow div.divPopupWindowFooter {
    margin: 20px -20px -20px;
    padding-top: 2px;
    height: 2em;
    line-height: 2em;
    background: #DFE0E0;
    display:none;
}


iframe.nieuwsbrief {
	width: 100%;
	height: 500px;
	border: 0;
}



dl.list dt {
	border-top: 1px solid #CAD1E2;
	padding: 5px 0;
}

dl.list dt:first-child {
	border-top: none;
}

body.JsEnabled dl.list dt {
	cursor: pointer;
}

dl.list dt p {
	margin: 0;
}

div.columnStyleBase div.column2 dl.list dd {
	width: 450px;
}

/* Partners */
h2.partnerListHeading {
	border-bottom:1px solid #cad1e2;
	padding-bottom:5px;
}
ul.partnerList {
	padding-top:18px;
}
*+html ul.partnerList {
	min-height:0;
}

ul.partnerList li {
	float:left;
	cursor:pointer;
}

ul.preferentPartners {
	margin-left:-35px;
}

ul.preferentPartners li {
	margin-left:50px;
	margin-bottom:20px;
	text-align:center;
}

ul.preferentPartners li div.logo {
	margin:auto 0;
}

ul.strategischePartners {
	margin-left:-15px;
}

*+html ul.strategischePartners {
	margin-bottom:25px;
}

ul.strategischePartners li {
	margin-left:30px;
	margin-bottom:20px;
	text-align:center;
}

/* tooltip */
ul.partnerList li div.tooltip {
	position:absolute;
	margin-top:-68px;
	margin-left:121px;
	display:none;
	width:303px;
	text-align:left;
}
*+html ul.partnerList li div.tooltip {
	margin-top:-5px;
	margin-left:-15px;
}

ul.partnerList li div.tooltip div.tooltipTop {
	width:303px;
	height:10px;
	background:url(/Images/tooltipTop.png) 0 0 no-repeat;
}

ul.partnerList li div.tooltip div.tooltipMiddle {
	width:260px;
	padding:0 20px 0 23px;
	background:url(/Images/tooltipMiddle.png) 0 0 no-repeat;
}

ul.partnerList li div.tooltip div.tooltipBottom {
	width:303px;
	height:15px;
	background:url(/Images/tooltipBottom.png) 0 0 no-repeat;
}

/* tooltip left */
ul.partnerList li.leftTooltip div.tooltip {
	position:absolute;
	margin-top:-68px;
	margin-left:-295px;
	display:none;
	width:303px;
}
*+html ul.partnerList li.leftTooltip div.tooltip {
	margin-top:-5px;
	margin-left:-430px;
}

ul.partnerList li.leftTooltip div.tooltip div.tooltipTop {
	background:url(/Images/tooltipTopLeft.png) 0 0 no-repeat;
}

ul.partnerList li.leftTooltip div.tooltip div.tooltipMiddle {
	padding:2px 23px 5px 20px;
	background:url(/Images/tooltipMiddleLeft.png) 0 0 no-repeat;
	font-size:13px;
	
}

ul.partnerList li.leftTooltip div.tooltip div.tooltipBottom {
	background:url(/Images/tooltipBottomLeft.png) 0 0 no-repeat;
}

ul.partnerList li div.tooltip span.tooltipLink a {
	font-weight:bold;
}

ul.partnerList li div.tooltip h2 {
	color:#163071;
	font-size:18px;
	font-weight:bold;
	padding:2px 0 4px 0;
}

ul.partnerList li:hover div.tooltip {
	display:block;
	z-index:3000;
}

ul.strategischePartners li {
	width:110px;
	height:66px;
}

ul.preferentPartners li {
	width:130px;
	height:90px;
}

ul.partners {
	float:left;
	padding-top:18px;
	margin-right:40px;
}

ul.partners li {
	padding: 0 0 0 10px;
	background: url(/images/li-background.gif) 0 0.8em no-repeat;
	font-weight:bold;
}


/*
 * END MAIN CONTAINERS
 */






/*
 * BEGIN GENERAL STYLES
 */

div.safeBox {
	min-height: 1em;
}
* html div.safeBox {
	height: 1em;
}

ul.semantic li {
	padding: 0;
	background: none
}

*.displayNone {
	display: none;
}

*.floatLeft {
	float: left;
}

*.floatRight {
	float: right;
}

*.clear {
	width: 100%;
	height: 0;
	overflow: hidden;
	clear: both;
}

*.map {
	display: block;
	overflow: hidden;
	background-color: #EFEBE2;
}

label {
	cursor: pointer;
}

a.strong {
	font-weight: bold;
}



*.heading1 {
	line-height: 22px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

*.heading2 {
	line-height: 22px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

*.heading3 {
	margin-bottom: 7px;
	color: #000;
	font-size: 30px;
	line-height: 1.2em;
}

*.heading4 {
	color: #000;
	font-size: 24px;
	padding-top: 12px;
}

*.headingOverigeProjecten {
    clear: both;
    color: #000;
	font-size: 19px;
	font-weight: bold;
	padding-top: 12px;
}


div.columnStyle3 *.heading4 + p.intro + div.genericContent,
div.columnStyle4 *.heading4 + p.intro + div.genericContent {
	padding-top: 15px;
}



a.GeenOnderLijning,
*.GeenOnderLijning a {
	text-decoration: none !important;
}
a.GeenOnderLijning:hover,
*.GeenOnderLijning a:hover {
	text-decoration: underline !important;
}

/*
 * END GENERAL STYLES
 */






/*
 * BEGIN SITECORE GENERAL STYLES
 */

*.LinkVet {
	color: #333333 !important;
	font-weight: bold;
}
*.LinkVet * {
	color: #333333 !important;
	font-weight: bold;
}

*.LinkVet a {
	text-decoration: none !important;
}

*.LinkVet a:hover {
	text-decoration: underline !important;
}


*.intro {
	font-size: 16px;
}

/*
 * END SITECORE GENERAL STYLES
 */






/*
 * BEGIN PAGE STYLES
 */

/*
 * END PAGE STYLES
 */






/*
 * BEGIN FORM STYLES
 */

.scfSectionContent label {
	display:block;
	clear:both;
	width: 100%;
	padding-bottom: 0.4em;
}

.scfSectionContent textarea,
.scfSectionContent input.scfSingleLineTextBox,
.scfSectionContent input.scfEmailTextBox {
	width: 298px;
	height: 21px;
	line-height: 21px;
	padding: 5px 5px 0 5px;
	border: 1px solid #CAD1E2;
	background: url(/images/textBox-background.png) 0 0 repeat-x;
}
*:first-child+html .scfSectionContent textarea,
*:first-child+html .scfSectionContent input.scfSingleLineTextBox,
*:first-child+html .scfSectionContent input.scfEmailTextBox {
	padding: 2px 5px 3px 5px;
}

.scfSectionContent textarea {
	width: 458px;
	height: 161px;
	padding: 0;
}
*:first-child+html .scfSectionContent textarea {
	width: 450px;
}
* html .scfSectionContent textarea {
	width: 450px;
}

.scfSectionContent label {
	display: block;
	position: relative;
	float: left;
	width: 137px;
	margin-right: 1em;
}
.scfSectionContent .scfCheckbox label {
    display: inline;
    float: none;
    width: 100%;
}

.scfSingleLineTextBorder,
.scfMultipleLineTextBorder,
.scfEmailBorder {
	padding-bottom: 3px;
}

.scfMultipleLineGeneralPanel {
	float: none;
	clear: both;
}

.scfRadioButtonListGeneralPanel table label {
	display: inline;
	float: none;
	width: auto;
	padding-left: 5px;
}

.scfSubmitButton {
	min-height: 30px;
	border: 0;
	padding: 0 26px 2px 7px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: url(/images/button1.png) top right no-repeat;
}

*:first-child+html .scfSubmitButton {
	padding: 2px 18px 0 0;
}
* html .scfSubmitButton {
	padding: 2px 18px 0 0;
}

div.scfSectionContent {
	margin-top: 3px;
	min-height: 0;
	border-top: 1px solid #CAD1E2;
	padding-top: 14px;
}

div.scfSectionContent > div {
	display: block;
	min-height: 0;
}

div.scfSingleLineGeneralPanel,
div.scfMultipleLineGeneralPanel,
div.scfPasswordGeneralPanel,
div.scfNumberGeneralPanel,
div.scfEmailGeneralPanel,
div.scfDateSelectorGeneralPanel,
div.scfFileUploadGeneralPanel,
div.scfCheckbox,
div.scfDropListGeneralPanel,
div.scfRadioButtonListGeneralPanel,
div.scfListBoxGeneralPanel,
div.scfCheckBoxListGeneralPanel,
div.scfConfirmPasswordGeneralPanel,
div.scfCreditCardGeneralPanel,
div.scfCaptchStrongTextPanel {
	display: inline;
}


#twitterButton
      {
        background:transparent url(/images/followus.png) no-repeat scroll 0px 0px;
        height:114px;
        left:0;
        position:fixed;
        top:380px;
        width:29px;
      }
      
div#twitterButton:hover
      {
        background-position:-29px 0px;
      }
#twitterButton a
      {
        display:block;
        height:114px;
        width:29px;
      }



/*
*.scfSectionContent {
	min-height: 1em;
}

*.scfSectionContent fieldset {
	float: left;
	clear: both;
	width: 100%;
	border: 0;
}
* html *.scfSectionContent fieldset {
	position: relative;
	margin-top: 0.6em;
}

*.scfSectionContent fieldset.submit input {
	margin-left: 163px
}

*.scfSectionContent legend {
	font-weight: bold;
}
* html *.scfSectionContent legend {
	position: relative;
	left: -7px;
	top: -0.75em;
}

*.scfSectionContent fieldset ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

*.scfSectionContent fieldset ol ol {
	float: left;
	margin: 0;
	padding: 0;
}

*.scfSectionContent fieldset li li {
	padding: 0;
}

*.scfSectionContent fieldset li {
	width: 100%;
	float: left;
	clear: left;
	padding: 0 0 5px 0;
	background: none;
}

*.scfSectionContent fieldset.submit {
	margin-top: 0.5em;
}

*.scfSectionContent label,
*.scfSectionContent span.label {
	display: block;
	position: relative;
	float: left;
	width: 150px;
	margin-right: 1em;
}

*.scfSectionContent label span,
*.scfSectionContent span.label span {
	position: absolute;
	left: 150px;
}

*.scfSectionContent ol ol label {
	display: inline;
	position: static ;
	float: none;
	width: auto;
	margin-right: auto;
}

*.scfSectionContent input.text,
*.scfSectionContent textarea {
	width: 200px;
	height: 20px;
	line-height: 20px;
	padding: 0 5px 0 5px;
}

*.scfSectionContent textarea {
	height: 8em;
}

*.scfSectionContent li.checkbox input {
	float: left;
}
*.scfSectionContent li.checkbox label {
	width: auto !important;
}

*.scfSectionContent input[type="radio"],
*.scfSectionContent input[type="checkbox"] {
	margin: 2px;
}
*:first-child + html .scfSectionContent input[type="radio"],
*:first-child + html .scfSectionContent input[type="checkbox"] {
	margin: 0 0 0 -2px;
}
* html .scfSectionContent .radio,
* html .scfSectionContent .checkbox {
	margin: 0 0 0 -2px;
}



*.scfSingleLineGeneralPanel {
	display: inline !important;
}*/

/*
 * END FORM STYLES
 */






/*
 * BEGIN HACK
 */
ul.partnerList:after,
div.scfSectionContent:after,
div.acties:after,
div.columnStyle2:after,
div.gallery ul:after,
div.columnStyleBase:after,
ul.concepten2:after,
div.homeColumns2:after,
div.homeColumns1:after,
div.containerMain:after,
div.acties div.block:after,
div.safeBox:after,
div.scfSectionContent > div:after,
ul.articlesList li:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}

/*
 * END HACK
 */







/*
 * BEGIN PRINT STYLES
 */

@media print {


	ul {
		padding: 0 0 0 20px;
	}

	ul li {
		padding: 0;
		list-style: disc;
		background: none;
	}
	
	div.header > * > * {
		display: none !important;
	}

	div.header div.spotlight {
		padding-top: 0;
		display: block !important;
	}
	
	div.header img.logo {
		display: block !important;
	}

	div.footer {
		display: none;
	}
}

/*
 * END PRINT STYLES
 */

