/* NVM Realworks BV - Alders Makelaardij */

/* MAIN LAYOUT */

html,body { 
	height: 100%
}

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

DIV#wrapper {
	position:relative;
	margin:0 auto;
	text-align:left;	
	width:980px;
	height: 100%;
	}
	
DIV#content {
	position: absolute;
	left: 200px;
	top: 220px;
	height: 505px;
	width: 80%;
	overflow: auto;
	color: #0E2B8D;
	font-size: 12px;
	line-height: 15px;	
}


DIV#header {
	height: 205px;
	width: 100%;
	overflow:hidden;
	border-bottom: 1px solid #0E2B8D;	
}

/* END MAIN LAYOUT */

/* MENU */

DIV#menu {
	background-color: #D9DAEA;
	padding-left: 20px;
	/*padding-top: 42px;*/padding-top: 5px;
	color: #0E2B8D;
	font-size: 12px;	
	width: 170px;
	height: 500px;
	padding-top:20px;
	/*height: expression(document.body.clientHeight - 255);*/
}

UL {
	list-style: none;
	margin: 0px;
	padding:0px;
}

LI {
	margin-bottom: 15px;
}

/* END MENU */

/* HOME */

DIV#spotlight_container {
	height: 324px;
}

TABLE#home td.cms {
	background-image: url(images/home_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #F2F2F9;
	width: 277px;
	height: 324px;
	padding: 10px;
	vertical-align: top;
}

TABLE#home td.spacer {
	width: 20px;
}

DIV.spotlight_details {
	padding-left: 5px;
	padding-bottom: 5px;
}

DIV#spotlight_object {
	background-color: #D9DAEA;
	cursor: pointer;
	margin-bottom: 10px;
}

DIV#spotlight_object IMG {
	border: 1px solid #9597C6;
}

H2  {
	color: #0E2B8D;
	font-size: 13px;
	font-weight: bold;
}

/* END HOME */

/* AANBOD */

TD.aanbod_photo {
	width: 131px;
}

TD.aanbod_price {
	vertical-align: bottom;
	padding-bottom: 5px;
	padding-left: 5px;
}

TD.aanbod_status {
	vertical-align: bottom;
	padding-bottom: 5px;
	text-align: right;
	padding-right: 5px;
	color: #FF0000;
	font-weight: bold;
	font-size: 11px;	
}

TD.aanbod_adress {
	vertical-align: top;
	padding-top: 5px;
	padding-left: 5px;
}

TD.aanbod_desc {
	padding-left: 5px;
}

TABLE#aanbod-1 {
	width: 667px;
	background-color: #D9DAEA;
	background-image:url(images/aanbod_bg_dark.gif);
	background-repeat:no-repeat;
	background-position: 105% 35%;
}

TABLE#aanbod-2 {
	width: 667px;
	background-color: #F2F2F9;
	background-image:url(images/aanbod_bg_light.gif);
	background-repeat:no-repeat;
	background-position: 105% 35%;
}


TD.aanbod_adress A {
	color: #0E2B8D;
	font-weight: bold;
	text-decoration: underline;
}

TABLE#paginas A {
	color: #0E2B8D;
	font-weight: bold;
	text-decoration: underline;
}

TABLE#paginas {
	color: #0E2B8D;
	font-weight: bold;
	
}

/* END AANBOD */

/* OBJECT */

DIV#object {
	margin-left: 45px;
	margin-right: 45px;
}

TABLE#objectalgemeen {
	border-collapse: collapse;
	border: 1px solid #9597C6; 
	background-color: #F2F2F9;
	width: 675px;	
	font-weight:normal;
	font-size:12px;
	font-family:arial;
}

TABLE#objectalgemeen TH {
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #D9DAEA;
}

TABLE#objectalgemeen TD {
	padding: 5px;
	padding-left: 15px;
}

H1 {
	color: #0E2B8D;
	font-size: 16px;
	font-weight: bold;
}

H3 {
	color: #0E2B8D;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 3px;	
}


DIV#mainphoto {
	float: left;
}

DIV#thumbphotos {
	float: left;
	height:196px;
	width: 300px;
	overflow: auto;
	position:absolute;
	left: 420px;
}

DIV#thumbphotos IMG {
	cursor: pointer;
}

DIV#objectmenu {
	margin-top: 226px;
}

DIV#objectmenu IMG {
	margin-right: 2px;
}

TABLE#objectalgemeen TD.bold {
	font-weight: bold;
	width: 135px;
}

TABLE#objectmorephotos {
	border-collapse: collapse;
	border: 1px solid #9597C6; 
	background-color: #F2F2F9;
	width: 675px;
}

TABLE#objectmorephotos A {
	color: #0E2B8D;
}

TABLE#objectmorephotos TH {
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #D9DAEA;

}
/* END OBJECT */

/* FORMS */

input {
	border: 1px solid #9597C6;
}


/* END FORMS */

