/* Linker en rechter kolom */

#linksDiv {
	float: left;
	width: 250px;
	height: 595px;
  margin-left: 1px;
}
#rechtsDiv {
	float: right;
	width: 180px;
	height: 595px;
}
div.divAdresContainer {
  position: absolute;
  padding: 15px 20px 15px 20px;
}
div.sluit {
  position: absolute;
  right: 13px;
  top: 13px;
  cursor: hand;
  cursor: pointer;
}
div.divLogo {
  position: absolute;
  right: 13px;
  top: 33px;
}
DIV.PopUpInfo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: none;
  width: 270px;
  height: 120px;
  overflow: hidden;
}


/* Pulldown */

div.divPulldownField {
	position: relative;
	width: 180px;
	height: 18px;
	border: 1px solid #5FAF53;
	background-color: #D7EBD5;
  margin-top: 5px;
  margin-left: 5px;
}
div.divPulldownField SELECT {
	position: absolute;
	width: 180px;
	height: 15px;
	left: -1px;
	top: -2px;
	clip: rect(3px 178px 17px 2px);
	background-color: #D7EBD5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
  color: #000000;
}