body { 
	background-color: #FFFFFF;
	margin: 0px;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 70%;
	color: #4A4A4A;	/* dark grey */	
}

h1 {
	font-size: 110%; 
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	word-spacing: .3em;
	letter-spacing: .1em;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 100%; 
	font-weight: bold;
	color: #000000;
	word-spacing: .3em;
	letter-spacing: .1em;	
	padding: 0px;
	margin: 0px;
}

h3 {
	font-size: 100%; 
	font-weight: bold;
	color: #000000;
	word-spacing: .3em;
	letter-spacing: .1em;	
	padding: 0px;
	margin: 0px;
}

b {
	color: #000000;
}

/* Page containter */
#divContainer {
	margin: 0px auto;
	width: 770px;
	height: 100%;
	text-align: left;
}

#divHeader {
	display: none;
}

#divFooter {
	display: none;
}

#divBanners {
	display: none;
}

#divSubmenu {
	display: none;
}

#divPrintHeader {
	display: inline;
}

#divPrintHeader img {
  margin-bottom: 15px;
}


/* Content container */
#divContent {
	background-color: #FFFFFF;
	width: 570px;
	float: left;
	padding: 10px 20px 10px 20px;
	line-height: 140%;
	word-spacing: .3em;
}
#divContent a {
	text-decoration: none;
	color: #FF8700; /* bright orange */
}
#divContent a:hover {
	text-decoration: underline;
	color: #B7B7B7; /* light grey */
}
div#divContentText {
	width: 600px;
}

/* <<< Lay-out content */

#divLeftContent {
  float: left;
}

#divRightContent {
  border-left: solid 1px #D9F1F7; 
  float: left; 
  margin: 0px 0px 10px 20px; 
  padding: 0px 0px 0px 15px;
}
.divRight {
  float: right; 
  padding-left: 5px;
}
.divLeft {
  float: left;
  padding-right: 5px;
}
.divDatum {
  float: right; 
	font-size: 90%; 
	color: #FF8700;
  padding-top: 6px;
}

hr {
	height: 1px;
	color: #D9F1F7;
	background-color: #D9F1F7;
	border: solid #D9F1F7 0px;
  margin: 0px; 
  clear: both;
}

.rulerHor {
	border-bottom: solid 1px #D9F1F7;
	padding: 5px 0px;
	margin-bottom: 10px;
}

table.tbRegular {
	padding: 0px;
	margin-bottom: 10px;
	border: none;
	float: left;
	width: 285px;
}
table.tbRegular td {
	padding: 4px;
	margin: 0px;
	background-color: #D9F1F7;
	border-bottom: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
}

span.listBlock {
	display:block;
	width: 265px;
}
.listBlock.lineHor p { /* insert horizontal line under paragraph in listBlock*/ 
	border-bottom: solid 1px #D9F1F7;
	padding: 5px 0px;
	margin: 0px;
}

span.recordBlock {
	display: block;
	width: 400px;
	padding: 10px 0px;
	border-bottom: solid 1px  #D9F1F7;
}

.fotoBorder,
.foto1_klein, .foto2_klein, .foto3_klein, 
.foto1_normaal, .foto2_normaal, .foto3_normaal, 
.foto1_groot, .foto2_groot, .foto3_groot {
  border: 1px solid #4A4A4A;
}

.opsomming {
	padding-left: 15px;
	background-image: url(../images/b_forward.gif);
	background-repeat: no-repeat;
	background-position: left top;
  margin-top:0px;
  padding-top:0px;
  margin-bottom:0px;
  padding-bottom:0px;
}

form {
  margin: 0px;
  padding: 0px;
}

.formVeldZoek {
  border: 1px solid #4A4A4A;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color: #4A4A4A;	/* dark grey */	
  height: 12px;
}

.formKnopZoek {
  border: none;
  background-color: #FFFFFF;;
  background-image: url(../images/b_forward.gif);
  background-repeat: no-repeat;
  width: 15px;
  height: 16px;
  cursor: hand;
  cursor: pointer;
}

DIV.fade {
  visibility: hidden;
}

DIV.fade DIV {
  width: 372px;
  height: 280px;
  background-color: white;
}

/* Lay-out content >>> */


