
body
        {       scroll: no;
                overflow:hidden;
                margin: 0;
                padding: 0;
                text-align: left;
                height: 100%;
                width: 100%;
                background-color:#fff;
                color: #000;
        }
img {
             border:none;
             }



        #container
                  {
                  position:absolute;
                  top:0px;
                  padding:0;
                  margin:0;
                  text-align: left;
                  background-image: url(grafx/bg-grau.jpg);
                  width:100%;
                  height: 700px;          }

        #contents1        {
                         margin-left:20px;
                         margin-top:0;
                         height:500px;
                         overflow:hidden;
                         background-image: url(grafx/bg-grau.jpg);
                          }
       #contents        {
                         margin-left:35px;
                         margin-top:0;
                         height:500px;
                         overflow:hidden;
                         background-image: url(grafx/bg-grau.jpg);
                          }
       #contents2       {
                         margin-left:35px;
                         margin-top:0;
                         height:630px;
                         overflow:hidden;
                         background-image: url(grafx/bg-grau.jpg);
                          }
        #navi             {

                          margin-top:0px;
                          height: 300px;

                          width:1000px;

            }


           #inhalt {
                      overflow-x:scroll;
                      margin-top:5px;
                      height: 355px;
                      width:1200px;
                      }

        #footer {
position:absolute;top:500px;
                margin-top:0px;
                margin-left:35px;
                height: 32px;
                background-image: url(grafx/bg-grau.jpg);
                }
