
div#bg{
background: url(../images/bg.jpg);
background-color:black;
width:100%;height:1020px;
background-position: top;
min-width:900px;
background-repeat:no-repeat;

}
    div#rolle{
    width:900px; height:615px;
    margin: 0px auto;
    }
        div#oben{
        width:900px; height:190px;
        margin: 0px auto;
        }
        div#spacer-links{
        width:98px; height:422px;
        float: left;
        }
        div#menu{
        width:107px; height:422px;
        float:left;

        }
        div#spacer-mitte{
        width:10px; height:422px;
        float: left;
        }
        div#main{
        margin-left:8px;
        width:500px; height:280px;
        float: left;
        position:relative;
        
        } 
        div#divScrollTextCont {
        position:absolute;
        left:2px; top:2px;
        width:500px; height:260px;
        clip:rect(0px 500px 260px 0px);
        overflow:hidden; visibility:hidden
        }
        div#divUp{
        margin-top:10px;
        }
        div#divDown{
        margin-top:10px;
        }
        
        div#divText {
        position:absolute; 
        left:0px; 
        top:0px;
        }

        div#foot{
   
        width:675px; height:139px;
        float: left;
        }
        div#foot2{

        width:350px; height:20px;
        margin-top:100px;
        margin-left:90px;
        }

          
            div#spacer{
            width:105px; height:6px;
            }
            div#home{
            background: url(../images/home.jpg);
            width:105px; height:31px;
           background-repeat:no-repeat;
            }
            div#sortiment{
            background: url(../images/sortiment.jpg);
            width:105px; height:31px;
            background-repeat:no-repeat;
            }
            div#termine{
            background: url(../images/termine.jpg);
            width:105px; height:31px;
            background-repeat:no-repeat;
            }
            div#brett{
            background: url(../images/brett.jpg);
            width:105px; height:31px;
            background-repeat:no-repeat;
            }
            div#links{
            background: url(../images/links.jpg);
            width:105px; height:31px;
            background-repeat:no-repeat;
            }
            div#kontakt{
            background: url(../images/kontakt.jpg);
            width:105px; height:31px;
            background-repeat:no-repeat;
            }
           
            
             
              
            div#home:hover{
            background: url(../images/home2.jpg);
            width:105px; height:31px;
            background-repeat:no-repeat;
            }
            div#sortiment:hover{
            background: url(../images/sortiment2.jpg);
            width:105px; height:31px;
            background-repeat:no-repeat;
            }
            div#termine:hover{
            background: url(../images/termine2.jpg);
            width:105px; height:31px;
            background-repeat:no-repeat;
            }
            div#brett:hover{
            background: url(../images/brett2.jpg);
            width:105px; height:31px;
            background-repeat:no-repeat;
            }
            div#links:hover{
            background: url(../images/links2.jpg);
            width:105px; height:31px;
            background-repeat:no-repeat;
            }
            div#kontakt:hover{
            background: url(../images/kontakt2.jpg);
            width:105px; height:31px;
            background-repeat:no-repeat;
            }
            
            
            
            
            
            
