/* format standard */
body,td {
	margin: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}
body {
	background-color: #1B1B1F;
	text-align: center;
}
img {
	border: 0px;
}
a {
	text-decoration: underline;
	color: #FFFFFF;
}
P, FORM {
	margin:0px;
}

/* layout */	
#content {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#top {
	width: 1000px;
	height: 66px;
	margin: 31px 0px 0px 0px;
	background-image: url(../images/bkgrnd_top.jpg); 
	background-position: top left;
	background-repeat: no-repeat; 
}

#left {
    float: left;
    margin: 0px;
    padding: 0px;
	width: 130px;
	height: 395px;
	/*
	De overige gegevens staan in woning.css / bedrijf.css / financieel.css / verzekering.css
	*/
}

#main {
    float: left;
    width: 870px;
    height: 395px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	overflow: auto;
}
#footer {
	clear: both;
	width: 1000px;
	height: 95px;
	font-size: 8pt;
	background-image: url(../../images/logo_nvm.gif); 
	background-position: bottom right;
	background-repeat: no-repeat; 
}

/* diversen */
#main #txt {
	margin: 7px;
	width: 595px;
}
.kop {
	font-weight: bold;
	color: #FFFF00;
}
.geel {
	font-style: italic;
	color: #FFFF00;
}
.sub {
	font-style: italic;
	font-size: 7pt;
}
#footer a {
	text-decoration: none;
	color: #666;
}


