div.content {
	width: 510px;
}

#subdocuments dl {
	width: 16.5em;
	height: 16.5em;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	background-color: #eee;
	border: 1px solid #fff;
	background-image: url(../img/produkte-box-bg.png);
	background-position: -6em -6em;
	position: relative;
}

#subdocuments dl:hover {
	border-color: #ccc;
	background-position: 0 0;
}

#subdocuments dt {
	font-weight: bold;
	z-index: 2;
	position: absolute;
}

#subdocuments dt a {
	text-decoration: none;
	z-index: 2;
}

#subdocuments dd {
	/* display: none; */
	position: absolute;
	bottom: 1em;
	left: 1em;
	right: 1em;
	font-size: 90%;
	line-height: 1.5;
	padding: 0; /* 2px */
	z-index: 1;
}
#subdocuments dd a {
	color: #666666;
	z-index: 1;
}

#subdocuments dt a {
	display: block;
	width: 14.5em;
	height: 14.5em;
	padding: 1em;
	border: 1px solid white;
}

#subdocuments dl:hover dt a {
}

#subdocuments dd a:hover {
	text-decoration: none !important;
}

#subdocuments dd.text {
	padding: 2px;
}

#subdocuments dd.img {
	overflow: hidden;
	text-align: center;
}

#subdocuments dd.img img {
}

/*#subdocuments dl:hover dd {
	display: block;
}*/