<!--

 body {
        font-family: Bradley Hand ITC;
      }

 body.aussen {
               background-image: url(pics/blaues_herz.jpg);
               background-repeat: no-repeat;
               background-attachment: fixed;
               background-position: center middle;
               scrollbar-base-color: rgb(237, 240, 247)
             }

 body.innen {
              background-image: url(pics/leinwand.jpg);
              background-repeat: repeat;
              background-attachment: fixed;
              scrollbar-base-color: rgb(237, 240, 247)
            }

 td {
      font-family: Bradley Hand ITC;
    }

 td.text {
           font-size: 14pt;
           text-align: left;
           vertical-align: top;
           padding-left: 150px;
           padding-top: 50px;
           padding-right: 150px
         }

 td.logo {
           font-size: 24pt;
           font-weight: bold;
           color: rgb(0, 0, 0);
           text-align: center;
           vertical-align: middle
         }

 td.title {
           font-size: 18pt;
           font-weight: bold;
           text-decoration: underline;
           color: rgb(0, 0, 0);
           text-align: center;
           vertical-align: middle
         }

 td.navigation {
                 font-size: 14pt;
                 font-weight: bold;
                 text-align: center;
                 vertical-align: middle
               }

 table {
         empty-cells: show
       }

 a:link {text-decoration: none; color: rgb(0, 0, 64)}

 a:visited {text-decoration: none; color: rgb(127, 127, 127)}

 a:active {text-decoration: none; color: rgb(159, 193, 220)}

 a:hover {text-decoration: underline; color: rgb(0, 0, 0)}

 img.thumbnail {
                 border-style: solid;
                 border-width: 5px;
                 border-color: rgb(180, 204, 228)
               }

-->
