body {
	background-color: #E87400;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: auto auto auto auto;
}

table.seite-1 {
	background-image: url(../img/duene.jpg);
	background-repeat: no-repeat;
	height: 595px;
	margin: auto auto auto auto;
}
table.seite-2 {
	background-image: url(../img/strasse.jpg);
	background-repeat: no-repeat;
	height: 595px;
	margin: auto auto auto auto;
}
table.seite-3 {
	background-image: url(../img/felsen.jpg);
	background-repeat: no-repeat;
	height: 595px;
	margin: auto auto auto auto;
}
table.seite-4 {
	background-image: url(../img/baum.jpg);
	background-repeat: no-repeat;
	height: 595px;
	margin: auto auto auto auto;
}
table.seite-5 {
	background-image: url(../img/gras.jpg);
	background-repeat: no-repeat;
	height: 595px;
	margin: auto auto auto auto;
}
table.seite-6 {
	background-image: url(../img/meer.jpg);
	background-repeat: no-repeat;
	height: 595px;
	margin: auto auto auto auto;
}
table {
		margin: auto auto auto auto;
}

td {
	font-size: 0.8em;
}

a:link.nav, a:visited.nav {
	color: White;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}
a.nav {
	color: White;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}
a:hover.nav {
	color: Black;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}