html	{
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}
body  {
	text-align:center;
	min-height: 50%;
	position: relative;
	overflow: hidden;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	-ms-background-size: 100%;
	background-size: 100%; 
}	
#info  {
	font: 100% Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	text-align: center;	
	margin: 40% 0 10% 0;
}
table	{
	width:660px;
	margin: auto;
	table-layout:fixed;
	border:solid #fff 5px;
	border-spacing:0px;
}
#t1 {
	margin:auto;
	width:200px;
	table-layout:fixed;
	background-color:#fff;
	border: solid 1px #000;
}
#t1	td	{
	width:27px;
	font: 100% Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10.0pt;
	text-align: center;		
	border:solid #000 1px;
}

td {
	width:85px;
	font: 100% Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 40pt;
	text-align: center;		
	border:solid #fff 1px;
}
td p {
	font-size: 9.0pt;
	background-color:#ffffff;
}

#wota td  {
		background-color:#6ea1be;
		color:#fff;
}
a	{
		text-decoration:none;
		color:#000;
}
#aktiv a   {
		text-decoration:none;
		color:#fff;
}
#bewertung  p {
		background-color:#ddd; 
}
#bewertung p:hover {
		background-color: #e9d0b8;
}