/**
 *  Produktseiten
 */

/**
 *  Menue f&uuml;r Produkte
 */
div.productMenu {
	/* text-align: center; */
	margin-bottom: 20px;
	padding: 5px;
}

ul.productMenu {
	display: inline;
	padding: 0px;
	margin-left: 0px;
}

ul.productMenu li {
	display: inline;
	list-style: none;
}

/**
 *  Menue f&uuml;r Produkt-Kategorien
 */
div.productCategoryMenu {
	/* text-align: center; */
	margin-bottom: 20px;
	padding: 5px;
}

ul.productCategoryMenuItem {
	display: inline;
	padding: 0px;
	margin-left: 0px;
}

ul.productCategoryMenuItem li {
	display: inline;
	list-style: none;
}

/**
 *  Produkt
 */
div.product {
	
}

img.productImage {
	float: right;
	vertical-align: middle;
	margin: 0px 15px 7px 7px;
}

div.productDownloadsContainer {
	margin: 20px 0 0 0;
}

div.productDownloadsContainer td{
	padding-bottom: 20px;
}

td.productDownloadsTitleCell {
	padding-left: 10px;
}

div.productDownloadsHeading {
	margin: 0 0 15px 0;
	font-weight: bold;
}
