@charset "iso-8859-1";
/* CSS Document */
/* Container Element */
div#productContainer {
	position:relative;
	width:702px;
	
	margin:15px 0;
	background-image:url(/img/bgProduct.gif);
	background-position:right;
	background-repeat:repeat-y;
}

/* Breadcrumbs */
div#contentBreadcrumbs,
div#contentBreadcrumbs a,
div#contentBreadcrumbs a:link,
div#contentBreadcrumbs a:visited,
div#contentBreadcrumbs a:hover,
div#contentBreadcrumbs a:active {
	font-size:10px;
	color:#000000;
}

/* Rechte und linke Spalte */
div.productColumnLeft {
	position:relative;
	width:346px;
	clear:both;
	float:left;
	line-height:1.5em;
	padding-right:10px;
}

div.productColumnRight {
	position:relative;
	width: 326px;
	float:left;

	padding:10px;
}

div#bodyContainer div.productColumnRight h2 {
	color:#731137;
	font-size:14px;
	font-weight:bold;
	margin-bottom:0;
}

div.productColumnRight h3 {
	font-size:13px;
}

/* Footer */
div#contentFooter,
div#contentFooter a,
div#contentFooter a:link,
div#contentFooter a:visited,
div#contentFooter a:hover,
div#contentFooter a:active {
	font-size:10px;
	color:#731137;
	text-decoration:none;
}

/* PDF-Tabelle*/
div.pdfContainer {
	background-image:url(/pharmag/img/sw_strichel.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding:10px 0 0;
	margin:10px 0 0;
}
table.pdfTable th {
	text-align:left;
	background-color:#930046;	
	padding:2px 5px;
	color:#ffffff;
}
table.pdfTable td {
	padding:5px;
	background-color:#dcdddf;
	font-size:11px;
}
table.pdfTable td.spacerTD {
	height:1px;
	line-height:1px;
	background-color:#ffffff;
	background-image:url(/pharmag/img/sw_strichel.gif);
	background-repeat:no-repeat;
	background-position:center;
}
img.getAcrobat {
	padding-right:18px;
	padding-bottom:10px;
	float:left;
}
img.pdfIcon {
	padding-right:10px;
	float:left;
}
.pdfContainer span {
	vertical-align:sub;
}
.pdfContainer a,
.pdfContainer a:link,
.pdfContainer a:visited,
.pdfContainer a:hover,
.pdfContainer a:active  {
	color:#731137;
	text-decoration:none;
	vertical-align:sub;
}

/* SWF Container*/
div.flvContainer {
	background-image:url(/pharmag/img/sw_strichel.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding:10px 0 0;
	margin:10px 0 0;
}

/* Produkt Vorschau auf Uebersicht */
div.previewProduct {
	background-image:url(/pharmag/img/sw_strichel.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0 0 10px;
	margin:0 0 10px;
	clear:both;
}
div.previewProduct img {
	float:left;
	padding-right:10px;
}
