#albumkategorie {
display: block;
padding: 4px;
color: #FFF;
background-color: #030;
text-align: center;
}

#albumlist {
	list-style-type: none;
}

#albumlist li {
   display: block;
	height: 88px;
	width: 112px;
	float: left;
	margin: 6px;
	background: url('images/diarahmen1.gif') no-repeat;
	text-align: center;
   padding: 6px 0 0 0;
}

#detailskurztext {
   text-align: center;
	font-weight: bold;
	padding: 8px 100px 8px 100px;
}

#detailslangtext {
	text-align: center;
	padding: 8px 100px 8px 100px;
}