/* CSS Document bij bomen.html*/
.inspring {
	margin-left: 30px;
}
.terugspring {
	margin-left: -30px;
}

/* inhoud van bomen te breed voor div content, dus herdefinitie */
.bomeninh {
	width: 553px;
	margin-left: 132px;
	margin-top: 10px;
}
.shadowl {
	background-image: url(../img/shadowl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 151px;
	width: 208px;
}
.shadows {
	background-image: url(../img/shadows.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 218px;
	width: 141px;
}


.bomencontent {
	width: 425px;
	margin-left: 260px;
}
/* lege regelhoogte komt erg hoog over, in bomen iets aan proberen te doen */
p {
	line-height: 1.4em;
}
.leftfoto {
	clear: left;
	float: left;
	margin-left: 15px;
	width: 141px;
	margin-top: 100px;
}

