html,
body
{
	width:100%;
	height:100%;
}
body
{
	font-size: 12px;
	color:#00254E;
	font-family: Arial, Verdana, sans-serif;
	background-color: #7EC994;
}
.home,
.vervolg
{
	margin:0;
	padding:0;
}
h2
{
	font-size:13px;
}
.noborder
{
	border:none;
}
.leftfloat
{
	float:left;
}
img.tekstimageleft
{
	margin:0 8px 8px 0;
}
.rightfloat
{
	float:right;
}
.center
{
	text-align:center;
	margin:0 auto;
}
.center img
{
	display:block;
	margin:0 auto;
}
table.teksttable th
{
	text-align:left;
}
table.teksttable th,
table.teksttable td
{
	font-size:12px;
}
table.formulier td
{
	font-size:12px;
	padding-bottom:6px;
}
a
{
	color:#00254E;
}
a:hover
{
	color:#7EC994;
}
a.wandelroutes
{
	color:#00f;
	font-weight:bold;
	padding-left:2px;
}
a.wandelroutes:hover
{
	color:#7EC994;
}

/* ALLE PAGINA'S
===================================*/
#logo
{
	position:absolute;
	left:46px;
	top:16px;
	border:none;
	z-index:1000;
}
#header
{
	position:relative;
	height:28px; /* Totale hoogte is 28 + padding-top! */
	padding:52px 0 0 240px;
	background:url(/images/bg-header.gif) no-repeat;
	z-index:500;
}
#zijmenu
{
	position:relative;
	float:left;
	width:232px;
}
#submenu
{
	position:absolute;
	width:232px;
	height:53px;
	left:0;
	bottom:0;
	background:url(/images/bg-submenu.gif) no-repeat 30px 0;
	z-index:200;
}
#footer
{
	position:relative;
	height:160px;
	background:url(/images/bg-footer.gif) no-repeat;
}
#footer2
{
	position:relative;
	height:160px;
	background:url(/images/bg-footer2.gif) no-repeat;
}
#footer p,
#footer2 p
{
	float:left;
	font-size:11px;
	margin:124px 10px 0 6px;
}
#footer img,
#footer2 img
{
	float:left;
	margin:4px 0 0 31px;
}
#footer p span,
#footer2 p span
{
	display:block;
	width:14px;
	float:left;
}
#footer p a,
#footer2 p a
{
	color:#00254E;
	text-decoration:none;
}
#footer p a:hover,
#footer2 p a:hover
{
	text-decoration:underline;
}
img.wisselfoto
{
    display:block;
}

/* HOMEPAGE
===================================*/
.home #centerverticaal
{
	position:relative;
	width:963px;
	height:620px;
	margin:0 auto;
	background:#fff url(/images/bg-centerverticaal.gif) repeat-y;
}
.home #contentvlak
{
	position:relative;
	width:963px;
	height:380px;
}
.home #foto1,
.home #foto2
{
	position:relative;
	margin-left:232px;
	margin-right:25px;
}
.home #foto1
{
	height:193px;
	background:#DBDEED;
}
.home #foto2
{
	height:187px;
	background:#fff;
}
.home #foto2 img
{
	float:right;
}



/* VERVOLGPAGINA'S
========================*/
.vervolg #centerverticaal
{
	position:relative;
	width:963px;
	min-height:100%;;
	margin:0 auto;
	background:#fff url(/images/bg-centerverticaal.gif) repeat-y;
}
.vervolg #contentvlak
{
	position:relative;
	width:963px;
	height:auto;
}
.vervolg #submenu
{
	bottom:160px;
}
.vervolg #content
{
	position:relative;
	margin-left:240px;
	min-height:390px;
	padding:44px 20px 200px 0;
}
#makelaardij #content
{
	padding-bottom:360px;
}
.vervolg #footer,
.vervolg #footer2
{
	margin:-160px auto 0 auto;
	width:963px;
}

/* TOPMENU
========================*/
#header span
{
	float:left;
	margin-right:20px;
	display:inline;
}
#nav
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	display:inline;
}
#nav span
{
	display:inline;
	padding-right:3px;
	margin-right:0;
	color:#00254E;
	font-size:13px;
}
#nav li
{
	display:block;
	float:left;
	margin-right:5px;
}
#nav li.lastitem
{
	display:block;
	float:left;
	margin-right:0;
}
#nav a:hover span
{
	text-decoration:none;
}
#nav a 
{
	color:#7EC994;
	text-decoration:none;
	padding-right:10px;
	font-size:12px;
}
#nav a:hover 
{
	text-decoration:underline;
}
#nav li ul { /* second-level lists */
    display:block;
	position: absolute;
	width:160px;
	height:20px;
	z-index: 500;
	margin:0;
	padding:0;
	padding-top:11px;
	left: -999em;
}
#nav li ul li a span { /* second-level lists */
	color:#fff;
}
#nav li ul li a:hover span { /* second-level lists */
	text-decoration:none;
}
#nav li ul a { /* second-level lists */

    display:block;
	border:1px solid white;
	background:#C4E3CA;
	width:160px;
	height:20px;
	z-index: 500;
	color:#003976;
	left: -999em;
	padding-top:3px;
	padding-left:6px;
}
#nav li ul a:hover { /* second-level lists */

	color:#003976;
}
#nav li ul ul { /* third-and-above-level lists */
    margin: -35px 0 0 100px;
    height:30px;
}
#nav li ul ul a { /* third-and-above-level lists */
	margin: -0px 0 0 130px;
	height:30px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#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;
	margin-left:10px;
}

/* ZIJMENU
======================= */
#zijmenu ul
{
	margin:0 0 0 32px;
	padding:40px 0 0 0;
	list-style:none;
}
#zijmenu ul li
{
	margin-bottom:4px;
}
#zijmenu ul li
{
	height:27px;
	line-height:27px;
	margin-bottom:9px;
}
#zijmenu ul li.groot
{
	line-height:14px;
}
#zijmenu a
{
	font-family:Verdana, Arial, sans-serif;
	color:#044280;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	display:block;
	height:27px;
	padding-left:33px;
	background:url(/images/bg-buttonmenu.gif) no-repeat;
}
#zijmenu a:hover
{
	color:#7EC994;
	background:url(/images/bg-buttonmenu.gif) no-repeat left bottom;
}
.onder
{
    margin-top:30px;
}
/* SUBMENU
======================== */
#submenu ul
{
	margin:0 0 0 32px;
	padding:36px 0 0;
	list-style:none;
}
#submenu ul li
{
	display:block;
	float:left;
	margin-right:24px;
}
#submenu ul li.lastitem
{
	margin-right:0;
}
#submenu a
{
	color:#00A950;
	text-decoration:none;
	font-weight:bold;
}
#submenu a:hover
{
    text-decoration:underline;
}

/* ==============================================*/
#aanbodpagina td
{
	font-size: 12px;
	color:#00254E;
	background:#C4E3CA;
	font-family: Arial, Verdana, sans-serif;
}
td
{
	font-size: 12px;
	color:#00254E;
	font-family: Arial, Verdana, sans-serif;
}
select
{
   font-size: 12px;
	color:#00254E;
	font-family: Arial, Verdana, sans-serif;
}
input
{
    font-size: 12px;
	color:#00254E;
	font-family: Arial, Verdana, sans-serif;
}
textarea
{
    font-size: 12px;
	color:#00254E;
	font-family: Arial, Verdana, sans-serif;
}
body #fout
{
    font-size: 12px;
    color: red
}
body #informatietext
{
    font-size: 12px;
	color:#00254E;
	font-family: Arial, Verdana, sans-serif;
}
body #boginfotitletekst
{
   font-size: 12px;
	color:#00254E;
	font-family: Arial, Verdana, sans-serif;
}
body #titel
{
    font-size: 12px;
	color:#00254E;
	font-family: Arial, Verdana, sans-serif;
}
body #login
{
    background-image: url(/images/pic_loginbox.gif);
    background-repeat: no-repeat;
    background-color: #ffffff
}
body #highlight
{
    color:#00254E;
}
body #nieuwsdatum
{
    color:#00254E;
}
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: 13px;
    font-family: 'lucida console', terminal, 'courier new', courier, mono;
    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: 13px
}
body #informatie
{
    font-size: 13px;
    color:#00254E;
}
body #informatietext
{
    font-size: 12px;
	color:#00254E;
	font-family: Arial, Verdana, sans-serif;
}
.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
}
body #homespecialborder
{
    background-color: #C4E3CA;
}
body #login_box_password_input
{
    width: 98px
}
body #login_box_email_input
{
    width: 98px
}
body #searchinfotitletekst
{
    color:#00254E;
}
.buurtgegevens_header
{
    background-color:#C4E3CA;
    color:#00254E;
}
.mailhuis_input
{
   width: 200px
}
.loginbox
{
    background-position: left top;
    background-image: url(/images/pic_loginbox.gif);
    background-repeat: no-repeat
}

.hometableborder
{
    BORDER-RIGHT: #7FC994 double;
   BORDER-TOP: #7FC994 double;
    BORDER-LEFT: #7FC994 double;
    BORDER-BOTTOM: #7FC994 double;
    BACKGROUND-COLOR: transparant;
}
#prospectaanbiedertabellijntje1
{
}
#prospectaanbiedertabelborder
{
background-color:#516779;
}
#prospectaanbiedertabelheader
{
	background-color:#E3E8EC;
	font-weight:bolder;
}
#prospectaanbiedertabelrow1
{
	background-color:#BAC7D1;
}
#prospectaanbiedertabelrow2
{
	background-color:#9BAEBD;
}
tr.bar1
{
	background:#C4E3CA;
}
/* OPEN HUIS
================================================================================================================*/


body#Openhuis
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background: #FFF;
}
.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:98px;
	line-height:60px;
	padding: 33px;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	color: #00254E;
	background: url(/images/pic_logo-openhuis.gif) no-repeat 12px 10px; /*hier kun je een een logo van de betreffende makelaar zetten*/
}
body#Openhuis p.OpenHuisDate
{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#00254E;
	margin-top:12px;
}
body#Openhuis p.OpenHuisTime
{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#00254E;
}
.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:#7EC994;
	color:#fff;
}
.TableTitle
{
	font-weight:bold;
	color: #000;
}
.TableData
{
color: black;
}
.TableData a
{
color: #000;
}

.TableData a:hover
{
}
#footerOH
{
	position:relative;
	height:20px;
	margin-top:-20px;
}

/* END OPEN HUIS
==================================================================================================================*/
div.type {
	width:100%;
	margin-bottom:10px;
	overflow:hidden;
	}
	
	
div.type img {
	float:right;
	margin-left:10px;
	}
/*------------------------------------ Aanbod-------------------------*/
.aanbod 						{ float:left; padding:22px 27px 10px 22px; width:754px; }
.zoekscherm					{ width:300px; background:#C4E3CA;padding:17px; padding-bottom:0; margin:0 15px 0 0; float:left; }
.foto						{ width:349px; height:198px; float:left; background:#7EC994; }
.foto img					{ margin: 0 !important;}
.specials					{ background:#C4E3CA; float:left; width:698px; margin:15px 0 0 0; padding:10px 0; }
.button						{ background:#fff; border:1px solid #949495; padding:1px 5px; color:#58585A !important; }
.buttongroot				{ background:#fff; border:1px solid #949495; width:140px; display:block; height:15px; color:#58585A !important; margin-bottom:3px; padding:3px; }
.bottom						{ margin-top:110px; }
.snelzoekaanbodpagina		{ width:145px; background:#d9dadb; height:560px; float:right; margin-top:-97px; position:relative; z-index:100; padding:20px 18px 0 24px;
								background: #d9dadb url(../images/pic_bg-snelzoekaanbodpagina.jpg) bottom repeat-x; }
.snelzoekaanbodpagina span	{ display: block; }
.kop						{ color:#fff; font-size: 18px;margin-bottom: 20px; }
.kop img						{ margin-left:0px;border:none; }
h1.titel {
	font-size:14px;
	color:#00254E;
	line-height:1.2;
	margin:0 12px 20px 0;
	}
div.contentmenuknoppen {
	padding-top:3px;
	}
div.contentmenuknoppen img {
	margin-top:3px;
	}	