/* Die grundlegendste Formatierung für die Navigationsframes (so lange es sie noch gibt */
body {
	font-size: 80%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
a:link, a:visited {
	color: #000;
}
a:hover, a:active {
	color: #ff7f00;
}
#oben {
	margin: 0 auto 0 auto;
	text-align: center;
}
#unten {
	position: absolute;
	left: 0.5em;
	bottom: 1em;
	text-align: center;
}
img {
	margin: 0 auto 0 auto;
	display: block;
	border: 0;
}
.relative {
	position: relative;
	top: 150px;
}