/**
*	Extended Stylesheet for feelfree.ch Startpage
*	Check Path to Images!
*/



body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}




.antifloat
{
	float:none;
	clear:both;
	visibility:hidden;
}


div#contentarea h3
{
	font-size: 17px;
	line-height: 20px;
	font-weight: normal;
	color: #989480;
	margin:3px 0 15px 0;
	float:none;
	clear:both;
}

div#contentarea ul.tableau
{
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin:0 0 32px 0;
	padding:0;
	float:none;
	clear:all;
}

div#contentarea div.tableau_content
{
	padding:0 4px 0 0;
	font-size:10px;
	line-height:17px;
	height:105px;
}

div.tableau_3col
{
	float:left;
	margin:0 22px 32px 0;
	height:166px;
	width:221px;
	background: url(../images/tableau_corner_white_bl.gif) 0 100% no-repeat;
}

div.tableau_last
{
	margin-right:0;
}

div.tableau_corner_br
{
	height:166px;
	background: url(../images/tableau_corner_white_br.gif) 100% 100% no-repeat;
}

div.tableau_content ul
{
	height:68px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin:13px 0 0 0;
	padding:0;
}

div.tableau_content ul li
{
	font-size:11px;
	line-height:17px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 14px 6px;
	padding:0 0 0 26px;
}

div.tableau_content p.info
{
	margin:0 0 10px 22px;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	line-height:18px;
}

