/*------------------------------------------
---------------- Reseting ------------------
----------------------------------------- */
html, body, div, span, object, 
h1, h2, h3, h4, h5, h6, p, a, abbr, acronym, 
em, img,  s, small, strike, strong, sup, sub, 
dl, dt, dd, ol, ul, li, form, fieldset, label, legend
				{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

				  
:focus, :active	{
	outline: 0;
}

html 			{
	height: 100%;
}

body 			{
	height: 100%;
	color: #000;
	background: #fff url(/images/sky.jpg) left top repeat-x;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1, h2, h3, h4, h5, h6, strong
 				{
	font-weight: bold;
}

h1 				{
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 14px;
	color: #2440b9;
}
 
h2 				{
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0;
}

h3				{
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0;
	color: #2440b9;
}

h4, h5, h6		{
	font-size: 10px;
	line-height: 18px;
	margin-bottom: 14px;
}

p, pre, code, label
				{
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 14px;
}

ul, ol			{
	margin-bottom: 18px;
}

ul 				{
	list-style: square;
}

ol 				{
	list-style: decimal;
}

li	 			{
	margin-left: 36px;
	color: #000;
}

li p 			{
	color: #fff;
}

/*------------------------------------------
------------------ Fonts -------------------
----------------------------------------- */
h1, h2, h3, h4, h5, h6
 				{
	font-family: Verdana,Arial, Helvetica, sans-serif;
}

p, pre, label, th, td, li
				{
	font-family: Verdana,Arial, Helvetica, sans-serif;
}
 			
				
/*------------------------------------------
------------------ Links -------------------
----------------------------------------- */
a:link
				{
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

a:hover			{
	text-decoration: underline;
}

a img			{
	border: 0;
}

/*------------------------------------------
------------- Global Classes ---------------
----------------------------------------- */
.clear			{
	clear: both;
}

.floatLeft		{
	float: left;
}

.floatRight		{
	float: right;
}

.textLeft		{
	text-align: left;
}

.textRight		{
	text-align: right;
	padding-top: 0 !important;
}

.textCenter		{
	text-align: center;
}

.textJustify	{
	text-align: justify;
}

.bold			{
	font-weight: bold !important;
}

.italic			{
	font-style: italic;
}

.underline		{
	border-bottom: 1px solid;
}

.highlight		{
	background: #ffc;
}

.noPadding		{
	padding: 0;
}

.noBorder		{
	border: none !important;
}

.noMargin		{
	margin: 0 !important;
}

.noIndent		{
	margin-left: 0;
	padding-left: 0;
}

.noBullet		{
	list-style: none;
	list-style-image: none;
}

/*------------------------------------------
---------------- Wrapper -------------------
----------------------------------------- */
#wrap					{
	width: 852px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
}

/*---------------------------------------*/
#header					{
	width: 852px;
	position: relative;
	height: 38px;
}

.menu					{
	float: left;
	width: 852px;
	height: 29px;
	float: left;
	padding-top: 9px;
}

#menuRight {
	float: right;
	width: 230px;
	padding: 11px 0 0 8px;
	margin: 0;
}
#menuRightProspect {
	float: right;
	width: 255px;
	padding: 11px 0 0 8px;
	margin: 0;
}
#menuRight li,
#menuRightProspect li			{
	float: left;
	list-style: none;
	margin: 0;
	padding-bottom: 6px;
}

#menuRight li a,
#menuRightProspect li a			{
	float: left;
	display: block;
	color: #fff;
	font: bold 11px/12px  Tahoma, Arial, Helvetica, sans-serif;
	border-right: 1px solid #ffa800;
	padding: 0 7px;
	text-decoration:underline;
}
#menuRight li a.lastlink,
#menuRightProspect li a.lastlink			{
	border:none;
}
#menuRight li a:hover,
#menuRightProspect li a:hover	{
	color: #ffa800;
}

.activeR				{
	background: url(/images/arrow.gif) bottom center no-repeat;
}

.activeR a				{
	color: #ffa800 !important;
}

#menuHeader	li a:hover	{
}

#nav, 
#nav ul {
	float: left;
	margin: 0;
	padding: 4px 0 0 8px;
	width: 520px;
}
 
#nav li {
	float: left;
	margin: 0;
	list-style: none;
	background: url(/images/menu-right.gif) right no-repeat;
	position: relative;
}

#nav li a {
	text-decoration: none;
	float: left;
	overflow: hidden;
	display: block;
	color: #ffa800;
	padding: 4px 10px 0 10px;
	font: bold 13px/15px Tahoma, Arial, Helvetica, sans-serif;
	height: 21px;
	background: url(/images/menu-left.gif) left no-repeat;
}

#nav li a:hover {
	color: #013888;
	text-decoration: none;
	zoom: 100.01%;
}

#nav li ul {
	position: absolute;
	width: 150px;
	top: 34px;
	left: -999em;
}
 
#nav li ul li {
	width:190px;
	height: 25px;
	border-bottom: 1px solid #fff;
	background: #faa500 !important;
}
 
#nav li ul li a {
	color: #fff;
	background: none !important;
	padding-top: 2px !important;
	font: bold 11px/23px Tahoma, Arial, Helvetica, sans-serif !important;
	
}
 
#nav li ul li a:hover {
	color: #013888 !important;
}
#nav li:hover ul.woningaanbodsubmenu {
	left: 0px;
}
#nav li:hover ul.woningaanbodsubmenu, 
#nav li.sfhover ul.woningaanbodsubmenu {
	left: 0px;
}
#nav li:hover ul.dienstensubmenu {
	left: 209px;
}
#nav li:hover ul.dienstensubmenu, 
#nav li.sfhover ul.dienstensubmenu {
	left: 209px;
}
#nav li:hover, #nav li.hover {
	position: static;
}
  
#nav li a.woningaanbodlink {
	color: #013888;
	text-decoration: none;
	zoom: 100.01%;
}

.home .home {
	background: url(/images/menuActive-right.gif) right no-repeat !important;
	margin-top: -4px !important;
	height: 29px !important;
}

.homepage .homelink {
	background: url(/images/menuActive-left.gif) left no-repeat !important;
	padding-top: 8px !important;
	color: #fff !important;
}

.wiezijnwijpage .wiezijnwij {
	background: url(/images/menuActive-right.gif) right no-repeat !important;
	margin-top: -4px !important;
	height: 29px !important;
}

.wiezijnwijpage .wiezijnwijlink {
	background: url(/images/menuActive-left.gif) left no-repeat !important;
	padding-top: 8px !important;
	color: #fff !important;
}

.woningaanbodpage .woningaanbod {
	background: url(/images/menuActive-right.gif) right no-repeat !important;
	margin-top: -4px !important;
	height: 29px !important;
}

.woningaanbodpage .woningaanbodlink {
	background: url(/images/menuActive-left.gif) left no-repeat !important;
	padding-top: 8px !important;
	color: #fff !important;
}

.verkopenpage .verkopen {
	background: url(/images/menuActive-right.gif) right no-repeat !important;
	margin-top: -4px !important;
	height: 29px !important;
}

.verkopenpage .verkopenlink {
	background: url(/images/menuActive-left.gif) left no-repeat !important;
	padding-top: 8px !important;
	color: #fff !important;
}

.overvbopage .overvbo {
	background: url(/images/menuActive-right.gif) right no-repeat !important;
	margin-top: -4px !important;
	height: 29px !important;
}

.overvbopage .overvbolink {
	background: url(/images/menuActive-left.gif) left no-repeat !important;
	padding-top: 8px !important;
	color: #fff !important;
}

.faqpage .faq {
	background: url(/images/menuActive-right.gif) right no-repeat !important;
	margin-top: -4px !important;
	height: 29px !important;
}

.faqpage .faqlink {
	background: url(/images/menuActive-left.gif) left no-repeat !important;
	padding-top: 8px !important;
	color: #fff !important;
}

.linkpage .link {
	background: url(/images/menuActive-right.gif) right no-repeat !important;
	margin-top: -4px !important;
	height: 29px !important;
}

.linkpage .linklink {
	background: url(/images/menuActive-left.gif) left no-repeat !important;
	padding-top: 8px !important;
	color: #fff !important;
}

.buurtgegevens_maintable {
	width: 602px;
}

.hover					{
	display: block;
}

/******************************************************/
/*				Zoekschermpje																*/	
/******************************************************/
body.search form#form3 {
	background:#FFE5B2;
	margin:18px 0 18px 0px;
	}
body.search form#form3 fieldset {
	border:none;
	}
body.search form#form3 fieldset ul {
	margin:12px 0 0 0;
	}
body.search form#form3 fieldset li {
	float:left;
	margin-right:3px;
	list-style:none;
	}
body.search form#form3 fieldset li.zoekbutton
{
	float:right;
	margin-right:20px;
	margin-bottom:10px;
}	
	
body.search form#form3 fieldset li label {
	display:block;
	color:#000;
	font-weight:bold;
	}
body.search form#form3 fieldset li.zoekbutton input {
	margin:16px 0 0;
	}
body.search form#form3 #straatnaam {
	width:133px!important;
}	
body.search form#form3 fieldset li.straatnaam {
	margin-left:10px;
}


/*---------------------------------------*/
#content				{
	width: 815px;
	float: left;
	background: #fff;
	border: 1px solid #ffa800;
	padding: 15px 17px 0 18px;
}
body.home #content				{
	padding: 0 17px 0 18px;
}
.title					{
	float: left;
	background: url(/images/big-img-nieuw.jpg) no-repeat;
	width: 715px;
	height: 100px;
	padding: 162px 0 0 100px;
	margin-bottom: 15px;
}

.title2					{
	float: left;
	background: url(/images/titleBackgrounf.jpg) no-repeat;
	width: 815px;
	height: 119px;
	margin-bottom: 15px;
}

.wiezijnwijpage .title2	{
	float: left;
	background: url(/images/header-wiezijnwij.jpg) no-repeat;
	width: 815px;
	height: 119px;
	margin-bottom: 15px;
}

.overvbopage .title2	{
	float: left;
	background: url(/images/header-overvbo.jpg) no-repeat;
	width: 815px;
	height: 119px;
	margin-bottom: 15px;
}

.faqpage .title2	 {
	float: left;
	background: url(/images/header-vragen.jpg) no-repeat;
	width: 815px;
	height: 119px;
	margin-bottom: 15px;
}

.linkpage .title2	 {
	float: left;
	background: url(/images/header-links.jpg) no-repeat;
	width: 815px;
	height: 119px;
	margin-bottom: 15px;
}

#contact .title2 {
	float: left;
	background: url(/images/header-contact.jpg) no-repeat;
	width: 815px;
	height: 119px;
	margin-bottom: 15px;
}

#contactform .title2 {
	float: left;
	background: url(/images/header-Inschrijven.jpg) no-repeat;
	width: 815px;
	height: 119px;
	margin-bottom: 15px;
}

.submenuTitle			{
	float: left;
	width: 225px;
	padding-top: 13px;
}

.submenuTitle li		{
	float: left;
	list-style: none;
	margin: 0;
	width: 182px;
	padding: 2px 0 2px 23px;
}

.submenuTitle li a		{
	text-decoration: none;
	color: #fff;
	float: left;
	margin: 0;
	font: normal 10px/10px Verdana, Arial, Helvetica, sans-serif;
}

.submenuTitle li a:hover{
	text-decoration: underline;
}

    
.activeT				{
	background: url(/images/arrow-submenu.gif) left no-repeat;
}

.activeT p				{
	color: #013888 !important;
	font-weight: bold !important;
}

.logo					{
	float: right;
	display: block;
	width: 216px;
	height: 59px;
	margin: 32px 36px 0 0;
}

.left					{
	float: left;
	width: 632px;
	padding-bottom: 10px;
	overflow: hidden;
}

.left p					{
}

.leftImg				{
	float: right;
	margin: 0 0 0 32px;
	width: 235px;
}
.leftImg img			{
	margin-bottom: 10px;
}
#branchelogoos {
	background:url(/images/bg-branchlogoos.gif) no-repeat left top;
	overflow:hidden;
	}
#branchelogoos .nwwi {
	display:block;
	margin:0 auto;
	}
#branchelogoos .dbm {
	margin-top:26px;
	display:block;
	}
#branchelogoos .scvm {
	margin-top:20px;
	display:block;
	}
#branchelogoos .funda {
	display:block;
	clear:both;
	position:relative;
	margin:0 auto;
	top:12px;
	padding-bottom:12px;
	}
#branchelogoos-vervolg {
	overflow:hidden;
	background:url(/images/big-branchlogoos-vervolg.gif) no-repeat left top;
	padding-bottom:20px;
	}
.dbmvervolg {
	display:block;
	float:left;
	margin-top:21px;
	}
.scvmvervolg {
	display:block;
	float:right;
	margin-top:21px;
	}
.nwwivervolg {
	display:block;
	clear:both;
	margin-top:97px;
	}
.fundavervolg {
	display:block;
	margin:17px auto 0;
	}
.title3					{
	color: #ffa800 !important;
}

.list					{
	margin: 0;
	overflow: hidden;
	padding-bottom: 10px;
}

.list li				{
	float: left;
	list-style: none;
	margin: 0;
	clear: both;
	padding-left: 13px;
	background: url(/images/arrow-left.gif) left 5px no-repeat;
	display: block;
}

.list li p				{
	float: left;
	margin-bottom: 0;
	color: #000;
	display: block;
}

.l1, .l1 li				{
	width: 320px;
}

.l2, .l2 li				{
	width: 360px;
}

.l3, .l3 li				{
	width: 600px;
}

.right					{
	float: right;
	width: 160px;
}

.colRight				{
	background: #ffe5b2;
	width: 146px;
	padding: 10px 0 10px 14px;
	margin: 0 0 15px;
	overflow: hidden;
}

.colRight h1			{
	margin-bottom: 0px;
	color: #ffa800;
	font: bold 14px/15px Tahoma, Arial, Helvetica, sans-serif;
	padding-left: 15px;
	background: url(/images/arrow-right.gif) left 4px no-repeat;
}
.contact h2 {
	color:#18348b;
	font-size:12px;
	}
.colRight a				{
	float: left;
	color: #2440b9  !important;
	font: bold 12px/15px Tahoma, Arial, Helvetica, sans-serif !important;
	margin-left: 0px;
	display: block;
}

.contact				{
	width: 160px;
	padding-left: 6px;
	margin: 15px 0;
}
.contact p				{
	margin-bottom: 0;
}

.contact a				{
	color: #cd6d0c;
	text-decoration:underline;
}
.contact a:hover				{
	color: #18348b;
}
.vbolink {
	display:block;
	width:159px;
	height:32px;
	border-top:solid 1px #b2b2b2;
	padding-top:8px;
	}
.mainBottom				{
	float: left;
	width: 850px;
	padding-top: 16px;
	height: 104px;
	background: #ffd37f;
	overflow: hidden;
	margin: 0 -17px 0 -18px;
}
	
.mainBottom a			{
	float: left;
	display: inline;
	margin-right: 12px;
}

/*---------------------------------------*/
#footer					{
	height: 24px;
	padding: 6px 23px 0 23px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	/*background: url(/images/footer.gif) repeat-x;*/
	width: 800px;
}

#footer p				{
	float: left;
	font: normal 10px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #636363;
	margin-bottom: 0;
}

#footer a				{
	color: #636363 !important;
}

.rightFoot				{
	float: right !important;
}

.listicon {
	margin-top: 18px;
	list-style-image: url(/images/pic_listbullet.gif);
}

/* CONTACTGEGEVENS
====================================================== */
.contactgegevens  .left h2 {
	font-size:12px;
	margin-bottom:12px;
	}
.contactgegevens  .kantoor  {
	float:left;
	margin-right:80px;
	}
.contactgegevens  .kantoor table  {
	margin-bottom:12px;
	}
.contactgegevens  .kantoor a  {
	color:#000;
	text-decoration:underline;
	}
.contactgegevens  .kantoor a:hover  {
	color:#18348B;
	}
/* Special */
/* Zie scroll objects.asp */
/* PADDING IN DE POPUPS IN HET ZOEKSCHERM
====================================================== */
.popup {
	padding: 10px;
}

/* STYLES DIE DOOR HET SYSTEEM WORDEN GEGENEREERD
====================================================== */
td a {
	text-decoration: none;
}

td {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
}

select {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body #fout {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body #informatietext {
	color: #000;
}

body #boginfotitletekst {
	color: #000;
}

body #titel {
	color: #000;
}

body #highlight {
	color: #000;
}

body #nieuwsdatum {
	color: #000;
}

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: 12px;
	font-family: 'lucida console', terminal, 'courier new', courier, mono;
	background-color: #fff;
	text-decoration: none;
}

.printwindow {
	background-color: #fff;
}

.verkocht {
	color: #f00;
}

body #huislink {
	text-decoration: none;
}

body #inputdisabled {
	background-color: #888888;
}

body #checkbox {
	width: 13px;
}

body #informatie {
	font-size: 12px;
	color: #000;
}

body #informatietext {
	font-size: 12px;
	color: #000;
}

.homebox {
	background-color: #fff;
}

body #huizeninformatiekleur {
	background-color: #000;
}

body #lijntje {
	background-color: #888;
}

body #homespecialborder {
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: white;
}

body #login_box_password_input {
	width: 98px;
}

body #login_box_email_input {
	width: 98px;
}

body #searchinfotitletekst {
	color: #000000;
}

.buurtgegevens_header {
	background-color: #FAA500;
	width: 400px;
	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;
}

/* OPEN HUIS
================================================================================================================*/
body#Openhuis {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.OpenHuisMainDiv {
	position: relative;
	min-height: 100%;
}

* html .OpenHuisMainDiv {
	height: 100%;
	text-align: center;
}

.OpenHuisMainDiv div {
	position: relative;
	padding-bottom: 30px;
}

body#Openhuis p {
	margin: 0;
	padding: 0;
}

.OpenHuisHeaderText {
}

body#Openhuis p.OpenHuisTitle {
	position: relative;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #FFA800;
}

body#Openhuis p.OpenHuisDate {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #FFA800;
	margin-top: 12px;
}

body#Openhuis p.OpenHuisTime {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFA800;
}

.OpenHuisMainDiv table {
	width: 96%;
	border-collapse: collapse;
	margin: 0 auto;
}

.OpenHuisMainDiv table td {
	padding-left: 6px;
}

.TableWoonplaats {
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #FFA800;
	color: #fff;
}

.TableTitle {
	font-weight: bold;
	color: #033884;
}

.TableData {
	color: #033884;
}

.TableData a {
	color: #033884;
}

.TableData a:hover {
	color: #FFA800;
}

#footerOH {
	position: relative;
	height: 20px;
	margin-top: -20px;
	background: #FFA800 url(/images/footer_openhuis.gif) repeat-x 0px;
}

/* END OPEN HUIS
==================================================================================================================*/
