html, body {
         padding: 0;
         margin: 0;
         background-color: #fce4f1;
         height: 100%;
         text-align: left;
         font-family: Helvetica;
         font-style: italic;
     }

#main {
         border-right: 2px Solid #ceb49d;
         text-align: left;
         vertical-align: top;
         width: 980px;
         margin: 0;
         padding: 0;
	 height: 100%;
         background: no-repeat url(../bilder/s_unten.jpg);
         background-position: bottom right;
      }
#menu {
         text-align: center;
         background-color: #ceb49d;
         background: repeat-y url(../bilder/bg_links.jpg);
         vertical-align: top;
         width: 193px;
         margin: 0;
         padding: 0;
      }

#inhalt {
          vertical-align: top;
          padding: 0;
          width: 787px;
          margin: 0;
        }
#s_unten {
          z-index: auto;
          position: relative;
          width: 209px;
          height: 232px;
          left: 771px;
          bottom: 0px;
          margin: 0;
          padding: 0;
         }
#haftung {
          font: italic 10pt Helvetica;
          padding: 20px 20px 20px 20px;
         }
.text {
         font: italic 13pt Helvetica;
         color: #5c4a40;
         padding: 0 150px 20px 0;
         vertical-align: top;
      }
.list {
         font-size: 10pt;
         text-align: left;
         font-style: italic;
      }
a.list:link {
         color: #ffffff;
         text-decoration: none;
       }
a.list:visited {
         color: #fdf8f4;
         text-decoration: none;
       }
a.list:hover {
         color: #5c4a40;
         text-decoration: underline;
       }
a:link {
         color: #5c4a40;
         text-decoration: underline;
       }
a:visited {
         color: #c7b39a;
         text-decoration: underline;
       }
a:hover {
         color: #d4c8b2;
         text-decoration: none;
       }
