/*
| -------------------------------------------------------------------
| FILENAME:			fl.default.css
| DESCRIPTION:		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;
txt: 7e7e7e
borders:e1e1e1
| red: #b92025;
| -------------------------------------------------------------------
*/

html,
body
{
	height:100%;
	padding: 0;
	margin: 0;
}

body
{
	/*
	font-family: 'Times New Roman','Times',Times,serif;
	font-size: 100%;
	line-height: 150%;
	*/
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 80%;
	
	color: #7e7e7e;
	
	margin: 0;
	min-width: 940px;
	background-image: url('../gui/bg/body.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
	background-color: #c5c5c5;
}

.hide{display:none;}
.clear { clear: both; }
img { border: none; }
hr
{
	padding: 0;
	margin: 0;
	height: 0px;
	border: 0;
	display: none;
}

a
{
	outline: none;
	color: #b92025;
}

a:hover { color: #b92025; }

th, td
{
	border: 1px solid #FFF;
	padding: 0.5em;
}

h2,
h3,
h4
{
	font-family: 'Times New Roman','Times',Times,serif;
	font-style: italic;
	color: #b01123;
}

/*
| -------------------------------------------------------------------
| BASIS
| -------------------------------------------------------------------
*/

#header
{
	height:113px;
}

#navigation
{
	height: 41px;
	background-color: #C61331;
	background-image: url('../gui/bg/menu.gif');
	background-repeat: repeat-x;
	background-position: left center;
	width: 940px;
	text-align: center;
	
	position: relative;
	margin: 0px auto;
	z-index:3;
}

#main
{
	background-color: #fff;
	margin:0;
	padding: 0 0 40px 0;
	
	_height:435px;
	min-height:435px;
	position: relative;
	overflow:visible;
	z-index:2;
}

#page
{
	position: relative;
	width: 940px;
	margin: 0px auto;
	display:block;
	z-index:1;
}

#footer
{
	margin:18px 0 0 0;
	padding:0 0 6px 0;
	font-size: 11px;
	text-align: right;
}

#footer p,
#footer p a
{
	color:#4f4f4f;
}

/*
| subnavigation
*/

#subnavigation
{
	float:left;
	width: 200px;
	
	position:relative;
	top:40px;
	left:40px;
	padding: 0px;
	border: 1px #e1e1e1 solid;
}

#subnavigation h3
{
	
	font-size: 18px;
	font-weight: normal;
	margin-left:20px;
	padding-right:8px;
}

#subnavigation h3 a { text-decoration: none; }


/*
| -------------------------------------------------------------------
| pagecontent
| -------------------------------------------------------------------
*/
#pagecontent
{
	display:inline-block;
	width: 610px;
	position:relative;
	top:40px;
	right:-90px;
	margin: 0 0 80px 0;
}

#pagecontent h3
{
	font-size:190%;
	font-weight: normal;
	margin-bottom:16px;
}

#pagecontent p,
#pagecontent ul
{
	font-size:90%;
	line-height:150%;
	padding-right:40px
}

#pagecontent p strong
{
	color:#b92025;
}

#pagecontent p.intro strong
{
	color:#7e7e7e;
}

/*
	employees
*/
#pagecontent div.employee
{
	padding: 10px 0 12px 0;
	margin: 0 15px 20px 0;
	width: 285px;
	height: 118px;
	display: inline-block;
	clear: none;
	float: left;
	border: 1px #e1e1e1 solid;
	background-image: url('../gui/bg/subitemblock.gif');
	background-repeat: no-repeat;
	background-position: -4px 101px;
}

#pagecontent div.employee img.employee
{
	display: inline;
	overflow: hidden;
	float: left;
	margin: 2px 0 0 8px;
	border: 1px #e1e1e1 solid;
	background-color: #e1e1e1;
}


#pagecontent div.employee h4,
#pagecontent div.employee p.contact
{
	display:block;
	float:right;
	width:270px;
	padding:0;
	margin:0;
}

#pagecontent div.employee.image h4,
#pagecontent div.employee.image p.contact
{
	width:170px;
}


#pagecontent div.employee h4
{
	font-size: 120%;
	font-style: normal;
	font-family: Arial,Helvetica,Verdana,sans-serif;
}
#pagecontent div.employee h4 small
{
	font-weight: normal;
}

#pagecontent div.employee p.contact
{
	margin-top:8px;
	line-height:18px;
}

#pagecontent div.employee p.contact a
{
	color:#7e7e7e;
}

#pagecontent div.employee p.contact b
{
	width:10px;
	display:inline-block;
	margin-right:8px;
	color:#b92025;
}

/*
	end
*/


/*
| subitemblocks
*/

#pagecontent #subitemblocks
{
	display:block;
}

#pagecontent #subitemblocks .subitemblock
{
	float: left;
	clear: none;
	margin: 0 20px 20px 0;
	display: inline-block;
	width: 148px;
	height: 148px;
	position: relative;
	overflow: hidden;
	padding: 12px 15px 15px 15px;
	border: 1px #e1e1e1 solid;
	background-image: url('../gui/bg/subitemblock.gif');
	background-repeat: no-repeat;
	background-position: right 135px;
}

#pagecontent #subitemblocks .subitemblock h4
{
	font-size:130%;
	margin: 0 0 6px 0;
	font-weight: normal;
}

#pagecontent #subitemblocks .subitemblock h4 a { text-decoration: none; }



#pagecontent #subitemblocks .subitemblock p
{
	font-size:85%;
	padding:0;
}

/*
| -------------------------------------------------------------------
| HTML content
| -------------------------------------------------------------------
*/

#pagecontent .html_content
{
	
}

/* html table */
#pagecontent .html_content table
{
	width:590px;
}

#pagecontent .html_content table tr td
{
	background-color: #ececec;
}

#pagecontent .html_content table tr td.white
{
	background-color: #b92025;
	color:#fff;
}


/*
| -------------------------------------------------------------------
| disclaimer
| -------------------------------------------------------------------
*/

#main.disclaimer { background-color: transparent; }

#main.disclaimer #pagecontent
{
	width: 940px;
	left: 0px;
	padding:0;
	margin:0;
	border-width: 0 1px 0 0;
	border-color: #e1e1e1;
	border-style: solid;
	overflow:hidden;
}

#main.disclaimer #pagecontent div.half
{
	float: left;
	clear: none;
	display: inline-block;
	width: 389px;
	margin: 0 40px 0 0;
	padding: 0 0 0 40px;
	border-width: 0 0 0 1px;
	border-color: #e1e1e1;
	border-style: solid;
}

#main.disclaimer #pagecontent div.half p 
{
	padding:0;
}

#main.disclaimer #pagecontent div.half p a.acceptdisclaimer
{	
	font-family: 'Times New Roman','Times',Times,serif;
	font-style: italic;
	color: #fff;
	font-size:130%;
	text-decoration: none;
	float: right;
	clear: none;
	display: inline-block;
	padding:6px 24px 6px 12px;
	margin-top:20px;
	background-image: url('../gui/bg/agree.gif');
	background-repeat: no-repeat;
	background-position: right center;
}


/*
| -------------------------------------------------------------------
| Googlemap
| -------------------------------------------------------------------
*/

#mapcontainer,
#mapcontainer #googlemap,
#routecontainer,
#routecontainer #directions,
#routecontainer form#directionform
{
	margin: 0;
	padding:0;
}

#routecontainer form#directionform label,
#routecontainer form#directionform input
{
	float:left;
	clear:left;
	padding:0;
}

#routecontainer form#directionform label
{
	font-style: normal;
	font-weight: bold;

}

#routecontainer form#directionform input.text
{
	padding:5;
	margin-top:2px;
	margin-bottom:6px;
}