/* CSS Document */
BODY {
	margin: 0px;
	font-family: Verdana;
	color: darkgrey;
	background-color: #FDFBE4;
}
.outerTABLE {
	border: none;
}
.outerTD {
	border: none;
}
.innerTABLE {
	border: none;
}
.innerTD {
	background-color: FF9933;
	padding: 2px;
	margin: 0px;
  border: 1px solid darkorange;
	text-align: center;
}
.logo {
	border: 1px solid white;
}
.innerTD A {
	color: white;
	display: block;
	width: 100%;
	font-size: 12pt;
	text-decoration: none;
}
.innerTD A:HOVER {
	color: rgb(118,118,118);
	background-color: white;
}
.hinweis{
  color: #707070;
  font-size: 10pt;
}
.hinweis A {
	color: #707070;
  font-size: 10pt;
  display: inline;
}
.seo P{
	font-size: 9px;
	color: #EEEEEE;
}
.seo A{
	font-size: 9px;
	color: #EEEEEE;
	font-weight: normal;
}
.seo H1,H2,H3,H4,li{
	font-size: 9px;
	color: #EEEEEE;
}

