BODY, HTML {
	margin: 0px;
	font: 10pt Verdana;
}
A {
	color:#fff;
}
BODY {
	padding: 0px 0px 0px 50px;
	background: #7A7A7A url('../../images/body-background.gif') repeat;
}

A IMG {
    border: 0 none;
}

A {
    font-weight: bold;
	text-decoration: none;
}

.submit INPUT
{
	color: #000;
	background: #AAAAAA;
	border: 2px outset #000;
} 




H1, H2, H3 {
	padding: 0;
	margin: 0;
}

HR {
	border:0;
	padding: 0;
	margin: 20px 0px 10px 0px;
	height: 2px;
	color:#454545;
	background: #454545 url('../../images/content-border.png') no-repeat;
}


TABLE {
	text-align: left;
}

#canvasHome {
	padding: 0 0 50px 0;
	width: 900px;
	height: 100%;
	
}

#container {
	height: 100%;
	background: url('../../images/container-bgnd.png') top left no-repeat; /* container base background on top of the page */
	overflow: hidden;
}

/*  container background after the base background (in container), to fill the background in longer pages */
#containerBreaker {
	background: url('../../images/container-bgnd-breaker.png') repeat-y;
	overflow: hidden;
}

/*container  background on the bottom of the page */
#containerBottom {
	background: url('../../images/container-bgnd-breaker.png') no-repeat;
}

	/* top (banner en menu)  */
	#top {
		padding: 0px 0px 0px 12px;
		height: 210px;
	}

		#topPicture {
			height: 165px;
			overflow: hidden;
		}
	

	#menuBar {
		height: 20px;
		width: 100%;
	}
	

	/* onderkant van de homepagina  */
	#bottomHome {
		height: auto;
		position: relative;
		padding: 25px 5px 0px 5px;
		width:883px:
	}
	
		#bottomHomeLeft {
			float: left;
			width: 600px;
			padding: 0 0 50px 0;
		}
		
		#bottomHomeLeft UL {
			list-style-image: url('../../images/list-bullet.gif');
		}
	
			#bottomHomeLeftText {
				margin: 0px 0px 0px 23px;
				color: #FFFFFF;
			}


		#bottomHomeRight {
			width: 283px;
			background: url('../../images/home-photos.png') no-repeat;
			float: right;
			height: 587px;
			overflow:hidden;
		}
		
		
	/* onderkant van de pagina  */
	#bottom {
		/*padding: 25px 0px 25px 25px;*/
		padding: 25px 5px 0px 25px;
		position: relative;
		width:863px:
	}
	
		
		#bottomLeft {
			float: left;
			width: 580px;
			padding: 0 0 50px 0;
			overflow:hidden;
		}

		#bottomText {
			width: 566px;
			margin-right:40px;
			float: left;
			color: #FFFFFF;
		}
		
		#bottomText UL {
			list-style-image: url('../../images/list-bullet.gif');
		}

		#bottomRuler {
			margin: 20px 0px 10px 0px;
			height: 2px;
			background: #454545 url('../../images/content-border.png') no-repeat;
		}
		
		#bottomRight {
			width: 283px;
			/*background: url('../../images/overhetappartementALGEMEEN-photos.png') no-repeat;*/
			float: right;
			height: 587px;
			overflow:hidden;
		}
		
		#bottomRight.algemeen {
			background: url('../../images/overhetappartementALGEMEEN-photos.png') no-repeat;
			
		}
		
		#bottom .kenmerken {
			background: url('../../images/overhetappartementKENMERKEN-photos.png') no-repeat;
		}
		#bottom .prijzen {
			background: url('../../images/overhetappartementPRIJZEN-photos.png') no-repeat;
		}
		#bottom .omgeving {
			background: url('../../images/Deomgeving-photos.png') no-repeat;
		}
		#bottom .vragen {
			background: url('../../images/vragen-photos.png') no-repeat;
		}
		#bottom .beschikbaarheid {
			background: url('../../images/beschikbaarheid-photos.png') no-repeat;
		}
		#bottom .route {
			background: url('../../images/route-photos.png') no-repeat;
		}

