HTML, body {
    text-align:center;
    margin:0;
	background-image:url('../img/bgimgor.gif');
	background-repeat:repeat-x;
	background-color:#0099D8;
	background-position:0 -79px;
    padding:0;
    font:12px Verdana, Helvetica, Arial, sans-serif;
}

div#wrapper {
	margin:0 auto;
	width:980px;
	background-color:#f1f9fc;
	text-align:left;
}

div#wrapper.home { background:url(../img/home-bottom-bg.gif) repeat-x scroll right 505px; }

h1 {
	margin:0;
	background:url('../img/bg.gif') repeat-x;
}

h1 a {
	position:relative;
	left:40px;
	display:block;
	height:105px;
	width:320px;
	background:url('../img/logo-bouw.gif') no-repeat top left;
	text-indent:-9999999em;
}

h3 {
	font-size:11px;
	color:#0099d8;
}

a {
	color:#0099d8;
	text-decoration:none;
}

a:hover { text-decoration:underline; }

a img { border:0; }

div#divisie-menu {
	position:absolute;	
	width:235px;
	left:50%;
	margin-left:303px;
	top:0;
}

div#divisie-menu #divisie-link {
	padding:3px 3px 0 10px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	color:#000;
	background:url('../img/right-arrow.gif') no-repeat 73px bottom;
	text-align:right;
	display:block;
	width:155px;
}

#klantgericht-link {
	display:block;
	background-image:url(../img/portal/portal_header.gif);
	background-position:-773px 55px;
	height:73px;	
	width:180px;
	outline:none;
	text-indent:-9999999px;
}

span#klantgericht-link { background-image:none; }

div#divisie-menu a:hover { text-decoration:underline; }

ul#divisies {
	margin-top:-4px;
	float:right;
}

/* Custom selectbox */
ul.select {
	display:block;
	margin:0;
	height:23px;
	border:1px solid #0096da;
	border-width:1px 0 0 0;
	background:url('../img/select-button.gif') no-repeat right top;
	overflow:hidden;
	padding:0 18px 0 0;
	list-style:none;
}

ul.select li {
	border:1px solid #0096da;
	border-width:0 1px 0 1px;
}

ul.select li.first-child {
	border-top:1px solid #FFF;
	border-bottom:1px solid #0096da;
}

ul.select a, div#divisie-menu ul.select a {
	display:block;
	outline:none;
	border:1px solid #FFF;
	border-top:0;
	background-color:#abd6ee;
	width:140px;
	height:10px;
	padding:5px 5px 5px 5px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	color:#FFF;
}

ul.select a:hover, div#divisie-menu ul.select a:hover { background-color:#0096da; }

ul.select.active { overflow:visible; }

ul.select.active li.first-child { border-bottom:0; }

/* Main menu */
ul#menu {
	margin:0;
	height:62px;
	background-color:#f1f1f1;
	padding:0;
	list-style:none;
	border:solid 20px #FFF;
	border-bottom:none;
}

ul#menu li {
	display:block;
	float:left;
}

ul#menu a {
	display:block;
	outline:none;
	border-right:1px solid #FFF;
	padding:23px 13px 22px;
	text-align:center;
	font-size:13px;
	height:17px;
	color:#000;
}
ul#menu a.last {
	padding-right: 18px;
	*padding-right: 24px;
}
ul#menu a:hover, ul#menu a.active {
	background-color:#0099D8;
	text-decoration:none;
	color:#FFF;
}

div#page-header {
	margin:0;
	height:147px;
	border-width:1px 0;
	background-color:#abd6ee;
	background-repeat:no-repeat;
	font:normal 20px Verdana;
	color:#FFF;
}

div#page-header h2 {
	margin:0;
	height:61px;
	border:1px solid #FFF;
	border-width:1px 0;
	background-color:#abd6ee;
	background-repeat:no-repeat;
	padding:40px 0 0 420px;
	text-indent:-99999em;
	font:normal 20px Verdana;
	color:#FFF;
}

#back-link {
	float:left;
	margin:0;
	width:185px;
	height:auto;
	background-color:#000;
	padding:9px 20px 10px;
	font-size:14px;
	color:#FFF;
	height:16px;
}

#back-link em { display:none; }

#back-link a {
	color:#FFF;
	text-decoration:none;
}

p#breadcrumbs {
	margin:0 0 0 225px;
	height:25px;
	background-color:#eee;
	padding:10px 20px 0;
	font-size:11px;
	color:#7b7b7b;
}

p#breadcrumbs a { color:#666; }

a#klantgericht {
	display:block;
	float:right;
	margin-top:-3px;
	width:166px;
	height:19px;
	outline:none;
	background:url('../img/banners/klantgericht-bouwen.gif') no-repeat top left;
	text-indent:-999999em;
}

/* Left menu etc wrapper */
div#left-bar {
	float:left;
	width:225px;
	padding-top:25px;

}

ul#left-menu {
	margin:0 0 0 0;
	padding:0 0 0px 20px;
	list-style:none;
}

ul#left-menu li {
	display:block;
	padding-top:1px;
}

ul#left-menu a {
	display:block;
	outline:none;
	background-color:#59B9E3;
	padding:15px 0 15px 20px;
	color:#FFF;
}

ul#left-menu a:hover, ul#left-menu li.current a {
	background-color:#0096da;
	text-decoration:none;
	color:#FFF;
}

.menu_spacer {
	 margin-bottom:20px;
	 width:100%;
}
/* submenu */
ul#left-menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

ul#left-menu ul a, ul#left-menu li.current ul a {
	background-color:#f1f1f1;
	padding:5px 0 5px 40px;
	color:#666;
}

ul#left-menu li.current ul li.current a, ul#left-menu li.current ul li a:hover {
	background-color:#666666;
	color:#FFF;
}

/* info form */
form#info-form {
	margin:0 0 20px 20px;
	background-color:#b5e0f3;
	padding:20px;
	font-size:11px;
	color:#666;
	height:117px;
}

form#info-form h3 {
	margin:0;
	font-size:11px;
}

form#info-form p { margin:10px 0 0 0; }

button#signup-button {
	outline:none;
	width:149px;
	height:31px;
	border:0;
	background:url('../img/signup-button.gif') no-repeat left top;
	text-indent:-999999em;
	cursor:pointer;
}

/* Content area */
div#content {
 	float:left;
    padding:20px;
    width:670px;
}

div#content.contentFloatLeft {
	margin-left:0px;
	float:left;
}

h2.image-header {
	margin:0;
	background-repeat:no-repeat;
	background-position:left;
	font-size:18px;
	font-weight:normal;
	color:#0096da;
	margin-bottom:7px;
	padding:0;
}

h2.updated { text-indent:-999999em; }

p, ul, ol, td, th {
	font-size:11px;
	line-height:15px;
	color:#666;
	text-align: left;
}

div#home-content ul {
	padding:0 0 0 30px;
	margin:0;	
}

div#home-content li {
	padding:0 0 8px 0;
	margin:0;	
}

div#home-content p {
	margin:0;
	padding-bottom:4px;
}

div#home-content #homeContentTimmerfabriek UL {
	margin:10px 0px;
	padding:0;
}

div#home-content #homeContentTimmerfabriek LI {
	display:block;
	background-color:#D8EEF9;
	background-image:url('../img/list_box.gif');
	background-repeat:no-repeat;
	list-style:inside none;
	padding:2px 25px;
	margin:5px 0px;
}

div#content p { margin:10px 0 0; }

#home-text {
	overflow:hidden;
	height:143px;
}

/* Home */
.home_action_block {
	margin-left:20px;
	margin-bottom:20px;
	width:204px;
	height:158px;
	background-color:#B5E0F3;
	background-image:url('../img/dtb-bg.jpg');
}
 
.home_action_block .img { position:absolute; }

.home_action_block .img div { position:absolute; }

.home_action_block .content {
	height:96px;
	padding:20px;
	position:absolute;
	width:164px;
}
.home_action_block .content h3 { margin:0; }
.home_action_block A { color:#0099d8; }
  
#homeSpacer {
	 display:block;
	 height:20px;
	 width:100%;
	 background-image:url(../img/portal/searchbar_bg.gif);
	 background-position:-188px -9px;
}

#kwaliteit-blok.homeblok {
	margin:0;
	width:165px;
	margin-top:20px;
	float:left;
}

#kwaliteit-blok { height:117px }
#kwaliteit-blok h3 { margin:0px; }
 
div#home-contentswf {
	width:405px;
	height:298px;
	background:#f1f9fc url('../img/home-images/home01.jpg') no-repeat left top;	
	float:left;
}

div#main_content_wrapper {
	position:relative;
	border:solid 20px #0099D8;/* #5EA5DD;*/
	border-top:none;
	background-color:#FFFFFF;
	padding-bottom:53px;
}

div#main_content_wrapper.home { padding-bottom:53px; }

div#home-content {
	border-bottom:1px solid #FFF;
	background:#f1f9fc; 
	margin-left:405px;
	padding:16px 20px 0 20px;
	height:282px;	
	position:relative;
}

div#home-spotlight, div#home-spotlight-timmerfabriek {
	float:left;
	width:260px;
	height:248px;
	background:#d8ebf8 url('../img/home-bottom-left.gif') no-repeat right top;
	padding:40px 115px 0 30px;
	color:#666666;
}

div#home-spotlight-timmerfabriek { background:#d8ebf8 url('../img/timmerfabriek/home-bottom-left.gif') no-repeat right top; }

div#home-spotlight p, div#home-spotlight-timmerfabriek p { margin:0; }

div#home-slideshow {
	height:248px;
	margin-left:400px;
	background:url('../img/home-bottom-bg.gif') repeat-x right top;
	padding:40px 0 0 25px;
}

div#home-slideshow div {
	margin:0;
	width:390px;
	height:130px;
	overflow:hidden;
}

div#home-slideshow a.nav {
	position:absolute;
	display:block;
	outline:none;
	margin-top:35px;
	width:15px;
	height:15px;
}

div#home-slideshow a.previous {
	margin-left:-26px;
	background:url('../img/home-slideshow-left.gif') no-repeat left top;
	text-indent:-999999em;
}

div#home-slideshow a.next {
	margin-left:401px;
	background:url('../img/home-slideshow-right.gif') no-repeat left top;
	text-indent:-999999em;
}

div#home-slideshow ul {
	margin:0;
	width:9999999px;
	height:125px;
	padding:0;
	list-style:none;
}

div#home-slideshow li {
	float:left;
	width:130px;
	background:url('../img/home-slideshow-bg.gif') no-repeat top center;
	text-align:center;
	margin-top:4px;
	padding-top:4px;
}

div#home-slideshow li a { text-align:left; }

/*
div#home-slideshow li.firstslide {
	width:104px;
	margin-right:13px;
}
*/

div#home-slideshow ul a {
	color:#666666;
	font-weight:bold;
}

div#home-slideshow li img { margin:0 0 13px -2px; }

a.readmore {
	background:url('../img/readmore-arrow.gif') no-repeat left;
	padding-left:10px;
}

/* Search form  */
form#search-form {
	margin:0;
	height:444px;
	background:#E7F3FA url('../img/searchform-bg.gif') repeat-x left bottom;
	padding:0;
	font-size:11px;
	color:#333;
}

form#search-form h2 {
	margin:0;
	height:30px;
	background:url('../img/searchform-header.gif') no-repeat left top;
	text-indent:-999999em;
}

form#search-form div.column {
	float:left;
	width:185px;
	height:218px;
	margin-top:20px;
	padding:0 10px;
}

form#search-form div#city { padding-left:21px; }

form#search-form div.flexcroll {
	overflow:hidden;
	height:180px;
	outline:none;
}

/* Headings */
form#search-form h3 {
	margin:0 0 10px 0;
	height:16px;
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-999999em;
}

div#search-type {
	border:1px solid #bfe3f3;
	border-width:0 1px;
}

div#city h3 { background-image:url('../img/searchform-city.gif'); }

div#search-type h3 { background-image:url('../img/searchform-type.gif'); }

div#search-price h3 { background-image:url('../img/searchform-price.gif'); }

form#search-form ul {
	margin:0;
	padding:0;
	list-style:none;
}

form#search-form li { padding:3px 0; }

form#search-form input { vertical-align:middle; }

form#search-form li.select-all label { font-weight:bold; }

form#search-form p { margin:0; }

form#search-form span.button {
	display:block;
	float:left;
	margin-right:0px;
	height:46px;
	padding-left:5px;
}

form#search-form span.active, form#search-form span.selected {
	background:url('../img/searchform-button-back.gif') no-repeat left top;
	padding-left:5px;
}

form#search-form span.hidden { display:none; }

form#search-form span button {
	outline:none;
	border:none;
	width:202px;
	height:46px;
	background-color:transparent;
	overflow:hidden;
	padding:0 0 3px 0;
	text-align:center;
	font:normal 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#FFF;
	white-space:nowrap;
}

form#search-form span img { vertical-align:baseline; }

form#search-form span.button strong { font-size:16px; }

form#search-form span.active button, form#search-form span.selected button {
	background:url('../img/searchform-button-right.gif') no-repeat right top;
	padding:0 0 3px 0;
	text-align:center;
	font:normal 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

form#search-form select {
	width:173px;
	font-size:11px;
}

form#search-form p.help { margin:10px 0 0 20px; }

/* Search results */
ul#search-results #search-result-img-holder {
	width:175px;
	height:100px;
	float:left;
}
 
ul#search-results #search-result-img-holder img {
	position:absolute;
	z-index:1;
}
 
ul#search-results #search-result-img-holder img.top-label {
	height:83px;	
	width:84px;
	z-index:2;
}

ul#search-results #search-result-img-holder img.bottom-label {
	height:100px;	
	width:110px;
	z-index:3;
	margin-left:65px;
}
 
ul#search-results, ul#search-results ul {
	margin:-5px 0 ;
	padding:0px;
	list-style:none;
	font-size:11px;
	color:#666;
}

ul#search-results li {
	height:101px;
	margin:5px 0 20px;
	padding:6px;
	border:1px solid #e3e3e3;
	background:url('../img/searchform-result-bg.gif') repeat-x left bottom;
}

ul#search-results li.empty { height:auto; }

ul#search-results li.hover { border-color:#0096DA; }

ul#search-results li.no-results {
	height:auto;
	text-align:center;
	font-weight:bold;
}

ul#search-results li.map { height:300px; }

ul#search-results li.hidden { display:none; }

ul#search-results ul { padding:4px 15px 0 30px; }

ul#search-results ul li {
	margin:0;
	height:auto;
	border:none;
	background:none;
	padding:3px 0;
}

ul#search-results ul li.title, ul#search-results ul li.price { font-weight:bold; }

ul#search-results img, ul#search-results ul { float:left; }

ul#search-results .link-holder-test-zelf {}

ul#search-results .link-holder-test-zelf A {
	background:url("../img/inrichtingsbuttonOverview.png") no-repeat scroll right center transparent;
	float:right;
	height:70px;
	outline:medium none;
	text-indent:-9999px;
	width:157px;
}

ul#search-results .link-holder-meerinformatie { margin-top:71px; }

ul#search-results p.projecten { /*background-image:url('../img/result-logo-projecten.gif');*/ }

ul#search-results p.bouw { /*background-image:url('../img/result-logo-bouw.gif');*/ }

ul#search-results p.rehorst { /*background-image:url('../img/result-logo-rehorst.gif');*/ }

ul#search-results p.timmerfabriek { /*background-image:url('../img/result-logo-timmerfabriek.gif');*/ }

ul#search-results a.meer-informatie {
	display:block;
	float:right;
	outline:none;
	width:119px;
	height:26px;
	background:url('../img/result-meer-informatie.gif') no-repeat top left;
	text-indent:-999999em;
}

p#search-results.spinner {
	margin:0;
	height:40px;
	background:url('../img/spinner.gif') no-repeat center;
	text-indent:-99999em;
}

/* Woning */
#witvlak {
	background-color:#FFFFFF;
	display:block;
	height:20px;
	left:0;
	position:relative;
	top:198px;
	width:336px;
}

a#photo {
	display:block;
	width:336px;
	height:210px;
	float:left;
	margin-right:20px;
}

a#photo img#zoom-image { display:none; }

a#photo img#verkocht-image {
	float:left;
	margin-top:-20px;
}

a#photo img#in-ontwikkeling-image{
    margin-left:226px;
    margin-top:78px;
    position:absolute;
}

a#photo img {
	margin-top:-10px;
	float:right;
}

div#thumb-slide { overflow:hidden; }

div#thumb-slide a.nav {
	position:absolute;
	display:block;
	margin-top:-79px;
	width:30px;
	height:30px;
	outline:none;
	background:url('../img/go-left.gif') no-repeat left top;
	text-indent:-9999999em;
}

div#thumb-slide a.next {
	margin-left:270px;
	background:url('../img/go-right.gif') no-repeat left top;
}

ul#thumbs {
	margin:0;
	height:198px;
	width:320px;
	padding:0;
	list-style:none;
	overflow:hidden;
}

ul#thumbs li {
	float:left;
	padding:0 0 6px 9px
}

ul#thumbs li.break { clear:left; }

ul#thumbs img {
	cursor:pointer;
	width:96px;
	height:60px;
}

ul#thumbs li.empty {
	width:96px;
	height:63px;
}

ul#thumbs li.empty img { cursor:default; }

dl#info {
	margin:0 0 0 339px;
	height:19px;
	background-color:#fff;
	font-size:11px;
	color:#FFF;
	width:294px;
}

dl#info dt, dl#info dd {
	display:block;
	float:left;
	margin:0;
	width:50%;
	padding:0;
	line-height:16px;
}

/* Table */
table.table { width:98%; }

/* Prijslijst */
 #supprijslijst {
	width:300px;
	border:none;
	height:518px;
	display:none;
}

#prijslijst.tabbody #supprijslijst { margin-left:14px; }
 
table.prijslijst {
	color:#0196da;
	border:0;
	border-collapse:collapse;
}

table.prijslijst th, table.prijslijst td { padding:5px 8px; }

table.prijslijst td { color:#666666; }

table.prijslijst tr.odd { background-color:#dddddd; }

table.prijslijst tr.even { background-color:#f1f1f1; }

table.prijslijst thead {
	font-weight:bold;
	color:#0096DA;
}

table.prijslijst tbody th {
	background-color:#CCCCCC;
	font-weight:bold;
}

table.prijslijst a { color:#fff; }

table.prijslijst .EmptyTr { height:10px; }

table.prijslijst tbody tr.last td { border-bottom:1px solid #ABD6EE; }

table.prijslijst tfoot td { border-top:2px solid #ABD6EE; }

/* Subproject list */
div#subprojects {
	float:right;
	width:200px;
}

/* Tabs */
ul.tabs {
	margin:20px 0 0 0;
	height:33px;
	border-left:1px solid #e0e7ea;
	background:url('../img/tabs-bg.gif') repeat-x left bottom;
	padding:0;
}

ul.tabs li {
	display:block;
	float:left;
	width:124px;
	height:33px;
	background:url('../img/tab-bg.gif') no-repeat left top;
	font-size:13px;
}

ul.tabs li.active { background-position:left bottom; }

ul.tabs li a {
	display:block;
	outline:none;
	padding:8px 2px;
	text-align:center;
	color:#666;
}

ul.tabs li a:hover, ul.tabs li.active a {
	color:#0096da;
	text-decoration:none;
}

div.tabbody {
	border-left:1px solid #e0e7ea;
	background:#FFF url('../img/tab-right-bg.gif') repeat-y right;
}

div.tabbody.hidden { display:none; }

div#situatietekening img {
	margin:12px;
	width:600px;
}

div.tabbody h2 {
	margin:0 0 0px 20px;
	padding:10px 0 5px 0;
}

div.tabbody table { margin-left:20px; }

div.tabbody p {
	margin:0 0 5px 0;
	padding:0 20px;
}

div.tabbody p.last-child {
	margin-bottom:0;
	margin-right:2px;
	height:3px;
	background:url('../img/tab-bottom-bg.gif') repeat-x left bottom;
}

/* Form */
p.error {
	margin:0;
	height:1%;
	border-left:5px solid #c30;
	padding-left:5px;
	color:#c30;
	font-weight:bold;
}

ul.error {
	margin:0;
	height:1%;
	border-left:5px solid #c30;
	padding:0 0 0 5px;
	list-style:none;
	color:#c30;
}

form p, div.tabbody form p { margin:10px 0; }

label.label {
	display:block;
	float:left;
	width:120px;
	padding-top:3px;
	font-weight:bold;
}

form#inschrijven_special label.label { width:185px; }

label.required { background:url('../img/required-dot.gif') no-repeat 110px 8px; }

form#inschrijven_special label.required { background:url('../img/required-dot.gif') no-repeat 170px 8px; }

input.text, textarea.text {
	border:1px solid #CCCCCC;
	width:195px;
	background-color:#f1f1f1;
	padding:2px;
	font:12px Verdana, Helvetica, Arial, sans-serif;
}

textarea.text {
	width:400px;
	height:200px;
	overflow:auto;
}

textarea.small {
	width:195px;
	height:90px;
}

button.submit {
	width:110px;
	height:22px;
	border:0;
	background:url('../img/verzenden-button.gif') no-repeat left;
	text-indent:-999999em;
}

ul.clear {
	clear:right;
	margin:0 0 0 125px;
	list-style:none;
	padding:0;
}

/* form project */
form.project {
	width:395px;
	float:left;
}

form.project label.label { width:160px; }

form.project label.required { background-position:150px 8px; }

form.project input.text, form.project textarea.text {
	width:210px;
	height:20px
}

form.project textarea.small {
	width:210px;
	height:90px;
}

form.project p { height:33px; }

form.project p.woningen { height:20px; }

form.project p.first { padding-top:15px; }

form.project ul.clear { margin:0; }

form.project p.bericht { height:104px; }

form.project p.nieuws { margin-left:156px; }

form.project p.nieuws input { float:left; }

form.project p.nieuws label {
	float:left;
	display:block;
	margin-left:10px;
}

form.project button.submit {
	float:right;
	margin-right:19px;
}

div#makelaar { float:left; }

/* Google map */
div.map {
	float:left;
	margin-right:10px;
	width:673px;
	height:400px;
	border:1px solid #0096da;
	background-color:#DDD;
}

div.map.small {
	float:right;
	margin:0 0 20px 20px;
	width:330px;
	height:300px;
}

a.mapslink {
	display:block;
	text-align:right;
}

p.infowindow-text, ul#search-results p.infowindow-text {
	float:left;
	margin:0;
	padding:0;
	width:150px;
}

p.infowindow-text a, ul#search-results p.infowindow-text a {
	display:inline;
	float:none;
	background:none;
	text-indent:0;
}

/* Vacatures */
div.vacatures {
	float:left;
	width:280px;
	margin-right:20px;
}

ul.list {
	margin:0;
	padding:0;
	list-style:none;
}

ul.list li {
	margin:0 0 5px 0;
	background:#d8eff9 url('../img/list-dot.gif') no-repeat left top;
	padding:2px 0 2px 25px
}

ul.list li.empty {
	background:none;
	padding-left:0;
	font-size:11px;
	color:#757879;
}

ul.list a {
	font-size:11px;
	color:#757879;
}

/* Contact */
p.address {
	margin:0 0 30px 0;
	float:left;
	width:195px;
}

p.address.small { width:120px; }

p.address.routebig {
	margin-top:-10px;
	width:630px;
}

/* Footer */
p#footer {
	clear:both;
	margin:0;
	background-color:#0099D8;
	padding:20px;
	text-align:right;
	font-size:10px;
	color:#FFF;
}

p#footer A {
	color:#FFF;
	text-decoration:underline;
}

/* Scroll Bar Master Styling Starts Here */
.scrollgeneric {
	line-height:1px;
	font-size:1px;
	position:absolute;
	top:0;
	left:0;
}
.vscrollerbar {
	width:11px;
	background-color:#0096DA;
}
.vscrollerbarbeg {
	height:1px !important;
	width:11px;
}
.vscrollerbarend {
	height:1px;
	width:11px;
}
.vscrollerbase {
	width:11px;
	background:#B5E0F3;
}
.vscrollerbasebeg {
	width:11px;
	height:8px !important;
	background:#0096DA url('../img/scroll-up.gif') no-repeat center;
}
.vscrollerbaseend {
	height:8px;
	width:11px;
	background:#0096DA url('../img/scroll-down.gif') no-repeat center;
}
.hscrollerbase {
	height:8px;
	background-color:white;
}
.hscrollerbar {
	height:8px;
	background-color:black;
}
.vscrollerbar, .hscrollerbar {
	padding:8px;
	z-index:2;
}
.scrollerjogbox {
	width:36px;
	height:16px;
	top:auto;
	left:auto;
	bottom:0px; right:0px;
	background:#37917A;
}
.vscrollerbar, .vscrollerbarbeg, .vscrollerbarend, .vscrollerbase, .vscrollerbasebeg, .vscrollerbaseend { width:8px; }

/* Scroll Bar Master Styling Ends Here */
div.table { display:table; }

/* portal op de gerealiseerd pagina */
#gerealiseerdPortal { width:644px; }

#gerealiseerdPortal .portalItem {
	width:300px;	
	margin-right:20px;
	float:left;
	border:1px solid #999999;
	background-color:#FFFFFF;
}

#gerealiseerdPortal .portalItem a{
	margin:0px;
	padding:0px;
	line-height:none;
}

.clear { clear:both; }

/* Utiliteitsbouw */
#utiliteitsbouw {
	margin:0;
	background:url('../img/blauw_streep.png') repeat-x;
	padding:0 0 20px 0;
	font-size:11px;
	color:#333;
}

#utiliteitsbouw h2 {
	margin:0;
	height:30px;
	background:url('../img/utiliteitsbouw_header.jpg') no-repeat left top;
	text-indent:-999999em;
}

#utiliteitsbouw #tekst{
	margin:10px 20px 0px 20px;
	color:#666666;
}

.utiliteitsbouwItem {
	border:1px solid #dddddd;
	padding:5px;
	margin-top:5px	
}

.utiliteitsbouwItem .foto {
	margin-right:20px;
	float:left;
}

.utiliteitsbouwItem .tekst {
	padding-right:15px;
	padding-bottom:15px;
	float:left;
	font-size:11px;
	color:#666666;
	width:385px;	
}

.utiliteitsbouwItem .tekst h2 {
	font-size:11px;
	color:#666666;
}

/* slide show class */
div.slideshow {
	float:left;
	height:162px;	
	padding:16px 9px 0 42px;
}

div.slideshow H2 { margin:0 0 7px -29px; }

div.slideshowList {
	margin:20px;
	background-image:none;
	padding:0px;
	height:auto;
}

div.slideshowList .sliderTitelHolder { height:auto; }

div.slideshow div {
	margin:0;
	width:390px;
	height:175px;
	overflow:hidden;
}

div.slideshow a.nav {
	position:absolute;
	display:block;
	outline:none;
	margin-top:35px;
	width:15px;
	height:15px;
}

div.slideshow a.previous {
	margin-left:-26px;/*-20px;*/
	background:url('../img/home-slideshow-left.gif') no-repeat left top;
	text-indent:-999999em;
}

div.slideshow a.next {
	margin-left:401px;
	background:url('../img/home-slideshow-right.gif') no-repeat left top;
	text-indent:-999999em;
}

div.slideshow ul {
	margin:0;
	width:9999999px;
	height:125px;
	padding:0;
	list-style:none;
}

div.slideshow li {
	float:left;
	width:130px;
	background:url('../img/home-slideshow-bg.gif') no-repeat top center;
	text-align:center;
	margin-top:4px;
	padding-top:2px;
	color:#0099D8;
}

div.slideshow li a { text-align:left; }

div.slideshow li a img, div.slideshow li a:hover .noUnderline { text-decoration:none; }

div.slideshow ul a {
	color:#0099D8;
	font-weight:bold;
}
div.slideshow li img {
	height:72px;
	margin:0 0 13px -2px;
	width:100px;
}

div.slideshow  div.timmerFabriekSliderList { height:100px; }

.sliderTitel, .sliderTitel_small {
	display:block;
	width:565px;
	color:#666;	
}

.sliderTitel_small { font-size:11px; }

.sliderTitelHolder { padding-left:15px; }

#cbovLogo, cbov_movie {	float:right; }

.clear { clear:both; }

#SpecialPlategrondButton {
	position:absolute;
	left:505px;
	top:0px;
}

ul#search-results p.TestZelfOverView { background:url('../img/inrichtingsbuttonOverview.png') no-repeat right; }

/* KWALITEIT PAGINA */
#showKwaliteitSlideShow {
	background-image:url(../img/kwaliteit-button-show.jpg);
	background-position:-10px 0;
	display:block;
	height:36px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-indent:-99999px;
	width:140px;
}

#kwaliteit-blok {
	margin:0px 0 0 20px;
	background-color:#bfe5f5;
	padding:20px;
	font-size:11px;
	color:#666;
}

#kwaliteit-blok A {
	background-image:url(../img/kwaliteit-button.jpg);
	display:block;
	width:149px;
	height:31px;
	text-indent:-99999px;
	outline:none;
}

a.nuofnooitlink { outline:none; }

img.nuofnooitphoto {
	margin-top:20px;
	margin-bottom:5px;
}

img.lastnuofnooitbanner { margin-bottom:15px; }

img#button_top {
	margin-left:257px;
	position:absolute;
	top:30px;
}

a.nuofnooitwoningbutton {
	background-image:url(/img/nuofnooit/button_woning.jpg);
	height:76px;
	margin-left:475px;
	margin-top:15px;
	position:absolute;
	text-indent:-999em;
	width:143px;
}

.staticDtbContent {
	height:78px;
	overflow:hidden;
}

#adres-holder {
	float:left;
	margin-bottom:20px;
	width:675px;
}

#adres-holder .box {
	float:left;
	width:155px;
	margin-right:10px;
}

#content #beschrijving LI { padding:5px 0; }

div.footer {
	position:absolute;
	bottom:0;
	left:0;
	width:340px;
	height:25px;
	padding:25px 0 0 30px;
	background:transparent url('../img/footer.jpg') no-repeat;
	font-size:10px;
	color:#FFF;
	line-height:18px;
}

#photoHolder {
	position: relative;
}
.holder-label {
    position: absolute;
    left: 0px;
	top: 0px;
}
