/* Wolf's Thematic Index of the Works of the Great Composers */ /* index.css */ body, table { margin: 0; padding: 0; } body > div#navigation { position: fixed; } #navigation { position: absolute; text-align: center; bottom: 0; padding: 0 0 17px 0; width: 100%; background-color: white; background-image: url(../bilder/hintergrund.gif); } img { behavior: url(../js/iepngfix.htc); border: none; } table { font-size: 13px; font-family: arial, helvetica, sans serif; margin: auto; width: 400px; margin-top: 1.5em; border: 1px solid lightgrey; background-image: url(../bilder/hintergrund.gif); text-align: center; } td { width: 130px; height: 15px; background: #ddba86; } a { font-weight: normal; text-decoration: none; color: #0000ff; } a:hover { color: white; }