html {
  height: 100%;
}


/* STANDAARD HTML-ELEMENTEN */
body {
  margin: 0px;
  background: #fff url(../images/bg.gif) repeat-x left top;
}

body,
input,
select,
textarea {
  color: #333;
  font: normal 12px/18px Arial, Helvetica, sans-serif;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
  color: #3399ff;
  outline: none;
} 



a:hover {
  text-decoration: underline;
  outline: none;
}

img,
table {
  border: 0px;
}

p {
  margin: 0px 0px 18px 0px;
}

ul,
li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

li {
  padding: 0px 0px 0px 10px;
  background: url(../images/list.gif) 0px 9px no-repeat;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
  color: #3399ff;
  outline: none;
} 
a:hover {
  text-decoration: none;
  outline: none;
}

h1 {
  font: bold 18px/22px "Arial Narrow", Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  color: #3399ff;
}

h2 {
  font: bold 12px/18px Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  color: #333;
}

h3 {
  font: bold 11px/18px Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  color: #333;
}

h4 {
  font: normal 11px/18px Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  color: #666;
}

/* Paginamanagerstyles */
img[align="left"] {
  margin: 0px 10px 0px 0px;
  float: left;
}

img[align="right"] {
  margin: 0px 0px 0px 10px;
  float: right;
}



/* FORMULIEREN */
form {
  margin: 0px;
}

input,
select,
textarea {
  background: #fff;
}

label {
  cursor: pointer;
}

.formSubmit {
  width: 0px;
  height: 0px;
  overflow: hidden;
}

#formSubmitJs,
#routeSubmitJs {
  display: none;
}



/* CONTAINERS */
.containerMain {
  width: 960px; /* 960px */
  min-height: 18px;
  padding: 0px 0px 0px 10px;
  margin: 0px auto 0px auto;
}

.containerHeader {
  width: 950px;
  height: 225px;
  padding: 0px;
}

.containerContent {
  width: 960px;
  min-height: 18px;
}

.kolomLinks {
  width: 540px; /* 560px */
  min-height: 18px;
  padding: 12px 10px 20px 10px;
  float: left;
  overflow-x: hidden;
}

.kolomLinks h1 {
  display: none;
}

.kolomRechts {
  width: 370px;
  min-height: 18px;
  padding: 12px 0px 0px 0px;
  float: left;
  margin-left: 10px;
}

.extrapadding{
  padding-left: 10px;
  
}

* html .kolomRechts {
  position: relative;
  width: 390px;
  overflow-x: hidden;
  height: 18px;
}

* html .kolomRechts li {
  position: relative;
}

.bovensteHelft {
margin-top:10px;
padding-left:10px;

}

.bovensteHelftRechterKant {
 float:left;
 padding-bottom:90px;
 
}

.bovensteHelftRechterKantKeurmerk {
 float:left;
 }

.bovensteHelftLinkerKant {
 width:55%;
 float:left;
 padding-right:20px;

}

.ondersteHelftKeurmerk{
 float:left;
 width:100%;
 margin-top:-80px;

}
.ondersteHelft{
 float:left;
 padding-left:10px;
 width:100%;

}

p.laatste {
  margin: 0px;
}


#overlay{
	background-image: url(../images/overlay.png); 
	z-index: 990;
}
.horDiv{
 height: 120px;
 border-bottom:1px solid #d3d3d3;
 width:90%;
 margin-bottom:10px;

}


.horDivKeurmerk{
 padding-top:10px;
 padding-bottom:10px;
 border-bottom:1px solid #d3d3d3;
 width:500px;
 float:left;
 margin-bottom:10px;

}
.maatschappijCasesKeurmerk div.contentKeurmerk {
  width: 400px;
  margin-left: 10px;
  float: left;

  }

.noborder {
border:0px;

}

/* HEADER */
/* Menubalk */
.menuContainer {
  width: 940px;
  height: 44px;
  position: relative;
  z-index: 1000;
}

/* Menubalk - Topmenu */
.topMenu {
  height: 18px; /* 20px */
  padding: 1px 8px 1px 8px;
  position: absolute;
  top: 0px;
  right: -10px;
  color: #ccc;
  font-size: 11px;
  line-height: 18px;
  background: #01527c;
}

.topMenu a:link,
.topMenu a:active,
.topMenu a:visited {
  color: #cccccc;
  text-decoration: none;
}
.topMenu a:hover {
  color: #fff;
  text-decoration: none;
}

/* Menubalk - Hoofdmenu */
.menu {
  width: 760px;
  height: 20px;
  position: absolute;
  left: -1px;
  bottom: 0px;
}

.menu span {
  display: none;
}

.hoofdmenu li {
  display: block;
  width: 190px;
  height: 19px;
  padding: 0px;
  float: left;
}
.hoofdmenu li#item01 {
  background: #ffb746;
}
.hoofdmenu li#item02 {
  background: #ffb746;
}
.hoofdmenu li#item03 {
  background: #ffb746;
}
.hoofdmenu li#item04 {
  background: #ffb746;
}

/* Menubalk - Submenu */
.submenu {
  width: 180px;
  min-height: 18px; 
  display: none;
  position: absolute;
  top: 20px;
  left: 0px;
  z-index: 1000;
  color: #fff;
  
}

.submenu li {
  padding: 0px;
  background: none;
}
  
.submenu a:link,
.submenu a:active,
.submenu a:visited {
  width: 162px; /* 172px */
  min-height: 18px; /* 20px */
  padding: 1px 5px 1px 5px;
  margin: 0px 4px 4px 4px;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  background: #660000;
}
.submenu a:hover {
  background: #880000;
}

#menu01 {
  left: 1px;
}
#menu02 {
  left: 191px;
}
#menu03 {
  left: 381px;
}
#menu04 {
  left: 571px;

}

/* Flash */
.flashHeader {
  width: 940px;
  height: 180px;
}
.logo {
  width: 150px;
  margin: 10px 0px 0px 10px;
  height: 156px;
   position: absolute;
  background: url(../images/alps-logo.gif) no-repeat;
}
.welcome {
  width: 329px;
   position: absolute;
  margin: 25px 0px 0px 480px;
  height: 27px;
  background: url(../images/welcome.gif) no-repeat;
}
.img {
  width: 267px;
   position: absolute;
  margin: 1px 0px 0px 180px;
  height: 178px;
  background: url(../images/img.gif) no-repeat;
}
.con {
  width: 430px;
  position: absolute;
  margin: 58px 0px 0px 483px;
  height: 180px;
  line-height: 18px;
  text-align:justify;
}



/* ALGEMEEN */
ul.listPijl li,
div.listPijl {
  padding: 0px 0px 0px 15px;
  color: #666;
  background: url(../images/ico-meer-blauw.gif) no-repeat 0px 5px;
}

ul.listPijl li.rss {
  margin: 10px 0px 0px 0px;
  background-image: url(../images/ico-rss.gif);
}

ul.listPijl.clear {
	clear:both;
}
	
.colored {
  color: #3399FF
}

.smaller {
  font-size: 0.9em
}

ul.textList li {
  font-weight: bold;
  background: url(../images/list-block.gif) 0px 7px no-repeat;
}

a.butMeerWit:link,
a.butMeerWit:active,
a.butMeerWit:visited {
  color: #fff;
  text-decoration: none;
  padding: 0px 0px 0px 15px;
  background: url(../images/ico-meer-wit.gif) no-repeat 0px 3px;
}
a.butMeerWit:hover {
  color: #fff;
  text-decoration: underline;
}

a.butMeerBlauw:link,
a.butMeerBlauw:active,
a.butMeerBlauw:visited {
  text-decoration: none;
  padding: 0px 0px 0px 15px;
  background: url(../images/ico-meer-blauw.gif) no-repeat 0px 3px;
}
a.butMeerBlauw:hover {
  text-decoration: underline;
}

p.intro {
  font-weight: bold;
}

.kolomLmetBlok .kolomLinks {
  width: 560px; /* 560px; */
  padding-right: 0px;
  padding-left: 0px;
}

.kolomLmetBlok .contentveld {
  width: 540px;
  min-height: 18px;
  margin: 0px 10px 0px 10px;
}

.kolomLmetBlok .footer {
  margin-left: 10px;
}

.kopKolomR {
  width: 350px;
  height: 24px;
  margin: 0px 0px 5px 0px;
  overflow: hidden;
}

.kopKolomL {
  width: 540px;
  height: 24px;
  overflow: hidden;
}

/* Tab - Kolom Rechts */
.kolomTab {
  width: 370px; /* 390px */
  min-height: 205px; /* 215px */
  padding: 10px 10px 0px 10px;
  /* position: absolute;
  left: 0px;
  top: -79px; */
  position: relative;
  margin-top: -79px;
  background: url(../images/tab-kolomR.png) no-repeat left top;
}
* html .kolomTab {
  margin-top: -91px;
  height: 205px;
  background: url(../images/tab-kolomR.gif) no-repeat left top;
}

.kolomTab .kop {
  width: 350px; /* 370px */
  height: 18px; /* 24px */
  padding: 2px 10px 4px 10px;
  overflow: hidden;
}

.kolomTab .kop h3 {
  color: #fff;
  font: normal 14px/18px "Arial Narrow", Arial, Helvetica, sans-serif;
}

.kolomTab .content {
  width: 350px; /* 370px */
  min-height: 160px;
  padding: 10px 10px 0px 10px;
}

.blokPreview {
  width: 350px;
  min-height: 18px;
}

.blokPreview .image {
  width: 180px;
  height: 135px;
  margin: 0px 10px 10px 0px;
  overflow: hidden;
  float: left;
  position: relative;
  cursor: pointer;
  background: #e5e5e5;
}

.blokPreview .image .icoZoom {
  width: 19px;
  height: 19px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
}

.blokPreview .image .icoZoom a:link,
.blokPreview .image .icoZoom a:visited,
.blokPreview .image .icoZoom a:active,
.blokPreview .image .icoZoom a:hover {
  display: block;
  width: 19px;
  height: 19px;
  overflow: hidden;
  text-decoration: none;
  background: url(../images/ico-zoom.gif) no-repeat left top;
}

.popupZoom {
  min-width: 100px;
  min-height: 100px;
  padding: 29px 10px 10px 10px;
  display: none;
  position: absolute;
  z-index: 10000 !important;
  background: #000 url(../images/bg-popup.gif) repeat-x left top;
}

.popupZoom img {
	
}

.popupZoom .kop {
  height: 18px;
  position: absolute;
  top: 4px;
  left: 10px;
  color: #666;
}

.popupZoom .close {
  width: 19px;
  height: 19px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 5px;
}

.blokPreview .data {
  width: 140px; /* 160px */
  height: 121px; /* 135px */
  padding: 7px 10px 7px 10px;
  margin: 0px 0px 10px 0px;
  overflow: hidden;
  float: left;
  color: #333;
  background: #e5e5e5;
}

.blokPreview .data h4 {
  color: #333;
}

.blokPreview .data .naam {
  width: 140px;
  height: 85px;
  overflow: hidden;
  font-weight: bold;
}

.blokPreview .data .link {
  width: 140px;
  height: 18px;
}

.blokPreview .nav {
  width: 100%;
  height: 18px;
}


.blokPreview .nav a:link,
.blokPreview .nav a:active,
.blokPreview .nav a:visited {
  display: block;
  width: 15px; /* 18px */
  height: 15px; /* 18px */
  padding: 0px 3px 3px 0px;
  overflow: hidden;
  float: left;
  margin: 0px 2px 0px 0px;
  font-size: 10px;
  line-height: 14px;
  color: #333;
  text-align: center;
  text-decoration: none;
  background: url(../images/but-navnr.gif) no-repeat left top;
}

.witruimte {
	margin-bottom: 27px
}

.blokPreview .nav a:hover,
.blokPreview .nav a.actief:link,
.blokPreview .nav a.actief:active,
.blokPreview .nav a.actief:visited,
.blokPreview .nav a.actief:hover {
  color: #fff;
  text-decoration: none;
  background-position: right top;
}



.blokPreview .nav a:hover,
.blokPreview .nav a.aan:link,
.blokPreview .nav a.aan:active,
.blokPreview .nav a.aan:visited,
.blokPreview .nav a.aan:hover {
  text-decoration: none;
  background-position: right top;
}

.blokTekst {
  width: 350px;
  min-height: 18px;
  margin: 10px 0px 18px 0px;
  font-size: 11px;
}

.blokTekst p {
  margin: 0px;
}

.blokTekst .listPijl li {
  background-position: 0px 5px;
}

/* Blok - Meer Informatie */
.blokMeerInfo {
  width: 350px; /* 368px */
  min-height: 18px;
  padding: 7px 9px 7px 9px;
  border: 1px solid #ccc;
  font-size: 11px;
}



.blokMeerInfo h3 {
  font: bold 12px/18px Arial, Helvetica, sans-serif;
}

.blokMeerInfo p {
  margin: 0px;
}

.tblMeerInfo {
  width: 350px;
  margin: 6px 0px 6px 0px;
}

.tblMeerInfoL {
  width: 95px;
  height: 18px;
  vertical-align: top;
}

.tblMeerInfoR {
  width: 255px;
  height: 18px;
  vertical-align: top;
}

.downloadPdf {
  display: block;
  padding-left: 25px;
  margin: 5px 0 4px 0;
  font-size: 12px;
  color: #5694CE !important;
  background: url(../images/ico-list-pdf.gif) no-repeat;
}

/* DIENSTEN */

a.Diensten:link,
a.Diensten:active,
a.Diensten:visited,
a.Diensten:hover {
	text-decoration: none;
}

.Diensten ul, li {
	text-decoration: none;
} 

/* CASES */
.blokDetails {
  width: 540px;
  min-height: 18px;
}

.blokDetails .image {
  width: 125px;
  height: 90px;
  margin: 0px 10px 0px 0px;
  overflow: hidden;
  float: left;
  background: #ecf3f8;
}

.blokDetails .data {
  width: 405px;
  min-height: 18px;
  float: left;
}

.CaseNavBar {
	margin: 18px 0px 0px 0px;
	height:30px;
	clear: both;
	background:#ecf3f8;
}

.CaseNavBarPrev {
	float: left;
	padding:5px 0px 0px 8px;
	width: 48%;
}

.CaseNavBarNext {
	float: right;
	padding:5px 8px 0px 0px;
	width: 48%;
	text-align:right;
}
* html .CaseNavBarPrev,
* html .CaseNavBarNext {
	padding-top:7px;
}

/* BLOK WAT HOE*/

.WatHoe {
	float: left;
	width: 130px;
	min-height: 14px;
	line-height: 14px;
	margin: 4px 10px 9px 0px;
	padding: 10px 30px 0px 10px;
	overflow:hidden;
	background: #000000 url(../images/bg-blok-cases.gif) repeat-x;
	color: #fff;
}

* WatHoe {
	height: 14px;
}

.WatHoe h3 {
	color: #519AE0;
	font-size: 11px;
	margin-bottom: 2px
}

.WatHoe a:link,
.WatHoe a:active,
.WatHoe a:visited,
.WatHoe a:hover {
	color: #fff;
}

.WatHoe p {
	margin: 0px 0px 10px 0px;
	font-size: 11px;
}


.CaseBottom {
	float: left;
	margin-top: 40px;
	margin-bottom:10px;
} 

*:first-child+html .CaseBottom ,
* html .CaseBottom {
	margin-bottom:0px;
}

/*nalopen */
.CaseBottom img  {
	margin-right: 10px;
}




/* DIENSTEN / EXPERTISE */

.dienstImage {
  width: 130px;
  /*height: 135px;*/
  float: left;
  overflow: hidden;
  margin: 0px 10px 25px 0px;
}

/* NIEUWS / INDEMEDIA OVERZICHT */
.itemOverzicht {
	padding:0px 0px 17px 0px;
	height:175px;
}

.itemOverzicht img {
	float:left;
	margin:0px 10px 0px 0px;
}

h2.titelOverzicht {
	padding:0px;
	margin:0px 0px 11px 0px;
	font-family:arial;
	font-size:18px;
	font-weight:normal;
	color:#519ae0;
	clear:both;
}

a.linkLeesVerder {
	padding:0px 0px 0px 15px;
	background:url(../images/ico-meer-blauw.gif) no-repeat 0px 3px;
}

/* NIEUWS / VACATURES */
.nieuwsImage {
  width: 180px;
  height: 135px;
  float: left;
  overflow: hidden;
  margin: 0px 10px 5px 0px;
}

.blokSubnavLijst {
  width: 350px; /* 370px */
  min-height: 18px;
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 18px 0px;
}

.blokStipt {
  width: 350px; /* 370px */
  min-height: 18px;
  padding: 7px 10px 5px 10px;
  color: #fff;
  font-size: 11px;
  background: #000 url(../images/bg-blok-stipt.gif) repeat-x left top;
}

*:first-child+html div.blokInzichtelijk {
	padding-bottom: 10px;
}

.blokStipt p {
  margin: 0px;
}

.blokStipt .cover {
  width: 101px;
  height: 123px;
  margin: 10px 10px 10px 0px;
  overflow: hidden;
  float: left;
}

.blokStipt .inhoud {
  width: 239px;
  min-height: 123px;
  margin: 10px 0px 10px 0px;
  float: left;
}

.blokStipt h2 {
  color: #fff;
}

.blokStipt ul {
  margin: 4px 0px 6px 0px;
}

.blokStipt li {
  background: url(../images/list-wit.gif) 0px 8px no-repeat;
}

.infoBlok {
  width: 350px; /* 370px */
  min-height: 18px;
  padding: 7px 10px 5px 10px;
  margin: 0 0 10px 0;
  color: #fff;
  font-size: 11px;
  background: url(../images/bg-blok-stipt.gif) repeat-x left top;
}

a.download:link,
a.download:active,
a.download:visited,
a.download:hover {
  padding: 0px 0px 0px 20px;
  background: url(../images/ico-download.gif) no-repeat 0px 0px;
}

.archief {
  width: 350px;
  min-height: 18px;
  clear: both;
  border-top: 1px solid #ccc;
}

.archief .blokSplit {
  width: 111px;
  min-height: 18px;
  float: left;
}

.popup {
	min-height: 1em;
}

.popup a:link, 
.popup a:active,
.popup a:visited {
	color: #666666;
	font: normal 15px/19px "Arial Narrow", Arial, Helvetica, sans-serif;
}


.popup-next {
	/*font: normal 12px "Arial";
	color: #666666;
	padding-left:200px;*/
	/*text-align:right;*/
}

.popup-previous {
	/*float:left;
	padding-right: 340px;*/
}



.popup-next img{
 vertical-align:middle;
}
.popup-previous img{
 vertical-align:middle;
}


#tracker{
	float:left;
	color: #666666;
	font: normal 15px/19px "Arial Narrow", Arial, Helvetica, sans-serif;
	
}



/* KLANTEN */
.imageTestimonial {
  width: 350px;
  height: 135px;
  overflow: hidden;
}

.margin5px {
	margin:0px 5px 0px 0px;
	float:left;
}

.blokLijstBranches {
  width: 560px;
  min-height: 18px;
  background: #589ee2;
}

.blokLijstBranches .kop {
  width: 560px;
  height: 32px;
  overflow: hidden;
  background: #1d1d1d;
}

.blokLijstBranches .lijst {
  width: 550px; /* 560px */
  min-height: 18px;
  padding: 7px 0px 0px 10px;
}

.blokBrancheSplit {
  width: 180px;
  min-height: 18px;
  padding-bottom: 7px;
  float: left;
}

.blokBrancheSplit li {
  padding: 0px 0px 0px 15px;
  color: #fff;
  background: url(../images/ico-meer-wit.gif) no-repeat 0px 5px;
}

.klantenlijst .koppen {
  width: 540px;
  min-height: 18px;
  margin: 0px 0px 5px 0px;
}

.klantenlijst .koppen .kopimg {
  width: 230px;
  height: 22px;
  margin-top: 2px;
  overflow: hidden;
  float: left;
}

.klantenlijst .koppen .koptxt {
  width: 60px;
  min-height: 18px;
  padding: 10px 0px 0px 0px;
  float: left;
  text-align: center;
  font-size: 11px;
  line-height: 14px;
}

.tblList {
  width: 550px;
  clear: both;
}

.tblListKlantenLijst {
  width: 550px;
  clear: both;
}
.tblListKlanten {
  margin-top: 20px;
  width: 550px;
  clear: both;
}

.tblListKlanten td, 
.tblListKlantenLijst td, 
.tblList td {
  height: 24px;
  font-size: 11px;
}

.tblListKlantenLijst .thtekst, 
.tblListKlanten .thtekst {
  font-size: 11px;
  line-height: 14px;
  font-weight: normal;
}

.tblListKlantenLijst .theerstecell, 
.tblListKlanten .theerstecell {
	padding-left: 10px;
	text-align: left;
}

.trEven {
  background: #dce9f3;
}

.trOdd {
  background: #fff;
}

.tblList01 {
  width: 210px; /* 310px */
  padding: 0px 10px 0px 10px;
}

.tblList02 {
  width: 60px;
  text-align: center;
}

.tblList03 {
  width: 60px;
  text-align: center;
}

.tblList04 {
  width: 60px;
  text-align: center;
}

.tblList05 {
  width: 60px;
  text-align: center;
}

.tblList06 {
  width: 60px;
  text-align: center;
}

.klantenlijst .kolomRechts {
  width: 370px; /* 380px */
  min-height: 18px;
  padding: 17px 0px 0px 20px;
}

.klantenlijst .kopKolomR {
  margin-bottom: 17px;
}




/* MAATSCHAPPIJ */
.maatschappijCases {
  width:100%;
  
}

.maatschappijCasesKeurmerk {
  padding-top: 10px;
  width:450px;
  clear:both;
}

.maatschappijCases .horDiv  div.logo {
  width: 90px;
  text-align: center;
  float: left;
  
}

.lijntop {
	border-top:solid 1px #d3d3d3;
	padding-top:15px;
}

.bovensteHelft .horDiv  div.demo-box{
  width: 445px;
  float: left;
  padding-right:25px;
  height:170px;
 }
 
.ondersteHelft .maatschappijCases .demo-horDiv  .demo-box{
  width: 445px;
  float: left;
  padding-right:25px;

 }

.bovensteHelft .horDiv  div.demo-inhoudsopgave{
  width: 200px;
  float: left;
  font-size:18px;
  margin-top:6px;
    
}
.demo-titelplaatjes {
	display:block; 
	margin-top:33px;

}

.demo-titel {
   color: #3399ff;
   font-size:18px;
}

.demo-nopadding {
	padding-left:0px;
}

.ondersteHelft .maatschappijCases .demo-horDiv{
	border-bottom:1px solid #d3d3d3;
	width:100%;
	margin-bottom:10px;
	padding-bottom:8px;
	padding-top:-2px;
	float:left;

}

.demo-extramargin {
	margin-bottom:6px;
}

.maatschappijCasesKeurmerk .horDivKeurmerk  div.logoKeurmerk {
  width: 90px;
  text-align: center;
  float: left;
  
}

.extrapaddinglogo{
	padding-left:72px;

}

.maatschappijCases div.content {
  width: 270px;
  margin-left: 10px;
  float: left;
}

.maatschappijCases div.content strong {
  display: block
}

.maatschappijCases div.content  {
  display: block
}



/* TEAM */
.afdeling {
  width: 259px;
  min-height: 18px;
  margin: 0 11px 12px 0;
  padding-top: 7px;
  border-top: 1px solid #CCCCCC;
  float: left;
  overflow: hidden;
}

.afdeling p,
.afdeling div {
  margin: 0px 0px 6px 0px;
}

.afdeling p,
.afdeling p * {
  font-size: 11px;
}

.afdeling .teamInfo {
  min-height: 87px;
  margin-top: -5px;
}
* html .afdeling .teamInfo {
  height: 95px;
}

.afdelingRight {
  margin-top: 3px;
}

.clearLeft {
  clear: left;
}

.imageContactpersoon {
  width: 350px;
  height: 135px;
  margin: 0px 0px 10px 0px;
  overflow: hidden;
}

.kopContactpersoon {
  width: 350px;
  min-height: 18px;
}

.kopContactpersoon .kop {
  width: 250px;
  height: 22px;
  padding: 0px;
  margin: 0px 0px 3px 0px;
  overflow: hidden;
  float: left;
}

.kopContactpersoon .nav {
  width: 100px;
  height: 18px;
  overflow: hidden;
  float:right;
  text-align: right;
}

.kopContactpersoon .nav a:link,
.kopContactpersoon .nav a:active,
.kopContactpersoon .nav a:visited {
  display: block;
  width: 15px; /* 18px */
  height: 15px; /* 18px */
  padding: 0px 3px 3px 0px;
  overflow: hidden;
  float: right;
  margin: 0px 0px 0px 2px;
  font-size: 12px;
  line-height: 12px;
  color: #333;
  text-align: center;
  text-decoration: none;
  background: url(../images/but-navnr.gif) no-repeat left top;
}
.kopContactpersoon .nav a:hover {
  color: #fff;
  text-decoration: none;
  background-position: right top;
}

.ondertitel {
  width: 350px;
  height: 18px;
  overflow: hidden;
  margin: 0px 0px 6px 0px;
  clear: both;
}



.tekstContactpersoon {
  width: 350px;
  min-height: 18px;
  font-size: 11px;
  margin: 0px 0px 18px 0px;
}

.tekstContactpersoon p {
  margin: 0px 0px 0px 0px;
 
}

/*WEB2BE*/

.uitleg {
  min-height: 18px;
  margin: 0 11px 12px 0;
  padding-top: 7px;
  float: left;
  overflow: hidden;
}

.uitleg p,
.uitleg div {
  margin: 0px 0px 6px 0px;
}

.uitleg p,
.uitleg p * {
  font-size: 11px;
}

.vraagenantwoord  ul {
	border-bottom: 1px solid #CCCCCC;
}

.vraagenantwoord  .listPijl li {
	background:transparent url(../images/ico-meer-blauw.gif) no-repeat 0px 15px;
	border-top: 1px solid #CCCCCC;
	padding:10px 0px 10px 15px;
	cursor:pointer;
}

.vraag {
	font-weight:bold;
	color:#3399FF;
}

.uitleg .diensten {
	padding:10px 0px 20px 0px;
	width:375px;
}
*:first-child+html .uitleg .diensten {
	padding:10px 0px 0px 0px;
}

.listPijl.paddingTop10 {
	padding:10px 0px 0px 0px;
}

.listPijl.right {
	width:200px;
	float:right;
}

.listPijl.left {
	float:left;
	width:100px;
}

.uitleg .clear {
	clear:both;
	padding-top:20px;
}

.floatleft {
	float:left;
}

.nav.navuitgebreid {
	float:right;
	width:150px;
	margin-top:-30px;
}
*html .nav.navuitgebreid{
	margin-top:0px;
	width:100px !important;
	float:right !important;
}

.marginTop4 {
	margin-top:4px;
}

.blokOverEstate {
	padding:0px 10px 30px 10px;
}

.nav  a#pauze, 
.nav  a#pauze:active, 
.nav  a#pauze:visited, 
.nav  a#pauze:link {
	background: url(../images/but-nav-pauze.gif) no-repeat left top;
}

.nav  a#pauze:hover {
	background: url(../images/but-nav-pauze.gif) no-repeat right top;
}

.nav a#start,
.nav a#start:active,
.nav a#start:visited,
.nav a#start:link {
	background: url(../images/but-nav-play.gif) no-repeat left top;
}

.nav a#start:hover {
	background: url(../images/but-nav-play.gif) no-repeat right top;
}

.nav  a#pauze, 
.nav  a#pauze:active, 
.nav  a#pauze:visited, 
.nav  a#pauze:link {
	background: url(../images/but-nav-pauze.gif) no-repeat left top;
}

.nav  a#pauze:hover {
	background: url(../images/but-nav-pauze.gif) no-repeat right top;
}

.nav a#start,
.nav a#start:active,
.nav a#start:visited,
.nav a#start:link {
	background: url(../images/but-nav-play.gif) no-repeat left top;
}

.nav a#start:hover {
	background: url(../images/but-nav-play.gif) no-repeat right top;
}




/*WEB2BE*/


/* ESTATE IN DE MEDIA */
#pageMedia .kopKolomR {
  padding-top: 8px;
}

#pageMedia .kolomRechts .kopKolomR {
  padding-bottom: 5px;
}

#pageMedia .kolomRechts .kopKolomR.notFirst {
  padding-top: 40px;
}

#pageMedia .kolomLinks .listPijl li {
  padding-top: 6px;
  background-position: 0 11px;
}

.articleTags {
  margin-top: 18px;
}



/* SITEMAP */

#sitemap .kolomLinks ul  {
  width: 100%;
  display: block;
}

#sitemap .kolomLinks ul li {
  width: 23.5%;
  min-height: 18px;
  float: left;
  clear: right;
}

#sitemap .kolomLinks ul ul {
  margin-right: 10px;
}

#sitemap .kolomLinks ul li li {
  width: auto;
  float: none
}

#sitemap .kolomLinks li.clear {
  clear: both;
  width: 100%;
  float: none;
  background: none;
}




/* CONTACT */
.contact .kolomRechts {
  width: 370px; /* 380px */
  min-height: 18px;
  padding: 17px 0px 0px 20px;
}

#map {
  width: 360px;
  height: 160px;
}

#map + .fancyLink {
  margin: 5px 0 0 0;
}

.contact .kopKolomR {
  margin-bottom: 17px;
}

.blokEmail {
  width: 360px;
  min-height: 18px;
}

.blokAdres {
  width: 360px;
  min-height: 18px;
}

.blokGoogle {
  width: 360px;
  min-height: 18px;
  margin: 0px 0px 34px 0px;
}


.blokAdres .img {
  width: 140px;
  height: 140px;
  overflow: hidden;
  float: left;
}

.blokAdres .adres {
  width: 210px; /* 220px */
  min-height: 18px;
  padding: 0px 0px 0px 10px;
  float: left;
}

.blokAdres .adres p {
  margin: 0px 0px 6px 0px;
}

.tblContact {
  width: 540px;
}

.tblContactL {
  width: 180px;
  height: 30px;
  vertical-align: top;
}

.tblContactR {
  width: 360px;
  height: 30px;
  vertical-align: top;
}

.cellSpacingBottom {
  padding-bottom: 17px;
}

.cellSpacingTop {
  padding-top: 6px;
  padding-bottom: 12px;
}

.txtField {
  width: 356px;
  height: 16px;
  border: 1px solid #ccc;
  line-height: 15px;
}
* html .txtField {
  width: 354px;
  margin: -1px 0px 0px 0px;
}
*+html .txtField {
  width: 354px;
  margin: -1px 0px 0px 0px;
}

.txtDropDown {
  width: 359px;
  line-height: 15px;
}


.txtArea {
  width: 356px;
  height: 150px;
  overflow: auto;
  border: 1px solid #ccc;
  line-height: 15px;
}
* html .txtArea {
  width: 354px;
  margin: -1px 0px 0px 0px;
}
*+html .txtArea {
  width: 354px;
  margin: -1px 0px 0px 0px;
}

.txtField:focus,
.txtField.sffocus,
.txtArea:focus,
.txtArea.sffocus {
  border: 1px solid #666;
}

.tblContactRadio {
  padding: 7px 0px 5px 0px;
}

.radioButton {
  width: 20px;
  height: 18px;
  overflow: hidden;
  float: left;
}

.radioButton input {
  margin: 1px 0px 0px 0px;
}
* html .radioButton input {
  margin: 0px 0px 0px -4px;
}
*+html .radioButton input {
  margin: 0px 0px 0px -4px;
}

.radioText1 {
  width: 35px;
  min-height: 18px;
  overflow: hidden;
  float: left;
}
.radioText2 {
  width: 100px;
  min-height: 18px;
  overflow: hidden;
  float: left;
}

.contact #formSubmitJs, .btnVerzenden#formSubmitJs, 
.contact #routeSubmitJs, .btnVerzenden#routeSubmitJs {
  width: 70px;
  height: 24px;
  margin: 6px 0px 0px 0px;
  overflow: hidden;
  color: #fff;
  background: url(../images/but-verzenden-bg.gif) no-repeat left top;
}

.contact #formSubmitJs a:link, .btnVerzenden#formSubmitJs a:link,
.contact #formSubmitJs a:active, .btnVerzenden#formSubmitJs a:active,
.contact #formSubmitJs a:visited, .btnVerzenden#formSubmitJs a:visited,
.contact #routeSubmitJs a:link, .btnVerzenden#routeSubmitJs a:link,
.contact #routeSubmitJs a:active, .btnVerzenden#routeSubmitJs a:active,
.contact #routeSubmitJs a:visited, .btnVerzenden#routeSubmitJs a:visited {
  display: block;
  width: 62px;
  height: 21px;
  padding: 0px 0px 0px 6px;
  color: #fff;
  text-decoration: none;
  line-height: 20px;
  font-size: 11px;
  background: url(../images/but-verzenden.gif) no-repeat left top;
}

.contact #formSubmitJs a:hover, .btnVerzenden#formSubmitJs a:hover,
.contact #routeSubmitJs a:hover, .btnVerzenden#routeSubmitJs a:hover {
  background-position: right top;
}

.verplichtContainer {
  width: 180px;
  height: 18px;
  position: relative;
}
.verplicht {
  width: 180px;
  height: 18px;
  position: absolute;
  top: 7px;
  left: 0px;
  font-size: 11px;
}

a.fancyLink:link,
a.fancyLink:active,
a.fancyLink:visited {
  display: block;
  padding: 0px 3px 3px 22px;
  margin: 0px 2px 0px 0px;
  color: #519AE0;
  text-decoration: none;
  background: url(../images/but-nav-arrow.gif) 0 1px no-repeat;
}
a.fancyLink:hover {
  text-decoration: underline;
  background: url(../images/but-nav-arrow.gif) 0 1px no-repeat;
}




#buttonNext {
	margin-bottom:-5px;

}

#buttonPrevious{
	margin-bottom:-5px;

}

.blokGoogle .submitButton {
  width: 100px;
  float: right;
}

.blokGoogle .searchExample {
  float: left;
  color: #B1B1B1
}

#routeSubmitJs {
  margin-top: 0px !important;
  float: right
}

.locationEstate {
  margin-bottom: 5px
}

.kopKolomR.kopRoutebeschrijving {
  margin-bottom: 5px;
}

.blokGoogle .txtField {
  margin: 5px 0;
}



/* VACATURES */
.blokImpressie {
  width: 540px;
  min-height: 18px;
  margin-bottom: 10px;
}

.blokImpressie .image {
  width: 170px;
  height: 128px;
  margin: 0px 10px 10px 0px;
  overflow: hidden;
  float: left;
  position: relative;
  cursor: pointer;
  background: #e5e5e5;
}

.blokImpressie .image .icoZoom {
  width: 19px;
  height: 19px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
}

.blokImpressie .image .icoZoom a:link,
.blokImpressie .image .icoZoom a:visited,
.blokImpressie .image .icoZoom a:active,
.blokImpressie .image .icoZoom a:hover {
  display: block;
  width: 19px;
  height: 19px;
  overflow: hidden;
  text-decoration: none;
  background: url(../images/ico-zoom.gif) no-repeat left top;
}

.navNr {
  width: 540px;
  height: 18px;
  margin-bottom: 10px;
  overflow: hidden;
  clear: both;
}

.navNr a:link,
.navNr a:active,
.navNr a:visited {
  display: block;
  width: 15px; /* 18px */
  height: 15px; /* 18px */
  padding: 0px 3px 3px 0px;
  overflow: hidden;
  float: left;
  margin: 0px 2px 0px 0px;
  font-size: 12px;
  line-height: 12px;
  color: #333;
  text-align: center;
  text-decoration: none;
  background: url(../images/but-navnr.gif) no-repeat left top;
}
.navNr a:hover {
  color: #fff;
  text-decoration: none;
  background-position: right top;
}

.quoteMedewerkers {
  width: 350px;
  height: 128px;
  margin: 5px 10px 0px 0px;
  overflow: hidden;
  float: left;
  background: #242424;
}

.quoteMedewerkers h4 {
  margin-bottom: 4px;
  color: #fff;
}

.quoteMedewerkers p {
  margin: 0px;
}

.quoteMedewerkers .image {
  width: 170px;
  height: 128px;
  overflow: hidden;
  float: left;
}

.quoteMedewerkers .content {
  width: 160px; /* 180px */
  height: 114px; /* 128px */
  padding: 7px 10px 7px 10px;
  overflow: hidden;
  position: relative;
  float: left;
  color: #fff;
  font-size: 11px;
  font-style: italic;
}

.quoteMedewerkers .content .imgKop {
  width: 160px;
  min-height: 18px;
  overflow: hidden;
}
* html .quoteMedewerkers .content .imgKop {
  height: 18px;
}

.quoteMedewerkers .navNr {
  width: 15px;
  height: 15px;
  margin: 0px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.quoteMedewerkers .navNr a:link,
.quoteMedewerkers .navNr a:active,
.quoteMedewerkers .navNr a:visited {
  display: block;
  width: 15px;
  height: 15px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  font-size: 12px;
  line-height: 12px;
  font-style: normal;
  color: #333;
  text-align: center;
  text-decoration: none;
  background: url(../images/but-navnr-bggrijs.gif) no-repeat left top;
}
.quoteMedewerkers .navNr a:hover {
  color: #fff;
  text-decoration: none;
  background-position: right top;
}

/* aanvraag hosting */

.leftColumn {
  width: 161px;
  min-height: 1em;
  padding-right: 5px;
  float: left;
  clear: left;
}
* html .leftColumn {
  height: 1em;
}

.leftColumn span * {
  color: #999999;
  font-size: 11px;
}

.formHosting,
.formMarketing {
  width: 384px;
  float: left;
}
.formHosting2 {
  width: 374px;
  float: right;
}


.formHosting .blok {
  width: 190px;
  min-height: 133px;
  position: relative;
  background: #DCE9F3;
  float: left;
  margin: 0 2px 2px 0;
}
* html .formHosting .blok {
  height: 133px;
}


.formMarketing .blok {
  width: 190px;
  min-height: 203px;
  position: relative;
  background: #DCE9F3;
  float: left;
  margin: 0 2px 2px 0;
}
* html .formMarketing .blok {
  height: 203px;
}


.formHosting .blok.large,
.formMarketing .blok.large {
  width: 382px;
  position: relative;
  min-height: 80px;
}

.formHosting .blok .radio,
.formMarketing .blok .radio {
  margin: 7px 0 0 7px;
  float: left;
  background: #DCE9F3;
}

.formHosting ul,
.formMarketing ul {
  margin: 7px 0 0 5px;
  float: left
}

.formHosting li,
.formMarketing li {
  padding-left: 0;
  background: none;
  font-size: 11px
}

.formHosting li strong,
.formMarketing li strong {
  font-size: 12px
}

.formHosting #zoekdomein,
body.hosting #zoekdomein,
input.zoekdomein,
input#zoekDomein {
  width: 269px
}

body.hosting .btnVerzenden
body.marketing .btnVerzenden, {
	clear: both;
}

.zoekDomeinInputDiv {
  width: 100%
}

.zoekDomeinInput {
  width: 249px !important
}

.formHosting .large.domein {
  width: 368px;
  min-height: 30px;
  padding: 7px;
}
* html .formHosting .domein {
  height: 30px;
}

.formHosting #selectExtensie {
  width: auto;
  height: auto;
}

.formHosting .autoSelect,
.formMarketing .autoSelect {
  width: auto;
  height: auto;
}

.formHosting .price,
.formMarketing .price {
  width: 100%;
  height: 24px;
  position: absolute;
  bottom: 0;
  line-height: 24px;
  clear: both;
  text-align: center;
  color: #ffffff;
  font-weight: bold; 
  background: #519AE0
}

.hostingFormDivider,
.marketingFormDivider {
  clear: both;
  height: 10px;
  padding: 0;
  overflow: hidden;
}

.uwKeuze {
  margin-top: 102px;
  padding: 11px 12px 30px 12px;
  position: relative;
  background: #DCE9F3;
}

.uwKeuze .blueBar {
  width: 100%;
  text-indent: 12px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  font-weight: bold;
  background: #519AE0
}

.testLinkDomein li {
  margin-left: 25px;
}

div.zoekdomein + div.zoekdomein {
  margin-top: 10px;
}

.zoekdomeinInput {
  /*margin-top: 10px;*/
}

a.fancyLink.plus:link,
a.fancyLink.plus:active,
a.fancyLink.plus:visited {
  background: url(../images/but-nav-plus.gif) 0 1px no-repeat;
}
a.fancyLink.plus:hover {
  background: url(../images/but-nav-plus.gif) 0 1px no-repeat;
}

a.fancyLink.plus.addDomain {
  width: 145px;
  margin-top: 3px;
  float: right;
}

#available {
	position: relative;
	top: 4px;
}




/* FOOTER */
.footer {
  width: 540px;
  height: 18px;
  padding: 0px 0px 15px 0px;
  margin-top: 10px;
  clear: both;
  border-top: 1px solid #ccc;
}

.footer a:link,
.footer a:active,
.footer a:visited,
.footer a:hover {
  display: block;
  height: 18px;
  float: left;
  padding-left: 10px;
  margin-right: 10px;
  font-size: 11px;
  color: #b1b1b1;
  background: url(../images/bg-footer-pijltje.gif) no-repeat 0px 7px;
}


/*
 * BEGIN KOPPEN
 */

h5.kop {
  height: 21px;
  margin: 4px 0 3px 0;
  background-repeat:no-repeat;
  background-position: 0 4px;
  text-indent: -9999px;
}

/*
 * END KOPPEN
 */



/* HACK -> 'Display-Table'-vervanger */
.containerMain:after,
.containerHeader:after,
.containerContent:after,
.kolomLinks:after,
.kolomRechts:after,
.kolomTab:after,
.blokPreview:after,
.content:after,
.blokDetails:after,
.blokSubnavLijst:after,
.blokStipt:after,
.blokLijstBranches:after,
.blokSplit:after,
.klantenlijst .koppen:after,
.afdeling:after,
.blokImpressie:after,
.afdeling .teamInfo:after,
.formHosting .blok:after,
.formMarketing .blok:after,
.leftColumn:after,
.quoteMedewerkers .content .imgKop:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}



/* Styles voor de print variant */
@media print
{
    .NoPrint,
  .menuContainer,
  .footer { 
      display: none;
    }
}
