/**
 * @package: Burmester
 * @creator: Jan Konzack
 * @copyright New Image GmbH
 * @created: 04.09.2007
 *
 * CSS fuer den Data-Facts Bereich
*/

div#component_datafacts {
	float: right;
	margin-top: 3em;
}

div#datafactswrapper h3 {
	clear: both;
	margin-bottom: 0.5em;
}

/* Datenfakten Auflistungen */
ul#facts, ul#datasheets {
	font-size: 1.2em;
	color: #acacac;
	width: 42em;
	list-style: none;
}

/* Fakten zweispaltig */
ul#facts li {
	width: 18em; /* IE6-fixing in ie6.css */
	float: left;
	display: block;
	
	background-image: url("../pixel/data_facts_li.gif");
	background-repeat: no-repeat;
	background-position: 0 0.32em;
	padding-left: 1em;
	
	margin-right: 1em;
	padding-bottom: 1em;
}


/* Datenblatt */
ul#datasheets li {
	margin-right: 3em;
}
