                 body  {
                           background-image:url(bilder/hg_wp_9.png);
                       }
                 h2     {
                           margin-top:50px;
                           text-align: center;
                           font-family: Arial;
                           color:#000000;
                       }

          a.link_1      {
                          display: inline-block;
                          min-width:120px;
                          height:25px;
                          font-family :Arial;
                          font-style: italic;
                          text-decoration:none;
                          font-size : 16px;
                          font-weight : bold;
                          background: rgba(170, 187, 204, 0.1);
                          padding-top: 7px;
                          margin-top: 20px;
                          border-width:        4px;
                          border-style:        solid;
                          border-color:        #ccc;
                          border-right-color:  #555;
                          border-bottom-color: #555;
                          color:#000000;
                        }

           a.link_2     {
                          font-family :Arial;
                          font-style: italic;
                          text-decoration:none;
                          font-size : 16px;
                          font-weight : bold;
                        }

        a.link_2:hover  {
                          color: #D53152;
                          font-family :Arial;
                          font-size : 16px;
                          background: #ECBB9A;
                        }

        a:visited        { color: black;
                         }

 /*first letter*/
      #txt::first-letter {
                          color: #fff;
                          background-color: #ccc;
                          font-size: 300%;
                          font-weight: bold;
                          padding: 0.0em 0.1em;
                          margin: 0.2em 0.2em 0.1em 0.1em;

                          box-shadow: 10px 15px 10px 20px #ccc;
                          float: left;
                          line-height: 1.5em;
                          font-family: Georgia, 'Times New Roman';
                          font-style: italic;
                          text-shadow: 0 0 5px #000;
                         }

                   p     {
                          font-family :Arial;
                          font-size : 18px;
                          text-align: justify;
                          color:#000000;
                         }

                         /*Block - Verweise*/
     #pi_1, #pi_2, #pi_3 { font-family: Lithograph, sans-serif;
                           font-size: 1.5em;
                           margin-top: 0px;
                           margin-bottom: 0px;
                           color: green;
                           font-weight: 900;
                           cursor: pointer;
                           text-align: center;
                         }

      #pi_0              {
                          font-family: Lithograph, sans-serif;
                          font-size: 1.5em;
                          font-weight: 900;
                          text-align: center;
                          cursor: pointer;
                         }

      .tdl               {
                          text-align:left;
                         }