/*
| -------------------------------------------------------------------
| FILENAME:			fl.home.css
| DESCRIPTION:		Addition to Default Style Sheet
| CREATED:			01/01/2008
| INITIAL AUTHOR:	Elma Smit, Ronald ter Neuzen, Martijn ter Hellen
| UPDATED BY:		Elma Smit, 01/01/2008
| 
| Copyright (c) 2008 KeyAgency
| http://www.keyagency.nl/
| -------------------------------------------------------------------
| Basic colors used for website:
|
| grey: #4f4f4f;
| red: #b92025;
| -------------------------------------------------------------------
*/

h2,
h3,
h4
{
	color: #7e7e7e;
}

#main
{
	height:475px;
	padding: 0;
}

/*
	investor services panel
*/
#investorservices
{
	width:940px;
	height:249px;
	display:block;
	position:relative;
	overflow:hidden;
	background-color: #3b3b3b;
	
	background-repeat: no-repeat;
	background-position: left top;
}

#investorservices div.tmp
{	
	width:647px;
	height:249px;
	position:absolute;
	z-index:10;
	background-color: transparent;
}

#investorservices .service
{
	width:940px;
	height:249px;
	display:block;
	
	background-repeat: no-repeat;
	background-position: left top;
	
	position:absolute;
	z-index:13;
	background-color: transparent;
}

#investorservices .service table
{
	
	width:340px;
	height:249px;
	float:right;
	background-color: transparent;
}

#investorservices .service table,
#investorservices .service table tr,
#investorservices .service table tr td
{
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	background-color: transparent;
}


#investorservices .service table tr td
{
	background-image: url('../gui/investorservices/bgmenu_bottom.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: transparent;
}

#investorservices .service table tr td.active
{
	background-image: url('../gui/investorservices/bgmenu-active.png');
	background-repeat: no-repeat;
	background-position: left center;
}

#investorservices .service table tr td h3 a
{
	color: #8E8E8E;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 0 75px;
	display:block;
	font-size:24px;
	line-height:24px;
	background-color: transparent;
}

#investorservices .service table tr td.active h3 a
{
	color: #3b3b3b;
	background-color: transparent;
}

#investorservices .service .servicetext
{
	width:400px;
	position:relative;
	padding:36px 0 0 60px;
	background-color: transparent;
}

#investorservices .service .servicetext h3
{
	font-size:340%;
	line-height:100%;
	margin:0 0 14px 0;
	font-weight: normal;
}

#investorservices .service .servicetext h3,
#investorservices .service .servicetext p
{
	color:#fff;
}

/* newsholder */
#newsholder
{
	float: left;
	width: 280px;
	height: 226px;
	padding:0;
	margin:0;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #f0f0f0;
}

#newsholder #homenewsgradientbottom
{	
	width:200px;
	height:16px;
	position:absolute;
	margin-top: -16px;
	z-index:10;
}

#newsholder h3
{
	font-size:190%;
	font-weight: normal;
	margin:20px 0 10px 30px;
}

#newsholder #newsitems
{
	margin:0 0 0 30px;
	width:230px;
	height:155px;
	overflow:hidden;
}

#newsholder #newsitems p
{
	display:block;
	margin:0 0 6px 0;
	line-height:100%;
}

#newsholder #newsitems p a
{
	font-size:85%;
	text-decoration: none;
	color: #7e7e7e;
}

/* page content */
#pagecontent
{
	top:20px;
	right:-60px;
	margin: 0;
}
