#alben ul {
 padding: 0px;
 margin: 0px;
}
#alben  li {
 position: relative;
 width: 270px;
 list-style: none;
 margin: 0px 10px 20px 0px;
 height: 110px;
 float: left;
 }
 #alben h4{
 font-size: 1em;
 font-weight: bold;
}
.bild {
 position: absolute;
 top: 0px;
 left: 0px;
 height: 110px;
 width: 110px;
 background: url(../../design/icons/pattern_star.gif) repeat scroll 8px 10px;
 }
 .inhalt {
 margin: 0px 0px 0px 115px;
 }
 .inhalt p {
 text-align: left;
 font-size: 0.75em;
 line-height: 1.2em;
 letter-spacing: 4px;
 margin: 2px 0px 0px 10px;
 font-weight: bold;
 }
#alben .bild img {
 border-width: 5px;
 position: absolute;
 }
