        body
        {
                padding: 10px;

                background-image: url('gfx/bg.gif');
                font-family: Courier New, Courier; font-size: 8pt;
        }

        #main
        {
               position: relative;
               width: 728px;
               margin:0px auto;
        }

        #header
        {
               position: relative;
               align: auto;
               width: 728px;
               top: 0px;
               height: 189px;
               z-index: 2;
               background-image: url('gfx/header.gif');
        }

        #body
        {
               position: relative;

               width:602px;
               top: -8px;
               height: 498px;
               left: 20px;
               padding-top: 20px;
               padding-left: 65px;
               padding-right: 40px;
               z-index: 1;
               background-image: url('gfx/zeile.gif');
			   overflow: visible;
        }

        #footer
        {
               position: relative;
               width: 708px;
               height: 113px;
               left: 20px;
               bottom: 9px;
               z-index: 3;
               text-align: center;
               background-image: url('gfx/footer.gif');
        }

        #shoutbox
        {
               position: absolute;
               top:      120px;
               left:     690px;

               z-index:  4;
        }

        #shoutbox_header
        {
               position: relative;
               height:   38px;
               width: 159px;
               background-image: url('gfx/shoutbox_header.gif');
               z-index: 5;
        }

        #shoutbox_content
        {
               position: relative;
               width: 144px;

               padding-left: 15px;
               background-image: url('gfx/shoutbox.gif');
               z-index: 5;
        }

        #shoutbox_footer
        {
               position: relative;
               width: 159px;
               height: 10px;
               z-index: 5;
               background-image: url('gfx/shoutbox_footer.gif');
               background-repeat: no-repeat;
        }

        #login
        {
              position: absolute;
              height: 137px;
              width: 135px;
              background-image: url('gfx/login.gif');
              z-index: 4;
              top: 200px;

              left: -70px;
        }

        #loecher
        {
              position: absolute;
              top: 46%;
              left: 30px;
              height: 164px;
              width: 28px;
              background-image: url('gfx/loecher.gif');
              background-repeat: no-repeat;
              z-index: 3;

        }
td { font-family: Courier New, Courier; font-size: 8pt; color: #000000; }
a:link, a:visited { text-decoration: none; font-family: Courier New, Courier; font-size: 8pt; color: #000000; }
a:hover { font-family: Courier New, Courier; font-size: 8pt;  text-decoration: underline; color: #000000;}

