﻿div.factsheet
{
	margin: 0px 30px 15px 30px;
	padding: 10px 0px 10px 0px;
	overflow: hidden;
}

div.factsheet h1
{
	float: left;
	font-size: 17px;
	margin-top: 2px;
	margin-bottom: 10px;
	/* FIX: 12-09-2007 willemm
	   Maatregel om de titel van een factsheet weer
	   binnen het kader te laten vallen.
	*/
	break-word: keep-all;
	word-wrap: break-word;

	width: 550px;
}

div.factsheet-index
{
	position: relative;
	float: left;
	width: 100%;
}

div.factsheet a
{
	color: #9f0202;
}


div.factsheet a div.text-title
{
	font-size: 12px;
	color: #000000;
}

div.factsheet h2.text-title,
div.factsheet h3.text-title
{
	padding-bottom: 0px;
	margin-bottom: 0px;	
}

div.factsheet div#tellafriend
{
	width: 33px;
	height: 32px;
	float: right;
	background-repeat: no-repeat;
	cursor: hand;
}

div.factsheet div#print
{
	width: 33px;
	height: 32px;
	float: right;
	background-repeat: no-repeat;
	cursor: hand;
}

div.factsheet .assets
{
	position: relative;
	float: left;
	width: 100%;
}

p.textasset-text
{
	padding: 0px;
	margin: 0px;
}

p.textasset-text .text a img
{
	border: 0;
}

div.factsheet td p.text
{
	margin-top: 0px;
	margin-bottom: 0px;
}