
html, body { 
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
  	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
	background-color: #fff;
}

#page {
	background-color:#fff;
	position: relative;
	width: 900px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #171796;
	border-left: 1px solid #171796 ;
	text-align: left;
	min-height: 130%;
	
}

html>body #page {
	height: auto;
} /* Without this, Moz1.0 adds a vertical scrollbar */

#header {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 120px;
	width:900px;
	background-image: url(/images/house.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #fff;
}

#nav {
	width: 900px;
	height: 24px;
	background-image: url(/images/line.jpg);
	background-repeat: repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#leftwrapper { 
	width: 150px;
	height: 100%;
	position: relative;
	border: 0;
	float: left; 
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	background:#fff;
	border-right: 1px solid #ccc;

}

#rightwrapper { 
	width: 150px;
	height:100%;
	border: 0;
	background:#fff;
	float: right; 
	text-align:center;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:88%;


}

#menu { 
	font-size:12px;
	font-weight:bold;
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
}

#menu a { text-decoration:none; color:#333}
#menu a:hover { text-decoration:underline; color:#333}


#address{
	font-size:9px;
	margin: 20px 0 0 0;
}

#address strong{ color:#171796;}

#addressindent{
	text-indent: 10px;
}


#content{
	background-color:#fff;
	width:550px;
	float:none;
	margin: 0 0 0 170px;
	padding: 0 0 0 0;

} 

#contentheader{
	font-size:24px; color:#CCC; text-transform:uppercase; font-weight:bold; font-family:Verdana, Geneva, sans-serif; border-bottom: 1px solid #CCC;
}
#cancellation {
	font-size:9px;
}

html>body #page {
	height: auto;
} /* Without this, Moz1.0 adds a vertical scrollbar */

table { font-size: 100%; } /* voor IE<6, omdat die anders de font-size niet erft van body */

#footer {
	background-image: url(/images/footer.jpg);
	float: right;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color:fff;
	width: 900px;
	height: 48px;
	margin: 0 0 0 0;
	bottom: 5px;
	position:absolute;

	}
.bottom { border-bottom: 1px solid #ccc;}

hr {
	border: 0;
	height: 1px;
	background: #ddd;
	color: #ddd;
}

input { border: 1px solid #999;}