/* CSS Document */
BODY {
	background-color: #FFCC00;
	font-family: Verdana;
	color: black;
}
.outerTable {
	border: none;
}
.outerTdata {
	border: none;
}
.innerTable {
	border: none;
}
.innerTable TD {
	background-color: #FFCC00;
	padding: 2px;
	margin: 0px;
}
.logo {
	border: 1px solid black;
}
.TDeingang {
	border: 1px solid black;
	text-align: center;
}
.TDeingang A {
	color: black;
	display: block;
	width: 100%;
	font-size: 12pt;
	text-decoration: none;
}
.TDeingang A:HOVER {
	color: black;
	background-color: white;
}
.TDhinweis {
	border: 1px solid black;
	font-size: 8pt;
	text-align: center;
}
.TDhinweis A {
	color: red;
	text-align: center;
}
.TDhinweis A:HOVER {
	color: white;
}
.seo{
    position: absolute;
    top: -3000px;
    left: -3000px;
}
.seo H1 P A{
    font-size: 1px;
}

