/* 
--------------- Seite ----------------
*/

  body {
    color: white;
    background-color: #037207;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
/*    border: solid 1px black; */
  }

  div.seite {
    text-align: left;
    width: 980px;
    margin: 5px auto;
  }  
  * html div.seite {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }

/* 
--------------- Header ---------------
*/

  
  table.header {
    table-layout: fixed;
    width: 980px;
    border: 0;
    margin: 0;
    padding: 0;
    border-spacing: 0;
  }

  table.header td{
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  }

  table.menue {
    table-layout: auto;
    width: 284px;
    border: 0;
    margin: 0;
    padding: 0;
    border-spacing: 0;
  }

  table.menue td{
    text-align: right;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
    border: 0;
  }

/*  td.linie{
  line-height: 10px;
  margin: 0;
  padding: 0;
  } */

  a.menue {
    padding: 0;
    margin: 0;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
  }
  a.menue:link {
    color: white;
  }
  a.menue:visited {
    color: white;
  }
  a.menue:hover {
    color: #f5b800;
  }
  a.menue:active {
    color: silver;
  }

/*
------------ Linke Spalte ------------
*/

  div.sidebar {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    width: 180px;
    min-height: 300px;
    padding: 0em;
    float: left;
  }

  table.sidebar {
    table-layout: fixed;
    width: 160px;
    border: 0;
    margin: 0;
    padding: 0;
    border-spacing: 0;
  }

  hr.sidebar {
  width:100%;
  color:white;
  height:2px;
  margin:0;
  text-align:center;
  }

  table.sprache {
    table-layout: fixed;
    width: 140px;
    border: 0;
    margin: 0 10px;
    padding: 0;
    border-spacing: 0;
  }

  table.sprache td{
  margin: 0;
  padding: 2px 5px;
  }
  
  table.links {
    table-layout: fixed;
    width: 140px;
    border: 0;
    margin: 10px;
    padding: 10px;
    border-spacing: 0;
  }

  table.links td {
    line-height: 2em;
  }

  a {
    padding: 0;
    margin: 0;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
  }
  a:link {
    color: white;
  }
  a:visited {
    color: white;
  }
  a:hover {
    color: #f5b800;
  }
  a:active {
    color: silver;
  }
  
  .button {
    padding: 0;
    margin: 0;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: white;
    border-style: solid;
    border: 0;
    background-color: #037207;
  }
  .button:link {
    color: white;
  }
  .button:visited {
    color: white;
  }
  .button:hover {
    color: #f5b800;
  }
  .button:active {
    color: silver;
  }

  table.merkzettellink {
    table-layout: fixed;
    width: 7.5em;
    height: 8em;
    color: #037207;
    background-color: white;
    border: 2px solid silver;
    margin: 20px auto;
    padding: 2px;
    border-spacing: 0;
  }

  table.merkzettellink th{
    text-align: center;
    border-bottom: 1px solid #037207;
  }

  table.merkzettellink td{
    text-align: center;
    font-size: 0.8em;
    padding: 4px;
  }

  a.merkzettellink {
    padding: 0;
    margin: 0;
    font-weight: normal;
    text-decoration: none;
  }
  a.merkzettellink:link {
    color: #037207;
  }
  a.merkzettellink:visited {
    color: #037207;
  }
  a.merkzettellink:hover {
    color: #f5b800;
  }
  a.merkzettellink:active {
    color: silver;
  }

  .rechts {
    text-align: right;
  }

  .mitte {
    text-align: center;
  }

  span.hervor {
    color: #f5b800;
    font-weight: bold;
  }

  span.klein {
  font-size: 0.8em;
  }
/*
----------- Inhaltsfenster -----------
*/

  div.inhalt {
    margin: 0 0 0 180px;
    padding: 0;
  }

  div.seitentitel {
    height: 100px;
    margin: 0;
    padding: 0;
  }

  div.suchmaske {
    width: 29em;
    margin: 80px auto;
    padding: 0;
  }

  div.suchmaske_klein {
    width: 28em;
    margin: -10px auto 40px;
    padding: 0;
  }

  table.suchergebnisse {
/*    table-layout: fixed; */
    border-collapse: separate;
    border-spacing: 0px 2px;
    font-size: 0.9em;
    margin: 0 auto;
    width: 90%;
  }

  table.suchergebnisse th {
    padding: 0.2em 0.5em;
  }

  table.suchergebnisse td {
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    background-color: white;
    color: black;
    padding: 0.2em;
  }

  table.merkzettel {
/*    table-layout: fixed; */
    border-collapse: collapse;
    border-spacing: 0px 2px;
    margin: 0 auto;
    width: 80%;
  }
  table.merkzettel th {
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    background-color: #d5d5d5;
    color: black;
    padding: 0.2em;
  }
  table.merkzettel td {
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    background-color: white;
    color: black;
    padding: 0.2em;
  }

  table.merkzettel td.grau {
    font-size: 0.9em;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    background-color: #d5d5d5;
    color: black;
    padding: 0.5em;
  }


  a.button {
    padding: 0 2px;
    margin: 2px 4px;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
    background-color: #d5d5d5;
    border: 2px outset silver;
  }
  a.button:link {
    color: black;
  }
  a.button:visited {
    color: black;
  }
  a.button:hover {
    color: #f5b800;
  }
  a.button:active {
    color: white;
    background-color: #a5a5a5;
    border: 2px inset silver;
  }
  
  a.delete {
    color: black;
  }
  a.delete:link {
    color: black;
  }
  a.delete:visited {
    color: black;
  }
  a.delete:hover {
    color: #880000;
  }
  a.delete:active {
    color: white;
  }

  h1 {
    font-size: 2.5em;
    margin: 0;
    padding: 0.8em 0;
    text-align: center;
  }

  h2 {
    font-size: 1.3em;
    margin: 3em 0;
    text-align: center;
  }

  h3 {
    font-size: 1em;
    margin: 2em 0;
    padding: 0.2em;
    text-align: center;
  }

  p {
    font-size: 1em;
    margin: 1em 0;
    text-align: left;
  }

  .schmal {
    width: 18em;
    margin: 1em auto;
    text-align: left;
  }

  table.inhalt-links {
/*     width: 23em; */
    width: 80%;
    margin: 2em auto;
    table-layout: fixed;
  }

  table.inhalt-links td {
    vertical-align: top;
  }

  .fehlermeldung {
    width: 80%;
    color: black;
    background-color: white;
    border: 3px solid #f5b800;
    margin: 10px auto;
    padding: 10px;
  }
  
/*
------------------------------------
*/
  table.anfrage {
/*    table-layout: fixed; */
/*     border-collapse: collapse; */
    border-spacing: 0px 0px;
    border: 1px solid black;
    margin: 0px auto;
  }
  table.anfrage th {
/*     border-top: 1px solid black; */
    border-bottom: 1px solid black;
    background-color: #d5d5d5;
    color: black;
    padding: 0.3em;
  }
  table.anfrage td {
/*     background-color: white; */
    color: black;
    padding: 0.3em;
  }

  table.anfrage td.grau {
    font-size: 0.9em;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    background-color: #d5d5d5;
    color: black;
    padding: 0.5em;
  }
  
  table.footer {
    table-layout: fixed;
    width: 980px;
    border: 0;
    margin: 50px auto;
    padding: 0;
    border-spacing: 0;
    font-size: 0.9em;
  }

  form.selectbox select {
/*     font-family: Arial; */
/*     font-size: 10pt; */
/*     border-style: solid; */
/*     border-width: 1px 1px; */
/*     border-color: #000000; */
    width: 600;
    padding-left: 10px;
/*     margin: 5px; */
  }