
/**
 * Styles fuer die Links auf PDF-Dokumente
 */

.entry_pdf_link {
}


/**
 * Styles der News-Liste
 */
.entry_news_text_title {
	font-weight: bold;
	color: #000000;
}

.entry_news_text_description {
	color: #000000;
}


/**
 *	Das allgemeine Bild.
 *
 *	Wird auch fuer das Kopfbild verwendet.
 */
.entry_imagegeneral_image {
	text-align: center;
	margin: 8px;

}

.entry_imagegeneral_image_middle {
	display: block;
	margin: 8px;
	text-align: center;
}

/**
 *	Die Variationen des allgemeinen Bildes mit Ausrichtungswert.
 */

.entry_imagegeneral_image_left {
	float: left;
	margin: 8px 8px 8px 0px;
}

.entry_imagegeneral_image_right {
	float: right;
	margin: 8px 0px 8px 8px;
}


/**
 * Styles fuer Produktkategorien
 */

.entry_productcategory_text_name {
	font-weight: bold;
	margin: 0px 0px 4px 0px;
}

.entry_productcategory_text_description {
}

/**
 * Styles fuer Produkte
 */

.entry_product_text_name {
	font-weight: bold;
	margin: 7px 0px 1px 0px;
}

.entry_product_text_description {
}

.entry_product_text_download {
}

a.entry_product_link_download {
	text-decoration: underline;
}


/**
 *	Styles fuer externe Links
 */

a.entry_link_link {
	text-decoration: underline;
	color: #0020a0;
}
