table{
	width: 100%;
}
#mainContent{
	position: relative;
	top: 10px;
	width: 996px;
	margin: 0 0 0 250px;
	padding: 0px 0px;
}
#mainContentHeader p{
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
}
#mainContentLeft{
	width: 690px;
	margin: 0 0 0 0;
	border-radius: 10px;
	overflow: hidden;
	float: left;
}
#mainContentLeft div img{
	border-radius: 10px;
	overflow: hidden;
}
.heading{
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 20px 0;
}
.spalte{
	width: 335px;
	text-align: justify;
	font-size: 0.8em;
}
.links{
	float: left;
}
.rechts{
	float: right;
}
.spalte p{
	margin: 1em 0;
}
.rechts img:first-of-type{
	margin: 1em 0 0 0;
}
.copyright{
	font-weight: bold;
}
.autor{
	margin: 30px 0;
	padding: 10px;
	text-align: center;
	background: rgba(128, 128, 128, 0.8);
	border-radius: 10px;
}