html {
  overflow-y: scroll;
}

/* Container */

  #container {
    width: 880px;
    margin: 0 auto;
    font-family: "Trebuchet MS", Arial, Helvetica, Lucida, sans-serif;
    font-size: 12px;
    line-height: 1.6em;
    color: #666;
    background-color: #FFF;
  }
  
/* Allgemein */
  
  h1 {
    font-family: "Trebuchet MS", Arial, Helvetica, Lucida, sans-serif;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 35px;
    color: #CC6633;
    background-color: #FFF;
  }
  
  h2 {
    color: #666666;
    font-size: 16px;
    font-family: "Trebuchet MS", Arial, Helvetica, Lucida, sans-serif;
    background-color: #FFF;
  }
  
  h3 {
    color: #666666;
    font-size: 16px;
    font-family: "Trebuchet MS", Arial, Helvetica, Lucida, sans-serif;
    background-color: #FFF;
  }
  
  a {
    color:#CC6714;
    text-decoration: none;
  }

  a:hover {
    color:#CC6714;
    background-color: #F5F5F5;
  }

/* Kopf */

  #header {
    border-bottom: 2px solid #948979;
    padding-top: 1px;
    clear: both;
    margin-bottom: 20px;
  }
  
  #header p { 
    margin-top: -20px;
    color: #999999;
  }

/* Navigation */
  
  #navigation ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;    
    float: left;
    width: 130px;
  }

  #navigation a {
    display: block;
    padding: 5px;
    width: 130px;
    border-bottom: 1px solid #CCC;
  }

  #navigation a:link, #navlist a:visited {
    color:#CC6714;
    text-decoration: none;
  }
  
  #navigation a:hover {
    background: #000000 url(bilder/arrow.gif) 96% 50% no-repeat;
    background-color: #F5F5F5;
    color:#CC6714;
  }
  
  #auswahl {
    display: block;
    padding: 5px;
    width: 130px;
    border-bottom: 1px solid #CCC;
  }

/* Kaestchen unter Navigation */

  #navigation p {
    margin-top: 40px;
    padding: 5px;
    border-bottom: 1px dotted #CCC;
    border-top: 1px dotted #CCC;
    width: 130px;
    line-height: 1.2em;
  }
  
/* Haupttext */

  #content {
    width: 510px;
    margin-left: 165px;
    margin-right: 100px;
    padding-top: 2px;
  }

  .zitautor {
    font-style: italic
  }

  .zitquelle {
    font-style: italic
  }
  
/* Sidebar */

  #sidebar {
    padding-top: 2px;
    float: right;
    width: 175px;
  }
  
/* Tabellen */

  table {
    border: 0
  }
    
  table.textflaeche {
    border: 0;
    background-color: #FFF;
    height: 15px
  }

  td {
    font-size: 12px;
    line-height: 1.6em;
  }
