body               {
                   /*margin:                        0px;*/
                   /*padding:                       0px;*/
                   background-color: rgb(042,063,144);
                   background-image: url(../images/logo-scm.gif);
                   background-repeat:        repeat-y;
                   background-position:         right;
                   font-family:      Arial, Helvetica;
                   }
#center            {
                   width:                       960px;
                   height:                      600px;
                   position:                 absolute;
                   left:                          50%;
                   top:                           50%;
                   margin-left:                  -480;
                   margin-top:                   -300;
                   }
/*#container         {
                   width:                       960px;
                   height:                      600px;
                   position:                 relative;
                   background-image: url(../images/hintergrund_bike.jpg);
                   }*/
#menue             {
                   width:                       200px;
                   height:                      600px;
                   position:                 absolute;
                   left:                          0px;
                   top:                           0px;
                   padding-left:                   30;
                   padding-top:                    50;
                   background-image: url(../images/menue_fond.gif);
                   }
#bodylinks         {
                   width:                       100px;
                   height:                      600px;
                   position:                 absolute;
                   left:                        200px;
                   top:                           0px;
                   background-image: url(../images/body_fond_links.gif);
                   }
#bodymitte         {
                   width:                       560px;
                   height:                      600px;
                   position:                 absolute;
                   left:                        300px;
                   top:                           0px;
                   }
#bodyrechts        {
                   width:                       100px;
                   height:                      600px;
                   position:                 absolute;
                   left:                        860px;
                   top:                           0px;
                   background-image: url(../images/body_fond_rechts.gif);
                   }
#header            {
                   width:                       560px;
                   height:                      110px;
                   position:                 absolute;
                   left:                          0px;
                   top:                           0px;
                   background-image: url(../images/header_fond.gif);
                   }
#inhalt            {
                   overflow:                     auto;
                   overflow-x:                   auto;
                   width:                       560px;
                   height:                      370px;
                   position:                 absolute;
                   left:                          0px;
                   top:                         110px;
                   background-image: url(../images/inhalt_fond.gif);
                   }
#footer            {
                   width:                       560px;
                   height:                      120px;
                   position:                 absolute;
                   left:                          0px;
                   top:                         480px;
                   background-image: url(../images/footer_fond.gif);
                   }
