  body {
    color: black;
    background-color: #F6E1C6;
    background-image:url('images/bg.gif');
	font-size: 0.73em;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    margin: 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;
  }

  table {
	width: 100%;
	padding:0px;
	margin:0px;
  }

  td {
	vertical-align: top;
  }

  th {
	vertical-align: top;
	text-decoration: underline;
  }


  hr {
	color: white;
	height: 0px;
	border: 1px solid white;
  }

  a:link,a:visited,a:hover, a:active {
    color: white;
	text-decoration: none;
  }

  a:hover {
	color: white;
	text-decoration: underline;
  }

  img#navContentTrennerImage, img#bannerImage, img#bannerNavTrennerImage, img#topRightTermineImage {
	float:left;
  }

  div#Seite {
  	background-color: white;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 774px;
    margin-top: 10px;
  }
  html>body div#Seite {
    background-color: #F6E1C6;
	border-color: black;  /* Farbangleichung an den Internet Explorer  */
  }

  div#Banner {
    background-color: #F6E1C6;
    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;
  }

  .mitte {
    text-align: center;
  }

  .rechts {
	margin-left: 0.5em;
	float: right;
  }

  .links {
	margin-right: 0.5em;
	float: left;
  }

  div#Navigation {
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
  }

  form#kontaktform {
	  margin: 0px;
  }

  form#kontaktform input, form#kontaktform textarea {
    font-family: Helvetica,Arial,sans-serif;
	font-size: 10pt;
	border: 1px ridge black;
	width: 200px;
  }

  div#Main {
    margin-right: 1px;
    margin-left: 1px;
    background-color: #3366CC;
  }

  div#Inhalt {
   float: left;
    margin-right: 1px;
    margin-left: 6px;
    width: 615px;
    background-color: #ECEFF6;
  }

  div#Inhalt hr {
	color: white;
	height: 0px;
	border: 3px solid white;
  }


  div#Inhalt a:link {
    color: gray;
	text-decoration: underline;
  }
  div#Inhalt a:visited {
    color: gray;
	text-decoration: underline;
  }
  div#Inhalt a:hover {
    color: black;
	text-decoration: underline;
  }
  div#Inhalt a:active {
    color: gray;
	text-decoration: underline;
  }

  img#headline {
    margin: 2px;
  }

  div#Termine {
    margin-left: 635px;
  	width: 130px;
    color:white;
  }

  div#Footer {
  	clear: both;
  	width: 615px;
  	color: white;
    margin-right: 1px;
    margin-left: 6px;
    text-align: center;
  }

  div#text{
	padding: 3px;
  }

    div#text a:link {
	font-weight: normal;
  }
  div#text a:visited {
	font-weight: normal;
  }
  div#text a:hover {
	font-weight: normal;
  }
  div#text a:active {
	font-weight: normal;
  }

  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }

  p#Fusszeile {
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    clear: both;
    text-align: center;
	margin-bottom: 5px;
  }


  div#center {
	text-align:center;
  }

  div#right {
	float:right;
  }

  table#Kontakt {
    float: left;
    width: 300px;
  }

  div#Anschrift {
    margin: 0 0 0 310px;
    padding: 0 1em;
  }

  .ungerade {
    background-color: #F9FCFF;
  }
  .gerade {
    background-color: #E5F2FF;
  }
