div.cCustomInfo {
	padding: 0px 6px 40px 4px;
	width:180px;
	background: url(../img/bas/dropshadow.png) no-repeat bottom left;
}

/*IE 6 FIX hintergrundbild wird skaliert .. anders gehts nicht (eventuell die höhe des pngs reduzieren)*/
* html div.cCustomInfo {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bas/dropshadow.png', sizingMethod='scale');
}

div.cCustomInfo_offset {
	left:0px;
	bottom:0px;
}

div.cCustomInfo_content {
	background-color:#fff;
	width: 180px;
	padding-bottom:10px;
	color:#0c3b0d;
}

div.cCustomInfo_content h4{
	background-color:#8fc13a;
	padding:5px 10px !important;
	color:#fff;
	border-bottom:#fff 2px solid;
	margin:0 !important;
}
div.cCustomInfo_content img{
	display:block;
}
div.cCustomInfo_content strong, div.cCustomInfo_content ul, div.cCustomInfo_content a{
	padding:10px 10px 0 10px !important;
	display:block;
 }
div.cCustomInfo_content a{
	background:none !important;
}
div.cCustomInfo_content ul li{
	margin:0;
	line-height:1.2em;
	width:auto;
}
