body
{
	font-size: 11px;
    color: #000;
    font-family: Verdana, Arial, sans-serif;
	background: #E4E4E4;
}
html,
body
{
	width:100%;
	height:100%;
}
#mainmenu
{
	z-index: 100;
		position:relative;
}
.noborder
{
	border:none;
}
.leftfloat
{
	float:left;
	display:block;
	margin-right:8px;
}
.clearing
{
	 clear:left;
	 visibility:hidden;
}
p.clearing
{
	 clear:left;
	 visibility:visible;
}
.color
{
	color:#00066F;font-weight:bold;
}
ul.nostyle
{
	list-style:none;
	margin:0 0 0 12px;
	padding:0;
}
ul.listmargin li
{
	margin-bottom:6px;
	font-weight:bold;
}
ul.nolistmargin li
{
	margin-bottom:0;
	font-weight:normal;
}

#home,
#vervolg,
#aanbod
{
	margin:0;
	padding:0;
}
#home h2
{
	font-size:10px;
	margin:0;
	padding:0;
}
#home #special td #highlight
{
	font-size:10px;
}
#centerverticaal
{
	position:relative;
	height:500px;
	top:50%;
	margin-top:-250px;
}
#pagecontainer
{
	position: relative;
	width: 1000px;
	height: 500px;
	margin: 0 auto;
	border: 1px solid #CDCDCD;
}
#aanbod #pagecontainer
{
	min-height:100%;
	height:auto;
}
#header
{
	position: relative;
	height: 94px;
	width: 1000px;
	background:url(../images/pic_logo-home.gif) left top no-repeat;
}
img.logo
{
	position:absolute;
	top:0;
	left:180px;
}
#menu
{
	position: relative;
	height: 37px;
	width: 1000px;
	border-bottom: 1px solid #84929F;
	z-index:100;
}
#content
{
	position: relative;
	height: 332px;
	width: 1000px;
}
#vervolg #footer,
#aanbod #footer
{
	position: relative;
	height: 37px;
	width: 1000px;
	margin:0 auto;
	margin-top:-37px;
	border-top: 0px solid #84929F;
	background:transparent;
}

#contactmenu
{
	position: relative;
	height: 15px;
	width: 990px;
	background: url(../images/pic_bg-contactmenu.gif) left no-repeat;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	text-align: right;
	padding: 1px 10px 0 0;
}
#contactmenu #datum
{
	 float:left;
	 font-weight:bold;
	 margin-left:80px;
	 padding-top:0;
}
#contactmenu,
#contactmenu a
{
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}
#contactmenu a:hover
{
	color:#51549F;
}
#hometekst
{
	position: relative;
	float: left;
	width: 275px;
	margin: 17px 0 0 76px;
}
p.welkomteksthome
{
	padding-bottom:12px;
}
#hometekst td
{
	padding-bottom:6px;
}

#nieuws
{
	position: relative;
	float: left;
	width: 275px;
	height:100px;
	margin: 25px 0 0 76px;
}
#nieuws p
{
	margin:0;
	padding:8px 0 0;
}
#nieuws p a
{
	background:#9CA5AE;
	border:solid 1px #fff;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding:3px 8px;
}
#nieuws p a:hover
{
	background:#51549F;
}

#special
{
	position: relative;
	float: left;
	width: 275px;
	overflow: hidden;
	margin: 0 0 0 76px;
}
#snelzoeken
{
	position: relative;
	float: left;
	width: 275px;
	margin: 0 0 0 76px;
}
#nieuwsscroll
{
	position:absolute;
	width:1000px;
	height:16px;
	background:#E4E4E4;
	clear:left;
	border-bottom:solid 1px #CDCDCD;
	border-top:solid 1px #CDCDCD;
	bottom:0;
	left:0;
}

p.welkomteksthome
{
 margin-bottom:5px;
}


/* DROPDOWNMENU
===========================================*/

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0 0 0 76px;
	list-style: none;
	line-height: 1;
	color: #84929F;
	font-size: 11px;
	width: 640px;
	z-index:100;
	position:relative;
}
#nav a {
	display: block;
	font-size: 11px;
	color:#9CA5AE;
	text-decoration: none;
	padding: 3px 0 0 6px;
}

#nav li { /* all list items */
	float: left;
	/*width: 160px;*/
	/*height: 18px;*/
	margin-right:30px;
}
#nav ul a
{
	background: #394148;
	padding:4px 0 4px 3px;
	width:180px;
	color:#fff;
	border-bottom:solid 1px #fff;
}
#nav ul a:hover
{
	text-decoration:underline;
}

#nav li ul { /* second-level lists */
	position: absolute;
	z-index: 10;
	/*background: #394148;*/
	/*border: 1px solid #FFF;*/
	width: 180px;
	margin:0;
	padding-top:3px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}

/* VERVOLGPAGINA
===========================================*/
#contentvervolg
{
	position: relative;
	width: 1000px;
	border: 1px solid #CDCDCD;
	/*overflow: hidden;*/
	height: 332px;
	/*float: left;*/
}
#contentvervolgsearch
{
	position: relative;
	width: 1000px;
	border: 1px solid #CDCDCD;
	/*overflow: hidden;*/
	/*float: left;*/
	border-bottom:none;
	padding-bottom:30px;
}
#fotodiv
{
	position: relative;
	margin-top:12px;
	width: 110px;
	float: left;
	left:30px;
}
#fotodiv img
{
	display:block;
	margin-bottom:4px;
	border:solid 1px #666;
}
#contentcontainervervolg
{
	position: relative;
	width: 460px;
	margin: 0;
	/*float: left;*/
}
#contentmenukop
{
	position:relative;
	margin:0 0 8px 0;
}
#aanbod #contentmenukop
{
	margin-top:12px;
}

#aanbod #contentcontainervervolg
{
	width: 610px;
	padding-bottom:60px;
	padding-left:30px;
}

/* KANTOREN, ZOEK KANTOOR
================================*/
body.kantoren .zoekkeuze
{
	margin-bottom:20px;
	overflow:hidden;
}
#kantorendiv
{
	position:relative;
	overflow:hidden;
	padding-top:20px;
	width:700px;
	clear:left;
}
#kantorendiv div
{
	float:left;
	width:30%;
	border:solid 1px #84929F;
	height:100px;
	padding-top:12px;
	padding-left:6px;
	margin-right:4px;
}
#map
{
	position:relative;
	width:300px;
	float:left;
}
div.contactgegevens
{
	margin-top:20px;
}
div#contactimagecontainer
{
	position:absolute;
	width:220px;
	right:-10px;
	top:66px;
}
div.contactimage
{
	float:right;
	width:100px;
	text-align:center;
	margin-right:10px;
	font-weight:bold;
	height:140px;
}
div.contactimage img
{
	border:none;
	margin:0 auto;
}

/* SIDESWITCH BUTTON
============================== */
#siteswitch
{
	position:relative;
	width:508px;
	margin-left:3px;
}
body.search #siteswitch
{
	margin-left:0;
	padding-top:25px;
	margin-top:40px;
}

/* HUIZENAANBOD.ASP
=============================== */
.zoekkeuze
{
	margin-top:12px;
}
.zoekkeuze img
{
	float:left;
	margin-right:3px;
}
a.opdehoogte
{
	padding:2px 6px;
	background:#9CA5AE;
	border:solid 1px #0B2594;
	height:20px;
	color:#fff;
	text-decoration:none;
}
a.opdehoogte:hover
{
	background:#0B2594;
	color:#fff;
}

/* WERKGEBIED POPUP
========================== */
#werkgebied
{
	margin:0;
	/*padding:4px 6px 20px 20px;*/
	padding:0;
	background:none;
	background:#E4E4E4 url(../images/pic_bg-body-werkgebied.jpg) no-repeat bottom right;
}
#werkgebied td
{
	padding:0 20px;
}

/* SCROLLDIVS
===============================*/

#Scroller-1
{
	position: absolute;
	width: 460px;
	height:304px;
	margin: 0 0 0 0;
	overflow: hidden;
	top:12px;
	left:160px;
}


#aanbod #Scroller-1
{
	width: 610px;
	left:30px;
}
.Scroller-Container {
	position: absolute;
}
body.search .Scroller-Container {
	/*overflow:hidden;*/
}
#Scrollbar-Container {
	position: absolute;
	width:16px;
	height:267px;
	left: 640px;
}
.Scrollbar-Up {
	cursor: pointer;
	position: absolute;
	top: 10px;
}
.Scrollbar-Track {
	width: 16px;
	height: 274px;
	position: absolute;
	left: 0;
	top:26px;
}
.Scrollbar-Handle {
	position: absolute;
	width: 16px;
	height: 32px;
	margin: 0;
}
.Scrollbar-Down {
	cursor: pointer;
	position: absolute;
	top: 300px;
}

a
{
    font-size: 11px;
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
}
a:hover
{
    color:#51549F;
}
td
{
   font-size: 11px;
   font-family: Verdana, Arial, sans-serif;
}
select
{
   font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
}
input
{
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
}
textarea
{
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
}
body #fout
{
    font-size: 11px;
    color: red
}
body #informatietext
{
    color: #000000
}
body #boginfotitletekst
{
    color: #000000
}
body #titel
{
    color: #000000
}
body #login
{
    background-image: url(/images/pic_loginbox.gif);
    background-repeat: no-repeat;
    background-color: #ffffff
}
.header
{
}
body #highlight
{
    color: #000
}
body #nieuwsdatum
{
    color: #000000
}
body #nieuwsimage
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid
}
body #selectbox
{
    font-size: 11px;
    background-color: #fff;
    text-decoration: none
}
.printwindow
{
    background-color: #ffffff
}
.verkocht
{
    color: #ff0000
}
body #huislink
{
    text-decoration: none
}
body #inputdisabled
{
    background-color: #888888
}
body #checkbox
{
    width: 11px
}
body #informatie
{
    font-size: 11px;
    color: black
}
body #informatietext
{
    font-size: 11px;
    color: #000000
}
.homebox
{
    background-color: #ffffff
}
body #huizeninformatiekleur
{
    background-color: #000000
}
body #lijntje
{
    background-color: #888888
}
body #login_box
{
    background-image: url(/images/pic_loginbox.gif);
    width: 120px;
    background-repeat: no-repeat;
    height: 196px;
    background-color: #ffffff
}
#homespecialborder td
{
	background: none;
	border: none;
}
body #login_box_password_input
{
    width: 98px
}
body #login_box_email_input
{
    width: 98px
}
body #searchinfotitletekst
{
    color: #000000
}
.buurtgegevens_header
{
    background-color:#9CA5AE;
    color:#fff;
}
.mailhuis_input
{
    width: 200px
}
.loginbox
{
    background-position: left top;
    background-image: url(/images/pic_loginbox.gif);
    background-repeat: no-repeat
}

.hometableborder
{
    BORDER-RIGHT: silver thin double;
   BORDER-TOP: silver thin double;
    BORDER-LEFT: silver thin double;
    BORDER-BOTTOM: silver thin double;
    BACKGROUND-COLOR: #ebebeb
}
#prospectaanbiedertabellijntje1
{
}
#prospectaanbiedertabelborder
{
background-color:#516779;
}
#prospectaanbiedertabelheader
{
	background-color:#E3E8EC;
	font-weight:bolder;
}
#prospectaanbiedertabelrow1
{
	background-color:#BAC7D1;
}
#prospectaanbiedertabelrow2
{
	background-color:#9BAEBD;
}




/*
DETAIL FOTO POPUP
*******************************************************
*/
#detailpaginaimagepopup img
{
	margin-right:2px;
}
#detailpaginaimagepopup
{
	margin-bottom:4px;
}


/*
LINK FOTO STYLE
**********************************************************
*/

img.linkimage
{
	float:left;
	margin-right:8px;
}


/* OPEN HUIS
===================================================*/
/* OPEN HUIS */

body#Openhuis
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body#Openhuis p
{
	margin:0;
	padding:0;
}
.OpenHuisMainDiv
{
	position:relative;
	min-height:100%;
}
* html .OpenHuisMainDiv
{
	height:100%;
	text-align:center;
}
.OpenHuisMainDiv div
{
	position:relative;
	padding-bottom:30px;
}
.OpenHuisHeaderText,
.OpenHuisTitle
{
	visibility:hidden;
	display:none;
}
.OpenHuisDate
{
	font-size:13px;
	font-weight:bold;
	text-align:center;
	color:#0B2594;
	padding-top:8px;
}

.OpenHuisTime
{
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#000;
}

.OpenHuisMainDiv table
{
	width:100%;
	border-collapse:collapse;
	margin:0 auto;
}
.OpenHuisMainDiv table td
{
	padding-left:6px;
}


.TableEmptySpace
{

}

.TableWoonplaats
{
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;
	background:#9CA5AE;
	color:#fff;
}

.TableTitle
{
	font-weight:bold;
}

.TableData
{
}

#footerOH
{
	position:relative;
	height:20px;
	margin-top:-20px;
	background:#b9b9b9;
}

/* END OPEN HUIS
===================================================*/

/*--------------------------------*/
/*	Footer home               */
/*--------------------------------*/

#footer span.link
{
	position:relative;
	float:left;
	top:10px;
	left:20px;
}

#footer span.link a
{
	font-size:13px;
	color:#9CA5AE;
}

#footer span.link a:hover
{
	color:#000;
}


#contentcontainervervolg img
{
	margin: 0 0 0px 10px;
}
#contentcontainervervolg #contentmenukop img
{
	margin: 0;
}

div.foto_spotlight {

color: #3A5BA7;
}

