table {
	border-spacing: 70px;
	align: center;
}
colgroup{
	width:auto;
}
p.headline{
	text-align: center;
	margin-top: 50px;
	font-size: 5em;
	font-family:cursive;
}

#copyright{
	position: fixed;
	left:15px;
	bottom: 3px;
	text-align:left;
	color:#ffffff;
	font-size: 1.2em;
}
#fb{
	position:fixed;
	bottom:0px;
	right:0px;
}

a.linkKlasse:link {
	color: black;
	text-decoration: none;
}
a.linkKlasse:visited {
	/*color:#E0E0E0;*/
	color: black;
	text-decoration: none;
}
a.linkKlasse:active {
	color: #E0E0E0;
	text-decoration: none;
}
a.linkKlasse:hover {
	color: #CD1076;
	text-decoration: none;
}


