html,body.home, body.vervolg 
{
    height: 100%; /* zo blijft de hoogte van de inhoud altijd 100% */
    width: 100%;
    background: #fff;
    font-family: Arial, Verdana, Sans-Serif;
    margin: 0;
	padding:0 auto;
}

/*MENU'S 
================================================================================================================*/

/* 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: #0a2759;
	background: #ebd544 url(/images/aquina.gif) no-repeat 12px 10px; /*hier kun je een een logo van de betreffende makelaar zetten*/
	margin-bottom:-30px;
}
body#Openhuis p.OpenHuisDate
{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#01678d;
	margin:30px auto 0;
	border-top:solid 4px #ebd544;
	padding-top:12px;
	width:96%;
}
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;
}
table.openHuisObjectsTable
{
	margin-top:-20px;
}
.OpenHuisMainDiv table td
{
	padding-left:6px;
}
.TableWoonplaats
{
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;
	background:#ebd544;
	color:#0a2759;
}
.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: #ebd544;
}

/* END OPEN HUIS
==================================================================================================================*/

.taxatie
{
    list-style:circle;
}


















