

      html {
        height: 100%;
      }

      body {
        font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
        font-size: 62.5%;
        background-color: #fff;
        color: #000;
        min-height: 100.1%;
      }

      * {
        margin: 0;
        padding: 0;
        font-size: 1em;
        font-weight: normal;
      }

      p {
        font-size: 1.3em;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        }
      .clearing {
        clear: both;
        width: 1px;
        height: 1px;
        font-size: 1px;
      }
      /* ===== Zentrierung der Seite ======== */

      body {
        text-align: center; /* Nur fuer den IE ! */
      }

      #allcontent {
        margin: 0 auto; /* Der standardkonforme Weg. */
        text-align: left; /* Wegen des IE-Tricks. */
        background-repeat: no-repeat;
        min-height: 600px;
      }
      #allcontent {
        margin-top: 20px;
        margin-bottom: 20px;
        border-bottom: 0 solid #000000;
        width: 1100px;
      }
      h1 {
          text-indent: -9000px;
      }
      a img { border: none;}

      .seperator
      {
          margin: 10px 0 10px -30px;
      }

      #header #title_grey {
          position: absolute;
          left: 20px;
          top: 24px;
      }
      #header #title {
          position: absolute;
          left: 60px;
          top: 24px;
      }
      #header #title_fruits {
          position: absolute;
          left: 603px;
          top: 0px;
      }
      #header #title_fruits_1 {
          position: absolute;
          left: 630px;
          top: 24px;
      }
      #header #title_fruits_2 {
          position: absolute;
          left: 534px;
          top: 75px;
      }
      #header #title_fruits_4 {
          position: absolute;
          left: 534px;
          top: 127px;
      }

      #intro {
          position: absolute; left: 20px; top: 127px;
          text-align: left;
          width: 600px;
      }
      #intro h2 {
          text-align: left;
          width: 500px;
          margin: 20px 10px 20px 40px;
          font-size: 1.5em;
          font-weight: bold;
      }
      #intro p {
          text-align: left;
          width: 500px;
          margin: 10px 10px 10px 40px;
          font-size: 1.4em;
      }
      #intro p strong {
          font-weight: bold;
          display: inline;
      }
      #intro p em {
          font-weight: bold;
          font-style: normal;
          color: #b34162;
          display: inline;
      }
      #intro p a {
          font-style: normal;
          color: #b34162;
          display: inline;
      }
      #intro p em a {
          font-weight: bold;
          font-style: normal;
          color: #b34162;
          display: inline;
      }
      #intro ul {
          list-style-type: none;
          margin: 0 0 5px 5px;
          font-size: 1.2em;
      }
      #intro ul li {
          display: inline;
          margin: 0 5px;
      }

      #intro ul.contentlist {
          margin: 0 0 5px 35px;
          font-size: 1.4em;
          text-align: left;
      }
      #intro ul.contentlist li {
          display: block;
          margin: 15px 5px;
      }
      #intro ul.contentlist li a {
          color: #b34162;
          text-decoration: underline;
      }

      #intro p.acroreadhint
      {
          color: #A0A0A0;
          font-size: 1.1em;
      }
      #intro p.acroreadhint a
      {
          color: #A0A0A0;
          text-decoration: underline;
      }

    #gift {
        margin: 25px 26px;
    }

    #allprices {
        border: 0;
        margin: 0;
        padding: 0;
        font-size: 1.3em;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    }
    #allprices tr {
        border: 0;
        padding: 0;
        margin: 0;
    }
    #allprices td {
        border: 0;
        margin: 0;
        padding: 5px 0 5px 0;
    }
    #allprices td.head {
        font-weight: bold;
        color: #b34162;
        text-align: center;
    }
    #allprices td.normal {
        text-align: center;
    }
    #allprices td.bold {
        font-weight: bold;
        text-align: center;
    }
    #allprices td.foot {
        text-align: left;
    }
    #orderform {
        border: 0;
        margin: 0 0 0 40px;
        padding: 0;
        font-size: 1.3em;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    }
    #orderform tr {
        border: 0;
        padding: 0;
        margin: 0;
    }
    #orderform td {
        border: 0;
        margin: 0;
        padding: 5px 0 5px 0;
    }
    #orderform .fields {
        border: 1px solid #ca9198;
        color: #707070;
        padding: 1px;
        margin: 1px;
        font-size: 1.2em;
        font-weight: normal;
        width: 300px;
    }
    #orderform .short {
        width: 70px;
    }
    #orderform .info {
        border: 0;
    }
    #orderform .submitbutton {
    background: #AB4B57;
    margin: 5px 0;
    padding: 5px;
    color: #FFF;
    font-size: 1.2em;
    width: 200px;
    border: 0;
    cursor: pointer;
    }
    #orderform .submitbutton:hover {
    background: #ca9198;
    color: #FFF;
    }

      #intro #footer {
          position: relative;
          left: 0;
          top: 10px;
          background-image: url(../images/grey_bottom.jpg);
          width: 1000px;
          height: 64px;
      }

      #intro #footer #icons {
          position: absolute;
          left: 30px;
          top: 0;
      }


