  body {
        font-family: Arial;
        font-size: 100.01%;
        color: #cc6600;
        background-color: #CC6600;
        background-image: url(bilder/bghg.jpg);
        background-repeat: repeat-x;
        min-width: 950px;
        text-align: right;
  }
  /*--------------------------------------LAYOUT------------------------------------------*/
  div#seite {
        text-align: right;
        margin: 0 auto;
        width: 950px;
        background-color: #f9f9f9;
        border: 1px solid #cc6600;
        min-height: 900px;
        -moz-box-shadow: 0px 0px 6px #3F3F3F;
        -webkit-box-shadow: 0px 0px 6px #3F3F3F;
        box-shadow: 0px 0px 6px #3F3F3F;

  }
  div#banner {
        width: 950px;
        margin-top: 45px;
        height: 180px;
        background-image: url(bilder/steine.jpg);
        background-repeat:no-repeat;
  }
  div#Inhalt {
         text-align: left;
        float: right;
        width:900px;
        min-height: 600px;
        background-color: #f9f9f9;
        margin-left: 10px;
        margin-top: 70px;
        margin-right: 20px;
        color: #3F3F3F;
        font-size: 13px;
  }

  div#Fusszeile {
    clear: both;
        color: #f9f9f9;
    font-size: 5px;
        height:5px;
    text-align: center;
        background-color: #996600;
        }
  div#Navigation {
        width: 950px;
        min-height: 22px;
        height: 22px;
        background-color: #996600;
        margin-top:-68px;
  }

  #Navigation {
        text-align: center;
        color: #ffffff;
        font-size: 14px;
        font-family: Arial;
        min-height: 22px;
        font-weight: bold;
        padding-top:10px;
  }

  #Navigation a {
        text-align: left;
        font-size: 14px;
          color: #ffffff;
    padding-left: 3px;
        padding-right: 20px;

  }
  #Navigation a:link {
        text-decoration:none
  }
  #Navigation a:visited {
    color: #ffffff;
        text-decoration:none;
  }
  #Navigation a:hover {
    color: #ffffff;
        text-decoration:underline;
  }
  #Navigation a:active {
    color: #ffffff; text-decoration:none;
  }


  #Inhalt table {
  padding-bottom: 10px;
     }
 #Inhalt td {
     }
   /*--------------------------------------LAYOUT------------------------------------------*/

  #leiste p {
  font-size: 13px;
  font-family: Arial;
  color: #3F3F3F;
  padding-top: 5px;
  padding-left: 3px;
  padding-right: 3px;
  margin: 0 auto; }



  #Inhalt h1 {
         font-family: Arial;
         font-size: 22px;
         text-align: right;
         color: #cc6600;
         margin: 0;
         padding-bottom:5px;
         border-bottom: 1px solid;
         font-variant:small-caps;
        }


  #Inhalt h2 {
   font-family:Arial;
        font-size:18px;
        color:#cc6600;
        margin: 0;
        padding-bottom:0px;
        padding-top:10px;

  }

  #Inhalt h3 {
    font-size: 13px; color:#3F3F3F;
  }

  #Inhalt h4 {
    font-size: 13px; color:#3F3F3F;
        text-align: center;
  }

  #Inhalt p {
       font-family: Arial;
        font-size: 13px;
        color: #333333;
  }


  #Inhalt li {
          font-size: 12px;
        color:#3F3F3F;
        padding: 0px;
  }

  #Inhalt ul {
        font-size: 12px;
        color:#3F3F3F;
        padding-left: 4em;
        padding-right: 2em;
        list-style-type: square;
  }

  #Inhalt a {
        color: #3F3F3F;
        font-size: 12px;
        font-family: Verdana;
        text-decoration:underline;
  }

  #Inhalt a:link {
        text-decoration:underline;
  }
  #Inhalt a:visited {
    color: #3F3F3F;
        text-decoration:underline;
  }
  #Inhalt a:hover {
    color: #3F3F3F;
        text-decoration:underline;
  }
  #Inhalt a:active {
    color: #3F3F3F; text-decoration:underline;
        }
  #Inhalt blockquote{
  padding-left: 140px;
  }

a {
        color: #cc6600;
        font-size: 12px;
        font-family: Arial;
        text-align:right;
        padding-left: 3px;
        padding-right: 20px;
  }

  a:link {
        text-decoration:none;
        text-align:right;
  }
a:visited {
    color: #cc6600;
        text-decoration:none;
        text-align: right;
  }
a:hover {
    color: #cc6600;
        text-decoration:underline;
        text-align: right;
  }
a:active {
    color: #cc6600; text-decoration:none;
    text-align: right;
        }