/* ************************************************************************** */
/* HOME                                                                       */
/* ************************************************************************** */

.home h1 {
	display: block;
	float: right;
	background: #000;
	color: #fff;
	padding: 2px 8px;
	text-decoration: none;
	font-style: italic;
	font-size: 22px;
	margin: 0.5em 0;
	}
.home img {
	float: right;
	}
.home p {
	clear: both;
	margin: 0 0 1em 0; padding: 0;
	float: right;
	width: 350px;
	line-height: 18px;
	text-align: justify;
	} 
.home p img {
	float: left;
	vertical-align: middle;
	margin-right: 5px;
	}
	
/* ************************************************************************** */
/* BIOGRAFIE                                                                  */
/* ************************************************************************** */

.biografie {
	margin-top: 58px;
	}
.biografie h1 {
	display: block;
	width: 217px;
	float: left;
	background: #000;
	color: #fff;
	padding: 2px 8px;
	text-decoration: none;
	font-style: italic;
	font-size: 22px;
	margin: 1em 0;
	}
/*
.biografie img {
	float: right;
	}
	*/
.biografie p {
	margin:1em 0; padding: 0;
	float: right;
	width: 350px;
	line-height: 18px;
	text-align: justify;
	} 
.biografie p img {
	float: left;
	vertical-align: middle;
	margin-right: 5px;
	}

.biografie .tabel {
	background: transparent url('../images/bg/table-bio.gif') top left repeat-y;
	}
.biografie .tabel table {
	width: 217px;
	margin-left: 16px;
	} 
.biografie .tabel table th, 
.biografie .tabel table td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
	line-height: 15pt;
	border-bottom: 1px dotted #a0a0a0;
	}
.biografie .tabel table tr.first th, 
.biografie .tabel table tr.first td {
	border-top: 1px dotted #a0a0a0;
	}
.biografie .tabel table th {
	font-weight: normal; 
	text-align: left;
	padding-left: 16px;
	background: transparent url('../images/li.gif') 4px 0.4em no-repeat;
	}
.biografie .tabel table td {
	font-weight: bold; 
	text-align: right;
	}
	
/* ************************************************************************** */
/* WERKWIJZE                                                                  */
/* ************************************************************************** */

.werkwijze {
	margin-top: 58px;
	}

.werkwijze h1 {
	display: block;
	float: left;
	background: #000;
	color: #fff;
	margin: 0;
	width: 377px;
	padding: 2px 8px;
	text-decoration: none;
	font-style: italic;
	font-size: 22px;
	}
.werkwijze img {
	float: right;
	}
.werkwijze p {
	margin: 1em 0; padding: 0 0 0 43px;
	float: left;
	width: 350px;
	line-height: 18px;
	text-align: justify;
	} 
.werkwijze p img {
	float: left;
	vertical-align: middle;
	margin-right: 5px;
	}
	
/* ************************************************************************** */
/* REFERENTIES                                                                */
/* ************************************************************************** */

.referenties img {
	float: left;
	}
.referenties h1 {
	clear: both;
	display: block;
	float: left;
	background: #000;
	color: #fff;
	margin: 0;
	width: 600px;
	padding: 2px 8px;
	text-decoration: none;
	font-style: italic;
	font-size: 22px;
	}
.referenties p {
	margin: 1em 0; padding: 0;
	float: right;
	clear: both;
	width: 350px;
	line-height: 18px;
	text-align: justify;
	} 
.referenties p img {
	float: left;
	vertical-align: middle;
	margin-right: 5px;
	}
.referenties table {
	float: left;
	width: 233px;
	border-top: 1px dashed #a0a0a0;
	border-bottom: 1px dashed #a0a0a0;
	margin: 1em 0;
	}
.referenties table th {
	padding: 1px 0;	
	}
.referenties table td {
	text-align: right;
	color: #a0a0a0;
	font-style: italic;
	padding: 0 5px;	
	}
.referenties table td a {
	color: #a0a0a0;
	}
.referenties table td a:hover {
	color: #f00;
	}
	
/* ************************************************************************** */
/* KOSTEN                                                                     */
/* ************************************************************************** */

.kosten h1 {
	display: block;
	float: left;
	background: #000;
	color: #fff;
	padding: 2px 8px;
	text-decoration: none;
	font-style: italic;
	font-size: 22px;
	margin: 0.5em 0;
	}
.kosten img {
	float: right;
	}
.kosten p {
	margin: 1em 0; padding: 0;
	float: right;
	width: 350px;
	line-height: 18px;
	text-align: justify;
	} 
.kosten p img {
	float: left;
	vertical-align: middle;
	margin-right: 5px;
	}
	
/* ************************************************************************** */
/* CONTACT                                                                    */
/* ************************************************************************** */

.contact {
	margin-top: 58px;
	}

.contact h1 {
	display: block;
	width: 217px;
	float: left;
	background: #000;
	color: #fff;
	padding: 2px 8px;
	text-decoration: none;
	font-style: italic;
	font-size: 22px;
	margin: 0;
	}
.contact table {
	margin: 1em 0;
	float: left;
	width: 233px;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	}
.contact table th {
	width: 30px;
	}
.contact table td {
	padding-left: 0.5em;
	font-weight: bold;
	font-size: 12px;
	}
.contact table td a {
	color: #000;
	}
.contact table td a:hover {
	color: #f00;
	}
.contact img {
	float: right;
	}
.contact p {
	margin: 0 0 1em 0; padding: 0;
	float: left;
	width: 233px;
	line-height: 18px;
	text-align: justify;
	} 
.contact p img {
	float: left;
	vertical-align: middle;
	margin-right: 5px;
	}

/* ************************************************************************** */
/* THICKBOX                                                                   */
/* ************************************************************************** */

.intake h1 {
	display: block;
	float: left;
	background: #000;
	color: #fff;
	padding: 2px 8px;
	text-decoration: none;
	font-style: italic;
	font-size: 22px;
	}
.intake h2 {
	clear: both;
	display: block;
	float: left;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	font-style: italic;
	width: 424px;
	margin: 0 0 1em 0;
	}
.intake p {
	clear: both;
	margin: 1em 0; padding: 0;
	float: left;
	line-height: 18px;
	text-align: justify;
	width: 424px;
	} 
.intake p img {
	float: left;
	vertical-align: middle;
	margin-right: 5px;
	}
.intake table {
	width: 424px;
	}
.intake table tr {
	vertical-align: top;
	}
.intake form {
	float: left;
	}	
.intake form input {
	vertical-align: middle;
	margin: 0;
	}	
.intake form input,
.intake form select {
	font-family: Georgia, Times, serif;
	}
.intake form select {
	width: 120px;
	}
.intake .submit {
	color: #fff;
	background: #f00;
	border: none;
	float: right;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding: 3px;
	margin: 0;
	}

.disclaimer h1 {
	display: block;
	float: left;
	background: #000;
	color: #fff;
	padding: 2px 8px;
	text-decoration: none;
	font-style: italic;
	font-size: 22px;
	}
.disclaimer dl {
	clear: both;
	margin: 1em 0; padding: 0;
	float: left;
	line-height: 18px;
	text-align: justify;
	width: 424px;
	} 
.disclaimer dl dt {
	font-weight: bold;
	} 
.disclaimer dl dd {
	margin: 0 0 1em 0; padding: 0;
	} 
	


