/* easy and fun to customize */

div.vorteile {
	padding:10px 20px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F4F4F4), color-stop(1, #DAD9D9) );
	background:-moz-linear-gradient( center top, #F4F4F4 5%, #DAD9D9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#F4F4F4', endColorstr='#DAD9D9');
	-moz-box-shadow: 0px 0px 5px #888;
	  -webkit-box-shadow: 0px 0px 5px #888;
	  box-shadow: 0px 0px 5px #888;
	width:270px;
	margin:0px auto;
	list-style-type: none !important;
	margin-left: auto;
	margin-bottom: 10px; 
}
div.vorteile span {
	font-weight: bold;
	font-size:9pt;
}
div.vorteile ul {
	margin-top:10px;
	font-size:9pt;
}
div.vorteile ul li {
	font-weight:normal;
	color:#000000;
	list-style-type: disc !important;
	padding-left: 0px;
	font-size:9pt;
}
