/*
| -------------------------------------------------------------------
| FILENAME:			dy.home.css
| DESCRIPTION:		Addition to Default Style Sheet
| CREATED:			01/01/2008
| INITIAL AUTHOR:	Ronald ter Neuzen, Elma Smit, Martijn ter Hellen
| UPDATED BY:		Ronald ter Neuzen, 05/02/2010
| 
| Copyright (c) 2010 KeyAgency
| http://www.keyagency.nl/
| -------------------------------------------------------------------
| Basic colors used for website:
| orange: rgb(234,118,4)
| dark-blue: rgb(0,46,94)
| light-gray: rgb(230,230,230)
|
| text grey: rgb(104,116,121)
| text light-grey: rgb(176,187,196)
| -------------------------------------------------------------------
*/

#page.homepage #header
{
	/*position:relative;*/
}

#page.homepage #header #twitter
{
	position:absolute;
	right:-39px;
	top:308px;
}

#page.homepage img#mainvisualpayoff
{
	position:absolute;
	right:25px;
	top:148px;
	z-index:4;
	
	display:none; /* sure ? */
}

#page.homepage #main #pagecontent
{
	padding: 20px;
	width: 860px;
	padding-bottom:0;
}

#page.homepage.ie7 #main #pagecontent
{
	padding-bottom:20px;
}

#page.homepage #main #pagecontent div.folder
{
	display:none;
}

#page.homepage #main #pagecontent .block
{
	padding: 0px;
	margin: 0 20px 20px 0;
	height: 184px;
	width: 200px;
	overflow: hidden;
	display: block;
	position: relative;
	float: left;
	clear: none;
	background-color: rgb(230,230,230);
}

#page.homepage #main #pagecontent .block.wide
{
	width:420px;
}

#page.homepage #main #pagecontent .block.right
{
	margin-right:0px;
}



