body
        {
                margin: 0;
                padding: 0;
                font: 85% arial, hevetica, sans-serif;
                text-align: center;
                color: #505367;
                background-color: #f5deb3;
        }

 #container
        {
                margin: 1em auto;
                width: 900px;
                height: 100%;
                text-align: left;
                background-color: #f5deb3;
                border: 1px solid #006400;
        }

 #header
        {
                height: 300px;
                width: 896px;
                background-color: #FAFAD2;
                margin: 2px;
        }

  .pics
        {
               height: 300px;
               width: 896px;
               padding:0;
               margin:0;
               overflow: hidden
        }

  .pics img
        {
              height: 300px;
              width: 896px;
              background-color: #FAFAD2;
              top:0;
              left:0
        }


  #reiter1 ul
        {
                padding: 3px 0 3px 20px;
                border-bottom: 1px solid #006400;
        }

  #reiter1 ul li
        {
                display: inline;
                list-style: none;
        }

  #reiter1 ul li a
        {
                font-weight: bold;
                padding: 3px 0.5em;
                margin-right: 5px;
                border: 1px solid #006400;
                border-bottom: none;
                background-color: #006400;
                font-size: 12px;
                color: #ffffff;
                text-decoration: none;
        }

  #reiter1 ul li a:hover
        {
                background-color: #ffffff;
                font-size: 12px;
                color: #006400;
                border-color: #8fbc8f;
        }

  #reiter1 ul li a.aktiv,
  #reiter1 ul li a.aktiv:hover
        {
               background-color: #ffffff;
               font-size: 12px;
               color: #006400;
               border: 1px solid #006400;
               border-bottom: 1px solid #FAFAD2;
               cursor: default;
        }





  #contents
        {
                margin-right: 2px;
                margin-left: 2px;
                margin-top: 0px;
                margin-bottom: 0px;
                height: 100%;
                width: 896px;
                background-color: #f5deb3;
                font: arial, hevetica, sans-serif;
                text-align: justify;
                color: #000000;
                font-size: 14px;

        }

   #contents a
        {
                color: #000000;
                text-decoration : none;
        }

   #contents a:hover
        {
                color: #8F8F8F;
                text-decoration: none;
        }

    #adress
        {
                margin-right: 2px;
                margin-left: 2px;
                margin-top: 2px;
                margin-bottom: 0px;
                height: 19px;
                width: 896px;
                background-color: #006400;
                font: arial, hevetica, sans-serif;
                text-align: center;
                color: #ffffff;
                font-size: 12px;

        }
