body {
    color: #453d3a; background-color: white;
    font-size: 16px;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0 auto; padding: 16px 0px 0px;
	 width: 1000px;
    min-width: 1000px; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}
  div#Kopf {
		width:1000px;
  }
  div#Kopf h1 {
    font-size: 16px;
    margin: -24px 0 0px 500px; padding: 0;
    text-align:left;
    background-color:transparent;
  }
  hr {
	  height:12px; color:#a8c215; background-color:#a8c215; border:0;
  }

    div#Navigation {
    font-size: 0.83em;
    float: left; width: 160px;
    margin: 8px 8px 0px 0px; padding: 0;
    border: 0px;
  }
  div#Navigation p {
	  padding:0 4px;
	  margin:0;
  }
  .navblock {
	  background-color:#cbda73;
	  margin:0 0 6px;
	  padding:2px 0 1px;
  }
  .navpunkt {
	  /*background-color:#a8c215;*/
	  margin:4px 4px 6px;
	  /*padding:2px 4px;*/
	  padding:0;
	  color:#453d3a;
  }
  .navpunkt a {
	  background-color:#a8c215;
	  color:#453d3a;
	  text-decoration:none;
	  display:block;
	  font-weight:bold;
	  margin:2px 0 4px;
	  padding:2px 4px;
  }
  .navpunkt a:hover {
    background-color: #cbda73;
  }
  .navpunkt a:active {
    background-color: #a8c215;
  }
  div#Navigation form {
	  background-color:#cbda73;
	  text-align:center;
	  margin:4px 2px 2px;
  }
  div#Navigation input {
	  background-color:white;
	  color:#453d3a;
	  border-style:none;
	  padding:2px 0px;
	  margin:0px 0px 4px;
  }
  div#Navigation input[type=submit] {
	  background-color:#a8c215;
	  font-weight:bold;
	  text-decoration:none;
	  padding:0px 10px;
  }
  div#Navigation input[type=submit]:hover {
	  background-color:#cbda73;
	  font-weight:bold;
  }
  
  div#Navigation input.navlink {
	  background-color:#a8c215;
	  font-weight:bold;
	  text-decoration:none;
	  padding:0px 10px;
  }

  div#Info {
    font-size: 0.83em;
    float: right; width: 120px;
    margin: 8px 0px 0px 8px; padding: 0px;
    border: 0;
  }
  div#Info p {
    font-size: 1em;
    margin: 0 0 8px; padding: 2px 4px;
    border: 0;
	 background-color: #cbda73;
  }
  div#Info p a {
    margin: 0; padding: 0;
  }
  div#Info ul {
    margin: -8px 0px 8px; padding: 2px 0 0;
	 background-color: #cbda73;
  }
  div#Info li {
    list-style: none;
    margin: 4px 0px 0px; padding: 0px 4px 4px;
  }
  div#Info li a {
    display: block;
    padding: 2px 4px;
    font-weight: bold;
	 color: #453d3a;
	 text-decoration: none;
	 margin: 0px;
  }
  div#Info li a:link {
    background-color: #a8c215;
  }
  div#Info li a:visited {
    background-color: #a8c215;
  }
  div#Info li a:hover {
    background-color: #cbda73;
  }
  div#Info li a:active {
    background-color: #a8c215;
  }
  div#Info center {
	  padding-bottom:8px;
  }
  div#Inhalt {
	 margin: 8px 8px 8px 4px;
    padding: 4px;
    border: 2px solid #a8c215;
	 font-size: 75%;
	 width: 682px;
	 overflow: auto;
	 min-height:544px;
  }
  div#Inhalt h2 {
    font-size: 1.5em;
    margin: 0.4em 0 0.2em;
    text-align: center;
	 font-weight: bold;
  }
  div#Inhalt h3 {
    font-size: 1.2em;
    margin: 0.2em 0;
    text-align: left;
	 font-weight: bold;
  }
  div#Inhalt h4 {
	 font-size: 1.0em;
    margin: 1em 0;
    text-align: left;
	 font-weight: bold;
	 text-decoration: underline;
  }
  div#Inhalt h3 a {
	  text-decoration: none;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 0px 0px 8px;
	 padding: 0px;
  }
  
  div#Inhalt th {
	  vertical-align: top;
	  text-align: center;
  }
  div#Inhalt tr {
	  vertical-align: top;
  }
  div#Inhalt td {
	  padding-left: 10px;
	  text-align: center;
	  vertical-align:middle;
  }
  div#Inhalt input {
	  border:2px solid #cbda73;
	  background-color:white;
  }
  div#Inhalt textarea {
	  border:2px solid #cbda73;
	  background-color:white;
  }
  div#Inhalt select {
	  border:2px solid #cbda73;
	  background-color:white;
  }
  div#Inhalt option {
	  border-style:none;
  }
  div#Inhalt input[type=submit]{
	  background-color:#a8c215;
	  font-weight:bold;
	  text-decoration:none;
  }
  div#Inhalt input[type=submit]:hover{
	  background-color:#cbda73;
  }
  div#Inhalt a {
	  color: #a8c215;
	  font-weight:bold;
	  text-decoration:underline;
  }
  div#Inhalt a.navlink {
    padding: 2px 4px;
    font-weight: bold;
	 color: #453d3a;
	 text-decoration: none;
	 margin:0px 0px 0px;
	 background-color:white;
	 border:2px solid #cbda73;
  }
  div#Inhalt a.navlink:link {
    background-color: #a8c215;
  }
  div#Inhalt a.navlink:visited {
    background-color: #a8c215;
  }
  div#Inhalt a.navlink:hover {
    background-color: #cbda73;
  }
  div#Inhalt a.navlink:active {
    background-color: #a8c215;
  }
  div#Inhalt img{
	  border-style:none
  }
  
  div#Fusszeile {
	  clear:both;
	  font-size: 0.9em;
	  margin: 0; padding: 0;
	  text-align: center;
	  border: 0px;
  }
  div#Inhalt table {
	  font-size:1em;
  }
  
  .mbsprow {
	  clear:both;
	  margin:0 auto;
	  padding:0;
  }
  .mbspcol {
	  width:310px;
	  padding:10px;
	  margin:2px;
	  float:left;
  }
