        body
        {
                margin: 0;
                padding: 0;
                font: 85% arial, helvetica, sans-serif;
                text-align: center;
                color: #000;
                background-color: #D6D6D6;
                background-image:url(../cliparts/bgcollie1.jpg);
                background-repeat: repeat;
                background-attachment:fixed;
     }

        #seite
        {
                width: 95%;
                margin: 1em auto;
                text-align: center;
                border: 0px none black;
        }

        p {
                 text-align: left;
                 font-weight: bold;
          }

       h1 {
                 margin:0.1em;
         }

       h2 {
                 margin:0.1em;
         }

       h3 {
                 margin:0.1em;
         }

       h4 {
                 margin:0.1em;
         }

       .wichtig {
                 margin:5px;
                 font-size:large;
                 font-weight:bold;
        }

        a:link {
                color: #FF0000;
                text-decoration:none;
                font-size:100%;
                font-weight:bold;
        }

        a:visited {
                color: #FF0000;
                text-decoration:none;
                font-size:100%;
                font-weight:bold;
        }

        a:hover {
                color: #009F00;
                text-decoration:none;
                font-size:100%;
                font-weight:bold;
        }

        .links {
               margin:5px;
               float:left;
               text-align: center;
        }

        .rechts {
               margin:5px;
               float:right;
               text-align: center;
        }

        .ze {
                 text-align: center;
        }

        .lb {
                 text-align: left;
        }

        .fett {
                 font-weight:bold;
               }

        .gross {
                 font-size:x-large;
                 font-weight:bold;
        }

        .klein {
                 font-size:small;
        }

        .x-gross {
                 font-size:xx-large;
                 font-weight:bold;
        }

        .text {
                 font-size:120%;
                 font-weight: bold;
               }

        .normal {
                 clear:both;
                 margin:5px 2px;
                }

        .spalte50 {
                 width: 45%;
                }

        .rahmen {
                 border: 3px outset #0000FF;
                }

        img {
                 margin: 0.1em;
                }

        .mitte {
                text-align:center;
               }
        .bg_gelb {
                background: #FFFF00;
               }