html, body {
	width:100%;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body {
	text-align : center;/* nötig für quirkende IEs! */
	/* verstecken vor IE/Mac via commented backslash-Hack \*/
	margin-right: auto;
	margin-left: auto;
	/* */
	margin-top: 0px;
	margin-bottom: 0px;
	min-width : 745px;/* verhindert, dass der Inhalt in Geckos nach links aus dem Viewport geschoben werden kann */

	color: #FFFFFF;
	background-color: #000000;
}
table.aussen {
	width: 100%;
	height: 100%;
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0px;

}
table.aussen td { 
	font:10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	border: 0 none;
	padding: 0;

}
div.innen {
	margin-left:auto; margin-right:auto;
	width:493px; text-align:center;
}
.update {
	color: #666666;
	font-size: 10px;
}
.update a, .update a:link, .update a:visited, .update a:active {
	color: #666666;
	text-decoration: none;
}
a, a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
