body, html {
	margin: 0;
	padding: 0;
	color: #000;
	background: #fff url('../images/bodyBg.gif') repeat-x left top;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	height: 100%;
	}
	
	
div,td,p,input,textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	vertical-align: top;
	}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	margin: 0;
	line-height: 100%;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 14px;
}	

a:link, a:visited {
	text-decoration: underline;
	color: #525252;
}
a:hover {
	text-decoration: none;
	color: #000;
}

a img {
	border: none;
}

/** ADRESBOX  //////////   
	}     */
#adresBoxHeader {
	position: absolute;
	top: 0;
	left: 467px;
	height: 42px;
	width: 273px;
	background: url('../images/hoekjeAdresBox.gif') no-repeat left bottom;
}
#adres {
	float: left;
	padding: 4px 0 0 31px;
}
#adres p, #adresTelFax p {
	font-size: 11px;
	color: #0067A6;
	margin: 0;
	line-height: 16px;
}
#adresTelFax {
	float: left;
	padding: 4px 0 0 31px;
	margin-left: 10px;
	background: url('../images/telFaxIcons.gif') no-repeat 10px 4px;
}


/** HEADER  //////////  */
#header {
	background: #fff url('../images/hoekjeHeaderLeft.gif') no-repeat left bottom;
	width: 436px;
	height: 59px;
	padding: 13px 0 0 31px;
}

/** NAVIGATIE //////////////  */
#navi {
	background: url('../images/navBg.gif') no-repeat left top;
	height: 22px;
	padding: 20px 0 0 185px;
}
a.navi:link, a.navi:visited, a.navi:hover {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}	
#navi ul { 
	padding:0;
	margin:0
}
ul.inline li {
	display: inline;
	padding: 0 7px 0 10px;
	background: url('../images/navBullit.gif') no-repeat 0 4px;
}

/** CANVAS /////////  */
#canvasBg {
	background: #1D94DD url('../images/buildingLeft.gif') no-repeat left top;
	width: 773px;
}
#canvasRight {
	margin-left: 159px; 
	background: #fff url('../images/canvasRight.jpg') no-repeat right top; 
}
#canvasleft {
	background: #59B6EF url('../images/canvasleft.jpg') no-repeat left top;
	margin-right: 4px;
}
#canvasTopleft {
	height: 27px;
	background: #fff url('../images/canvasTL.gif') no-repeat left top;
	margin-left: 6px; 
}
#canvasTopRight {
	height: 27px;
	background: #fff url('../images/canvasTR.gif') no-repeat right top;
	margin-left: 10px;
}
#canvas {
	background: #fff;
	margin-left: 6px;
	border-right: 1px #D6D6D6 solid;
	padding: 0 20px 40px 20px;
}

/** MIN-HEIGHT HACK FOR MSIE  /////////  */
.minHeight {
    height: 450px;
    float: right;
    width: 1px;
}
.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
  }
/** MIN-HEIGHT HACK FOR MSIE  /////////  */


#canvas h1 {
	color: #1D94DD;
}
h5.slogan {
	color: #979898;
	font-style: italic;
	letter-spacing: 2px;
	font-size: 12px;
	margin-top: 6px;
}

#content {
	padding: 30px 0 40px 0;
	margin: 0;
	width: 100%;
	height: 200px;
}
#content td {
	width: 50%;
}
#content td.left {
	padding-right: 19px;
	border-right: 1px #D6D6D6 solid;
}
#content td.right {
	padding-left: 20px;
}

p {
	text-align: justify;
	line-height: 145%;
	margin: 0 0 20px 0;
}
p.titel {
	background: url('../images/contentPTitelBullit.gif') no-repeat 0 6px;
	font-weight: bold;
	margin: 0;
	padding-left: 10px;
}
p.afbeelding {
	border: 1px solid #E5E5E5;
	line-height: 0;
	padding: 4px;
	margin: 0;
}
p.indent {
	padding-left: 10px;
}

#footer {
	background: #fff;
	height: 56px;
	width: 768px;
	border-right: 1px #D6D6D6 solid;
	border-bottom: 1px #D6D6D6 solid;
}
#footerBlue {
	background: #81CDFB url('../images/hoekjeFooter.gif') no-repeat right top;
	width: 468px;
	height: 57px;
}

#B4AlogoBox {
	padding: 10px 0 0 10px;
}

#mailform {
	width: 100%;
	}
#mailform td {
	padding-bottom: 10px;
	line-height: 20px;
	}
input.telefoon {
	width: 130px;
	}
input.naam {
	width: 260px;
	}

#contact {
	border: 0;
}
#contact td {
	padding-right: 25px
}


ul.listnormal li {
	padding: 2px 0 2px 10px;
	list-style: none;
	background: url('../images/contentPTitelBullit.gif') no-repeat 0 9px;
}

.arrowToTop {
	text-align: right;
	font-size: 12px;
	/*background: url('../images/arrowToTop.gif') no-repeat 554px 0;*/
}
.spacer {
	height: 30px;
}
.indentP {
	padding-left: 10px;
}