.titelimg {
  padding: 0px;
  margin: 7px 0px 0px 20px;
}
.middeninhoud {
    width: 900px;
    margin: 0px 0px 0px 20px;
    overflow: auto;
    line-height: 18px;
}
.middeninhoud h1 {
	font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 26px;
    margin: 7px 0px 10px 0px;
}
.middeninhoud h2 {
	font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 26px;
    margin: 7px 0px 10px 0px;
}
.middeninhoud a {
	text-decoration: none;
	font-weight: bold;
	color: #0099FF;
}
.middeninhoud a:hover {
	text-decoration: underline;
}
.reviews {
    width: 520px;
    float: left;
	margin-right: 40px;
	font-size: 12px;
    font-weight: normal;
    line-height: 14px;
}
.pagina {
    margin: 10px 0px 10px 0px;
    line-height: 20px;
    letter-spacing: 1px;
}
.inleiding {
    width: 320px;
	font-size: 12px;
    font-weight: normal;
    line-height: 17px;
	float: left;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4EDEF;
	margin-top: 10px;
	background-image: url(../graphics/blockbkg.png);
	background-repeat: repeat-x;
	padding-right: 10px;
	padding-left: 10px;
}
.inleiding p {
    margin: 10px 0px 10px 0px;
    line-height: 18px;
}
.testimonialContainer {
    width: 520px;
	font-size: 12px;
    font-weight: normal;
    line-height: 17px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4EDEF;
	margin-top: 10px;
	background-image: url(../graphics/blockbkg.png);
	background-repeat: repeat-x;
	padding-right: 10px;
	padding-left: 10px;
    overflow:auto;
}
.testimonialHeader {
    border-bottom: 0px solid #E4EDEF;
    font-weight: bold;
}
.testimonialName {
    float: left;
    width: 400px;
    padding: 0px;
}
.testimonialDate {
    float: left;
    width: 100px;
    text-align: right;
}
.testimonialContent {
    border-top: 1px solid #E4EDEF;
    clear: both;
    text-align: left;
    letter-spacing: 0px;
    padding-top: 5px;
    padding-bottom: 10px;

}
.testimonialContent img {
    position: relative;
    float: left;
    clear: both;
    margin: 5px;
}
