body {
	background-color: #202066;
	height: 100%;
	margin: 0px;
}
p {
	font-family: "Arial", sans-serif;
	font-size: 20pt;
	text-decoration: none;
	color: #FFFFFF;
}
a {
	font-family: "Arial", sans-serif;
	font-size: 20pt;
	text-decoration: none;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
img {
	border: 0px solid #FFFFFF;
}
table {
	width: 100%;
	height: 100%;
	border: 0px solid #FFFFFF;
}
td {
	text-align: center;
	vertical-align: middle;
}
#inhalt { 	
	position:absolute;
	height:270px; 
	width:500px;
	margin:-125px 0px 0px -270px;
	top: 50%; 
	left: 50%;
	text-align: center;
	padding: 0px;
	background-color: #202066;
	border: 0px dotted #000000;
	overflow: auto;
}
