/*  body und schrift deffinitionen */
  html {
  padding:0px;
  margin:0px;
  }

  body {
  background-color: #e1ddd9;
  font-size: 9pt;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;
  padding:30px 80px;
  margin:0px;
  }

  p, h2, h3, h4, h5, pre, dl, dt{
  margin: 0px;
  padding: 10px;
  }

  h1 {
  font-size: 11px;
  text-transform:uppercase;
  text-align: right;
  color: #564b47;
  background-color: #90897a;
  padding:5px 15px;
  margin:0px

  }

  h2 {
  font-size:14px;
  padding-top:10px;
  text-transform:uppercase;
  color: #564b47;
  background-color: transparent;
        }

  a {
  color: #6B873C;
  font-size: 12px;
  font-weight:normal;
  background-color:transparent;
  text-decoration: none;
  }

 a:hover { text-decoration:underline; }

  pre {
  color: #564b47;
  font-size: 11px;
  background-color:transparent;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;Courier, Monaco, Monospace;
  }

  td {
  font-size: 11px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  }
  /*  positioning-layers statisch und absolut */


  #inhalt {
  border:1px solid #564b47;
  background-color:#fff;
  line-height:14pt;
  height:auto;
  min-height:350px;
  }

  #navi {
  border-left:1px solid #666633;
  border-bottom:1px solid #666633;
  background-image:url(para.gif);
  background-repeat:no-repeat;
  line-height:10px;
  float:right;
  width:220px;
  background-color:#F2EDE8;
  margin:0px 0px 20px 20px;
  }
  #small {
  font-size: 11px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  padding: 20px;
    }
