  body {
    color: black;
    background-color: #F1F9FE;
	font-size: 0.73em;
    font-family: Verdana,Arial,sans-serif;
    margin: 0;
	padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }

  img {
	border: 0;
  }

  td, th {
	vertical-align: top;
  }

  hr {
	color: black;
	height: 1px;
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    background-color: #EEF1E8;
    width: 780px;
    padding: 0;
    border: 0px;
  }
  html>body div#Seite {
    border-color: black;  /* Farbangleichung an den Internet Explorer  */
  }

  div#Banner {
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    font-size: 1.5em;
    text-align: center;
  }

  div#bestaetigung {
  color: green;
  font-weight: bold;
  }

    div#error {
  color: red;
  font-weight: bold;
  }

  div#Navigation {
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    margin: 0;
	background-color: #EEF1E8;
  }

  table#NavigationTable {
      height: 28px;
    width: 780px;
    Border-Collapse: Collapse;
  }

  table#NavigationTable td {
    padding: 0px;
    border: 0px;
    font-size: 0.95em;
    vertical-align: middle;
    text-align: center;
  }

  table#NavigationTable a {
	color: #7D7E7C;
	text-decoration: none;
  }
  table#NavigationTable a:hover {
	color: #F1903A;
  }

  td#MenueSpaceLeft {
	width: 8px;
  }

  td#Menue1 {
	width: 100px;
	background-color: #BBDBFE;
  }

  td#Menue2 {
	width: 130px;
	background-color: #BBDBFE;
  }


  td#Menue5 {
	width: 175px;
	background-color: #BBDBFE;
  }

  td#Menue6 {
	width: 175px;
	background-color: #BBDBFE;
  }

  td#Menue7 {
	width: 150px;
	background-color: #BBDBFE;
  }

  td#MenueSpaceRight {
	width: 8px;
  }

  div#Inhalt {
  border: 2px solid #E0EDFD;
  background-color:white;
	font-size: 0.93em;
	margin-left: 3px;
    margin-right: 3px;
    margin-top: 0.5em;
    padding: 0.5em;
    line-height: 1.5;
  }

  div#Inhalt H1 {
   background-color: #E0EDFD;
	margin-top: 0em;
	margin-bottom: 1em;
	font-size: 1em;
    color: black;
    font-weight: bold;
  }

  div#Inhalt H2 {
	margin: 0 0 1.2em;
	font-size: 1em;
    color: black;
    font-weight: bold;
  }

  div#Inhalt H3 {
	margin: 0;
	padding: 0;
	font-size: 1em;
    color: black;
    font-weight: bold;
  }

  div#Inhalt a:link {
    color: black;
  }
  div#Inhalt a:visited {
    color: black;
  }
  div#Inhalt a:hover {
    color: gray;
  }
  div#Inhalt a:active {
    color: gray;
  }

  div#Inhalt p {
    font-size: 1em;
    margin-bottom: 1em;
    margin-top: 0px;
  }

  table#Fusszeile {
    width: 766px;
    font-size: 0.9em;
    margin: 0.5em auto;      /* standardkonforme horizontale Zentrierung */
    clear: both;
    color: #9D9E9A;
	margin-bottom: 5px;
	Border-Collapse: Collapse;
  }

  table#Fusszeile td {
    padding: 0px;
    border: 0px;
    vertical-align: middle;
    text-align: center;
  }

  table#Fusszeile a {
	color: #9D9E9A;
	text-decoration: none;
  }

  table#Fusszeile a:hover {
	color: #EB954A;
  }

  td#FusszeileSpacerLeft {
      width: 8px;
  }

  td#FusszeileInfo {
      background-color: #BBDBFE;
  }

  td#FusszeileSpacerRight {
      width: 8px;
  }

  div#center {
	text-align:center;
  }

  div#right {
	float:right;
  }

  div#Text {

  }

  div#KategorieBildArea {
  	float:left;
  	width:130px;
  }

  div#Text1 {
	float:left;
	text-align: justify;
	width:280px;
  }

  div#Text2 {
    float:left;
    text-align: justify;
 	width:280px;
 	margin-left:10px;
 	padding-left:10px;
  	border-left:1px solid #7D7E7C;
  }

  table#Kontakt {
     width: 300px;
  }

  form#NewsletterForm {
  	width: 100%;
  	background-color: #E0EDFD;
  }

  iframe {
    border: 0px;
  }

  img#KategorieBild {
      margin-top:5px;
      margin-right:10px;
      float:left;
  }

  input, textarea {
  font-family: Verdana,Arial,sans-serif;
  border: 1px solid #7D7E7C;
  font-size: 1em;
  }