/*	Van Oord Makelaardij
	******************
	
	Design by Puurpxl
	Stylesheet for screens by pasz.nl
*/



/*	Basic markup
	************/
html, body {
	margin:0;
	padding:0;
}

html, body, input, textarea, select, option, th, td {
	font:12px/18px "Arial", "Helvetica", sans-serif;
}

body {
	color:black;
	text-align:center;
	background:#3d3c42 repeat-x 0 0 url(../gfx/bg_body.gif);
}



/*	Headings	*/
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	line-height:18px;
	color:#fb8b07;
	font-weight:normal;
}

/*	Main header	*/
h1 {
	font-family:"Arial", sans-serif;
	font-size:20px;
	line-height:25px;
	color:#625f5f;
	text-transform:uppercase;
	border-left:1px solid #fb8b07;
	background:#ededed;
}

h1 span {
	display:inline-block;
	padding:0 10px;
	height:25px;
	background:white;
}

/*	Andere headers	*/
h2 {font-size:18px;}
h3 {font-size:14px;}
h4 {font-size:13px;}
h5 {font-size:12px;}
h6 {font-size:11px;}

/*	Basic content	*/
p {
	margin:0 0 1em 0;
	padding:0;
}

img {
	border:0;
	margin:0;
	padding:0;
}

/*	Lists	*/
ul {
	list-style:none;
	margin:0;
	padding:0;
}

ul li {
	margin:0;
	padding:0;
}



/*	Images	*/
img.floatRight {
	margin:0 0 20px 20px;
}

img.floatLeft {
	margin:0 20px 20px 0;
}


.shaded img,
img.shaded {
	float:right;
	box-shadow:0px 0px 5px #d0d0d0;
	-moz-box-shadow:0px 0px 5px #d0d0d0;
	-webkit-box-shadow:0px 0px 5px #d0d0d0;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#e1e1e1, direction=130, strength=3);
	border:6px solid white;
	border-top:5px solid white;
	border-bottom:5px solid white;
}



/*	Links	*/
a			{text-decoration:none; cursor:hand; cursor:pointer; outline:none; -moz-outline-style:none}
a:link		{color:#fb8b07;}
a:active	{outline:none}
a:focus		{-moz-outline-style:none}
a:visited	{color:#625f5f;}
a, a:active	{outline:none}
a:focus		{-moz-outline-style:none}
a:hover		{text-decoration:underline;}



/*	Content	*/
#content {
	margin:0 160px 0 180px;
	padding:19px 0 20px 0;
	color:#7d7c7c;
}

#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	margin:0 0 5px 0;
}



/*	Forms	*/
form {
	margin:0;
	padding:0;
}

label {
	cursor:pointer;
	font-weight:bold;
}

input.text,
textarea,
select,
option {
	font-size:12px;
	line-height:16px;
}

select {
	vertical-align:top;
}

input.text,
textarea {
	width:283px;
	height:16px;
	margin:0;
	padding:3px 0 2px 5px;
	box-shadow:1px 1px 5px #e9e9e9;
	-moz-box-shadow:1px 1px 5px #e9e9e9;
	-webkit-box-shadow:1px 1px 5px #e9e9e9;
	
	border:1px solid #cecdcd;
	background:white;
}

input.radio,
input.checkbox {
	margin:0 5px 0 0;
}

textarea {
	height:106px;
}

.grayedOut {color:#818181;}

/*	Form error	*/
form #error {
	margin:0 0 10px 0;
	padding:9px 80px 6px 65px;
	min-height:52px;
	color:#505050;
	background:#ffc9c9 no-repeat 9px 15px url(../gfx/error.gif)
}

/*	Form header	*/
#content form h2,
#comments form h2,
#pageVastgoed #tabContent h2,
.gallery h2 {
	margin:0 0 10px 0;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	color:#625f5f;
	border-left:1px solid #fb8b07;
	background:#ededed;
}

#content h2 span,
#comments h2 span,
#pageVastgoed #tabContent h2 span,
#pageVastgoed #tabContent h2 a,
.gallery h2 span {
	display:inline-block;
	height:20px;
	padding:0 9px 0 5px;
	background:white;
}

/*	Form section	*/
#content form .section {
	margin:0 0 10px 0;
	padding:6px 9px 9px 9px;
	border:1px solid #ededed;
}

#content form .section h3 {
	font-size:12px;
	font-weight:bold;
	color:black;
}

#content form .section p {
	margin:0 0 6px 0;
}

#content form .section p:last-child {
	margin:0;
}

#content form .section span.floatLeft {
	display:block;
	padding:0 19px 0 0;
}

/*	Form section label	*/
#content form .section label {
	display:block;
	float:none;
	margin:0 0 5px 0;
	width:auto;
	font-weight:normal;
	color:black;
}

/*	Generic classes
	***************/
.alignLeft		{text-align:left;}
.alignRight		{text-align:right;}
.floatLeft		{float:left;}
.floatRight		{float:right;}
.clearBoth		{clear:both;}
.displayNone	{display:none}
.displayInline	{display:inline}
.displayBlock	{display:block;}



/*	Components
	**********/

/*	Banner	*/
a.banner,
a.banner img {
	display:block;
	margin:0;
	padding:0;
}



/*	Custom select	*/
select {
	visibility:hidden;
}

div.select {
	display:inline-block;
	position:relative;
}

div.select select {
	display:none;
}

div.select > strong {
	display:block;
	margin:0 0 5px 0;
	padding:0 30px 0 7px;
	height:23px;
	font-size:12px;
	line-height:23px;
	font-weight:normal;
	box-shadow:1px 1px 5px -3px black;
	-moz-box-shadow:1px 1px 5px -3px black;
	-webkit-box-shadow:1px 1px 5px -3px black;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#e1e1e1, direction=130, strength=3);
	cursor:pointer;
	border-left:1px solid #cecdcd;
	background:no-repeat 100% 0 url(../gfx/select.gif);
}

div.select ul {
	display:block;
	visibility:hidden;
	position:absolute !important;
	top:22px !important;
	left:0 !important;
	min-width:1px;
	z-index:100;
	box-shadow:1px 1px 5px -3px black;
	-moz-box-shadow:1px 1px 5px -3px black;
	-webkit-box-shadow:1px 1px 5px -3px black;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#e1e1e1, direction=130, strength=3);
	border:1px solid #cecdcd !important;
	background:white !important;
}

div.select ul li {
	display:block !important;
	padding:2px 30px 2px 7px !important;
	line-height:15px !important;
	color:black !important;
	cursor:pointer;
	white-space:nowrap;
	border-bottom:1px solid #f1f1f1 !important;
}

div.select ul li:hover {
	color:white !important;
	background:#f18607;
}

div.select ul li.selected,
div.select ul li.selected:hover {
	color:black !important;
	background:#ededed;
}



/*	Contentpromo	*/
#contentPromo {
	clear:both;
	padding:10px 10px 10px 20px;
	font-size:12px;
	line-height:26px;
	color:#7d7c7c;
	overflow:auto;
	background:#efefef;
}

#contentPromo.fontsize14 {
	font-size:14px;
}

#contentPromo h2 {
	margin:0 0 10px 0;
	font-size:22px;
	line-height:36px;
}

#contentPromo strong {
	color:#625f5f;
}

#contentPromo h2,
#contentPromo p {
	width:450px;
}



/*	Ankeilers, gebruikt op W05 Nieuwslisting	*/
ul.ankeilers {
	margin:0 0 10px 0;
}

ul.ankeilers li {
	padding:10px 0 11px 0;
	overflow:auto;
	background:repeat-x 0 100% url(../gfx/dots_hori.gif);
}

ul.ankeilers li .thumb {
	display:block;
	float:left;
	margin:0 10px 0 0;
	border:1px solid #d2d2d2;
}

ul.ankeilers li h3 {
	font-size:16px;
	line-height:16px;
}

ul.ankeilers li > small {
	display:block;
	margin:0 0 5px 0;
	font-size:10px;
	line-height:18px;
	color:#575757;
}



/*	Button	*/
a.btn,
ul.pages a.btn {
	display:inline-block;
	width:auto;
	height:20px;
	font-weight:normal;
	color:white;
	border:0;
	background:repeat-x 0 -20px url(../gfx/btn.gif);
}

ul.pages a.btn {
	box-shadow: 0 0 7px #dcdcdb;
	-moz-box-shadow: 0 0 7px #dcdcdb;
	-webkit-box-shadow: 0 0 7px #dcdcdb;
}

a.btn span,
ul.pages a.btn span {
	display:inline-block;
	height:18px;
	line-height:18px;
	padding:0 8px;
	border:1px solid transparent;
}

a.btn:hover span,
ul.pages a.btn:hover span {
	color:#f18607;
	text-decoration:none;
	border-color:#f18607;
	background:white;
}

a.btn.disabled,
a.btn.disabled:hover,
ul.pages a.btn.disabled,
ul.pages a.btn.disabled:hover {
	color:white;
	background:repeat-x 0 0 url(../gfx/btn.gif);
}



/*	More button	*/
a.btnMore:hover {
	text-decoration:none;
}

a.btnMore:hover span {
	text-decoration:underline;
}



/*	Basic layout
	************/
#wrapper {
	position:relative;
	width:980px;
	margin:0 auto 30px auto;
	padding:183px 0 0 0;
	text-align:left;
	background:white;
}

#main {
	position:relative;
	padding:0 20px 21px 20px;
}

#logo {
	position:absolute;
	top:39px;
	left:32px;
	width:169px;
	height:73px;
	z-index:10;
	background:no-repeat 0 0 url(../gfx/logo.gif);
}

#logo img {
	display:none;
}

#skipToNav {
	display:none;
}

/*	Crumbs	*/
#crumbs {
	position:absolute;
	top:-50px;
	left:29px;
	line-height:18px;
	color:black;
}

#crumbs strong {
	padding-right:5px;
	font-weight:normal;
	color:#6e6e6e;
}

#crumbs a,
#crumbs a:visited {
	color:#fb8b07;
}

#crumbs a,
#crumbs span {
	padding:0 5px;
}

/*	Twitter	*/
#twitter {
	position:absolute;
	top:123px;
	left:804px;
	width:151px;
	height:102px;
	text-indent:-4096px;
	overflow:hidden;
	background:no-repeat 0 0 url(../gfx/twitter.png);
}

/*	Navigation
	**********/
#nav {
	position:absolute;
	top:0;
	left:0;
	width:614px;
	height:123px;
	padding:0 1px 0 365px;
	z-index:5;
	font-family:"Arial";
	background:no-repeat 0 32px url(../gfx/bg_nav.gif);
}

#nav li {
	display:block;
	float:left;
	height:91px;
	padding:0 20px 0 10px;
	white-space:nowrap;
	background:no-repeat 100% 32px url(../gfx/nav_divider.gif);
}

#nav li.active {
	background-image:url(../gfx/nav_active.gif);
}

#nav li li {
	float:none;
	min-width:79px;
	height:auto;
	padding:0;
	font-size:13px;
	line-height:18px;
	white-space:normal;
	background:transparent;
}

#nav li li a,
#nav li li a:visited {
	padding:0 0 0 10px;
	color:white;
}

#nav li li a:hover {
	color:#625f5f;
	text-decoration:none;
}

#nav li li.active {
	background:no-repeat 0 7px url(../gfx/subnav_active.png);
}

#nav li h3 {
	margin:0 0 8px 0;
	padding:0;
	height:32px;
	font-size:14px;
	line-height:32px;
	text-transform:uppercase;
}

#nav li h3 a,
#nav li h3 a:visited {
	display:block;
	padding:0 0 0 10px;
	color:#625f5f;
}

#nav li h3 a:hover {
	color:#f18607;
	text-decoration:none;
}



/*	Page navigation	*/
ul.pages {
	text-align:center;
}

ul.pages li {
	display:inline;
	margin:0 1px;
}

ul.pages li a {
	display:inline-block;
	width:19px;
	height:18px;
	font-weight:bold;
	text-align:center;
	color:#8e8d8d;
	border:1px solid #cccccc;
}

ul.pages li a:hover {
	color:#f18607;
	text-decoration:none;
	border-color:#f18607;
}

ul.pages li.active a {
	color:#3d3c42;
}



/*	Labels op thumbs
	****************
	Gebruik in W01, W02 en W08	*/

ul .thumb img {
	display:block;
margin:0;
	padding:0;
}

ul .thumb span {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:89px;
	height:89px;
	text-indent:-4096px;
	z-index:15;
	overflow:hidden;
}

ul li .thumb span.verkocht {
	display:block;
	background:no-repeat 0 0 url(../gfx/label_verkocht.png);
}

ul li .thumb span.verhuurd {
	display:block;
	background:no-repeat 0 0 url(../gfx/label_verhuurd.png);
}

ul li .thumb span.vov {
	display:block;
	background:no-repeat 0 0 url(../gfx/label_verkochtovbh.png);
}

ul li .thumb span.uitgelicht {
	display:block;
	top:-3px;
	left:193px;
	width:19px;
	height:19px;
	background:no-repeat 0 0 url(../gfx/label_uitgelicht.gif);
}

/*	W08	*/
#results ul li a.thumb span.uitgelicht {
	top:0;
	left:151px;
}



/*	Footer	*/
#footer {
	clear:both;
	line-height:22px;
	border-top:1px solid #5a595e;
	border-bottom:1px solid #5a595e;
	overflow:auto;
	background:#403f44 repeat-x 0 0 url(../gfx/bg_footer.gif);
}

#footer div.content {
	position:relative;
	width:930px;
	margin:0 auto;
	padding:17px 25px 26px 25px;
	text-align:left;
}

#footer,
#footer h2,
#footer a {
	color:#a1a0a2;
}

#footer h2 {
	margin:0;
	padding:0;
	font-size:14px;
	line-height:22px;
	font-weight:bold;
}

#footer hr {
	display:none;
}

/*	Navigation in footer	*/
#footer #navFooter {
	float:left;
	width:175px;
	margin-left:-915px;
}

#footer #navFooter li {
	padding-left:9px;
	background:no-repeat 0 7px url(../gfx/footer_nav.gif);
}

/*	Over ons	*/
#footer #overOns {
	float:left;
	width:460px;
	margin-left:175px;
}

/*	Contact	*/
#footer #contact {
	position:relative;
	float:left;
	left:30px;
	width:280px;
}

/*	Logo NVM	*/
#logoNVM {
	position:absolute;
	top:122px;
	left:906px;
}

/*	Copyright, onderaan pagina	*/
#copyright {
	clear:both;
	margin:0;
	padding:0;
	line-height:54px;
	color:#a2a2a5;
}



/*	Page: W01 Home
	**************/
#pageHome #wrapper {
	padding-top:123px;
}

/*	Search form	*/
#homeSearch {
	position:relative;
	height:296px;
}

#homeSearch form {
	position:absolute;
	top:25px;
	left:22px;
	width:314px;
	height:192px;
	padding:15px 0 0 20px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 10px -3px black;
	-webkit-box-shadow: 0px 0px rgba(0, 0, 0, .5);
	z-index:15;
	border:10px solid #ededed;
	border-top:11px solid #ededed;
	border-bottom:11px solid #ededed;
	background:white no-repeat 20px 20px url(../gfx/zoeken.gif);
}

#homeSearch form h2 {
	display:none;
}

#homeSearch form h3 {
	margin:0 0 5px 0;
	color:black;
}

#homeSearch #koop,
#homeSearch #huur {
	visibility:hidden;
	display:block;
}

#homeSearch form br {
	display:none;
}

#homeSearch form input {
	display:inline;
}

#homeSearch form label {
	line-height:30px;
}

#homeSearch form input:first-child {
	margin-left:90px;
}

#homeSearch form .select strong {
	background-image:url(../gfx/select_flat.gif);
}

#homeSearch form #plaats {
	margin:0;
	padding:0;
}

#homeSearch form #plaats label {
	display:block;
	float:left;
	font-size:14px;
	font-weight:normal;
}

#homeSearch form #plaats .select {
	display:block;
	position:relative;
	float:left;
	top:3px;
	left:7px;
}

#homeSearch form #koop,
#homeSearch form #huur {
	clear:both;
}

#homeSearch form #koop label,
#homeSearch form #huur label {
	display:block;
	font-size:11px;
	line-height:20px;
	font-weight:normal;
	color:#7f7f7f;
}

#homeSearch form #koop p {
	float:left;
	width:170px;
}

#homeSearch form #koop p.last-child {
	width:120px;
}

#homeSearch form .btn {
	position:absolute;
	bottom:15px;
	right:20px;
}

/*	Text	*/
#homeText {
	position:absolute;
	top:57px;
	left:192px;
	padding:12px 20px 0 11px;
	width:160px;
	height:159px;
	font-family:"Arial", sans-serif;
	font-size:15px;
	line-height:22px;
	font-weight:normal;
	color:white;
	z-index:10;
	background:#fb8b07;
}

#homeText a,
#homeText a:hover {
	color:white;
	text-decoration:none;
}

#homeText h2 {
	font-size:18px;
	line-height:36px;
	font-weight:normal;
	color:white;
}

#homeText #btnToggle {
	position:absolute;
	top:66px;
	left:183px;
	width:25px;
	height:35px;
	text-indent:-4096px;
	overflow:hidden;
	background:no-repeat 0 100% url(../gfx/btn_hometext.png);
}

#homeText.open {
	left:376px;
}

#homeText.open #btnToggle {
	background-position:0 0;
}

#homeSearch #mask {
	position:absolute;
	top:278px;
	left:0;
	width:980px;
	height:18px;
	background:no-repeat 0 0 url(../gfx/visual_mask.png);
}

/*	Home nieuws	*/
#pageHome #nieuws {
	position:relative;
	height:21px;
	margin:3px 0 7px 0;
	overflow:hidden;
	background:no-repeat 100% 0 url(../gfx/hd_nieuws.gif);
}

#pageHome #nieuws li {
	display:none;
	position:absolute;
	top:0;
	right:110px;
	width:830px;
	height:21px;
	font-size:12px;
	line-height:21px;
	text-align:right;
}

/*	Home banner	*/
#pageHome .banner {
	padding:13px 0 0 0;
	margin:0 0 7px 0;
}

/*	Home uitgelicht	*/
#pageHome .vierObjecten {
	margin:0 0 19px 0;
}

#pageHome .vierObjecten h2 {
	height:37px;
	margin:0 0 18px 0;
	text-indent:-4096px;
	overflow:hidden;
	background:no-repeat 0 0 url(../gfx/hd_uitgelicht.gif);
}

#pageHome .vierObjecten .btnMore {
	display:block;
	position:absolute;
	top:12px;
	right:0;
	padding:0 5px;
	font-family:"Arial", sans-serif;
	font-size:12px;
	line-height:25px;
	color:#fb8b07;
}

/*	Home tabs	*/
#homeTabs ul.tabs {
	height:29px;
	padding:0 0 0 12px;
	background:repeat-x 0 0 url(../gfx/tab_home_bg.gif);
}

#homeTabs ul.tabs li {
	display:block;
	float:left;
	height:28px;
	padding:0 15px 0 9px;
	line-height:28px;
	border-left:1px solid #d0d0d0;
	background:no-repeat 100% 0 url(../gfx/tab_home.gif);
}

#homeTabs ul.tabs li a {
	font-family:"Arial", sans-serif;
	font-size:16px;
	line-height:28px;
	color:#625f5f;
}

#homeTabs ul.tabs li.active {
	height:29px;
}

#homeTabs ul.tabs li a:hover,
#homeTabs ul.tabs li.active a {
	color:#f18607;
	text-decoration:none;
}

#homeTabs .content > div {
	display:none;
	padding:16px 7px 16px 16px;
	font-size:14px;
	line-height:26px;
	color:#7d7c7c;
}

#homeTabs .content h2 {
	margin:0 0 5px 0;
	font-size:22px;
	line-height:26px;
	color:#fb8c09;
}

#homeTabs .content .btnMore {
	font-size:12px;
}

#homeTabs .content .shaded {
	float:right;
	margin:0 0 0 20px;
}



/*	Page: W02 Aanbod
	****************/
.vierObjecten {
	position:relative;
}

.vierObjecten a.btnMore {
	position:absolute;
	top:0;
	right:0;
	font-family:"Arial", sans-serif;
	font-size:12px;
	line-height:28px;
	color:#f18607;
}

.vierObjecten a.btnMore:hover span {
	text-decoration:none;
}

.vierObjecten h2 {
	height:28px;
	margin:11px 0 0 0;
	font-size:12px;
	line-height:28px;
	font-weight:bold;
	color:#fb8b07;
}

.vierObjecten ul {
	height:215px;
	margin:0;
	background:#ededed;
}

.vierObjecten ul li {
	display:block;
	position:relative;
	float:left;
	margin:12px 0 0 12px;
	width:220px;
	height:191px;
	background:white;
}

.vierObjecten ul li .thumb {
	display:block;
	position:absolute;
	top:5px;
	left:5px;
	z-index:10;
	border:1px solid #d3d3d3;
}

.vierObjecten ul li a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:210px;
	height:41px;
	padding:150px 0 0 10px;
	color:black;
	z-index:20;
}

.vierObjecten ul li a:hover {
	text-decoration:none;
}

.vierObjecten ul li a:visited > strong {
	color:#7d7c7c;
}

.vierObjecten ul li a:hover > strong {
	color:#f18607;
}

.vierObjecten ul li a strong {
	font-size:12px;
	line-height:18px;
	font-weight:bold;
}





/*	Page: W03 Diensten
	Page: W06 Over ons
	******************/

#intro {
	float:left;
	width:229px;
	margin:17px 0 0 0;
	padding:0 0 0 5px;
	font-size:14px;
	line-height:26px;
	color:#7d7c7c;
}

#intro p {
	margin:0 0 5px 0;
}

#pageOverOns #intro {
	font-size:12px;
}

#vierKolommen {
	float:left;
	margin:23px 0;
	width:706px;
	overflow:auto;
	background:repeat-y 0 0 url(../gfx/bg_vierkolommen.gif);
}

#vierKolommen > div {
	float:left;
	width:158px;
	padding:0 11px 0 10px;
	color:#7d7c7c;
}

#vierKolommen > div.last-child {
	width:156px;
	padding-right:0;
}

#vierKolommen .thumb {
	display:block;
	margin:0 0 9px 0;
}

#vierKolommen .thumb img {
	display:block;
	border:1px solid #d2d2d2;
}

#vierKolommen h3 {
	margin:0 0 5px 0;
	padding:0;
	font-family:"Arial", sans-serif;
	font-size:18px;
	line-height:25px;
}

#vierKolommen h4 {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	color:#625f5f;
}



/*	Page: W04 Contact
	*****************/
#pageContact #main {
	height:420px;
}

#pageContact #intro {
	float:none;
	width:450px;
}

#pageContact #adres {
	position:absolute;
	top:270px;
	left:290px;
	width:190px;
	color:#625f5f;
	text-align:right;
}

#pageContact #adres h3 {
	font-family:"Arial";
	font-size:18px;
	line-height:22px;
}

#pageContact #googleMaps {
	position:absolute;
	top:41px;
	left:499px;
}

#pageContact #googleMaps iframe {
	border:1px solid #dedede;
}



/*	Page: W05 Nieuwslisting
	***********************/

#pageNieuwsListing #main {
	padding-bottom:0;
}



/*	Page: W07 Zoekopdracht
	**********************/
#pageZoekopdracht #intro {
	width:219px;
	font-size:12px;
}

#pageZoekopdracht .text {
	width:219px;
}

#pageZoekopdracht #content {
	float:left;
	margin:0 0 0 21px;
	width:520px;
}

#pageZoekopdracht #minPriceTxt,
#pageZoekopdracht #maxPriceTxt {
	width:131px;
}

#pageZoekopdracht #minOppervlakte,
#pageZoekopdracht #maxOppervlakte,
#pageZoekopdracht #kamers {
	width:34px;
}



/*	Page: W08 Koopaanbod
	********************/

/*	Filters (left column)	*/
#filter {
	position:relative;
	float:left; 
	left:-700px;
	width:180px;
	margin:21px 0 0 0;
	padding:20px 20px 10px 20px;
	background:#ededed;
}

#filter h2 {
	margin:0 0 16px 0;
	padding:0 0 0 2px;
	font-family:"Arial", sans-serif;
	font-size:14px;
	line-height:14px;
	color:black;
	text-transform:uppercase;
}

#filter h3 {
	margin:0 0 4px 0;
	padding:0 0 0 2px;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	color:black;
	border-bottom:1px solid #cecdcd;
}

#filter .select li {
	width:90px;
}

#filter .select strong,
#sort .select strong {
	background-image: url(../gfx/select_shine.gif);
}

#filter ul {
	margin:0 0 10px 0;
}

#filter ul li {
	padding:0 0 0 0px;
	line-height:16px;
	color:#767373;
}

#filter ul li a,
#filter ul li a:visited {
	color:#767373;
}

/*	Price range	*/
#priceRange {
	margin:0 0 15px 0;
}

#priceRange h3 {
	margin:0 0 10px 0;
	border:0;
	color:black;
}

#priceRange .btn {
	margin-top:5px;
	box-shadow: 0 0 7px #dcdcdb;
	-moz-box-shadow: 0 0 7px #dcdcdb;
	-webkit-box-shadow: 0 0 7px #dcdcdb;
}

/*	Results (right column)	*/
#results {
	position:relative;
	float:left;
	left:240px;
	width:700px;
	margin:21px 0 0 0;
	padding:0;
}

#results h2 {
	margin:0 0 18px 0;
	line-height:18px;
	font-size:14px;
	color:black;
}

#results h2 strong {
	font-size:18px;
	color:#fb8b07;
}



/*	Zoekcriteria	*/
#criteria {
	position:absolute;
	width:695px;
	padding:0 0 0 5px;
	top:0;
	left:0;
	z-index:5;
	background:repeat-y 0 23px url(../gfx/criteria_first.gif);
}

#criteria h2 {
	position:relative;
	left:-5px;
	height:23px;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:23px;
	font-weight:normal;
	color:black;
	background:white;
}

#criteria div.select {
	display:block;
	float:left;
}

#criteria div.select strong {
	height:28px;
	margin:0;
	padding:0 22px 0 7px;
	font-size:12px;
	line-height:28px;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	filter:progid:DXImageTransform.Microsoft.Shadow(enabled=false);
	border:0;
	background:repeat-x 100% 0 url(../gfx/criteria_mid.gif);
}

#criteria div.select.last-child strong {
	background-image:url(../gfx/criteria_last.gif) !important;
}

#criteria div.select ul {
	top:28px !important;
	left:-3px !important;
	box-shadow:0px 0px 7px -3px black;
	-moz-box-shadow:0px 0px 7px -3px black;
	-webkit-box-shadow:0px 0px 7px -3px black;
	border-color:#f1f1f1 !important;
}

#criteria div.select li {
	padding-left:20px !important;
}

#criteria div.select li.btnDelete {
	font-size:11px !important;
	color:#f18607 !important;
	background:#ededed no-repeat 6px 5px url(../gfx/del_criteria.gif);
}

#criteria div.select li.selected {
	background:white no-repeat 7px 4px url(../gfx/criteria_selected.gif);
}


/*	Sort	*/
#sort {
	position:absolute;
	top:0px;
	right:0;
	z-index:1;
}

#sort label {
	position:relative;
	top:3px;
	left:-9px;
	float:left;
	font-weight:normal;
}

/*	Listing	*/
ul.listing {
	margin:0 0 16px 0;
}

ul.listing > li {
	position:relative;
	margin:0 0 10px 0;
	padding:17px 185px 0 188px;
	min-height:106px;
	line-height:14px;
	border:1px solid #ededed;
	cursor:pointer;
}

ul.listing a.thumb {
	position:absolute;
	top:5px;
	left:6px;
}

/*	Description	*/
ul.listing h3 {
	margin:0 0 10px 0;
	font-size:14px;
	line-height:17px;
	font-weight:bold;
}

ul.listing h3 a:visited {
	color:#7d7c7c;
}

ul.listing div.price {
	position:absolute;
	top:17px;
	right:6px;
	font-size:14px;
	line-height:18px;
	color:black;
}

ul.listing ul.labels {
	position:absolute;
	right:5px;
	bottom:3px;
	width:185px;
}

ul.listing ul.labels li {
	position:relative;
	line-height:22px;
	text-align:right;
	padding:0 23px 0 0;
	color:#625f5f;
}

ul.listing ul.labels li img {
	position:absolute;
	top:0;
	right:0;
}



/*	Page: W09 Contentpagina
	***********************/

/*	Unordered list	*/
#pageContent #content ul {
	margin:0 0 1em 0;
}

#pageContent #content ul li {
	padding:3px 0 4px 8px;
	background:no-repeat 1px 9px url(../gfx/bullet.gif);
}



/*	Page: W10 t/m W14 gedeeld
	*************************/
#pageVastgoed #content {
	margin:0;
	padding:10px 10px 11px 10px;
	background:#ededed;
}

#pageVastgoed #twitter {
	height:86px;
}

#pageVastgoed #algemeen {
	position:relative;
	height:171px;
	padding:0 0 0 245px;
}

#pageVastgoed #algemeen .foto {
	display:block;
	position:absolute;
	top:11px;
	left:5px;
	box-shadow:0px 0px 5px #d0d0d0;
	-moz-box-shadow:0px 0px 5px #d0d0d0;
	-webkit-box-shadow:0px 0px 5px #d0d0d0;
	border:5px solid white;
}

#pageVastgoed #algemeen .foto img {
	display:block;
	border:1px solid #d3d3d3;
}

#pageVastgoed #algemeen h1 {
	height:auto;
	margin:0;
	padding:40px 0 0 0;
	font-family:"Arial", sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	color:#fb8b07;
	text-transform:none;
	border:0;
}

#pageVastgoed #algemeen .price {
	margin:0 0 25px 0;
	line-height:30px;
	color:black;
}

/*	Labels	*/
#pageVastgoed #algemeen ul.labels li {
	float:left;
	padding:0 10px 0 0;
}

#pageVastgoed #algemeen ul.labels li img {
	vertical-align:bottom;
	margin:0 5px 0 0;
}

/*	Actions	*/
#pageVastgoed #algemeen #actions {
	position:absolute;
	top:16px;
	right:0;
	z-index:30;
}

#pageVastgoed #algemeen #actions li {
	position:relative;
	left:3px;
	width:202px;
	height:31px;
	background:no-repeat 0 0 url(../gfx/btn_action.gif);
}

#pageVastgoed #algemeen #actions li a {
	display:block;
	padding:0 0 0 28px;
	width:171px;
	height:27px;
	font-family:"Arial", sans-serif;
	font-size:14px;
	line-height:25px;
	color:#625f5f;
}

#pageVastgoed #algemeen #actions li a:hover {
	text-decoration:none;
}

/*	Tabs	*/
#pageVastgoed .tabs {
	height:29px;
	padding:0 0 0 11px;
	background:repeat-x 0 0 url(../gfx/tab_vastgoed_bg.gif);
}

#pageVastgoed .tabs li {
	float:left;
	height:28px;
	padding:0 7px 0 0;
	border-left:1px solid #d0d0d0;
	background:no-repeat 100% 0 url(../gfx/tab_vastgoed.gif);
}

#pageVastgoed .tabs li a {
	display:block;
	height:27px;
	padding:1px 14px;
	font-size:12px;
	line-height:27px;
	font-weight:bold;
	color:#9b9b9e;
}

#pageVastgoed .tabs li a:hover {
	color:#f18607;
	text-decoration:none;
}

#pageVastgoed .tabs li.active a {
	color:#38373d;
}

#pageVastgoed .tabs li.active {
	height:29px;
}

/*	Tab content	*/
#tabContent {
	padding:20px 20px 0 20px;
	color:black;
	background:white;
}

#tabContent a.btnMore {
	float:right;
}

/*	Page: W10 Vastgoed
	******************/

#pageVastgoed #omschrijving {
	float:left;
	width:347px;
	margin:0 20px 0 0;
	padding:0 0 20px 0;
	overflow:auto;
}

#pageVastgoed #kenmerken {
	float:left;
	width:513px;
	padding:0 0 20px 0;
	overflow:auto;
}

#pageVastgoed #kenmerken ul {
	margin:0 0 10px 0;
}

#pageVastgoed #kenmerken ul li {
	position:relative;
	padding:3px 0 3px 130px;
	line-height:18px;
	overflow:auto;
	border-bottom:1px solid #d0d0d0;
}

#pageVastgoed #kenmerken ul li h3 {
	position:absolute;
	top:3px;
	left:12px;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:18px;
	color:#9b9b9e;
}

#pageVastgoed #kenmerken ul li p {
	margin:0;
	padding:0;
}

#pageVastgoed #fotos {
	clear:both;
	padding:0 0 20px 0;
	overflow:auto;
}

#pageVastgoed #fotos .btnMore {
	margin-right:5px;
}

/*	Thumbs (ook gebruikt op W13)	*/
#pageVastgoed ul.thumbs {
	margin:0;
	padding:0;
}

#pageVastgoed ul.thumbs li {
	float:left;
	width:164px;
	margin:0 5px 10px 5px;
	text-align:center;
	border:1px solid #ededed;
}

#pageVastgoed ul.thumbs li:hover {
	border-color:#adadad;
}

#pageVastgoed ul.thumbs li a {
	display:block;
	width:164px;
	height:103px;
	padding:5px 0;
}

#pageVastgoed ul.thumbs li a img {
	display:inline-block;
}

#pageVastgoed ul.thumbs li p {
	display:none;
}

/*	Kaart / buurtinformatie	*/
#kaartOmgeving {
	overflow:auto;
	padding:0 0 20px 0;
}

#pageVastgoed #googleMaps {
	float:left;
	margin:0 21px 0 0;
}

#pageVastgoed #googleMaps iframe {
	border:1px solid #dedede;
}

#kaartOmgeving .content {
	float:left;
	width:352px;
}

#kaartOmgeving h3 {
	font-size:12px;
	font-weight:bold;
}



/*	Page: W11 Vastgoed omschrijving
	*******************************/
#omschrijvingUitgebreid {
	position:relative;
	margin:0 150px 0 150px;
	padding:5px 0 20px 0;
	color:#7d7c7c;
}

#omschrijvingUitgebreid h3 {
	position:absolute;
	left:-140px;
	width:120px;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	color:#625f5f;
	text-align:right;
}



/*	Page: W12 Vastgoed kenmerken
	****************************/
#kenmerkenUitgebreid {
	margin:0 150px;
	padding:5px 0 20px 0;
}
#kenmerkenUitgebreid h3 {
	clear:both;
	margin:0;
	padding:0;
	font-size:14px;
	line-height:22px;
	color:#7d7c7c;
	font-weight:bold;
}

#kenmerkenUitgebreid ul {
	margin:0 0 8px 0;
	padding:0 0 9px 0;
	overflow:auto;
	background:repeat-x 0 100% url(../gfx/dots_hori.gif);	
}

#kenmerkenUitgebreid ul:last-child {
	margin:0;
	padding:0;
	background:transparent;
}

#kenmerkenUitgebreid li {
	clear:both;
	padding:2px 0;
}

#kenmerkenUitgebreid h4 {
	float:left;
	width:180px;
	margin:0;
	padding:0 20px 0 0;
	font-size:12px;
	line-height:18px;
	color:#7d7c7c;
}

#kenmerkenUitgebreid p {
	float:left;
	width:375px;
	margin:0;
	padding:0;
}



/*	Page: W14 Vastgoed kaart
	************************/
#kaart {
	float:left;
	width:508px;
	min-height:450px;
	margin:0 20px 0 0;
	padding:0 0 20px 0;
}

#buurtinformatie {
	float:left;
	width:352px;
	padding:0 0 20px 0;
}

#buurtinformatie p,
#buurtinformatie ul {
	margin-left:8px;
}

#buurtinformatie ul {
	padding-top:1.5em;
}

#buurtinformatie ul li {
	color:#9b9b9e;
	padding:3px 0 4px 8px;
	background:no-repeat 1px 11px url(../gfx/bullet.gif);
}



/*	Page: W17 Referenties
	*********************/
#pageReferenties #main {
	padding-top:0;
}

ul.referenties {
	margin:0 0 18px 0;
}

ul.referenties li {
	padding:10px 0 10px 0;
	font-size:14px;
	line-height:30px;
	background:repeat-x 0 100% url(../gfx/dots_hori.gif);
}

ul.referenties li:first-child {
	padding-top:0;
}

ul.referenties li h3 {
	font-size:16px;
	line-height:32px;
}

ul.referenties li blockquote {
	position:relative;
	margin:0;
	padding:0 0 0 20px;
}

ul.referenties li span {
	font-size:45px;
	line-height:30px;
	color:#fb8b07;
	vertical-align:middle;
}

ul.referenties li span:first-child {
	position:absolute;
	top:5px;
	left:0;
}



/*	Modals ("layers")
	*****************
	Op de servicelink knoppen op templates W10 t/m W14 en de gallery	*/

/*	Basics	*/
#modalBg,
#galleryBg {
	visibility:hidden;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:150;
	background:black;
}

.modal {
	visibility:hidden;
	position:fixed;
	top:50%;
	left:50%;
	text-align:left;
	z-index:175;
	background:#ededed;
}

 .test {



	text-align:left;
	z-index:175;
	background:#ededed;
}

/*	Bovenkant	*/
.modal .modalTop {
	position:relative;
	height:32px;
	background:#f18607;
}

.modal .modalTop h2 {
	margin:0;
	padding:6px 0 0 9px;
	font-family:"Arial", sans-serif;
	font-size:18px;
	line-height:20px;
	color:white;
}

.modal .modalTop .btnCloseModal {
	display:block;
	position:absolute;
	top:7px;
	right:11px;
	height:19px;
	padding:0 14px 0 0;
	font-size:11px;
	line-height:19px;
	color:white;
	background:no-repeat 100% 4px url(../gfx/btn_close_modal.gif);
}

.modal .modalTop .btnCloseModal:hover {
	text-decoration:none;
}

/*	Midden	*/
.modal .modalMid, .test .modalMid {
	position:relative;
	padding:9px 10px;
	overflow:auto;
}

.modal .modalMid .content, .test .totalMid .content {
	padding:10px;
}


.modal .modalMid p, .test .modalMid p {
	color:#33352f;
}

.modal .modalMid form p, .test .modalMid form p {
	margin:0;
	padding:15px 0 0 0;
}

.modal .modalMid form p:first-child {
	padding:0;
}

.modal .modalMid form label, .test .modalMid form label {
	display:block;
	margin:0 0 4px 0;
	font-size:14px;
	line-height:18px;
	color:#33352f;
	font-weight:normal;
}

.modal .modalMid form input.text,
.modal .modalMid form textarea, 
.test .modalMid form input.text,
.test .modelMid form  textarea{
	width:270px;
}

.test .modalMid form input.text{
	padding:3px 0 2px 5px;
font-size:12px;
line-height:16px;
height: 22px;
}

.modal .modalMid form textarea, .test .modalMid form textarea  {
	margin:0 0 8px 0;
}


/*	Modal: C33 Routebeschrijving
	****************************/
.modal #anwb {
	padding:0 0 10px 0;
	text-align:center;
}



/*	Modal: C48 Gallery
	******************
	Word niet met jquery.modal.js gemaakt, maar met gallery.js	*/
.gallery {
	display:none;
	visibility:hidden;
	position:fixed;
	top:50%;
	left:50%;
	width:691px;
	height:634px;
	margin:-345px 0 0 -317px;
	text-align:left;
	z-index:175;
	border:1px solid #ededed;
	background:white;
}

.gallery .currentPhoto {
	position:relative;
	padding:19px 19px 0 19px;
}

.gallery h2 {
	height:20px;
	margin:0 0 20px 0;
}

.gallery h2 span {
	display:block;
	float:left;
	height:20px;
	padding-right:4px;
	line-height:20px;
	color:#fb8b07;
}

.gallery h2 small {
	display:block;
	float:left;
	height:20px;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	color:#625f5f;
	padding-right:9px;
	background:white;
}

.gallery .btnCloseGallery {
	display:block;
	position:absolute;
	top:23px;
	right:28px;
	padding:0 15px 0 0;
	height:11px;
	font-size:11px;
	line-height:11px;
	color:#625f5f;
	background:no-repeat 100% 0 url(../gfx/btn_close_gallery.gif);
}

/*	Photo	*/
.gallery .photo {
	height:435px;
	text-align:center;
	border:1px solid #eeeeee;
}

.gallery .photo img {
	display:inline-block;
	margin:6px 0 0 0;
	padding:0;
}

.gallery .btnPrevPhotoTop,
.gallery .btnNextPhotoTop {
	visibility:hidden;
	display:block;
	position:absolute;
	top:253px;
	left:3px;
	width:52px;
	height:52px;
	text-indent:-4096px;
	overflow:hidden;
	background:no-repeat 9px 0 url(../gfx/btn_prev_photo_top.png);
}

.gallery .btnNextPhotoTop {
	left:637px;
	background:no-repeat 0 0 url(../gfx/btn_next_photo_top.png);
}

/*	Description	*/
.photoDescription {
	height:40px;
	line-height:40px;
	text-align:center;
	overflow:hidden;
}

/*	Filmstrip	*/
.gallery .filmStrip {
	position:relative;
	margin:0 5px;
	overflow:hidden;
}

.gallery .filmStrip .scrollTrack {
	height:79px;
	overflow:hidden;
	background:#ededed;
}

.gallery .filmStrip .btnPrevPhoto,
.gallery .filmStrip .btnNextPhoto {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:39px;
	height:79px;
	text-indent:-4096px;
	overflow:hidden;
	z-index:10;
	background:no-repeat 0 0 url(../gfx/btn_prev_photo.png);
}

.gallery .filmStrip .btnNextPhoto {
	left:642px;
	background:no-repeat 0 0 url(../gfx/btn_next_photo.png);
}

.gallery .filmStrip ul {
	position:relative;
	top:5px;
	width:99999px;
	height:79px;
	z-index:5;
}

.gallery .filmStrip ul.allFit {
	width:auto;
	text-align:center;
}

.gallery .filmStrip ul li {
	display:inline-block;
	margin:0 2px 6px 3px;
	padding:0;
	border:1px solid #b2b2b2;
}

.gallery .filmStrip ul li.active {
	margin:0 1px 5px 2px;
	border:2px solid #ed8307;
}

.gallery .filmStrip ul li p {
	display:none;
}

.gallery .filstrip ul li a {
	display:inline-block;
	width:84px;
	height:56px;
}
.gallery .filmStrip ul img {
	display:block;
	width:84px;
	height:56px;
	margin:0;
	padding:0;
	border:5px solid white;
}



/*	Hacks
	*****/

/* slightly enhanced, universal clearfix hack */
.clearfix:after,
#content form p:after,
#main:after,
#tabContent:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.disclaimer{
display: none;}

.clearfix,
#content form p,
#main,
#tabContent { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix,
* html #content form p,
* html #main,
* html #tabContent { height: 1%; }
.clearfix,
#content form p,
#main,
#tabContent { display: block; }
/* close commented backslash hack */


input[type="button"], input[type="submit"], input[type="reset"]  {
background:url("../gfx/btn.gif") repeat-x scroll 0 -20px transparent;
border:0 none;
color:white;
display:inline-block;
font-weight:normal;
height:20px;

cursor:pointer;
}
form#zoeken ul { list-style-type:none;padding:0px;margin:0px;}
div.input_blok {margin-top:10px;}
