body {
	background: #003;
	padding: 0;
	margin: 0;
	color: #ccc;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
p {
	font-size: .75em;
	line-height: 1.2;
	padding-left: 20px;
}
h1{
	font-size: 1.4em;
	font-weight: 200;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 40px;
}
a:link, a:visited {
	color: #d40;
	background-color: #003;
	text-decoration: none;
}
a:hover, a:active {
	color: #fff;
	background-color: #005;
}
.mini {
	font-size: .6em;
	text-align: center;
}
#frameCenterAussen{
	position: absolute; /*zur Zentrierung nötig:*/
	width: 990px; /*		frameCenterInnen / - Aussen*/
	margin-left: 50%;
}
#frameCenterInnen{
	position: absolute;
	width: 990px;
	margin-left: -495px;
}
