body {  
     font-family: Tahoma; 
     color: #FFFFFF; 
     background-color: #000000; 
     background-attachment: scroll; 
     background-image: url(/glas/new/images/hintergrund.jpg); 
     background-repeat: no-repeat;      
     background-position: 50% 150px; 
     margin:0;
     padding:0;
     border: 0;
     overflow: hidden;
     height: 100%; 
     max-height: 100%;
}

     a:link { text-decoration:none; color:#8888FF }
     a:visited { text-decoration:none; color:#EE82EE }

     a:hover { text-decoration:underline;}
     a:active { text-decoration:underline;} 


/* no positioning for IE5/Win - the whole page scrolls */

#header-wrap {
     position: absolute; 
     top: 0; 
     left: 0; 
     width: 100%; 
     height: 180px; /*Height of top frame div*/
     overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
}

#header-container {
     margin:0px;

}


#container {
     position: fixed; 
     top: 183px; /*Set top value to HeightOfTopFrameDiv*/
     left:0px;
     padding: 0 0 0 0;
     right: 0;
     bottom: 0px; /*Set bottom value to HeightOfBottomFrameDiv*/
     overflow: auto; 
}


#content {
     margin:0px;
}

#footer-wrap {
     position: absolute; 
     left: 150px; 
     width: 100%; 
     top: auto;
     bottom: 0; 
     height: 95px; /*Height of bottom frame div*/
     overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/

}

#footer-container {
/*margin: 15px; Margins for inner DIV inside each DIV (to provide padding)*/
     margin-left:0px;
}


* html body{ /*IE6 hack*/
     padding: 183px 0 0px 0; /*Set value to (HeightOfTopFrameDiv 0      HeightOfBottomFrameDiv 0)*/
}

* html #container{ /*IE6 hack*/
     height: 100%; 
     width: 100%; 
}



/************************************************
 'Menue' Buttons and Scrollsystem
************************************************/
#menu {
     margin-left:0px;
     position:relative; 
     z-index:10;
     left:-165px;

}

#menu2 {
     /*  display:none; oder display:run-in */


}

#menu3 {
     /*  display:none; oder display:run-in*/

}

#scroller {
     width:400px;
     height:146px;
     overflow:scroll;
}


#scrollclip {
     width:384px;
     height:130px;
     overflow:hidden;
}


/************************************************
 'Round Corners' Button Rollover button2009
************************************************/

.navbutton {
    margin:0;
    padding:0;
    list-style-type:none; 
}
 
.button2009 li {
    display:inline;
    list-style:none;
}
 
.button2009 li a {
    background:transparent url(/glas/new/images/buttons.gif) no-repeat bottom left;
    display:block;
    float:left;
    height:39px;
    text-decoration:none;
    color:#fff;    /* Dafür ist 'visited' nicht violett sichtbar*/
    margin-right:15px;
}
 
.button2009 li a span {
    background:transparent url(/glas/new/images/buttons.gif) no-repeat right bottom;
    display:inline;
    float:left;
    height:39px;
    width:60px;
    padding:4px 10px 0 0;
    margin-left:10px;
    background-attachment:fixed;
    font-size:10px;
    cursor:pointer;
}
 
.button2009 li a:hover {
    background-position:0px top; 
    color: black;
}
 
.button2009 li a:hover span {
    background-position:right top;
}

.button2010 li {
    display:inline;
    list-style:none;
}
 
.button2010 li a {
    background:transparent url(/glas/new/images/buttons2.gif) no-repeat bottom left;
    display:block;
    float:left;
    height:39px;
    text-decoration:none;
    color:#fff;    /* Dafür ist 'visited' nicht violett sichtbar*/
    margin-right:15px;
}
 
.button2010 li a span {
    background:transparent url(/glas/new/images/buttons2.gif) no-repeat right bottom;
    display:inline;
    float:left;
    height:39px;
    width:120px;
    padding:4px 10px 0 0;
    margin-left:10px;
    background-attachment:fixed;
    font-size:10px;
    cursor:pointer;
}
 
.button2010 li a:hover {
    background-position:0px top; 
    color: black;
}
 
.button2010 li a:hover span {
    background-position:right top;
}