/* PDF Listing */
#pdf-listing {
	width:717px;
	height:auto;
	position:relative;
}
#pdf-listing a {
	margin-bottom:25px;
	border-bottom:0;
	float:left;
	margin-right:10px;
}
#pdf-listing img {
	width:165px;
	height:100px;
	border:2px solid #d7d0ba;
}
#pdf-listing img:hover { border-color:#b3b3b3; }
#pdf-listing .beschreibung {
	background-image:url(_img/pdf-icon.gif);
	background-position:3px 3px;
	background-repeat:no-repeat;
	color:#414141;
	font-size:1em;
	padding:2px 0 4px 24px;
	width:140px;
}

#content .contenttable td {
	border:none;
}

/**
 * PDF-Auflistung, mod
 */

.pic-bg-colour { background-color:#cae4d7; }
.pic-bg-colour img:hover {
	-moz-opacity: 0.50;
	opacity: 0.50;
	filter: alpha(Opacity=50);
}

/* änderungen produkteseiten 3.4.09 */

#content .contenttable,
#content table {
	border-collapse:collapse;
	margin-bottom:15px;
	width:60%;
	
	margin-top:-13px;
}
#content .contenttable th,
#content table th,
#content .contenttable td,
#content table td {
	padding:1px 8px 4px 4px;
	vertical-align:top;
}
#content .contenttable th p,
#content table th p,
#content .contenttable td p,
#content table td p {
	margin-bottom:0;
}
#content .contenttable th img,
#content table th img,
#content .contenttable td img,
#content table td img {
	margin-top:13px;
}


















