body {
	height: 100%;
	margin: 40px auto;
	text-align: center;
	background-color: #ffffff;
	color: #000000;
	font-size: 11px;
	font-family: Verdana;
	line-height: 17px;
	overflow: auto;
}

a img {
	border: none;
}

td {
	color: #000000;
	font-size: 11px;
	font-family: Verdana;
	line-height: 15px;
}

h1 {
	color: #ED1C24;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	color: #000000;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
}

h3 {
	color: #000000;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
}

h5 {
	color: #ED1C24;
	font-size: 20px;
	font-family: Verdana;
	font-weight: bold;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 10px;
}

h6 {
	color: #ED1C24;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
}

p {
	margin-top: 0px;
	margin-bottom: 13px;
}

html>body hr {
	border-top: 1px solid #808080;
	border-bottom: 0px;
	clear: left
}

hr {
	color: #808080;
	margin-top: 5px;
	margin-bottom: 5px;
}

a:link, a:visited {
	color: #EE272F;
	font-size: 11px;
	font-family: Verdana;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

a.blacknormal11:link, a.blacknormal11:visited {
	font-size: 11px;
	font-family: Verdana;
	color: #000;
	text-decoration: none;
}

a.blacknormal11:hover {
	text-decoration: underline;
}

a.blackbold11:link, a.blackbold11:visited {
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

a.blackbold11:hover {
	text-decoration: underline;
}

a.bluebold11:link, a.bluebold11:visited {
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

a.bluebold11:hover {
	color: #000;
	text-decoration: none;
}

a.blacknormalunder10:link, a.blacknormalunder10:visited {
	font-size: 10px;
	font-family: Verdana;
	color: #000;
	text-decoration: underline;
}

a.blacknormalunder10:hover {
	text-decoration: none;
}

a.blackbold10:link, a.blackbold10:visited {
	font-size: 10px;
	font-family: Verdana;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a.blackbold10:hover {
	text-decoration: underline;
}

a.blacknormal10:link, a.blacknormal10:visited {
	font-size: 10px;
	font-family: Verdana;
	color: #FFF;
	text-decoration: none;
}

a.blacknormal10:hover {
	color: #000;
	text-decoration: underline;
}

a.graynormal10:link, a.graynormal10:visited {
	font-size: 10px;
	font-family: Verdana;
	color: #94989B;
	text-decoration: none;
}

a.graynormal10:hover {
	color: #525252;
	text-decoration: underline;
}

.extranav {
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	height: 10px;
	top: -1px;
	right: 9px
}

a.extranavtxt:link, a.extranavtxt:visited {
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

a.extranavtxt:hover {
	text-decoration: underline;
}

.site {
	position: relative;
	height: 100%;
	width: 780px;
	background-color: #ffffff;
}

.header {
	position: relative;
	height: 106px;
	margin: 0px;
	padding: 0px;
	background: url(../images/header.jpg) top no-repeat;
}

.logo {
	position: absolute;
	top: 23px;
	left: 0px;
	width: 174px;
	height: 70px;
	z-index: 2;
}

.logo img {
  border: 0;
}

.topnavcont {
	border-bottom: solid 1px #DBDDDE;
	height: 23px;
}

#topnav {
	line-height: 16px;
	margin: 12px 0 0 80px;
}

.topnavitemdiv {
	float: left;
	border: 0;
}

#topnav a.topnavitem {
	float: left;
	display: block;
	padding: 0px 0px 0px 6px;
	white-space: nowrap;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}

#topnav a.topnavitem:hover {
	color: #FF7700;
	text-decoration: underline;
}

#topnav img.left {
	float: left;
	margin: 0 2px 0 12px;
}

#topnav img.right {
	position: absolute;
	right: -6px;
	bottom: 0px;
	visibility: hidden;
}

.topspacer {
	position: relative;
	float: left;
	height: 33px;
	width: 780px;
}

.navline {
	float: left;
	height: 22px;
	width: 1px;
	padding: 5px 0px 5px 0px;
	background: url(../images/topnavoff.gif)
}

.container {
	position: relative;
	float: left;
	width: 780px;
}

.leftcontainer {
	position: relative;
	margin-top: 22px;
	float: left;
	width: 164px;
	text-align: left;
}

html>body .contentcont {
	z-index: 0;
	width: 608px;
}

.contentcont {
	z-index: -1;
	position: relative;
	float: left;
	width: 616px;
	padding-left: 8px;
	padding-bottom: 20px;
	text-align: left;
}

.menucontainer {
	position: relative;
	width: 164px;
}

.woningzoekencont {
	position: relative;
	float: left;
	width: 364px;
	font-size: 10px;
	font-family: Verdana;
}

html>body .woningzoeken {
	width: 352px;
}

.woningzoeken {
	position: relative;
	float: left;
	margin: 6px 0px;
	padding: 10px 6px 8px 6px;
	width: 364px;
	background-color: #EDEDED;
	font-size: 10px;
	font-family: Verdana;
}

.woningzoekvak {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #FFFFFF;
	padding-left: 6px;
	padding-bottom: 2px;
	font-size: 11px;
	font-family: Verdana;
	color: #000000;
}

select {
	font-size: 10px;
	padding-bottom: 1px;
	font-family: Verdana;
	border-width: 1px;
	border-color: #cecece;
}

input {
	font-size: 10px;
	font-family: Verdana;
	border-width: 1px;
	border-color: #cecece;
	margin-top: 2px;
	margin-right: 2px;
}

textarea {
	font-size: 10px;
	font-family: Verdana;
	border-width: 1px;
	border-color: #cecece;
	margin-top: 2px;
	margin-right: 2px;
}

html>body .checkbox {
	margin-top: 2px;
}

.checkbox {
	margin-top: 0px;
	margin-right: 0px;
}

html>body .submit {
	margin: 10px 0px 0px 247px;
}

.submit {
	position: relative;
	float: left;
	margin: 10px 0px 0px 81px;
}

form {
	padding: 0px;
	margin: 0px
}

fieldset {
	padding: 0px;
	border: 0px;
	margin: 0px;
}

legend {
	padding: 0px;
	margin: 0px;
	display: none
}

.inputhidden {
	display: none
}

html>body .formleft {
	width: 256px;
	line-height: 18px
}

.formleft {
	position: relative;
	float: left;
	width: 280px;
	padding: 4px 10px 4px 10px;
	border-right: 2px solid #F2F2F3;
	margin-right: 2px;
	background-color: #F9F7F7;
	line-height: 20px
}

html>body .formleftdt {
	width: 220px;
	line-height: 18px
}

.formleftdt {
	position: relative;
	float: left;
	width: 234px;
	padding: 4px 10px 4px 10px;
	border-right: 2px solid #F2F2F3;
	margin-right: 2px;
	background-color: #F9F7F7;
	line-height: 20px
}

html>body .formright {
	width: 302px;
}

.formright {
	position: relative;
	float: left;
	width: 326px;
	padding: 4px 10px 4px 10px;
	margin-bottom: 2px;
	background-color: #EDEDED
}

html>body .formleft_textarea {
	height: 81px;
	width: 256px;
}

.formleft_textarea {
	position: relative;
	float: left;
	height: 76px;
	width: 280px;
	padding: 4px 10px 4px 10px;
	border-right: 2px solid #F2F2F3;
	margin-right: 2px;
	background-color: #F9F7F7;
	line-height: 20px;
}

.formcont {
	position: relative;
	float: left;
	margin-top: 20px;
	width: 608px;
}

.formtxt {
	position: relative;
	float: left;
	margin-top: 10px;
	width: 608px;
}

html>body .formhdr {
	width: 588px;
}

.formhdr {
	position: relative;
	float: left;
	width: 608px;
	padding: 2px 10px 2px 10px;
	background-color: #F9F7F7;
	margin-bottom: 2px;
	line-height: 18px
}

.submitzoekgeav {
	position: relative;
	float: left;
	padding: 20px 0px 0px 0px;
}

.zoekblokcont {
	position: relative;
	float: left;
	padding: 10px 0px
}

.zoekblok {
	position: relative;
	float: left;
}

.selectwonzkprov {
	width: 115px;
	margin-right: 7px;
}

.selectwonzkstad {
	margin-left: 3px;
	margin-right: 7px;
	width: 171px
}

.selectwonzkstadgeav {
	margin-left: 3px;
	margin-right: 20px;
	width: 210px
}

.selectwonzkcat {
	width: 115px
}

.selectwonzkcatgeav {
	width: 130px
}

.selectwonzkvan {
	margin-left: 7px;
	margin-right: 7px;
	width: 115px
}

.selectwonzkvangeav {
	margin-left: 0px;
	margin-right: 7px;
	width: 130px
}

.selectwonzktot {
	margin-left: 2px;
	margin-right: 7px;
	width: 115px
}

.selectwonzktotgeav {
	margin-left: 0px;
	margin-right: 7px;
	width: 130px
}

html>body .buttongray {
	padding: 0px 8px;
}

.buttongray {
	background: url('../images/buttonbg.gif');
	border: 1px solid #808080;
	cursor: pointer;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	padding: 0px 4px;
	line-height: 12px;
	margin: 0 0 0 5px;
}

html>body .buttongray-vestiging {
	padding: 0px 8px;
}

.buttongray-vestiging {
	background: url('../images/buttonbg.gif');
	border: 1px solid #808080;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	padding: 0px 4px;
	line-height: 12px;
	margin: 0px;
	width: 200px;
}

html>body .buttonblue {
	padding: 0px 8px;
}

.buttonblue {
	background: url('../images/buttonbg.gif');
	border: 1px solid #000;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	color: #000;
	padding: 0px 4px;
	line-height: 12px;
	margin: 0px;
}

html>body .footer1 {
	height: 16px;
}

.footer1 {
	position: relative;
	float: left;
	width: 780px;
	height: 10px;
	font-size: 10px;
	font-family: Verdana;
	color: #FFF;
	margin-bottom: 3px;
	background: url('../images/bg_footer.gif');
}

.footer2 {
  display: none;
	position: relative;
	float: left;
	width: 780px;
	height: 4px;
	background: url('../images/footerline.gif');
}

.footer3 {
	position: relative;
	float: left;
	width: 780px;
	height: 10px;
	font-size: 10px;
	font-family: Verdana;
	color: #525252;
}

html>body .blueline {
	position: relative;
	width: 462px;
	height: 11px;
}

.blueline {
	position: relative;
	width: 478px;
	height: 27px;
	padding: 8px;
	background-color: #EDEDED;
	z-index: -1
}

#databorder {
	position: relative;
	float: left;
	height: 140px;
	width: 608px;
	overflow: hidden;
}

#datacontainer {
	position: relative;
	width: 1300px;
	float: left;
	line-height: 14px;
	font-size: 10px;
	font-family: Verdana;
	text-align: center
}

.scrollercont {
	position: relative;
	float: left;
	height: 9px;
	width: 608px
}

#rightbutton {
	display: none;
	position: absolute;
	bottom: -6px;
	left: 0px
}

#leftbutton {
	display: none;
	position: absolute;
	bottom: -6px;
	right: 0px
}

.spacer1 {
	position: relative;
	float: left;
	width: 24px;
	height: 168px;
}

.zoekopdrachtcont {
	position: relative;
	float: left;
	width: 220px;
	font-size: 10px;
	font-family: Verdana;
	line-height: 12px
}

.woningitpicture {
	position: relative;
	width: 608px;
	height: 183px;
	float: left;
	margin-top: 30px
}

.woningmolen {
	position: relative;
	float: left;
	margin: 0px 5px;
	cursor: pointer;
}

.hrcont {
	position: relative;
	float: left;
	width: 608px
}

.themacont {
	position: relative;
	width: 605px;
	float: left;
	height: 122px;
	margin-top: 30px;
}

.themablokcont {
	position: relative;
	float: right;
	width: 478px;
	height: 122px;
	border: 1px solid #94999D;
}

.thematitle {
	position: relative;
	width: 130px;
	float: left;
	height: 122px;
	padding-top: 40px
}

.themaarrows {
	position: relative;
	float: left;
	width: 49px;
	height: 122px;
	padding-top: 58px
}

.themabloksub {
	position: relative;
	width: 478px;
	height: 95px;
	line-height: 10px
}

.themabloklefttop {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: -1;
	margin-left: -1;
}

.themablokrighttop {
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: -1;
	margin-right: -1;
}

.themablokleftbottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin-bottom: -1;
	margin-left: -1;
}

.themablokrightbottom {
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin-bottom: -1;
	margin-right: -1;
}

html>body .themaitem0 {
	bottom: -27px;
}

.themaitem0 {
	position: absolute;
	width: 102px;
	bottom: -24px;
	left: 2px;
}

.themaitem1 {
	position: absolute;
	width: 102px;
	bottom: -27px;
	left: 112px;
}

.themaitem2 {
	position: absolute;
	width: 102px;
	bottom: -27px;
	left: 238px;
}

.themaitem3 {
	position: absolute;
	width: 102px;
	bottom: -27px;
	left: 354px;
}

.themaitem4 {
	position: absolute;
	width: 102px;
	bottom: -27px;
	left: 480px;
}

.themaimage {
	position: relative;
	width: 122px;
	text-align: center
}

.thematxt {
	position: relative;
	width: 122px;
	height: 27px;
	text-align: center;
	padding-top: 4px
}

html>body li {
	background-color: transparent;
	background-image: url('../images/li.gif');
	background-repeat: no-repeat;
	background-position: 1 1;
	padding-left: 15px
}

li {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

html>body ul {
	margin-left: 0px;
	margin-top: 15px;
}

ul {
	padding-left: 0px;
	margin-left: 16px;
	list-style-image: url('../images/li.gif');
}

img {
	behavior: url("/css/pngbehavior.htc");
}

.geavzoek1cont {
	position: relative;
	float: left;
	margin-top: 10px;
	width: 369px;
	height: 466px;
	background: url('../images/landkaart.jpg')
}

.geavzoek1subcont {
	position: relative;
	float: left;
	margin-top: 40px;
	width: 239px;
}

.geavzoek1subcont2 {
	position: relative;
	float: left;
	margin-top: 20px;
	width: 239px;
}

.geavzoek1subcont2 ul {
	margin: 0 !important;
}

.geavzoek1subcont2 li {
	background-image: none;
	list-style-image: url(../images/redarrow.gif);
	margin-left: 22px;
	padding: 0;
}

.geavzoek2cont {
	position: relative;
	float: left;
	margin-top: 20px;
	width: 608px;
	font-weight: bold
}

.geavzoektxt {
	position: relative;
	float: left;
	margin-top: 10px;
	width: 608px;
}

.zoekgeavformleft {
	position: relative;
	float: left;
	width: 200px;
	padding-bottom: 6px
}

.zoekgeavformright {
	position: relative;
	float: left;
	width: 394px;
	padding-bottom: 6px
}

html>body .geavreslinetop {
	margin-top: -5px;
}

.geavreslinetop {
	position: relative;
	width: 608px;
	float: left;
	border-bottom: 1px solid #808080;
	margin-top: -12px;
	padding: 5px 0px;
}

.geavreslinewhite {
	position: relative;
	width: 608px;
	float: left;
	border-bottom: 1px solid #808080;
	padding: 5px 0px;
}

.geavreslineblue {
	position: relative;
	width: 608px;
	float: left;
	border-bottom: 1px solid #808080;
	padding: 5px 0px;
	background-color: #F6FBFF
}

html>body .geavresimage {
	width: 120px;
}

.geavresimage {
	position: relative;
	float: left;
	width: 128px;
	padding: 3px;
	border: 1px solid #B0B0B0;
	background-color: #FFFFFF;
	text-align: center;
}

html>body .geavresomschr {
	width: 185px;
}

.geavresomschr {
	position: relative;
	float: left;
	width: 200px;
	padding-left: 15px;
	padding-top: 12px;
}

html>body .geavresopp {
	width: 65px;
}

.geavresopp {
	position: relative;
	float: left;
	width: 70px;
	padding-left: 5px;
	padding-top: 28px;
}

html>body .geavresprijs {
	width: 115px;
}

.geavresprijs {
	position: relative;
	float: left;
	width: 120px;
	padding-left: 5px;
	font-weight: bold;
	padding-top: 28px;
}

html>body .geavresbekijk {
	width: 85px;
}

.geavresbekijk {
	position: relative;
	float: left;
	width: 90px;
	padding-left: 5px;
	padding-top: 18px;
	text-align: center;
}

.geavrespaginascont1 {
	position: relative;
	float: left;
	width: 608px;
	border-bottom: 1px solid #808080;
	padding: 0px 0px 5px 0px;
	margin-top: -5px;
	color: #EE272F;
	font-size: 10px;
	font-weight: bold;
}

.geavrespaginascont2 {
	position: relative;
	float: left;
	width: 608px;
	border-bottom: 1px solid #808080;
	padding: 5px 0px 5px 0px;
	color: #EE272F;
	font-size: 10px;
	font-weight: bold;
}

.geavrespaginanr {
	position: relative;
	float: left;
	width: 284px;
}

.geavrespaginas {
	position: relative;
	float: left;
	width: 115px;
	text-align: center
}

.geavresarrows {
	position: relative;
	float: left;
	width: 55px;
}

.geavreswoningen {
	position: relative;
	float: left;
	width: 154px;
	text-align: right
}

.detailpagcont {
	position: relative;
	float: left;
	width: 608px;
	margin: 5px 0px;
	padding: 0px;
}

html>body .detailpagimg {
	width: 250px;
}

.detailpagimg {
	position: relative;
	float: left;
	width: 262px;
	margin: 0px;
	text-align: center;
	padding: 5px;
	border: 1px solid #808080;
	overflow: hidden;
}

html>body .detailpagtxt {
	width: 320px;
}

.detailpagtxt {
	position: relative;
	float: left;
	width: 340px;
	margin-left: 6px;
	padding: 10px;
	background-color: #EDEDED;
}

.detailpagspacer {
	float: left;
	width: 330px;
	height: 19px
}

.detailpaglist1 {
	float: left;
	width: 130px;
	font-weight: bold
}

.detailpaglist2 {
	float: left;
	width: 190px
}

.detailpagreageer {
	position: absolute;
	right: 8px;
	bottom: 8px;
}

html>body .routeprintcont {
	top: 0px
}

.routeprintcont {
	position: absolute;
	right: 0px;
	top: 10px
}

html>body .tabfoto {
	width: 101px;
	display: block;
	float: left;
}

.tabfoto {
	position: relative;
	display: inline;
	width: 113px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
	padding: 5px;
	border: 1px solid #808080;
	overflow: hidden;
}

.tabfotolarge {
	display: none;
}

.tab {
	color: #000000;
	border: 1px solid #BFBFBF;
	border-width: 1px 1px 0px 1px;
	position: relative;
	float: left;
	padding: 3px 10px 3px 10px;
	text-align: center;
	font: 11px Arial;
	font-weight: bold;
	z-index: 2;
	cursor: pointer;
	cursor: hand;
}

.panel {
	position: relative;
	width: 608px;
	z-index: 1;
	display: none;
	font: 11px Verdana;
	color: #000000;
	border: 0px solid #BFBFBF;
	padding: 0px 3px;
	margin-top: 10px;
}

.tabdetail1 {
	padding: 0px 0px 5px 0px;
	width: 170px;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
}

.tabdetail2 {
	padding: 0px 0px 5px 5px;
	font-size: 10px
}

.tabcontainer {
	height: 21px;
	width: 100%;
	background: url('../images/shadowline.gif') repeat-x bottom;
	padding-left: 2px
}

.tabfotocont {
	position: relative;
	float: left;
	width: 600px
}

.tabfotocontprint {
	display: none;
}

.detailpagtabs {
	position: relative;
	float: left;
	width: 608px;
	margin-top: 20px;
}

.detaillogos {
	position: absolute;
	top: 5px;
	right: 20px;
	text-align: center
}

.tabomschrijvingprint {
	display: none;
}

.tabdetailprint {
	display: none;
}

.tabfotosprint {
	display: none;
}

.tabkamersprint {
	display: none;
}

.tabpartijprint {
	display: none;
}

.tabreageerprint {
	display: none;
}

html>body .zoekproflinks {
	float: left;
}

.zoekproflinks {
	display: inline;
}

html>body .zoekprofrechts {
	float: left;
}

.zoekprofrechts {
	display: inline;
}

.zoekprofbutton {
	float: left;
	padding: 3px
}

.zoekprofprov1 {
	float: left;
	width: 110px;
	font-weight: bold
}

.zoekprofprov2 {
	float: left;
	width: 110px;
}

.zoekprofstad1 {
	float: left;
	width: 190px;
	font-weight: bold
}

.zoekprofstad2 {
	float: left;
	width: 190px;
}

.zoekprofsmsmobiel {
	position: absolute;
	top: -10px;
	right: 10px
}

html>body .zoekprofsms {
	width: 568px;
}

.zoekprofsms {
	position: relative;
	width: 608px;
	background-color: #EDEDED;
	padding: 20px
}

html>body .zoekprofwoningzoeken {
	width: 596px;
}

.zoekprofwoningzoeken {
	position: relative;
	float: left;
	margin: 0px;
	padding: 10px 6px 8px 6px;
	width: 608px;
	background-color: #EDEDED;
	font-size: 10px;
	font-family: Verdana;
}

.zoekprofzoekblokcont {
	position: relative;
	float: left;
	width: 596px;
	padding: 10px 0px
}

.zoekprofzoekblok {
	position: relative;
	float: left;
}

.veszoek1cont {
	position: relative;
	float: left;
	margin-top: 20px;
	width: 369px;
	height: 466px;
	background: url('../images/landkaart.jpg') no-repeat
}

.veszoek1subcont {
	position: relative;
	float: left;
	margin-top: 40px;
	width: 237px;
}

html>body .veszoekresline {
	height: auto;
}

.veszoekresline {
	position: relative;
	float: left;
	width: 606px;
	height: 100%;
	border-bottom: 1px solid #EDEDED;
}

html>body .veszoekresnaamhd {
	width: 142px;
}

.veszoekresnaamhd {
	position: relative;
	float: left;
	width: 150px;
	padding: 2px 4px;
	background-color: #EFF7FD;
	font-weight: bold
}

html>body .veszoekresadreshd {
	width: 201px;
}

.veszoekresadreshd {
	position: relative;
	float: left;
	width: 210px;
	padding: 2px 4px;
	background-color: #EFF7FD;
	border-left: 1px solid #FFFFFF;
	font-weight: bold
}

html>body .veszoekresplaatshd {
	width: 147px;
}

.veszoekresplaatshd {
	position: relative;
	float: left;
	width: 146px;
	padding: 2px 4px;
	background-color: #EFF7FD;
	border-left: 1px solid #FFFFFF;
	font-weight: bold
}

html>body .veszoekrestelhd {
	width: 81px;
}

.veszoekrestelhd {
	position: relative;
	float: left;
	width: 100px;
	padding: 2px 4px;
	background-color: #EFF7FD;
	border-left: 1px solid #FFFFFF;
	font-weight: bold
}

html>body .veszoekresnaam {
	width: 141px;
	height: auto;
}

.veszoekresnaam {
	position: relative;
	float: left;
	width: 150px;
	height: 100%;
	padding: 2px 4px;
	border-left: 1px solid #EDEDED;
}

html>body .veszoekresadres {
	width: 201px;
	height: auto;
}

.veszoekresadres {
	position: relative;
	float: left;
	width: 210px;
	height: 100%;
	padding: 2px 4px;
	border-left: 1px solid #EDEDED;
}

html>body .veszoekresplaats {
	width: 147px;
	height: auto;
}

.veszoekresplaats {
	position: relative;
	float: left;
	width: 146px;
	height: 100%;
	padding: 2px 4px;
	border-left: 1px solid #EDEDED;
}

html>body .veszoekrestel {
	width: 80px;
	height: auto;
}

.veszoekrestel {
	position: relative;
	float: left;
	width: 100px;
	height: 100%;
	padding: 2px 4px;
	border-left: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
}

.ves_image {
	position: relative;
	float: left;
	width: 280px;
}

.ves_text {
	position: relative;
	float: left;
	width: 326px;
}

.navblock {
	width: 164px;
	margin-top: 15px;
	text-align: center;
	border-bottom: 1px solid #CDD8E7;
	font-size: 15px;
	font-family: arial;
	font-weight: bold;
	clear: left
}

html>body .nieuwsbriefblock {
	height: 35px;
}

.nieuwsbriefblock {
	position: relative;
	float: left;
	height: 40px;
	width: 164px;
	margin: 15px 0px;
	padding-top: 5px;
	text-align: center;
	border-bottom: 1px solid #CDD8E7;
	border-top: 1px solid #CDD8E7;
	color: #000000;
	font-size: 11px;
	font-family: arial;
}

.nieuwsbriefheader {
	color: #000000;
	font-size: 15px;
	font-family: arial;
	font-weight: bold;
	clear: left
}

a.nieuwsbrieftxt:link {
	color: #000000;
	font-size: 11px;
	font-family: arial;
	text-decoration: none;
}

a.nieuwsbrieftxt:visited {
	color: #000000;
	font-size: 11px;
	font-family: arial;
	text-decoration: none;
}

a.nieuwsbrieftxt:hover {
	color: #000000;
	font-size: 11px;
	font-family: arial;
	text-decoration: underline;
}

#flash-overlay {
	left: 0;
	position: absolute;
	top: 200px;
	width: 100%;
	z-index: 2;
}

* html #flash-overlay {
	top: 270px;
}

#fotobladeren {
	background: #ED1B24;
	bottom: 0;
	color: #fff;
	height: 28px;
	left: 0;
	position: absolute;
	width: 100%;
}

#fotobladeren a {
	-moz-outline: none;
}

#fotobladeren img {
	border: none;
	margin: 6px 2px;
	-moz-outline: none;
}

#foto-popup img {
	margin: auto;
}

#koophuis-flash {
	margin: auto;
	width: 527px;
}

.banner {
	padding-top: 4px;
}

.banner img {
	border: 0;
}

.bold {
	font-weight: bold;
}

.taxatieaanvraagcont {
	clear: left;
}

/* dossier */
th {
  font-size: 11px;
  text-align: left;
}

#login-account {
  text-align: right;
}

div.balloon {
  display: none;
  position: absolute;
  left: 0;
  width: 336px;
  z-index: 100;
}

div.balloon_top {
  background-color: transparent;
  background-image: url('../images/balloon/balloon_top.gif');
  background-position: left top;
  background-repeat: no-repeat;
  border: medium none;
  height: 12px;
  padding: 10px 10px 0px;
  text-align: right;
  width: 316px;
}

div.balloon_middle {
  background-color: transparent;
  background-image: url('../images/balloon/balloon_bg.gif');
  background-position: left top;
  background-repeat: repeat-y;
  border: medium none;
  font-weight: normal;
  margin: -1px 0px 0px;
  padding: 1px 15px;
  width: 306px;
}

div.balloon_bottom {
  background-color: transparent;
  background-image: url('/images/balloon/balloon_bottom.gif');
  background-position: left bottom;
  background-repeat: no-repeat;
  border: medium none;
  margin: 0px;
  overflow: hidden;
  padding: 0px;
  width: 336px;
}

.bedrag {
  text-align: right;
}

.notices {
  float: none;
}

.recommended td {
  background-color: #CCCCCC;
}



.summary {
  width: 100%;
  /*border-collapse: collapse;*/
  padding: 1px;
}

.summary .left {
  padding: 4px 10px 4px 10px;
	border-right: 2px solid #f2f2f3;
	margin-right: 2px;
	background-color: #f9f7f7;
	line-height: 20px;
}

.summary .right {
  padding: 4px 10px 4px 10px;
	border-right: 2px solid #f2f2f3;
	margin-right: 2px;
	background-color: #ededed;
	line-height: 20px;
	width: 50px;
}

.summary th {
  padding: 4px 10px 4px 10px;
}

.summary .valuta {
  border-right: 0;
  padding: 4px;
  width: 16px !important;
  text-align: center;
}

.summary .bedrag {
  border-left: 0;
  text-align: right;
}

.summary .checkbox {
  width: 18px;
}

.summary label {
  cursor: pointer;
}

.summary .recommended td {
  background: #fff;
}

.summary .buttons {
  text-align: right;
}

.form-row-radios {
  padding: 4px 10px 4px 10px;
	border-right: 2px solid #f2f2f3;
	margin-right: 2px;
	background-color: #f9f7f7;
	line-height: 20px;
	min-height: 20px;

  float: left;
  width: 280px;
}

* html .form-row-radios {
  width: 298px;

}

.form-row-checkbox, .form-row-checkbox-vertical {
  padding: 4px 10px 4px 10px;
	border-right: 2px solid #f2f2f3;
	margin-right: 2px;
	background-color: #f9f7f7;
	line-height: 20px;
	min-height: 20px;
	width: 584px;
	_width: 606px;
	*width: 606px;
	_height: 20px;
	*height: 20px;
}

.form-row-checkbox .form-checkbox {
  float: left;
  width: 159px;
}

.form-checkbox label, .form-row-radios label, .form-row label {
  font-weight: normal;
}

.form-row-checkbox-vertical .form-checkbox {
  clear: both;
}



.met-opties {
  float: left !important;
  width: 140px;
}

.extra-opties {
  display: none;
  float: left;
}

.extra-opties label {
  font-weight: normal;
}

.form-button {
  clear: both;
  margin: 10px 0 20px 0;
  padding-top: 10px;
  text-align: right;
  width: 600px;
}

.form-row {
  clear: both;
  width: 600px;
	margin-bottom: 2px;
	background-color: #ededed;
	line-height: 28px;
	min-height: 28px;
}

.form-label {
  float: left;
	width: 230px;
	padding: 4px 10px 4px 10px;
	border-right: 2px solid #f2f2f3;
	margin-right: 2px;
	background-color: #f9f7f7;
	line-height: 20px;
	min-height: 20px;
}

.form-separator {
  clear: both;
  height: 20px;
}

.form-datepicker {
  display: none;
	padding: 4px 10px 4px 10px;
	border-right: 2px solid #f2f2f3;
	margin-right: 2px;
	background-color: #f9f7f7;
	line-height: 20px;
	min-height: 20px;
	width: 478px;
}

label {
  cursor: pointer;
  font-weight: bold;
}

.form-row input, .form-row select {
  margin-top: 5px;
  width: 240px;
}

.form-row #postcode,
.form-row #huisnummer,
.form-row #toevoeging,
.form-row #kamers,
.form-row #prijs,
.form-row #servicekosten,
.form-row #tuindiepte,
.form-row #aantalkamers,
.form-row #aantaltoiletten,
.form-row #aantalslaapkamers,
.form-row #afmetingparkeer,
.form-row #bouwjaar {
  width: 70px;
}

.form-row #inhoud,
.form-row #verdieping,
.form-row #etages,
.form-row #etage,
.form-row #oppervlakte,
.form-row #totaleoppervlakte,
.form-row #kantoorruimte,
.form-row #bedrijfsruimte,
.form-row #onbebouwd,
.form-row #units,
.form-row #perceeloppervlakte,
.form-row #aantalverdiepingen,
.extrabebouwing-afmeting,
.form-row #woonoppervlakte {
  width: 50px;
}

.form-row #datumkeukeninstallatie,
.form-row #datumverwarminginstallatie,
.form-row #datumbadkamerinstallatie,
.form-row #datumwaterverwarminginstallatie,
.form-row #datum {
  width: 100px;
}

#trigger_datum {
  height: 20px;
  margin-top: 3px;
}

.form-text #omschrijving, .form-text #extraomschrijving {
  width: 600px;
  height: 120px;
}

.form-row-text textarea {
  height: 70px;
}

.form-text .counter {
  clear: both;
  font-weight: bold;
}

.form-row #omschrijving {
  width: 240px;
  padding: 0;
  margin: 0;
}

.form-row-text {
  border-right: 2px solid #f2f2f3;
	background-color: #f9f7f7;
}

#foto-container {
  clear: both;
  width: 520px;
}

#foto-container img {
  border: #cecece 1px solid;
  padding: 2px;
  margin: 0 4px 4px 0;
}

#foto-container .thumbnail {
  position: relative;
  float: left;
}

#foto-container .delete {
  background: url(/images/delete.gif) no-repeat;
  display: block;
  height: 16px;
  position: absolute;
  right: 7px;
  width: 16px;
  top: 4px;
}

#odrm-form table, .overzicht {
  border-collapse: collapse;
  padding: 0;
  width: 100%;
}

#odrm-form th, #odrm-form td, .overzicht td, .overzicht th {
  background: #cecece;
  height: 18px;
  padding: 4px 10px 4px 10px;
}

#odrm-form td, .overzicht td {
  border-right: 2px solid #f2f2f3;
  border-bottom: 2px solid #fff;
	margin-right: 2px;
	background-color: #ededed;
}

#odrm-form td.kamer {
	background-color: #f9f7f7;
	width: 230px;
}

#odrm-form td.delete {
  width: 18px;
}

#odrm-form td a.delete {
  background: url(/images/delete.gif) no-repeat;
  display: block;
  height: 16px;
  width: 16px;
}

.checkbox, #odrm-form .radio, .form-row .radio {
  width: 16px !important;
}


#odrm-form h2 {
  font-size: 11px;
}

.overzicht {
  margin-bottom: 20px;
}

.overzicht td.bedrag {
  text-align: left;
  width: 80px;
}

.overzicht td.download {
  text-align: right;
  width: 130px;
}

label.simple {
  font-weight: normal;
}

#odrm-stappen span {
  background: #ededed;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #cecece;
  margin-right: 2px;
  padding: 3px 8px;;
}


.dossier-lijst {
  border-collapse: collapse;
  margin-bottom: 20px;
  padding: 0;
}

.dossier-lijst .icon {
  padding: 10px;
}

.dossier-lijst span {
  font-style: italic;
}

.dossier-lijst a {
  color: #000;
}

.tabs li {
  display: none;
  background: none;
}

.form-row .checkbox {
  padding: 2px;
  margin-top: 3px;
}

.error-list {
  border: #ed1c24 2px solid;
  clear: both;
  margin: 10px 0;
  padding: 10px;
}

.error-list li {
  background: url(/images/error.gif) no-repeat;
  color: #000;
  font-weight: bold;
  list-style: none;
  line-height: 22px;
  list-style-image: none !important;
  height: 22px;
  margin: 0;
  padding-left: 30px;
}

.melding {
  border: #009e0d 2px solid;
  color: #000;
  font-weight: bold;
  padding: 10px;
}


#progressbar-container {
  border: #000 1px solid;
  font-size: 0;
  clear: both;
  display: none;
  height: 4px;
  width: 300px;
  padding: 1px;
  margin-bottom: 4px;
  position: relative;
}

* html #progressbar-container {
  height: 8px;
}

#progressbar {
  background: #ed1c24;
  height: 4px;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 0px;
}

#progressbar-inner {
  background: #cecece;
  height: 4px;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 296px;
}



#cancel-button {
  display: none;
}

.form-row button {
  margin-top:3px;
}

#file-rich-container {
  border-bottom: #cecece 1px solid;
}

#file-degraded-container {
  display: none;
}

#file-upload .form-row {
  width: 608px;
}

.wide {
  padding: 0;
}

.document {
  float: left;
  height: 120px;
  margin: 9px;
  position: relative;
  text-align: center;
  width: 80px;
}

.document .delete {
  position: absolute;
  top: 2px;
  right: 2px;
}

.wide #beschrijving {
  height: 80px;
  width: 350px;
}

.col-1, .col-1 .form-row, .col-1 .form-button {
  background: none;
  float: left;
  width: 340px;
}

.col-1 .form-label {
  background: none;
  border: none;
  width: 110px;
}

.col-1 .form-label label {
  font-weight: bold;
}

.col-1 input {
  width: 200px;
}

.col-1 button {
  background: url('../images/buttonbg.gif');
	border: 1px solid #000;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	color: #000;
	padding: 0px 4px;
	line-height: 12px;
	margin: 0 5px 0 0;
}

.col-1 .form-button {
  margin: 0;
}

.col-1 p {
  padding: 0 10px;
}

.col-2 {
  /*background: url(/images/col-2-bkg.png) no-repeat top left;*/
  padding: 0 10px;
  /*width: 240px;*/
}

.col-2 img {
  float: left;
}

.col-1-a {
  clear: left;
  width: 120px;
  float: left;
}

.col-2-a {
}

.col-2-a .form-row {
  background: none;
  height: auto;
  width: auto;
}

.col-2-a .form-row label, .col-2-a .form-row input {
  margin: 0;
}

.col-2-a .form-buttons {
  margin-top: 7px;
}

.col-2 ul, col-2-a ul {
  margin: 10px 10px 10px 270px;
  padding-top: 20px;

}

.col-2 li, .col-2-a li {
  background: url(/images/redarrow.gif) 2px 4px no-repeat;
  line-height: 12px;
  margin: 0 0 10px 0;
  padding-left: 15px;
}

.col-2-a li {
  display: inline;
}

.col-2 li a, .col-2-a li a {
  color: #000;
  font-size: 10px;
}

.wachtwoord-vergeten {
  background: url(/images/redarrow.gif) 2px 2px no-repeat;
  color: #000 !important;
  margin-left: 10px;
  padding-left: 15px;
}

.uitgebreid-zoeken {
  background: url(/images/loepje.gif) no-repeat right 6px;
  padding: 3px 12px 0 0;
  position: absolute;

  right: 0;
  top: 26px;
}

.col-2-a label {
  font-weight: normal;
}

.col-2-a ul {
  margin-left: 120px;
}

.col-2-a ul li a {
  font-weight: bold;
}

.nfv {
	display: block;
	margin: 10px 0;
	text-align: center;
	width: 100%;
}





#inloggen-kho {
  background: #ededed url(/images/inloggen-kho-bkg.gif) no-repeat 0 0;
  position: relative;
  padding-top: 7px;
  margin-bottom: 10px;
}

#inloggen-kho input {
  width: 152px;
}

#inloggen-kho .password-reminder {
  background: #fff url(/images/redarrow.gif) no-repeat 6px 6px;
  padding: 2px 0 2px 14px;
  position: absolute;

  top: 0;
  right: 0;
}

#inloggen-kho .password-reminder a {
  color: #000;
  font-size: 11px;
}

#inloggen-kho .form-row, #inloggen-kho .form-label {
  background: transparent;
  border: 0;
  height: 26px;
  line-height: 26px;
  min-height: 26px;
  margin: 0;
  padding: 0;
}

#inloggen-kho .form-label {
  padding-right: 10px;
  text-align: right;
  width: 209px;
}

#inloggen-kho .form-label span {
  color: #f00;
}

#diensten-pijl {
  text-align: center;
  width: 600px;
}

#diensten-overzicht {
  margin: 3px 0;
}

#diensten-overzicht h2 {
  background: url(/images/diensten-overzicht-h2-1-bkg.gif) repeat-x;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  height: 29px;
  line-height: 29px;
  margin: 0 0 4px 0;
  padding: 0 10px;
}

#diensten-col-2 h2 {
  background: url(/images/diensten-overzicht-h2-2-bkg.gif) repeat-x;
}

#diensten-overzicht h2 span {
  font-weight: bold;
}

#diensten-col-1, #diensten-col-2 {
  background: #ededed url(/images/diensten-overzicht-bkg.gif) repeat-x 0 0;
  padding: 0 3px 3px 3px;
  width: 293px;
}

#diensten-col-1 {
  float: left;
  margin-right: 5px;
}

#diensten-col-2 {
  float: left;
  margin-left: 5px;
}

#diensten-col-1-inner, #diensten-col-2-inner {
  background: #fff;
  min-height: 330px;
  *height: 330px;
  _height: 330px;
  padding: 10px;
}

.tips {
  margin: 10px;
}

.tips li {
  background: url('/images/redarrow.gif') no-repeat 0 4px;
  list-style-image: none !important;
  padding: 0 0 0 10px;
  margin: 0 0 10px 0;
}

.tips li span {
  font-weight: bold;
}

#pakket-overzicht-container {
  position: relative;
}

.helptekst-inner {
  background: url(/images/help-tooltip-bottom.png) bottom left no-repeat;
  margin: 0;
  padding: 0 10px 70px 10px;
}


#pakket-overzicht-container #helptekst {
  display: none;
  position: absolute;
  top: 0;
  width: 332px;
}

#pakket-overzicht-container #helptekst img {
  margin: 0;
  height: 20px;
  width: 332px;
}

#pakket-overzicht-container #helptekst h2 {
  background: none;
  color: #000;
  font-weight: bold;
  font-size: 12px;
  padding: 0 10px 0 10px;
}

#pakket-overzicht-container #helptekst p {
  color: #808080;
  padding: 2px 10px;
  margin:0;
}

.pakket-overzicht li {
  background: #fff;
  list-style-type: decimal;
  padding: 0;
  margin: 0;
}

.pakket-overzicht span {
  cursor: pointer;
}

.pakket-overzicht span.active {
  color: #f00;
}

#bezichtiging {
	height: 300px;
	margin: 5px 10px;
  width: 586px;

}

.panel li {
  list-style-image: none;
  line-height: 16px;
}

.actie-link {
  padding: 3px 0;
  margin-right: 20px;
  padding-left:20px;
}

.actie-link.edit {
	background:url(/images/house.gif) no-repeat;
}

.actie-link.hide {
  background:url(/images/show.gif) no-repeat;
}

.actie-link.show {
  background:url(/images/hide.gif) no-repeat;
}

.actie-link.delete {
  background:url(/images/delete.gif) no-repeat;
  margin-right: 0;
}

.actie-link.back {
  background:url(/images/arrow-up.gif) no-repeat;
  margin-right: 0;
}

.actie-link-container {
	border-bottom: #cecece 1px solid;
	text-align: right;
	height: 20px;
  line-height:20px;
  padding-bottom: 4px;
}

#tab7 {
  display: none;
}

#bod {
  width: 80px;
}

#ontbindende-voorwaarden, #vraag, #opmerking-2 {
  height: 60px;
  width: 240px;
}

#form-bod #postcode, #postcode-1, #postcode-2 {
  width: 70px;
}

#plaats, #plaats-1, #plaats-2 {
  width: 164px;
}

#form-bezichtiging, #form-bod, #form-vraag {
  display: none;
}

.tabs ul li {
	background: url('../images/li.gif') no-repeat;
	padding-left: 15px
}

.tabs ul {
  margin-bottom: 10px;
}

label.afmeting {
  padding-left: 20px;
}

#toolbar-container {
  position: absolute;
  top:0;
  left: 0;
  margin: 0 auto;
  width: 100%;
}

#toolbar {
  width: 778px;
  position: relative;
  height: 40px;
  background: url('/images/toolbar_bg.gif') repeat-x;
  color: white;
  text-align: left;
}

#toolbar.active {
  background: url('/images/toolbar_bg_active.gif') repeat-x;
}

#toolbar form {
  position: absolute;
  top: 4px;
  right: 8px;
}

#toolbar.active form label {
  position: absolute;
  top: 3px;
  right: 24px;
}

#toolbar form div {
  position: relative;
}

#toolbar form input {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

#toolbar form input.tekstvak {
  padding-top: 5px;
  padding-left: 5px;
}

#toolbar.active ul {
  position: absolute;
  left: 200px;
  top: 5px;
  list-style: none;
  padding: 0;
  margin: 0;
}

#toolbar.active li {
  background: url('/images/toolbar_vertical_divider.gif') right center no-repeat !important;
  display: block;
  float: left;
  padding-left: 8px;
}

#toolbar.active li.last-item {
  background: none;
}

#toolbar.active li a {
  background: url('/images/blackarrow.gif') left 5px no-repeat !important;
  padding-left: 8px;
  color: #FFF;
  margin-right: 10px;
}

#toolbar.active li ul {
  background: #F00 url('images/toolbar_menu_bg.jpg') top repeat-x !important;
  display: none;
  padding: 14px 5px 10px 5px;
}

#toolbar.active li li {
  background: url('/images/toolbar_horizontal_divider.gif') left bottom no-repeat !important;
  display: list-item;
  margin-right: 10px;
  float: none;
  padding: 5px 0;
}

#toolbar.active li li.last-item {
  background: none !important;
}

#toolbar-username {
  background: url('/images/toolbar_username.gif') top left no-repeat;
  font-size: 10px;
  letter-spacing: -1px;
  right: 90px !important;
  width: 91px;
  height: 23px;
  color: black;
}

#toolbar-password, #toolbar-password-init {
  background: url('/images/toolbar_password.gif') top left no-repeat;
  right: 20px !important;
  width: 71px;
  height: 23px;
  color: black;
}

#toolbar-password {
  display: none;
}

#toolbar form input.submit {
  right: 0;
}

#toolbar h1 {
  position: absolute;
  top: 7px;
  left: 50px;
  font-size: 11px;
  /*font-weight: normal;*/
  color: white;
  letter-spacing: -1px;
  line-height: 12px;
  margin: 0;
  padding: 0;
}

#toolbar-blokje {
  position: absolute;
  background: #0f0faa;
  height: 30px;
  top: 0;
  left: 0;
  width: 50px;
  z-index: 1000;
}

#toolbar-links {
  position: absolute;
  top: 3px;
  right: 202px;
  text-align: right;
  line-height: 12px;
}

#toolbar-links a {
  color: white;
  font-size: 9px;
  letter-spacing: -0.8px;
}

#toolbar-links a:hover {
  color: #F00;
}

#toolbar p {
  position: absolute;
  top: 7px;
  left: 190px;
  letter-spacing: -1px;
  line-height: 12px;
  margin: 0;
  padding: 0;
}

ul#nav li a:hover {
  color: #000;
}

ul#nav .list-closed {
  display: none;
}

ul#nav .list-open {
  position: absolute;
  top: 14px;
  left: 10px;
  margin: 0;
  padding: 0;
}

ul#nav .list-open li a {
  background: none !important;
  padding: 0 !important;
}

* html ul#nav .list-open {
  top: 14px !important;
  left: 0px !important;
  margin: 0 !important;
  padding: 10px 0 !important;
}

* html ul#nav .list-open li {
  margin: 0 !important;
  padding: 0 !important;
  list-style-image: none;
  width: 150px;
}

ul#nav .list-open {
  position: absolute;
  display: inline !important;
}

#overDiv {
  background-color: #F9F7F7;
  border: solid 1px #000;
  color: #000;
  margin: 0;
  padding-right: 10px;
  text-align: left;
}