  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: 0px;
    bottom:0px;
    left: 0;
    width: 160px;
    background-color: #000080;
    padding-top: 3px;
  }
  html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
  }

  #fixiert p{
	font-size: 10px;
    margin: 0 0 1px; padding: 0;
	color: #FFFFFF;
  }
  
  #fixierterKopf {
    position: absolute;
    top: 0px; left: 160px; right:0px;
    height: 34px;
    background-color: #000080;
    padding-top: 2px;
  }
  html>body #fixierterKopf {  /* nur fuer moderne Browser! */
    position: fixed;
  }
  #fixierterKopf h3 {
  	color: #FFFFFF;
    padding-top: 2px;
    font-weight: bold;
	margin: 3px;
   }

  #Inhalt {
    margin-left: 170px;
    margin-top: 25px;
    margin-bottom: 30px;
    padding: 0 1em;
  }
  * #Inhalt {  /* versteckt vor Netscape 4 */
    background-color: #FFFFFF;
  }
  #Inhalt h1 {
    font-size: 1.5em;
    margin: 0.5em; padding: 0.3em;
    text-align: center;
    background-color: #000080;
    color: #FFFFFF;
    border: 2px ridge gray;
  }
  #Inhalt h2 {
    font-size: 1.2em;
    margin: 2em 0% 2em;
    color: #000080;
    border-bottom: 1px solid silver;
  }
  #Inhalt h3 {
    font-size: 0.95em;
    margin: 1em 0% 0em;
    color: #000080;
  }
  #Inhalt p {
    font-size: 0.85em;
    margin: 1em 0;
  }
  #Inhalt div {
 /*   font-size: 0.8em; */
 /*   margin: 1em 0; */
  }
  #Inhalt ul {
    font-size: 0.9em; 
 /*   margin: 1em 0; */
  }
  #Inhalt a {
      color: #008000;
      font-weight: bold;
   }
  #Inhalt a:link {
    color: #000080;
  }
  #Inhalt a:visited {
    color: #4040FF;
  }
  #Inhalt a:hover {
    color: black;
    background-color: white;
  }
  #Inhalt a:active {
    color: white;
    background-color: gray;
  }
  #Inhalt pre {
	background-color:#dddddd; 
	font-family:"Courier New",monospace; 
    font-size: 0.7em;
	padding:5px;
  }
  #Inhalt table  {
	width: 100%;
	border-spacing: 0px;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	font-size: 13px;
	text-align: left;
	padding: 3px;
	margin: 0;
	border-collapse: collapse;
   }
  #Inhalt th  {
	background-color: #000080;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding: 3px;
   }  
  #Inhalt td  {
	background-color: #F2F0F0;
	font-size: 12px;
	color: #000000;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	padding: 3px;
   }

  #Inhalt #Fusszeile {
    font-size: 0.8em;
    padding: 0.1em;
    text-align: center;
    background-color: #fed;
    border: 1px solid silver;
  }
  



  #Navigation {
    font-size: 12px;
    margin: 0 0 1px; padding: 0;
  }
  #Navigation li {
    list-style: none;
    margin: 0;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 6px;
    padding-left: 6px;
  }
  ul#Navigation a {
    display: block;
    padding: 1px;
    font-weight: bold;
	text-decoration: none;
  }
  ul#Navigation a:link {
    color: #FFFFFF;
  }
  ul#Navigation a:visited {
    color: #888;
  }
  ul#Navigation a:hover {
    color: #000080; background-color: #eee;
  }
  ul#Navigation a:active {
    color: white; background-color: gray;
  }

  #Navigation2 {
    font-size: 12px;
    margin: 0 0 1px; padding: 0;
  }
  #Navigation2 li {
    list-style: none;
    margin: 0;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 6px;
    padding-left: 6px;
  }
  ul#Navigation2 a {
    display: block;
    padding: 1px;
    font-weight: bold;
	text-decoration: none;
  }
  ul#Navigation2 a:link {
    color: #FFFFFF;
  }
  ul#Navigation2 a:visited {
    color: #888;
  }
  ul#Navigation2 a:hover {
    color: #000080; background-color: #eee;
  }
  ul#Navigation2 a:active {
    color: white; background-color: gray;
  }

  #Navigation3 {
    font-size: 12px;
    margin: 0 0 1px; padding: 0;
  }
  #Navigation3 li {
    list-style: none;
    margin: 0;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 6px;
    padding-left: 6px;
  }
  ul#Navigation3 a {
    display: block;
    padding: 1px;
    font-weight: bold;
	text-decoration: none;
  }
  ul#Navigation3 a:link {
    color: #FFFFFF;
  }
  ul#Navigation3 a:visited {
    color: #888;
  }
  ul#Navigation a:hover {
    color: #000080; background-color: #eee;
  }
  ul#Navigation3 a:active {
    color: white; background-color: gray;
  }

  #fixierterfooter {
    position:fixed;
    bottom:0px;
    width: 100%;
    height: 20px;
    background-color: #000080;
    color: #FFFFFF;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}


.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;
}
div.chcAussen
{
	width: 800px;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
div.ZweiSpalten
{
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	text-align: center;
}	
div.chcHeader
{ 
	text-align: left;
	background-color: #000080;
	border-bottom-style: solid;
	border-bottom-color: #000080;
	border-bottom-width: 1px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
}
div.chcLine1li
{
	right: 19%;
	width: auto;
	text-align: left;
	background-color: #F2F0F0;
	font-size: 12px;
	color: #000000;
	padding: 3px;
	margin: 0px;
}
div.chcLine1re
{
	left: 80%;
	width: auto;
	text-align: left;
	background-color: #F2F0F0;
	font-size: 12px;
	color: #000000;
	padding: 3px;
	margin: 0px;
}
div.chcLine2li
{
	right: 20%;
	width: 150px;
	text-align: left;
	background-color: #E0DFDF;
	font-size: 12px;
	color: #000000;
	padding: 3px;
	margin: 0px;
}
div.chcLine2re
{
	left: 80%;
	width: 650px;
	text-align: left;
	background-color: #E0DFDF;
	font-size: 12px;
	color: #000000;
	padding: 3px;
	margin: 0px;
}
