.ProduktHeaderCell {
	<? if ($ArtikelHeaderBackgroundImage)
	      print "background-image: url('$ArtikelHeaderBackgroundImage');\n";
	   else
	      print "background-color: $ArtikelHeaderBackgroundColor;\n";
	?>
	height: 39px;
	border: none;
	vertical-align:middle;
}

.ProduktHeaderText {
	display: inline;
	margin-left: 5px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: <?=$ArtikelHeaderTextColor?>;
}

.ProduktImgCell {
	/*border-left: solid 1px <?=$ArtikelBorderColor?>;
	border-bottom: solid 1px <?=$ArtikelBorderColor?>;
	border-right: solid 1px <?=$ArtikelBorderColor?>;*/
	width: 272px;
	background-color: <?=$ArtikelTextBackgroundColor?>;
}

.ProduktFormCell {
	/*border-bottom: solid 1px <?=$ArtikelBorderColor?>;
	border-right: solid 1px <?=$ArtikelBorderColor?>;*/	
	background-color: <?=$ArtikelTextBackgroundColor?>;
}

.ProduktTextCell {
	/*border-left: solid 1px <?=$ArtikelBorderColor?>;
	border-bottom: solid 1px <?=$ArtikelBorderColor?>;
	border-right: solid 1px <?=$ArtikelBorderColor?>;*/
	background-color: <?=$ArtikelTextBackgroundColor?>;
}

.ProduktText {
	display: inline;
	/*margin-left: 10px;
	margin-bottom: 2px;*/
	font-family: Verdana;
	font-size: 10px;
	color: <?=$ArtikelTextColor?>;
}

.ProduktFormText {
	font-family: Verdana;
	font-size: 10px;
	color: <?=$ArtikelTextColor?>;
}

.ProduktFormInput {
	border: 1px solid #336699;
	font-family: verdana;
	font-size: 8pt;
}