#Tabelle1 {
	height: 768px;
	width: 1024px;
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin: auto;
}
#Navigation {
}
#Tabelle1 #Oben {
	background-image: url(Bilder/Oben.gif);
}
#navibereich li {
  display: inline; /* Listenelemente nebeneinander */
  list-style-type: none; /* Aufzählungszeichen entfernen */
}
#navibereich {
  background-color: white; /* Hintergrundfarbe für die Navigation */ 
  padding: 4px 0; /* Innenabstand: oben/unten 4px, li/re 0 */
  border-bottom: 1px solid #cfcece; /* Rahmenlinie unten */
  margin: 0; /* Keinen Außenabstand */ 
}
#navibereich a {
  color: #971b1b;                  /* Schriftfarbe*/ 
  text-decoration: none;         /* Unterstreichung entfernen */
  font-family:Arial, Helvetica, sans-serif; 
  padding: 4px 12px;              /* oben/unten 4px, re/li 8px */
}
#navibereich a:hover {
  background-color: #cfcece;
}
#Tabelle1 #oben01 {
  display: inline; /* Listenelemente nebeneinander */
  list-style-type: none; /* Aufzählungszeichen entfernen */
  }

</style>
#News {
}
#Content {

}
#Tabelle1 #Content #Einleitung {
	width: 700px;
	position: absolute;
	float: left;
}
#Rechts {
	float: right;
	width: 324px;
}
#Stil {
	height: 20px;
	width: 282px;
	background-color: #98D3F9;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 42px;
}
#unten {
	float: left;
}
