body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/holz.jpg);
	background-repeat: repeat;
}
.webseite {
	background-color: #ebd18a;
}
.navi {
	background-image: url(../images/navi_bg.jpg);
	background-repeat: repeat;
}
.content {
	background-color: #FFFFFF;
	background-image: url(../images/igel.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.ueberschrift {
	background-color: #FFFFFF;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
