        html { margin:0; padding:0; }
        body { text-align:center; margin:0; padding:10px;
               color:#000000; background-color:#999999;
               font-family:arial,helvetica,sans-serif;
             }

         a:link,  a:visited,  a:hover,  a:focus,  a:active
          { color:#000099; background-color:#999999; }

        .baumbox, .inhalt { width:920px; margin:0 auto; padding:0; text-align:center;
                            color:#000000; background-color:#ffffff; }

        .baumbox a:link, .baumbox a:visited, .baumbox a:hover, .baumbox a:focus, .baumbox a:active,
        .inhalt a:link, .inhalt a:visited, .inhalt a:hover, .inhalt a:focus, .inhalt a:active
          { color:#000099; background-color:#ffffff; }

        .baumbox p { margin:0; }
        .baumbox p img { margin-bottom:10px; }
        .baumbox p img#baum2, .baumbox p img#baum3, .baumbox p img#baum4 { display:none; }

        .inhalt>h1:first-child { font-size:2em; margin:0; padding:0 0 10px 0;
                                 color:#4C1900; background-color:#ffffff; }
        .inhalt>h1:first-child a { color:#4C1900; background-color:#ffffff; text-decoration:none; }

        .inhalt>*:last-child { padding-bottom:20px; }

        .inhalt h2, .inhalt h3, .inhalt div,
        .inhalt div.ce-bodytext, .inhalt div.ce-textpic
          { margin:0; }
        .inhalt p { margin:0.2em 0 0.5em 0; }

        @media screen and (max-width:920px) and (min-width:621px)
          {
           .baumbox, .inhalt { width:600px; margin:0 auto; text-align:center; }
           .baumbox p { font-size:1.2em; }
           .baumbox p img#baum1, .baumbox p img#baum3, .baumbox p img#baum4 { display:none; }
           .baumbox p img#baum2 { display:inline; width:600px; height:411px; margin-bottom:5px; }
          }

        @media screen and (max-width:620px) and (min-width:460px)
          {
           .baumbox, .inhalt { width:460px; margin:0 auto; text-align:center; }
           .baumbox p { font-size:1.2em; }
           .baumbox p img#baum1, .baumbox p img#baum2, .baumbox p img#baum4 { display:none; }
           .baumbox p img#baum3 { display:inline; width:460px; height:315px; margin-bottom:5px; }
          }

        @media screen and (max-width:459px)
          {
           .baumbox, .inhalt { width:320px; margin:0 auto; text-align:center; }
           .baumbox p { font-size:1.2em; }
           .baumbox p img#baum1, .baumbox p img#baum2, .baumbox p img#baum3 { display:none; }
           .baumbox p img#baum4 { display:inline; width:320px; height:219px; margin-bottom:5px; }
          }

        @media print
          {
           body, .baumbox p { color:#000000; background-color:#FFFFFF; }
           .baumbox, .inhalt { width:600px; margin:0 auto; text-align:center;  }
           .baumbox p { font-size:1.2em; width:600px; margin:0; padding:0; }
           .baumbox p img#baum1, .baumbox p img#baum3, .baumbox p img#baum4 { display:none; }
           .baumbox p img#baum2 { display:inline; width:600px; height:411px; margin-bottom:5px; }
          }