/*externe css-Datei KaRa Websites*/

  body {
    color: #785b34; background: #f0ede8 url(../img/backgroundecke2.png) no-repeat;
    font-size: 100.01%;
    font-family: Tahoma,Helvetica,Arial,sans-serif;
    margin: 0; padding: 1.5em 0 0.8em;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }


    a:link { color: #785b34;  text-decoration:none; }
    a:visited { color: #785b34;  text-decoration:none; }
    a:hover { font-weight:bold; color: #785b34;  text-decoration:none; }
    a:active { font-weight:bold; color: #785b34;  text-decoration:none; }


  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 760px;
    padding: 0;
    background-color: #ffffff;
    border: 1px solid #785b34;
    position: relative;
  }

  div#Footer {
    text-align: center;    /* Seiteninhalt wieder links ausrichten */
    margin: 0.2em auto;      /* standardkonforme horizontale Zentrierung */
    width: 760px;
    padding: 0;
    font-size: 0.7em;
  }
  div#footerleft {
    float: left; width: 200px;
  }
  div#footerright {
    float: right; width: 400px;
  }

div#Header { width:760px; height:332px;
  }

div#Logoschrift { position:absolute; top:65px; left:20px; width:400px; height:70px;
      z-index:2; }


  ul#Navigation {
    font-size: 0.83em;
    float: left; width: 170px;
    margin: 2em 0 1.3em; padding: 0 0 0 1.5em;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.4em;
  }
  ul#Navigation a {
    display: block;
    text-decoration:none;
  }
  ul#Navigation a:link {
    color: #785b34; background-color: white;
     }
  ul#Navigation a:visited {
    color: #785b34; background-color: white;
  }
  ul#Navigation a:hover {
    color: #785b34; background-color: white;
    font-weight: bold;
  }
  ul#Navigation a:active {
    color: #785b34; background-color: white;
    font-weight: bold;
  }


  h1 {
    font-size: 110%;
    margin: 0; padding: 0 0.3em 0.3em;
    text-align: center;
  }


  div#Inhalt {
    margin: 0 0 1em 210px;
    padding: 0 1.5em 0.1em;
    border-left: 1px solid #785b34;
    font-size: 0.9em;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }

  div#Inhalt p {
    margin: 1em 0;
  }