/* -------------------------------------------------------------------- basics */
* { 
	padding: 0;
	margin: 0;
}
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	background-color: #FFFBEC;
	margin-top: 50px;
	background-image: url(img/backgr_body.jpg);
	background-repeat: no-repeat;
	background-position: center 22px;
}
h1 {
	padding-bottom: 38px;
	height: 20px;
	background-repeat: no-repeat;
}
h1 span{
	display: none;
}
h2 {
	clear: both;
}
p {
	font-size: 11px;
	margin-bottom: 10px;
	margin-right: 180px;
}
a:link, a:visited {
	color: #000000;
}
a:hover, a:active {
	color: #E80809;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li {
	padding-left: 12px;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
hr {
	border: none;
	border-bottom: 1px solid #FF0000; 
	height: 0;
}
.rood {
	color: #E80809;
}
.bruin{
	font-size: 11px;
	color: #644C32;
}
/* -------------------------------------------------------------------- achtergronden */
body#home #columnContent{
	background-image: url(img/backgr_home.jpg);
}
body#biologisch #columnContent{
	background-image: url(img/backgr_biologisch.jpg);
}
body#maatwerk #columnContent{
	background-image: url(img/backgr_maatwerk.jpg);
}
body#oogst #columnContent{
	background-image: url(img/backgr_oogst.jpg);
}
body#alfabet #columnContent{
	background-image: url(img/backgr_alfabet.jpg);
}
body#kosten #columnContent{
	background-image: url(img/backgr_kosten.jpg);
}
body#contact #columnContent{
	background-image: url(img/backgr_contact.jpg);
}
body#colofon #columnContent{
	background-image: url(img/backgr_home.jpg);
}
/* -------------------------------------------------------------------- h1 */
body#home h1{
	background-image: url(img/h1_thuis.gif);
}
body#biologisch h1{
	background-image: url(img/h1_biologisch.gif);
}
body#maatwerk h1{
	background-image: url(img/h1_maatwerk.gif);
}
body#oogst h1{
	background-image: url(img/h1_oogst.gif);
}
body#alfabet h1{
	background-image: url(img/h1_alfabet.gif);
}
body#kosten h1{
	background-image: url(img/h1_kosten.gif);
}
body#contact h1{
	background-image: url(img/h1_contact.gif);
}
body#colofon h1{
	background-image: url(img/h1_colofon.gif);
}
/* ------------------------------------afbeeldingen collage --------------------------------*/
#kipje {
	position: absolute;
	top: 380px;
	left: 405px;
	background-image: url(img/collageR_oogst.jpg);
	background-repeat: no-repeat;
	height: 187px;
	width: 172px;
	padding-top: 80px;
	padding-left: 30px;
	padding-right: 100px;
	font-size: 10px;
	color: #A27B51;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
