﻿body 
{
    background-color: #ffffff;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;    
    margin:0px;
    background-image: url(img/background.jpg);
    letter-spacing: 1px;    
    overflow: hidden;
}

h5
{
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    margin: 0px 0px 0px 0px; 
    text-transform: uppercase;
}

p
{
    margin: 0px;
    padding: 0px;    
}

a
{
    color: #AC8616;
    text-decoration: none;
}

#centerScreen
{
    width: 980px;
    left: 50%;
    margin: 0px auto 0px -490px;
    position: relative;
    height: 100%;
    background-color: White;
	overflow:hidden;
}

#centerScreen .portal
{
	height: 580px;
	position: absolute;
	top: 50%;
	margin: -340px auto auto -490px;
}

#theHeader
{
    height: 206px;
    width: 980px;
    position: relative;
    color: #006e95;
    text-transform: uppercase;
    font-family: Arial;
    /*border:solid 1px black;*/
}

#headerText
{
    left: 197px;
    top: 125px;
    position: absolute;
    font-size: 10px;
    letter-spacing: 0.1em;
}

#hoofdMenu
{
    width: 200px;
    background-image: url(img/menu_bg.jpg);
    background-repeat: no-repeat;
    background-color: #022f56;
    position: relative;
    text-transform: uppercase;
    color: #D8BB13;
    font-size: 11px;
 }

#menuItem
{
    width: 139px;
    background-image: url(img/menuitem_bg.png);
    background-repeat: no-repeat;
    position: relative;
    text-transform: uppercase;
    color: #D8BB13;
    float:left;
    top: -29px;
    padding: 29px 0px 0px 0px;
    font-size: 11px;
}

#menuItem ul
{
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#menuItem li
{    
    list-style-type: none;
    list-style-image: none;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 0px;
    border-top-style: solid;
    border-top-width: 1px;
}

#menuItem .subMenuitem
{    
    text-transform: none;
}

#menuItem .subMenuitem tr
{    
    border-width:0px;
    margin:0px;
    padding:0px;
}

#menuItem .subMenuitem tr.selected
{    
    color: White;
}

#menuItem .subMenuitem td
{    
    border-width:0px;
    margin:0px;
    padding:0px;
}

#menuItem li.first
{    
    list-style-type: none;    
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 0px;
    border-top-style: none;
}

#menuItem li.selected
{    
    list-style-image: url('img/menu_sel.png');
}

#menuItem li .btnSelected
{    
    color: #ffffff;
}  

#menuItem li.firstSelected
{ 
    list-style-image: url('img/menu_sel.png');
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 0px;
    border-top-style: none;
}

#menuItem li .submenuSelected
{
    color: #ffffff;        
}

#menuItem a
{
    color: #D8BB13;
    text-decoration: none;
}

#menuItem a:hover
{
    color: #ffffff;
    text-decoration: none;
}

#hoofdMenu ul
{
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#hoofdMenu li
{    
    list-style-type: none;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 0px;
    border-top-style: solid;
    border-top-width: 1px;
}

#hoofdMenu li.first
{    
    list-style-type: none;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 0px;
    border-top-style: none;
}

#hoofdMenu li.firstSelected
{ 
    list-style-image: url('img/menu_sel.png');
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 0px;
    border-top-style: none;
}

#hoofdMenu li.selected
{    
    list-style-image: url('img/menu_sel.png');
}

#hoofdMenu li .btnSelected
{    
    color: #ffffff;
}  

#hoofdMenu a
{
    color: #D8BB13;
    text-decoration: none;
}

#hoofdMenu a:hover
{
    color: #ffffff;
    text-decoration: none;
}

#hoofdMenu .menuTaalKeuze
{
    width:180px;
}

#hoofdMenu .menuTaalKeuze:hover
{
    color: #ffffff;
    cursor: pointer;
}

.panelTaalKeuze
{
    background-image: url(img/taalkeuzevlak.png);
    color: #006e95;
    width: 180px;
    background-repeat:no-repeat;
}

.panelTaalKeuze .taalKeuzeHolder
{
    margin: 20px 20px 20px 0px;    
}

.panelTaalKeuze .taalKeuzeHolder li
{
    list-style-type: none;
    list-style-image: none;
    padding-bottom: 2px;
    padding-left: 0px;
}

.panelTaalKeuze .taalKeuzeHolder li.selected
{    
    list-style-image: url('img/menu_sel.png');
}

.taalvlag
{
    margin: 5px 0px 0px 0px;
}

#inhoudHolder
{
    position: absolute;
    left: 200px;
    top: 206px;
    width: 780px;    
}

#content
{
    position:relative;
    color: #006e95;
    padding: 0px 20px 0px 20px;
    /*padding: 0px 20px 0px 20px;*/
    float: left;
    line-height: 18px;  
    overflow-x: hidden;
    overflow-y: auto;
    letter-spacing: 0.1em;
}

#content td
{
    vertical-align: top;    
}

#content .stippellijn
{
    border-top: dashed 1px #D8BB13;
}

#content .stippellijnSmal
{
    border-top: dashed 1px #D8BB13;    
    width: 415px;
}

#content .stippellijnSmal2
{
    border-top: dashed 1px #D8BB13;    
    width: 554px;
}

#content .tekstSjabloon
{
    margin: 7px 0px 7px 0px;
}

#content .tekstSjabloonSmal
{
    margin: 7px 0px 7px 0px;    
    width: 415px;
}

#content .tekstSjabloonSmal2
{
    margin: 7px 0px 7px 0px;    
    width: 554px;
}

#content .contactVestigingContainer
{
    position: relative;    
}

#content .contactVestigingContainer .contactVestiging
{
    width: 280px;
    position: absolute;
}

#content .contactVestigingContainer .contactVestiging a
{
    text-decoration: underline;
    color: #006e95;
}

#content .contactVestigingContainer .contactVestiging .routeLinks
{
    margin: 15px 0px 0px 0px;
    background-color: White;
}

#content .contactVestigingContainer .contactVestiging .routeLinks img
{
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-color: #ffffff;
}

#content .contactVestigingContainer .contactVestiging .routeLinks .routeLink
{
    color: #AC8616;
    cursor: pointer;
    font-family: Arial;
    text-transform: uppercase;
    text-decoration: none;
}

#content .contactVestigingContainer .contactVestiging .routeLinks a
{
    color: #AC8616;
}
   
#content .contactVestigingContainer .contactVestiging .routeLinks .collapsePanel 
{
   width: 257px;
   background-color: White;
   overflow:hidden;
   padding: 10px;
   border: solid 1px #006e95;
    /*line-height: 12px;*/
}
   
   
   /* padding: 0px 0px 0px 15px;
}

#content .contactVestigingContainer .contactVestiging li
{
    list-style-image: url(img/geelPijltje.png);
    color: #AC8616; 
}
*/
#content .vetteTekst
{
    font-weight:bold;   
    text-transform: none;
}

#content .tekstMetStap
{
    margin-left: 13px;
}

#content .scheiding
{
    margin: 5px;
}

#content .fotoRij
{
    position: relative;
    font-style: italic;
}

#content .fotoRij .foto
{
    width: 150px;
    padding: 10px 20px 0px 0px;
    position: absolute;
}

#content .tekstSjabloon .fotoRijRechts
{
    position: absolute;
    top: 0px;
    left: 593px;
    margin: 0px 0px 0px 0px;
    width: 150px;
}

#content .tekstSjabloon .foto
{
    padding: 13px 0px 1px 0px;
}

#content .tekstSjabloon .fotoRijRechtsSmal
{
    position: absolute;
    top: 0px;
    left: 454px;
    margin: 0px 0px 0px 0px;
    width: 150px;
}

#content .bijschrift
{
    padding: 10px 0px 7px 0px;
    font-style: italic;
}

#content .sjabloon12
{
    padding: 0px 0px 0px 10px;
    font-style: italic;
}

#content .sjabloon5
{
    padding: 0px 0px 0px 15px;
}

#content .sjabloon6
{
    padding: 0px 0px 0px 15px;
}

.hoofdMenuDeel
{
    margin: 0px 10px 0px 20px;
    padding: 5px 0px 5px 0px;
    border-top-style: dashed;
    border-top-width: 1px;
    font-family: Arial;
}

.searchEngineDiv
{
    left: 800px;
    top: 100px;
    position: absolute; 
    background-color: #d3dde6;
    width: 140px;
    height: 17px;
    border-left: solid 1px #517c9d;
    border-top: solid 1px #517c9d;
    border-bottom: solid 1px #517c9d;
    border-right: solid 1px #517c9d;
}
.searchEngineDiv .searchEngine
{
    padding-left: 3px;
    padding-top: 0px;
    width: 108px;
    height: 13px;
    font-size:10px;
    color: #517c9d;
    background-color: #d3dde6;
    border-left: solid 1px #d3dde6;
    border-top: solid 1px #d3dde6;
    border-bottom: solid 1px #d3dde6;
    border-right: solid 1px #d3dde6;
}

.searchEngineDiv .searchEngineBtn
{
    padding-left: 4px;
    left: 111px;
    position:absolute;
    text-transform:uppercase;
    width: 29px;
    height: 17px;
    font-size:10px;
    color: #517c9d;
    background-color: #d3dde6;
    border-top: solid 1px #d3dde6;
    border-bottom: solid 1px #d3dde6;
    border-right: solid 1px #d3dde6;
    border-left: solid 1px #d3dde6;
    font-weight: bold;
}

.searchEngineDiv .searchEngineBtn
{
    padding-left: 4px;
    left: 111px;
    position:absolute;
    text-transform:uppercase;
    width: 29px;
    height: 17px;
    font-size:10px;
    color: #517c9d;
    background-color: #d3dde6;
    border-top: solid 1px #d3dde6;
    border-bottom: solid 1px #d3dde6;
    border-right: solid 1px #d3dde6;
    border-left: solid 1px #d3dde6;
    font-weight: bold;
}

.searchEngineDiv .searchEngineBtn:hover
{
 background-color: #ebcc75;
}

.thumb
{
    max-width: 150px;    
}

#progressVlak
{
	float: left;
	left: 270px;
	position: absolute;
	top: 280px;
	z-index: 200;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-position: right;
	background-repeat: no-repeat;
}

.searchLink
{
    text-transform: uppercase;
    color: #D8BB13;
    text-decoration:none;    
    font-family: Arial;
}

.tableContact
{
    margin: 15px 0px 15px 0px;
}

.tableContact .tdTitel
{
    width: 450px;
}

.tableContact .label
{
    text-transform: uppercase;
    font-family: Arial;
    font-weight: bold;
    margin-right: 10px;
    line-height: 30px;
}

.tableContact .inputContact
{
    border: none;
    background-color: #d3dde6;
    height: 20px;
    padding: 5px 5px 01px 5px;
    color: #517c9d;
    width: 450px;
}

.tableContact .inputBelmij
{
    border: none;
    background-color: #d3dde6;
    height: 20px;
    padding: 5px 5px 01px 5px;
    color: #517c9d;
    width: 430px;
}

.tableContact .inputGeboorteDag
{
	border: none;
    background-color: #d3dde6;
    height: 20px;
    padding: 5px 5px 01px 5px;
    color: #517c9d;
	width: 16px;
}

.tableContact .inputGeboorteJaar
{
	border: none;
    background-color: #d3dde6;
    height: 20px;
    padding: 5px 5px 01px 5px;
    color: #517c9d;
	width: 32px;
}

.tableContact .inputLogin
{
    border: none;
    background-color: #d3dde6;
    height: 20px;
    padding: 5px 5px 01px 5px;
    color: #517c9d;
    width: 200px;
}

.tableContact .inputCaptcha
{
    border: none;
    background-color: #d3dde6;
    height: 20px;
    padding: 5px 5px 01px 5px;
    color: #517c9d;
    width: 100px;
}

.tableContact .cmbInput
{
    border: none;
    background-color: #d3dde6;
    height: 25px;
    padding: 5px 5px 01px 5px;
    color: #517c9d;
    width: 460px;
}

.tableContact .cmbInputBelmij
{
    border: none;
    background-color: #d3dde6;
    height: 25px;
    padding: 5px 5px 01px 5px;
    color: #517c9d;
    width: 440px;
}

.tableContact .inputNieuws
{
    border: none;
    background-color: #d3dde6;
    height: 20px;
    padding: 5px 5px 01px 5px;
    color: #517c9d;
    width: 200px;
}

.buttonContact
{
    border: none;
    font-weight:bold;
    font-family: Arial;
    padding: 5px 5px 01px 5px;    
    color: #517c9d;
    background-color: #d3dde6;      
    text-transform:uppercase;
    margin-bottom: 20px;    
    letter-spacing: 1px;
}

.buttonContact:hover
{
    background-color: #AC8616;
    color: #ffffff;
}

.buttonNieuws
{
    border: none;
    font-weight:bold;
    font-family: Arial;
    background-color: #d3dde6;    
    padding: 5px 5px 01px 5px;
    color: #517c9d;
    text-transform:uppercase;
    margin-bottom: 20px;
}

.pictogram
{
    border: none 0px #ffffff;
}

.urlSjabloon14
{
    text-decoration: none;
    color: #006e95;
}

.urlSjabloon15
{
    text-decoration: none;
    color: #AC8616;
    cursor: pointer;
    font-family: Arial;
    text-transform: uppercase;
}

.urlFaq
{
    text-decoration: none;
    color: #AC8616;
    cursor: pointer;
    font-family: Arial;
    text-transform: uppercase;
}

.urlFaqBlauw
{
    text-decoration: none;
    color: #006e95;
    cursor: pointer;
    font-family: Arial;
    text-transform: uppercase;
}

.urlFaqBlauw img
{
    border: none;
}

.urlFaq img
{
    border: none;
}

.imgContainer
{
    position:relative;
    height: 103px;
    width: 150px;
}

.imgContainer .imgKader
{
    background-image: url(img/imgKader.png);    
    position:absolute;
    height: 125px;
    width: 173px;
    margin-left: -7px;
    margin-top: -6px;
    cursor: pointer;
}

.imgContainer .imgKaderZonderVergrootglas
{
    background-image: url(img/imgKader2.png);    
    position:absolute;
    height: 125px;
    width: 173px;
    margin-left: -7px;
    margin-top: -6px;
}

.imgContainer .imgKaderZoekfunctie
{
    background-image: url(img/imgKader2.png);    
    position:absolute;
    height: 125px;
    width: 173px;
    margin-left: -7px;
    margin-top: -6px;
    cursor: pointer;
}

.imgContainer .movKader
{
    background-image: url(img/movKader.png);    
    position:absolute;
    height: 125px;
    width: 173px;
    margin-left: -7px;
    margin-top: -6px;
    cursor: pointer;
}

.imgContainer .movKader:hover
{
    background-image: url(img/movKader_mo.png);    
}

.imgContainer .imgZelf
{
    height: 103px;
    width: 150px;
    overflow: hidden;
}

.imgContainer .imgZelf img
{
    border: none 0px White;
}

.imgThumb
{
    border: none 0px;
    border-bottom: none 0px #ffffff;
}

.modalBackground
{
	background-color: #000000;
	filter:alpha(opacity=70);
	opacity:0.7;
	z-index:2;
}

.linkSjabloon5
{
    margin-left: 30px;    
    margin-top: 10px;
}

.fcSluiten
{
    float:right;
    color: #D8BB13;
    cursor: pointer;
    font-family: Arial;
    text-transform: uppercase;
    text-decoration: none;
}

.flashplayerContainer
{
    width: 565px;
    height: 450px;
    position: relative;
    overflow: hidden;
}

.vergelijkerContainer
{
    width: 454px;
    height: 420px;
    position: relative;
    overflow: hidden;
}

.buttonVergelijker
{
    float:right;
    margin-top:10px;    
}

.tableBreedte1
{
    width: 780px;
}

.imgFaq
{
    margin: 4px 2px 0px 0px;
}

.buttonBrochures
{
   padding-top: 2px;
}

.htmlAnchorVoorGoogle
{
    visibility: hidden; 
    position: absolute;
}

.cmsCollapsePanel
{
	border: solid 2px #AC8616;
}