body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;

	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 11px;

	background-color: #29292a;
	background-image: url(/images/background.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

a {
	color: #404041;
}

a:hover, a:active, a:focus {
	color: #096d9e;
}

td {
	font-family: verdana, sans-serif;
	font-size: 11px;
}

p {
	margin-bottom: 1em;
}

/* SITE LAYOUT */

#site {
	position: absolute;
	width: 100%;

	min-height: 100%;

	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */

	z-index: 0;
}

#sitemain {
	position: absolute;
	top: 0px;
	width: 100%;

	text-align: center;
	height: 100%;

	z-index: 0;	
}

#main {
	position: relative;

	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */

	text-align: left;

	margin: 0px auto;
	width: 902px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;

	z-index: 2;
}

#header {
	position: relative;
	height: 235px;

	background-color: #FFFFFF;
	
	width: 902px;
	overflow: hidden;
	
	z-index: 100;
}

#footer {
	position: absolute;
	left: -1px;
	bottom: 0px;
	
	width: 902px;
	height: 140px;

	background-color: #ffffff;
	background-image: url(/images/background_footer.gif);
	background-repeat: repeat-x;

	font-size: 10px;
	font-family: verdana, sans-serif;
	
	z-index: 10;

	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#content {
	position: relative;
	top: 0px;
	left: 0px;
	
	width: 902px;

	padding-bottom: 140px;

	color: #404041;

	z-index: 4;
}

.clearfloats
{
	clear: both;
}


/* HEADER */

#logo {
	position: absolute;
	top: 0px;
	left: 18px;
	
	z-index: 101;
}

#headerfoto {
	position: absolute;
	top: 0px;
	left: 0px;

	z-index: 100;
}

#headeroverlay {
	position: absolute;
	top: 126px;
	left: 0px;
	z-index: 100;
}


#headershadow {
	position: absolute;
	top: 0px;
	left: 0px;

	z-index: 100;
}

#hmodh {
	position: absolute;
	top: 152px;
	left: 676px;
}

/* MENU */

#menu {
	position: absolute;
	top: 179px;
	left: 0px;
	
	width: 902px;
	height: 57px;
	overflow: hidden;
	
	background-image: url(/images/background_menu.gif);
	background-repeat: repeat-x;
	
	color: #FFFFFF;
}

#menu a {
	color: #FFFFFF;
}


.menuitem {
	position: relative;
	margin-top: 10px;
}

.menuitem, #menu img {
	display: inline;
	float: left;
}

#menu img {
	margin-right: 6px;
}

#submenu {
	position: absolute;
	top: 36px;
	left: 0px;
	
	height: 21px;
}

.submenuitem {
	position: relative;
	margin-top: 5px;
}

.submenuitem, #submenu img {
	display: inline;
	float: left;
}

#submenu img {
	margin-right: 6px;

}


/* FOOTER */

#footertekst {
	position: relative;
	width: 500px;

	white-space: nowrap;

	overflow: hidden;
}

#biv {
	position: absolute;
	top: 27px;
	left: 511px;
	
	width: 35px;
	height: 34px;
}

#bivtekst {
	position: absolute;
	top: 10px;
	left: 563px;

	width: 340px;
}


#contactgegevens {
	position: relative;
	margin-left: 20px;
	margin-top: 21px;

	color: #404041;
}

#contactgegevens strong {
	color: #0f6ba1;
}

#contactgegevens a {
	color: #404041;
}

#kantoren {
	position: relative;
	margin-left: 20px;
	margin-top: 21px;

	color: #005377;
}

#kantoren a {
	color: #005377;
}

#copyright {
	position: relative;
	margin-left: 20px;
	margin-top: 21px;

	color: #404041;

}

#copyright a {
	color: #404041;
}


/* CONTENT */

.padded {
	padding: 14px 20px 6px 20px;

	max-width: 862px;
	overflow: hidden;
}

.marginleft {
	position: relative;
	margin-left: 20px;
}

.blokken {
	position: relative;
	background-color: #404041;
	color: #bbbec1;
}

.bloklinks {
	position: relative;
}

.blokrechts {
	position: absolute;
	top: 0px;
	left: 451px;
}

.dark, .dark td, .dark a {
	color: #bbbec1;
	background-color: #404041;
}



.blauw {
	color: #ffffff;
	background-color: #0f6ba1;
}

.zwart {
	color: #ffffff;
	background-color: #000000;

}

.blokrechts.groot {
	color: #bbbec1;
	font-size: 12px;
	font-weight: bold;
	color: red;
}

.light {
	color: #404041;
	background-color: #bbbec1;
}

.wit {
	background-color: #ffffff;
}

#content ul {
	margin-left: 18px;
	list-style-image: url(/images/li.gif);
}

#content ol {
	margin-left: 24px;
}

#content p {
	margin-top: 0;
	margin-bottom: 1em;
}

#content li {
	margin-bottom: 10px;
}

/* HOME */

#kijker {
	position: relative;

	margin-top: 31px;
	margin-left: 61px;
	margin-bottom: 9px;
	
	
	width: 318px;
	height: 295px;
	
	overflow: hidden;
	
	
	background-color: #404041;
}


.nieuws {
	position: relative;
	
	margin-left: 40px;
	margin-top: 14px;
	
	width: 350px;
	
	color: #bbbec1;
}

#nieuws strong {
	color: #bbbec1;
}

#nieuwsdark strong {
	color: #404041;
}

/* KIJKER */

#kijker_titel {
	position: absolute;
	top: 0px;
	left: 0px;
}

.kijker_foto {
	position: absolute;
	top: 36px;
	left: 0px;

	border: 1px solid #FFFFFF;
}

.kijker_info {
	position: absolute;
	top: 281px;
	right: 0px;
}


/* AANBOD */

.zoekcriteria_map {
	position: absolute;
	top: 63px;
	left: 20px;
	
	width: 411px;
	height: 288px;
	overflow: hidden;
 
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

#mapiconklik {
	position: absolute;
	top: 20px;
	left: 20px;
	
	width: 411px;
	
	color: #FFFFFF;
}

#zoekcriteria {
	margin-top: 20px;
}

#zoekcriteria td {
	font-size: 10px;
	color: #ffffff;
}

.titel_zoekcriteria {
	color: #bbbec1;
		
	font-size: 11px;
	font-weight: bold;
	
	padding-bottom: 10px;
}

#zoekcriteria .kader {
	border: 1px solid #7f9db9;
}

#aanbod {
	position: relative;
	margin-top: 10px;
}

#aanbod ul {
	position: relative;
	margin-left: 0px;
	padding-left: 0px;
}

#aanbod li {
	position: relative;
	display: inline;
        float: left;
        
        margin-left: 0px;

	width: 451px;
	height: 228px;

	list-style: none;

	background-image: url(/images/background_pand.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #FFFFFF;
}

#aanbod a {
	color: #FFFFFF;
}

.pand {
	position: relative;
	width: 451px;
	height: 218px;	
	overflow: hidden;

}

.pandfoto, .projectfoto {
	position: absolute;
	top: 20px;
	left: 20px;
	
	border: 1px solid #FFFFFF;
}

.pandsticker {
	position: absolute;
	top: 21px;
	left: 21px;
}

.sidesticker {
	position: absolute;
	top: 154px;
	left: 274px;
}


.pandtitel, .projecttitel {
	position: absolute;
	top: 30px;
	left: 274px;

	width: 170px;
}
.pandtitel strong, .projecttitel strong {
	font-size: 12px;
}

.pandprijs {
	position: absolute;
	top: 140px;
	left: 274px;

	font-size: 12px;
		
	width: 170px;	
	overflow: hidden;
}

.pandprijs strong {
	font-size: 11px;
}

.pandinfo {
	position: absolute;
	left: 274px;
	bottom: 30px;
}


.project {
	position: relative;
	width: 940px;
	min-height: 230px;
}

.projectinfo {
	position: absolute;
	top: 170px;
	left: 15px;
}

.projectmijnlsh {
	position: absolute;
	top: 200px;
	left: 15px;
}

.projectpanden {
	
	position: relative;
	margin-top: 38px;
	margin-left: 254px;

	width: 660px;
	height: 73px;
	
	padding-top: 5px;
	margin-bottom: 6px;
}

.projectpanden th {
	border-bottom: 1px solid #FFFFFF;
	font-size: 14px;
	text-align: left;
	padding: 2px;
}

.projectpanden td {
	border-bottom: 1px solid #cd8c5d;
	padding: 2px;
}

.projectpanden img {
	vertical-align: bottom;
}
#sorteren {
	position: absolute;
	top: 10px;
	right: 0px;

	width: 735px;
	text-align: right;
}

#filter {
}


/* MAPSEARCH */


#googlemap_topright {
	position: absolute;
	top: 0px;
	right: 0px;
}

#googlemap_topleft {
	position: absolute;
	top: 0px;
	right: 697px;
}

#googlemap_bottomright {
	position: absolute;
	top: 330px;
	right: 0px;
}

#googlemap_bottomleft {
	position: absolute;
	top: 330px;
	right: 697px;
}


/* DETAIL */

#hoofdfoto {
	position: relative;
	
	top: 21px;
	margin-left: 20px;
	
	border: 1px solid #FFFFFF;
	
	width: 402px;
	height: 291px;
	
	z-index: 2;
}

#pandopties {
	position: absolute;
	top: 322px;
	left: 269px;
	
	width: 155px;
	height: 118px;
}

#pandopties .knop {
	position: relative;
	height: 14px;
	margin-bottom: 7px;
}

#previousdiv {
	position: absolute;
	top: 0px;
	left: 0px;
}

#nextdiv {
	position: absolute;
	top: 0px;
	left: 38px;
}

.nbhoofdfoto {
	position: absolute;
	top: 12px;
	left: 159px;
	
	z-index: 2;
}

#thumbnails {
	position: absolute;
	
	top: 322px;
	left: 20px;
	
	width: 244px;
	height: 121px;
		
	z-index: 4;
}

#thumbnails img {
	border: 1px solid #ffffff;
}

#nbthumbnails {
	position: absolute;
	
	top: 12px;
	left: 13px;
	
	width: 119px;
	height: 357px;
		
	z-index: 4;
}

.thumbdiv {
	position: relative;
	width: 82px;
	height: 61px;
}

#adres {
	padding: 20px 20px 0px 20px;
}


#beschrijving {
	position: relative;
	width: 411px;

	padding: 0px 20px 0px 20px;

	height: 240px;
	overflow: hidden;
}



.knoppen {
	position: relative;
	overflow: hidden;

	padding: 0px 0 0px 20px;
	height: 14px;
}

.knoppen img {
	float: left;
	position: relative;
	display: inline;

	margin-right: 10px;
}

.button {
	cursor: pointer;
}

#algemeenindeling {
	width: 780px;
}

.kolom {
	position: relative;
	float: left;
	display: inline;

	margin-right: 11px;

	width: 377px;
}

.kaderke {
	position: relative;
	background-color: #575251;
	

	padding: 13px 9px 13px 13px;
	margin-bottom: 10px;

	overflow: hidden;
}

.kader {
	border: 1px solid #FFFFFF;
}


#mapcont a {
	color: #bbbec1;
}

/* GOOGLE MAP */

#googleplan {
	position: relative;
	width: 765px;
	margin-bottom: 10px;
}

.googletab {
	position: relative;
	float: left;
	margin-right: 1px;
}

/* MISC */

.png {
	behavior: url(/includes/iepngfix.htc);
}


h1 {
	font-size: 21px;
	height: 30px;
	margin-bottom: 0.4em;
}

h2 {
	font-size: 18px;
	height: 30px;
}

div {
	vertical-align: top;
}

.hr {
	position: relative;
	background-image: url(/images/hr.gif);
	background-repeat: repeat-x;

	height: 1px;
	width: 100%;
	overflow: hidden;
	
	margin-top: 12px;
	margin-bottom: 10px;
}

.shadow {
	position: relative;
	background-image: url(/images/shadow.gif);
	background-repeat: repeat-x;

	height: 10px;
	overflow: hidden;	
}


.onderbreking {
	position: relative;
	
	width: 765px;
	height: 10px;

	margin-top: 10px;	
	margin-left: -15px;
	
	background-color: #000000;
}

.small, .small a, .small i, .small b, .small p {
	font-size: 10px;
}

.spacer {
	color: #FCBF26;
}

/* NIEUWBOUW */

#geografisch_downloads {
	position: absolute;
	top: 12px;
	left: 535px;
	
	width: 220px;
}

#geografisch_downloads div 
{
	margin-bottom: 0px;
}

#nieuwbouwlijst {
	position: relative;
}

#nieuwbouwlijst a {
	color: #000000;
}

.nieuwbouwlijsthr {
	border-top: 1px solid white;
	border-bottom: 1px solid #CD8C5D;
}

.nieuwbouwlijsthrbottom {
	border-bottom: 1px solid #CD8C5D;
}

.nieuwbouwlijsthrtop {
	border-top: 1px solid white;
}


.formbutton {

}

.align_right {
	text-align: right;
}
.print {
	display: none;
}

.geel {
	color: #ffc126;
}

.topleft {
	position: absolute;
	top: 0px;
	left: 0px;
}


#wait {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	background: #000000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}
