@charset "utf-8";
/* Stylesheet voor Homepage */

/* Stylesheet met algemene layout elementen voor main pages */
@import url(tol_main_algemeen.css);

/* buitenste achtergrond - kleur en verloop */
body  {
	background: #b3976f;
	background-image: url(../images/img_tafels/img_natuur_bg.gif);
	background-repeat: repeat-x;
}

/* menubalk - achtergrondkleur */
#navbar {
	background-color: #883e4c;
}

#content {
	height: 450px;
}
/* h1-tag voor titel */
#content h1 {
	background-image: url(../images/img_main/img_homepage_h1tag.gif);
	margin-left: 160px;
}
/* h3-tags voor tekstkoppen */
#content h3.tag1 {
	background-image: url(../images/img_main/img_homepage_h3tag1.gif);
	text-indent: -9999px;
	background-repeat: no-repeat;
	height: 25px;
	width: 550px;
	margin-left: 160px;
}
#content h3.tag2 {
	background-image: url(../images/img_main/img_homepage_h3tag2.gif);
	margin-left: 160px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	height: 25px;
	width: 550px;
}

#content img.left {
	float: left;
	margin-bottom: 20px;
}
#content img.right {
	float: right;
	margin-bottom: 20px;
}
#content p {
	margin-left: 160px;
	margin-right: 155px;
	margin-bottom: 10px;
}
