  body {
    font: normal 100.01% Verdana, Helvetica, Arial, sans-serif;
    color: black;
    background-color: #FFFFFF;
    min-width: 1000px; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
    margin: 0; padding: 0;
  }
  p {
    margin: 3em 0 0 3em;  /* Positionierung des 'zurueck'-Links */
  }

  html {
    padding: 0;
  }

  #fixiert {
    position: absolute;
    top: 54px;
    bottom:0px;
    left: 0;
    width: 160px;
    background-color: #BDD2D9;
    padding-top: 3px;
  }
  html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
  }

  #NaviLogo {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index:3;
  }
  html>body #NaviLogo {  /* nur fuer moderne Browser! */
    position: fixed;
  }

  #fixierterKopf {
    position: absolute;
    top: 0px; left: 0px; right:0px;
    height: 44px;
    width: 100%;
    background-color: #FFFFFF;
    background-image:url(bilder/bg_top.png);
    background-repeat:repeat-x;
    padding-top: 10px;
    padding-left: 10px;
  }
  html>body #fixierterKopf {  /* nur fuer moderne Browser! */
    position: fixed;
  }

  #fixierterKopf table {
    width: 780px;
    background-color: #FFFFEA;
    border-width: 1px;
    border-color: #008000;
    border-style: solid;
  }

  #fixierterKopf td {
    width: 28px;
    border-width: 1px;
    border-color: #008000;
    border-style: solid;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  #fixierterKopf a {
  	color: #008000;
  	display: block;
    padding: 1px;
    font-weight: bold;
   }

  #fixierterKopf a:link {
    color: #008000; background-color: #eee;
  }
  #fixierterKopf a:visited {
    color: #666; background-color: #eee;
  }
  #fixierterKopf a:hover {
    color: black; background-color: white;
  }
  #fixierterKopf a:active {
    color: white; background-color: gray;
  }

  #Inhalt {
    margin-left: 170px;
    margin-top: 65px;
    margin-bottom: 30px;
    padding: 0 1em;
  }
  * #Inhalt {  /* versteckt vor Netscape 4 */
    background-color: #FFFFFF;
  }

  #Inhalt h2 {
    font-size: 1.2em;
    margin: 2em 5% 2em;
    color: #BDD2D9;
    border-bottom: 1px solid silver;
  }
  #Inhalt p {
    font-size: 0.8em;
    margin: 1em 0;
  }
  #Inhalt div {
    font-size: 0.8em;
    margin: 1em 0;
  }

  #Inhalt a {
      color: #008000;
      font-weight: bold;
   }

  #Inhalt a:link {
    color: #008000;
  }
  #Inhalt a:visited {
    color: #666;
  }
  #Inhalt a:hover {
    color: black;
    background-color: white;
  }
  #Inhalt a:active {
    color: white;
    background-color: gray;
  }
  #Inhalt #Fusszeile {
    font-size: 0.8em;
    padding: 0.1em;
    text-align: center;
    background-color: #fed;
    border: 1px solid silver;
  }

  h1 {
    font-size: 1.5em;
    margin: 0.5em; padding: 0.3em;
    text-align: center;
    background-color: #BDD2D9;
    border: 2px ridge gray;
  }

  #Navigation {
    font-size: 12px;
    margin: 0 0 1px; padding: 0;
  }

  #Navigation li {
    list-style: none;
    margin: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 6px;
    padding-left: 6px;
  }
  ul#Navigation a {
    display: block;
    padding: 1px;
    font-weight: bold;
  }
  ul#Navigation a:link {
    color: #008000; background-color: #eee;
  }
  ul#Navigation a:visited {
    color: #666; background-color: #eee;
  }
  ul#Navigation a:hover {
    color: black; background-color: white;
  }
  ul#Navigation a:active {
    color: white; background-color: gray;
  }

  #fixierterfooter {
    position:fixed;
    bottom:0px;
    width: 100%;
    height: 20px;
    background-color: #FFFFFF;
    background-image:url(bilder/bg_bottom.png);
    background-repeat:repeat-x;
    color: #000000;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}


.BertiStdTable
    {
    	width: 90%;
        border-spacing: 1px;
				border-width: 1px;
				border-color: #000000;
				border-style: solid;
        font-size: 13px;
				text-align: left;
    }
    .BertiTableHeader
    {
        background-color: #0780BC;
        border-bottom-style: solid;
        border-bottom-color: #0780BC;
        border-bottom-width: 1px;
        color: #FFFFFF;
        font-size: 13px;
        font-weight: bold;
        padding: 2px;
    }
    .BertiTableRow
    {
        background-color: #F2F0F0;
        font-size: 12px;
        color: #000000;
        padding: 3px;
    }
    .BertiTableRowM
    {
        background-color: #F2F0F0;
        font-size: 12px;
        color: #000000;
        padding: 3px;
				text-align: center;
    }
    .BertiTableRowAlt
    {
        background-color: #E0DFDF;
        font-size: 12px;
        color: #000000;
        padding: 3px;
    }
    .BertiTableRowAltM
    {
        background-color: #E0DFDF;
        font-size: 12px;
        color: #000000;
        padding: 3px;
				text-align: center;
    }

    .chcLandTable
    {
    	width: 780px;
    	background-color: #FFFFEA;
         border-spacing: 1px;
    	border-width: 1px;
    	border-color: #000000;
    	border-style: solid;
         font-size: 10px;
    	text-align: left;
    }
    .chcLandTableHeader
    {
        background-color: #0780BC;
        border-bottom-style: solid;
        border-bottom-color: #0780BC;
        border-bottom-width: 1px;
        color: #FFFFFF;
        font-size: 13px;
        font-weight: bold;
        padding: 2px;
    }
    .chcLandTableRow
    {
        background-color: #F2F0F0;
        font-size: 11px;
        color: #000000;
        padding: 3px;
    }

    .chcLandTableRowAlt
    {
        background-color: #E0DFDF;
        font-size: 11px;
        color: #000000;
        padding: 3px;
    }

    .chcOrgTable
    {
    	width: 200px;
         border-spacing: 1px;
    	border-width: 1px;
    	border-color: #000000;
    	border-style: solid;
         font-size: 10px;
    	text-align: left;
    }
    .chcOrgTableHeader
    {
        background-color: #0780BC;
        border-bottom-style: solid;
        border-bottom-color: #0780BC;
        border-bottom-width: 1px;
        color: #FFFFFF;
        font-size: 13px;
        font-weight: bold;
        padding: 2px;
    }
    .chcOrgTableRow
    {
        background-color: #F2F0F0;
        font-size: 10px;
        color: #000000;
        padding: 3px;
    }

    .chcOrgTableRowAlt
    {
        background-color: #E0DFDF;
        font-size: 10px;
        color: #000000;
        padding: 3px;
    }
    .chcOrgTableRowRight
    {
        background-color: #F2F0F0;
        font-size: 12px;
        font-weight: bold;
        color: #000000;
        padding: 3px;
        text-align: right;
    }

    .chcOrgTableRowAltRight
    {
        background-color: #E0DFDF;
        font-size: 12px;
        font-weight: bold;
        color: #000000;
        padding: 3px;
        text-align: right;
    }
    .chcOrgAlleTable
    {
    	width: 800px;
         border-spacing: 1px;
    	border-width: 1px;
    	border-color: #000000;
    	border-style: solid;
         font-size: 11px;
    	text-align: left;
    }
    .chcOrgAlleTableRow
    {
        background-color: #F2F0F0;
        color: #000000;
        padding: 3px;
    }

    .chcOrgAlleTableRowAlt
    {
        background-color: #E0DFDF;
        color: #000000;
        padding: 3px;
    }
    .chcOrgAlleTableRowRight
    {
        background-color: #F2F0F0;
        color: #000000;
        padding: 3px;
        text-align: right;
        font-weight: bold;
    }

    .chcOrgAlleTableRowAltRight
    {
        background-color: #E0DFDF;
        color: #000000;
        padding: 3px;
        text-align: right;
        font-weight: bold;
    }

    .Links-ol
    {
      text-align: center;
      font-weight: bold;
      width: 30%;
      height: 30px;
      background-color: #eee;
      border-top-style: solid;
      border-top-color: #008000;
      border-top-width: 3px;
      border-left-style: solid;
      border-left-color: #008000;
      border-left-width: 3px;
    }
    .Links-or
    {
      text-align: right;
      width: 70%;
      height: 30px;
      background-color: #eee;
      border-top-style: solid;
      border-top-color: #008000;
      border-top-width: 3px;
      border-right-style: solid;
      border-right-color: #008000;
      border-right-width: 3px;
    }
    .Links-ul
    {
      text-align: center;
      width: 30%;
      height: 50px;
      border-bottom-style: solid;
      border-bottom-color: #008000;
      border-bottom-width: 3px;
      border-left-style: solid;
      border-left-color: #008000;
      border-left-width: 3px;
    }
    .Links-ur
    {
      text-align: left;
      width: 70%;
      height: 50px;
      border-bottom-style: solid;
      border-bottom-color: #008000;
      border-bottom-width: 3px;
      border-right-style: solid;
      border-right-color: #008000;
      border-right-width: 3px;
      font-size: 12px;
    }
    .Links-leer
    {
      border-width: 0px;
      width: 30%;
      height: 10px;
    }

		
.chcZentriert
{
  text-align: center;
}
.chcAussen
{
  width: 800px;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  text-align: center;
}
.chcHeader
{ 
  text-align: left;
  background-color: #0780BC;
  border-bottom-style: solid;
  border-bottom-color: #0780BC;
  border-bottom-width: 1px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  padding: 2px;
  margin-top: 2px;
  margin-left: 2px;
  margin-right: 2px;

}
.chcLine1
{
  text-align: left;
  background-color: #F2F0F0;
  font-size: 12px;
  color: #000000;
  padding: 2px;
  margin-left: 2px;
  margin-right: 2px;
}
.chcLine2
{
  text-align: left;
  background-color: #E0DFDF;
  font-size: 12px;
  color: #000000;
  padding: 2px;
  margin-bottom: 2px;
  margin-left: 2px;
  margin-right: 2px;
}