/*===================================================
FILENAME:			nah.default.homepage.css
DESCRIPTION:		Addition to Default Style Sheet
CREATED:			26/08/2008
INITIAL AUTHOR:		Ronald ter Neuzen
UPDATED BY:			Ronald ter Neuzen

Copyright (c) 2007 KeyAgency
http://www.nah.nl/

colors:
#d3d9d5 // darker: #687978

active: #282d5e
orange: #f26522

===================================================*/

/*
| -------------------------------------------------------------------
| Navigation
| -------------------------------------------------------------------
*/

#navigation
{
	display:none;
}

/*
| -------------------------------------------------------------------
| PAGECONTENT HOME
| -------------------------------------------------------------------
*/

#page #homecontent
{
	background-image: url('../gui/homepage/kennemerland.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	height:580px;
	width:900px;
	display:inline-block;
}

#page #homecontent .content
{
	position:relative;
	margin:0 460px 0 44px;
	padding:58px 0 0 0;
	display:inline-block;
}

#page #homecontent .content h3
{
	line-height: 140%;
	text-transform: uppercase;
	
	color: #f58220;
	letter-spacing: 5px;
	font-size: 160%;
	font-weight: bold;
}

#page #homecontent .content p
{
	font-size: 115%;
	color: #687978;
	line-height: 180%;
}

#page #homecontent .content a.homebutton
{
	display:inline-block;
}

#page #homecontent .content a.clienten
{
	margin-right:20px;
	background-color: #2e90b3;
}

#page #homecontent .content a.clienten:hover
{
	background-color: #1f6e8a;
}

#page #homecontent .content a.professionals
{
	background-color: #89b283;
}

#page #homecontent .content a.professionals:hover
{
	background-color: #658763;
}