.Info3HeaderCell {
	<? if ($ArtikelHeaderBackgroundImage)
	      print "background-image: url('$ArtikelHeaderBackgroundImage');\n";
	   else
	      print "background-color: $ArtikelHeaderBackgroundColor;\n";
	?>
	height: 39px;
	padding-left:6px;
}

.Info3HeaderText {
	display: inline;
	margin-left: 5px;
	font-family: "Trebuchet MS", helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: <?=$ArtikelHeaderTextColor?>;
}

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

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

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

.Info3Text {
	/*margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 2px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18;
	color: <?=$ArtikelTextColor?>;
}