william: nach Doctypeeingabe wird Seite nicht mehr ganz angezeigt

Beitrag lesen

hier mein Style Sheet:

  
html, body { overflow:auto !important }  
body {  
  background-color: #00000;  
  background-image: url("Hintergrund.gif");  
  background-attachment: scroll;  
  background-position:43px 33px;  
  background-repeat:no-repeat;  
  
        width:105%;  
        height:145%;  
        overflow:visible;  
}  
a:link {  
  color: #666666;  
}  
  
a {  
  text-decoration:none;  
}  
a {  
  font-family: "arial unicode ms", verdana, sans-serif;  
  font-size: 55%;  
}  
/*Abstand zwischen den Buchstaben*/  
a {  
  letter-spacing: 0px;  
}  
#menu {  
   position:absolute;  
   right: 50px;  
   top: 0px;  
}  
#box {  
  
         width="540"   height="500"  align="center";  
               position: absolute;  
               width: 60%;  
               height: 40%;  
               left: 24%;  
               top: 26%;  
}  
  
#lenguas {  
    position: absolute;  
  
                left: 99%;  
                top: 10%;  
}  
#lenguas {  
    font-size: 130%;  
}  
/*keine Aufzählungspunkte*/  
ul li{  
    list-style-type: none;  
}  
/*verweise horizontal*/  
li {  
    display:inline  
}  
#menu li {  
   margin-top: 0px;  
}  
/*platz zwischen den einzelnen verweisen= padding*/  
#menu a {  
        margin-top: 0em;  
        margin-right: 0 0 1em;  
        margin-bottom: 0em;  
        margin-left: 0 0 1em;  
        padding: 0.5em;  
        }  

@Andreas stimmt danke dass mit den class atributen in der idiomas liste regel ich noch, dass mit dem div hatte ich mir irgendwo so abgeschaut.
und mit dem Abschneiden meine ich dass mein Hintergrundbild nicht vollständig angezeigt wird.
cu william