CSS
/*--Formatierung der Albumbox--*/
#album {
width: 600px;
height: 500px;
background: #eee url(titel.jpg) 0 40px no-repeat;
border: 1px solid #aaa;
margin: 20px auto;
}
/*--Formatierung der Linkleiste--*/
.gallery {
padding: 0;
margin: 460px 0 0 0;
list-style-type: none;
position...