/*
	- html, body, body.home, body.vervolg
	- Lay-out
	- Menu's
		- ul#nav {hoofdmenu)
		- ul#submenu (submenu)
	- Systeem styles
*/


body, html
{
    height: 100%;
    width:100%;
    font-size:12px;
}

h1 {
		font-size: 14px;
		font-weight: bold;
		color: #363636;
		margin: 30px 0 0 20px;
}

/* LAY-OUT
=============================== */
div#innerheader
{
    padding:210px 13px 0px 0px;
}

div#innermenu
{

}
div#content
{
    padding:0;				/* Niet veranderen! margin en/of padding... */
    margin:0;
    background:#fff;		/* ... aanpassen in div#innercontent!!      */
}
div#innercontent
{
    padding:0 20px 20px;
}
div#contentmenuknoppen
{
	margin-top:20px;
}

/* MENU'S
================================================================================================================= */
ul#nav
{
	margin:0 0 0 12px;			/* Linkermargin om het menu uit de kant te houden. */
	padding:8px 0 0 0;			/* Padding om het menu verticaal uit te lijnen met #menu. */
	list-style:none;
}
ul#nav li
{
    float:left;
    margin:0;
    padding:0 8px;
    text-slign:center;
    border-right:solid 1px #fff;   /* Border om de menu items te scheiden. */
}
ul#nav a
{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
ul#nav a:hover
{
	text-decoration:underline;
}
ul#submenu
{
    position:relative;
    float:right;
    list-style:none;
    margin:0 20px 0 0;
    padding:8px 0 0;
}
ul#submenu li
{
    float:left;
    padding:0 6px;
    border-right:solid 1px #000;
}
ul#submenu a
{
	color:#000;
	text-decoration:none;
}
ul#submenu a:hover
{
	color:#fff;
}
ul#nav li.lastitem,
ul#submenu li.lastitem
{
   border-right:none;				/* Geen border voor het laatste menu item. */
}
/* PADDING IN DE POPUPS IN HET ZOEKSCHERM
====================================================== */
.popup
{
	padding: 10px;
}
/* STYLES DIE DOOR HET SYSTEEM WORDEN GEGENEREERD
====================================================== */a
a{
	font-size:12px;
	color: #688073;
	font-family:  Arial, Verdana, sans-serif;
}
a:hover
{
	 color: #056082;
}
td
{
	font-size:12px;
	font-family:  Arial, Verdana, sans-serif;
}
select
{
    font-size:12px;
    font-family:  Arial, Verdana, sans-serif;
}
input
{
    font-size:12px;
    font-family:  Arial, Verdana, sans-serif;
}
textarea
{
    font-size:12px;
    font-family:  Arial, Verdana, sans-serif;
}
body #fout
{
    font-size:12px;
    color: red
}
body #informatietext
{
    color: #363636;
}
body #boginfotitletekst
{
    color: #363636;
}
body #titel
{
    color: #363636;
}
body #highlight
{
    color: #363636;
}
body #nieuwsdatum
{
    color: #363636;
	display:none;
	visibility:hidden;
}	
.nieuwsOmschrijving	{
		width: 700px !important;
		padding-right:10px;
}

#nieuws table, .body {
	width: 700px;
}

body #nieuwsimage
{
    border: 1px solid #688073;
	margin-right:10px;
}
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: #7A9BBA;
    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: #01678d url(/images/housenet.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:#01678d;
	margin-top:12px;
}
body#Openhuis p.OpenHuisTime
{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#607998;
}
.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:#01678d;
	color:#fff;
}
.TableTitle
{
	font-weight:bold;
	color: #01678d;
}
.TableData
{
color: black;
}
.TableData a
{
color: #01678d;
}

.TableData a:hover
{
color: #f0731f;
}
#footerOH
{
	position:relative;
	height:20px;
	margin-top:-20px;
	background: #01678d url(/images/footer_openhuis.gif) repeat-x 0px;
}

/* END OPEN HUIS
==================================================================================================================*/


