@charset "UTF-8";
/* CSS Document */

body {
	background-color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	color: #737575;
	font-size: 12px;
	line-height: 15px;
}
#zentrierte-tabelle {
	height: 100%;
	width: 100%;
	position: fixed;
	display: table;
	left: 0px;
	top: 0px;
}
#zentrierte-zelle {
	position: absolute;
	width: 600px;
	margin-top: -200px;
	margin-left: -300px;
	left: 50%;
	top: 50%;
	text-align: center;
	font-size: 9px;
}
#zentrierte-zelle a {
	color: #737575;
}
