/* LAYOUT */

html {
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:#FFE0B9;
	scrollbar-track-color:#FFE0B9;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#FFE0B9;
	scrollbar-highlight-color:#FFE0B9;
	scrollbar-shadow-color:#FFE0B9;
} 
body {
	margin: 0px;
	background-image:url(images/bg.jpg);
	background-position:fixed;
	background-repeat:repeat-y;
	font-family: Arial;
	font-size: 12px;
	
}

DIV#main {
	width: 965px;
}

DIV#adres {
	background-image:url(images/adres.jpg);
	height: 454px;
	width:256px;
	position: absolute;
	top: 0px;
	background-position:right;
}

DIV#fotosrechts {
	background-repeat:no-repeat;
	background-position:right;
	position: relative;
	float:right;
	right: -10px;
	top: 0px;
	height: 466px;
	width: 166px;
}

DIV#content {
	position: absolute;
	top: 0px;
	left:270px;
}

/* ADRES BLOK */

p.adresgegevens {
	font-weight: bold;
	margin-left: 66px;
	margin-top: 152px;
	font-size: 11px;
	line-height: 16px;
}

p.snelzoeken {
	font-weight: bold;
	margin-left: 21px;
	margin-top: 120px;
	font-size: 11px;
	text-align:center;
}

/* CONTENT TABLE */

td.tabletop {
	background-image:url(images/tabel/top.jpg);
	background-repeat:no-repeat;
}

td.tablemiddle {
	background-image:url(images/tabel/middle.jpg);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 15px;	
	height: 408px;
	vertical-align: top;
}

td.tablebottom {
	background-image:url(images/tabel/bottom.jpg);
	background-repeat:no-repeat;
}
table#maintable {
	margin-top: 7px;
	width: 538px;
	border:0;
	border-collapse:collapse;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

/* AANBODLIJST OPMAAK */

TABLE#aanbodobject {
	background-image:url(images/aanbodvak.jpg);
	width:498px;
	height:109px;
	background-repeat:no-repeat;
}

td.aanbodfoto{
	padding-left: 6px;
	width: 127px;
}

td.aanbodgegevens {
	vertical-align: top;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	height: 15px;
}
td.aanboddesc {
	vertical-align: top;
	padding-left: 8px;
	padding-right: 8px;
	
}

span.openhuis {
	font-weight:bold;
	color:red;
	}

div.auction {
	height:40px;
	width:170px;
	color:#72AA2B;font-size:11px;font-family:arial;font-weight:bold;
	z-index: 5;
	position: relative;
	
	
}

div.auction div.tekst {
	position:absolute;
	right:45px;
	top:15px;
	
}

div.auction img {
	position:absolute;
	top:0px;
	right:0px;
	height:40px;
	
}
td.aanbodprice {
	vertical-align: bottom;
	padding-left: 8px;
	padding-right: 8px;
	height: 25px;
	padding-bottom: 10px;
}

td.aanbodnieuw {
	vertical-align: top;
	padding-top: 8px;
	padding-right: 12px;
	text-align: right;
	color: #CC0000;
}

span.aanbodbold {
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}

span.aanbodnieuw {
	font-size: 11px;
	font-weight: bold;
}

/* OBJECT */

div.objectfoto_groot {
	background-image:url(images/object/fotobg_groot.jpg); 
	width:253px; 
	height:192px;
}

div.objectfoto_groot_sub {
	margin-top:4px; 
	margin-left:4px;
}

div.objectfoto_klein {
	background-image:url(images/object/fotobg_klein.jpg); 
	background-repeat:no-repeat; 
	width:85px; 
	height:66px;
}

div.objectfoto_klein_sub {
	margin-top:4px; 
	margin-left:4px;
}

/* LINKS */

a {
	font-size: 12px;
	color: #000000;
}

a:hover {
	font-size: 12px;
	color: #000000;
	
}

a:active {
	font-size: 12px;
	color: #000000;
}

a:visited {
	font-size: 12px;
	color: #000000;
}
/* FORMS */
input.color {
	border: 1px solid #000000;
	background-color: #FFE0B9;
	color: #000000;
}



#auction {
	width:600px;
	margin-top:20px;
	
}
#auction .logo{
	float:left;
}

#auction .bieden{
	float:left;
	margin-left:5px;
	border:solid 1px #72AA2B;   
	/*width:466px;*/
	padding:5px;
	color:#72AA2B;
	font-size:11px;
	font-family:arial;
	font-weight:bold;
}
#auction .bieden .kijkdagen{
	font-size:10px;font-family:arial;color:#4E5355;
}
#auction .bieden .kijkdagen b{
	font-size:11px;color:#000;font-weight:bold;
}
