html, body {
	background-color: #e1da81;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-image: url(images/fondContent.gif);
	background-repeat: repeat-y;
	background-position: left;
	text-align: left;
}
.bottom {
	background-image: url(images/onderkant.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.backContent {
	background-image: url(images/fondContent.gif);
	background-repeat: repeat-y;
}
.hoofdmenu {
	color: #FFF;
	margin-left: 35px;
	font-size: 14px;
	text-decoration: none;
	line-height: 18px;
}
.groen {
	color: #ADB922;
}
h1 {
	font-size: 32px;
	font-style: italic;
	color: #C8B617;
	line-height: 40px;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	line-height: 24px;
	color: #396AAC;
	font-style: italic;
	font-weight: normal;
}
.imgLeft {
	float: left;
	border: 1px solid #C8B617;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgRight {
	float: right;
	border: 1px solid #C8B617;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.padding10 {
	padding-left: 10px;
}
h3 {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #FFF;
	line-height: 22px;
}
