body
{
	margin:0px;
	padding:0px;
	padding-top:10px;
	background-color:#6E6E6E;
	background-image: url('../images/background.gif');
	font-family: arial; 
	font-size: 8pt;
	line-height: 13pt; 
}

h1
{
	font-family: arial; 
	font-size: 10pt;
	font-weight:bold;
	color: #F36621;
	margin-left:auto;
	margin-right:auto;
}


h2
{
	font-family: arial; 
	font-size: 8pt;
	font-weight:bold;
	color: #F36621;
}


div#container
{
	width:900px;
	height:580px;
	background-color:#6E6E6E;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	background-image: url('../images/default.gif');
	background-repeat: no-repeat;

}

div#top
{
	width:698px;
	height:147px;
	margin-left:136px;
	margin-right:0px;
	background-color:#ffffff;
}

div#marketing
{
	width:698px;
	height:80px;
	margin-left:136px;
	margin-right:0px;
	background-color:#ffffff;
	
}

div#content
{
	width:675px;
	height:350px;
	margin-left:136px;
	margin-right:auto;
}

div#huizenlijst
{
	width:275px; /*breedte is width + paddin!!!*/
	height:331px;
	float:left;
	background-color:#F36621;
	overflow:auto;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	font-family: arial; 
	font-size: 8pt;
	line-height: 13pt; 
}

div#huizenlijstdetail
{
	width:300px;
	height:331px;
	float:right;	
	background-color:#ffffff;
	padding-left:0px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	font-family: arial; 
	font-size: 8pt;
	line-height: 13pt;

}

.bold {
font-weight:bold;

}

.oranje {
color: #F36621;
font-weight:bold;
}

a
{
	color: #ffffff; 
	text-decoration: none; 
}		

a:hover {
	color: #000000; 
	text-decoration: underline; 
}


