html	{
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}
body  {
/*	font-family:arial,sans-serif,helvetica; */
	text-align:center;
	min-height: 50%;
	position: relative;
	overflow: hidden;
/*	background: url(images/hi7.jpg) no-repeat;  */
/*	background-color: #345769; 
	-moz-background-size: 100%; /* firefox/seamonkey [geckos] */
	-webkit-background-size: 100%; /* safari, chrome/iron [webkits] */
	-o-background-size: 100%; /* opera 9 */
	-ms-background-size: 100%; /* internet explorer ab version 9 */
	background-size: 100%; /* css definition (ab firefox 4, opera 10) */
}	
#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;
}
td {
	width:85px;
	font: 100% verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	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;
}