/* allgemeine Definitionen */
html, 
body {
	margin: 0px 0px 1px 0px;
	width: 100%;
	height: 100%;		
}
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:100.01%;
	padding:0px;
	background:#000000;	
	position: absolute;	
	color: #ADFF2F;
	min-height: 100%;
	height: 100%;	
}
	
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;	
	text-decoration: none;
	font-weight: bold;
}

h1 { 
	font-size:18pt; 	
}

img {
  	border: 0 none;
}
tr td , 
th {
  	color: #ADFF2F;
	text-align: justify;
	vertical-align: middle;
}

#Zentrieren {
	margin: auto;
	text-align: center;		
}