/* Indeling van de website */

body {
	background: #dbdde0 url('/images/layout/bg.jpg') repeat-x;
	color: #000000; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
}

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 123px;
	border-bottom: 4px solid #FFFFFF;
	overflow: hidden; /* IE 6 height hack */
}

	#logo {
		margin-left: 30px;
	}

#content {
	float: left;

	background-color: #FFFFFF;
	width: 668px;
	
	border-left: 6px solid #FFFFFF;
	border-right: 6px solid #FFFFFF;

	margin-right: 14px;
}

	#visual {
		border-bottom: 1px solid #FFFFFF;
	}
	
	#text {
		padding: 5px;
	}
	
#spacer {
	height: 20px;
}	
	

#sidebar {
	float: left;
	width: 266px;
}

	#sidebar .round_white .titel {
		color: #1D2B6D;
	}

	#spotlight {
		background: url('/images/layout/spotlight_bg.jpg');
		height: 279px;
		cursor: pointer;
	}

		#spotlight_foto {
			padding-top: 8px;
		}

			.rounded_spotlight {
			    margin: 0 auto;
			    border: 4px solid #FFFFFF;
			    color: #FFFFFF;
			    width: 194px;
			    height: 110px;
			    padding: 20px;
			    text-align: left;
			    background-repeat: no-repeat;
			}	

	.spotlight_title {
		color: #F4D103;
		font-weight: bold;
		text-align: center;
		padding-top: 5px;
		font-size: 1.2em;
	}

	.spotlight_tekst {
		height: 42px;
		
		padding-top: 10px;
		
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
	}
	
	.spotlight_tekst a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	.spotlight_button {
		color: #253583;
		font-weight: bold;
	
		line-height: 23px;
		text-align: center;
	
		height: 23px;
	}	

.banner {
	text-align: center;
}

.woning_aanbod {
	background: url('/images/layout/woning_aanbod_bg.jpg');
	float: left;
	width: 209px;
	height: 252px;
	cursor: pointer;
}


	.woning_aanbod_foto {
		padding: 10px;
		height: 140px;
	}

		.rounded_image {
		    margin: 0 auto;
		    border: 4px solid #ffffff;
		    color: #ffffff;
		    width: 140px;
		    height: 90px;
		    padding: 20px;
		    text-align: left;
		    background-repeat: no-repeat;
		}


	.woning_aanbod_tekst {
		height: 50px;
		
		padding-top: 5px;
		
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
	}
	
	.woning_aanbod_tekst a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	.woning_aanbod_button {
		color: #253583;
		font-weight: bold;
	
		line-height: 31px;
		text-align: center;
	
		height: 31px;
	}	


	.round_white {
	    margin: 0 auto 20px;
	    color: #ffffff;
	    width: 248px;
	    padding: 5px;
	    text-align: left;
	    background-color: #FFFFFF;
	    border: 4px solid #1d2b6d;
	    color: #1d2b6d;
	    -webkit-border-radius: 10px;
	    -moz-border-radius: 10px;
	    border-radius: 10px;
	    CCborderRadius: 10px;
	
		margin-top: 20px;
	}

	.round_white .titel, .round_blue .titel {
		font-weight: bold;
		font-size: 1.2em;
	}
	
	.round_white a {
		color: #1d2b6d;
	}

	.round_blue {
	    margin: 0 auto 20px;
	    color: #ffffff;
	    width: 248px;
	    padding: 5px;
	    text-align: left;
	    background-color: #1d2b6d;
	    border: 4px solid #1d2b6d;
	    color: #FFFFFF;
	    -webkit-border-radius: 10px;
	    -moz-border-radius: 10px;
	    border-radius: 10px;
	    CCborderRadius: 10px;
	
		margin-top: 20px;
	}

/* Elementen op de website */
h1 {
	color: #253583;
	line-height: 100%;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold;
	
	margin-top: 10px;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #253583;
	margin-bottom: 10px;
}

.promo  {
	font-size: 1.5em;
	font-weight: bold;
	color: #253583;
	margin-bottom: 10px;
}

.promo a {
	color: #253583;
	text-decoration: none;	
}

.breadcrumb {
	font-size: 0.82em;
	margin-top: 5px;
	margin-bottom: -5px;
}

.breadcrumb a {
	text-decoration: none;
	color: #253583;
}

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

/* Links op de website */
a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* Formulieren */
.contact td {
	padding-bottom: 2px;
}

input[type="text"],textarea {
	border: 1px solid #000000;
}

input[type="button"],input[type="submit"]  {
	font-weight: bold;
}

.form_element {
	border: 1px solid #000000;
}

.required {
	color: #FF0000;
	font-weight: bold;
}

/* Footer */
html, body, #container {
	height: 100%;
}

body > #container {
	height: auto;
	min-height: 100%;
}

#main {
	padding-bottom: 50px;
}

#footer {
	position: relative;
	margin-top: -50px; 
	height: 50px;
	line-height: 50px;
	clear: both;
	background-color: #FFFFFF;
	margin: 0 auto;	
	margin-top: -50px;
	text-align: left;
	font-size: 8.2px;
}

	#footer_center {
		width: 960px;
		margin: 0 auto;
		text-align: left;
	}

		#footer_left {
			width: 260px;
			margin-top: 10px;
			line-height: 16px;
			float: left;
			margin-left: 10px;
		}
		
		#footer_right {
			float: left;
			width: 400;
			margin-top: 10px;
			margin-left: 10px;
			line-height: 29px;
			height: 29px;
			text-align: right;
		}
		
		#footer_right img {
			padding-left: 5px;
		}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix { /* hides from IE-mac */
	height: 1%;
}

/* menu */
.menu-align {
	text-align: center;
}

#menu {
	background: #253583 url('/images/layout/menu_bg.jpg') no-repeat;
	height: 40px;	
}
	
#menu ul {
	list-style: none;
	line-height: 1;
	
	padding: 0;
	margin: 0;
	
	margin-left: 10px;
}

#menu a, #menu a:hover {
	display: block;
	text-decoration: none;
	border: none;
}

#menu li {
	float: left;
	list-style: none;

	width: 108px;
	
	padding: 0;
	margin: 0;
}

#menu a, #menu a:visited {
	display:block;
	color: #FFFFFF;

	line-height: 31px;
	height: 31px;
}

#menu a:hover, #menu a:active {
	background: url('/images/layout/menu_bg_mouseover.jpg');
	color: #253583;
	text-decoration: none;
}	

	
/* dropdown menu */		
#menu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px;
}

#menu li li {
	width: 140px;
	background: url('/images/layout/menu_bg_mouseover.jpg');
	text-align: center;

	padding: 0;
	margin: 0;
	
	padding-left: 10px;
}

#menu li li a, #menu li li a:visited {
	font-weight: normal;
	font-size: 0.95em;
	color: #253583;
}

#menu li li a:hover, #menu li li a:active {
	font-weight: bold;
	color: #253583;	
}	
		
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
	z-index: 100;
	margin: 0;
}


#menu ul li ul li {
	text-align: left;
}


/* lijst met objecten */
.object {
	background: url('/images/layout/object_bg.jpg');
	height: 210px;
	width: 650px;
	
	margin-bottom: 10px;
	margin-left: 4px;

	cursor: pointer;	
}

	.object_left {
		float: left;
	}

	.object_foto {
		padding-top: 10px;
		margin-left: 10px;
		width: 210px;
	}
	
		.status {
			background-color: #FFFFFF;
			color: #1D2B6C;
			float: left;
			font-size: 11px;
			font-weight: bold;
			height: 28px;
			line-height: 13px;
			margin-left: 5px;
			margin-top: 118px;
			padding-top: 2px;
			position: absolute;
			text-align: center;
			text-transform: uppercase;
			width: 200px;
			z-index: 1;
		}

		.openhuis {
			background-color: #FFFFFF;
			color: #1D2B6C;
			float: left;
			font-size: 11px;
			font-weight: bold;
			height: 16px;
			line-height: 16px;
			margin-left: 5px;
			margin-top: 132px;
			position: absolute;
			text-align: center;
			text-transform: uppercase;
			width: 200px;
			z-index: 1;
		}

		.rounded_object {
		    margin: 0 auto;
		    border: 4px solid #ffffff;
		    color: #ffffff;
		    width: 160px;
		    height: 110px;
		    padding: 20px;
		    text-align: left;
		    background-repeat: no-repeat;
		    background-position: center center;
		}	

	.object_tekst {
		height: 67px;
		padding-top: 10px;
		margin-left: 10px;
		width: 410px;
		float: left;	
		color: #FFFFFF;
	}
	
		.titel {
			font-size: 1.1em;
			font-weight: bold;
			color: #FFFFFF;
		}
	
	.object_prijs {
		float: left;
	
		margin-top: 9px;
		margin-left: 10px;
	
		color: #1D2B6C;
		font-weight: bold;
		text-align: center;
		height: 23px;
		line-height: 23px;
		
		width: 210px;
		
	}

	.object a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	.object a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}

#pagination {
	margin-left: 10px;
	margin-right: 10px;
}

#pagination_left {
	float: left;
	width: 240px;
}

#pagination_center {
	float: left;
	width: 150px;
	
	text-align: center;
}

#pagination_right {
	float: right;
	text-align: right;
	
	width: 240px;
}

.filter td.naam {
	width: 15%;
}

.filter td.optie {
	width: 35%;
}

.filter td.optie select {
	width: 190px;
}

/* tabs */
.images td {
	width: 160px;
	padding-bottom: 10px;
	text-align: center;
}

.images td img {
	border: 1px solid #000000;
}

#hoofdfoto {
	float: left;
}

#hoofdfoto img {
	border: 1px solid #1D2B6D;
}

#kaart {
	float: right;
	overflow: hidden;
	
	width: 300px;
	height: 150px;

	border: 1px solid #1D2B6D;
	
	margin-bottom: 30px;
}


/* lightbox */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; background: url(/images/lightbox/prev.gif) left 50% no-repeat;}
#nextLink { right: 0; float: right; background: url(/images/lightbox/next.gif) right 50% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

#lightboxIframe {
	display: none;
}	

/* search */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	text-align: left;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	overflow: hidden;
}

.ac_loading {
	background: white url('/images/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}


div.sn {
	height: 18px;
	margin-bottom: 15px;
	border: 1px dotted #1D2B6D;
	padding: 10px;
}

div.sn div {
	float: left;
	width: 25%;
}


