/*===================================================
FILENAME:			nah.default.css
DESCRIPTION:		Default Style Sheet
CREATED:			10/09/2007
INITIAL AUTHOR:		Elma Smit
UPDATED BY:			Ronald ter Neuzen, 26/08/2008

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


colors:

homepage: #d3d9d5 // darker: #687978
clienten: #2e90b3 // darker: #1f6e8a
professionals: #89b283 // darker: #658763

active: #282d5e
orange: #f26522

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

body
{
	font-family: 'Lucida Grande', Lucida, Lucida Grande,Geneva, Arial, sans-serif;
	color:#282d5e;
	text-align: center;
	background-repeat: repeat-y;
	background-position: center;
}

hr,
.hide { display: none; }
.clear { clear: both; }
img { border: none; }
a { outline: none; }

a { color:#f26522; }
a:hover {  }

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

#page
{
	width: 900px;
	margin: 0px auto;
	position: relative;
	text-align: left;
}

#page .column { float: left; }
#page .first { width: 256px; }
#page .second { width: 644px; }
#page .row { float: left;clear: both; }

/*
| -------------------------------------------------------------------
| HEADER
| -------------------------------------------------------------------
*/

#header
{
	width: 900px;
	margin: 0px;
	height: 166px;
	background-repeat: no-repeat;
	background-position: center top;
	border-width: 0 0 2px 0;
	border-style: solid;
}

/*
| -------------------------------------------------------------------
| HEADER SPECIALMENU
| -------------------------------------------------------------------
*/
#header #specialmenu
{
	padding: 36px 0 0 60px;
	position:relative;
	float:left;
	clear:both;
}

#header #specialmenu .table
{
	position:relative;
	margin:0;
	padding:0;
	float:left;
	display:inline-block;
	margin:12px 0 0 26px;
}

#header #specialmenu table,
#header #specialmenu tr,
#header #specialmenu td
{
	padding: 0 4px 0 4px;
	margin: 0;
	border: 0 none;
	line-height: 20px;
}

#header #specialmenu a
{
	text-transform: uppercase;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

#header #specialmenu a:hover
{
	color: #282d5e;
}


/*
| -------------------------------------------------------------------
| HEADER UTILITIES BAR
| -------------------------------------------------------------------
*/
	
#header #utilsbar
{
	float:left;
	position:relative;
	top:22px;
	left:254px;
	width:598px;
}

#header .headerbutton
{
	float: left;
	clear: none;
	vertical-align: middle;
	margin-right:18px;
}

#header .toplink
{
	font-size: 95%;
	line-height: 1px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

#header .headerbutton a span.button
{
	width: 28px;
	height: 30px;
	display: inline-block;
	cursor: hand;
	position:relative;
	bottom:6px;
	margin-right:4px;
	background-image: url('../gui/icons/lh.icons.png');
	background-repeat: no-repeat;
	float:left;
	clear:none;
}

#header .headerbutton a span.forum
{
	width: 56px;
}

/* hover */
#header .headerbutton a:hover
{
	color: #282d5e;
}
#header .headerbutton a:hover span.smaller
{
	background-position: 0px -90px;
}
#header .headerbutton a:hover span.bigger
{
	background-position: -29px -90px;
}
#header .headerbutton a:hover span.audio
{
	background-position: -56px -90px;
}
#header .headerbutton a:hover span.forum
{
	background-position: -85px -90px;
}


/* SEARCH */
#header #utilsbar #sitesearch
{
	float:right;
	position:relative;
	height: 20px;
	padding:0;
	margin:0;
	
}
#header #utilsbar #sitesearch span
{
	line-height: 20px;
	float:right;
}

#header #utilsbar #sitesearch .input
{
	margin:0;
	padding:1px;
	height: 15px;
	border-width: 1px;
	border-style: solid;
	float:right;
	width:158px;
}

/* \*/
* html #header #utilsbar #sitesearch .input
{
	height: 19px;
}

#header #utilsbar #sitesearch .arrow
{
	background-image: url('../gui/icons/lh.icons.png');
	background-repeat: no-repeat;
	position:relative;
	display:inline-block;
	float:right;
	padding:0;
	margin:0 0 0 4px;
}

/*
| -------------------------------------------------------------------
| Topmenu
| -------------------------------------------------------------------
*/

#topmenu
{
	/*
	width:900px;
	padding:16px 38px 0 38px;
	*/
	width:100%;
	padding: 16px 0 0 38px;
	margin: 0;
	text-align: center;
	position: relative;
	height: 80px;
	display: block;
}

#topmenu ul
{
	padding: 0;
	margin: 0;
}

#topmenu ul li
{
	width: 182px;
	list-style-type: none;
	display: inline;
	float: left;
	
	border-width: 0 0 4px 0;
	border-color: #FFF;
	border-style: solid;
	margin: 0 12px 0 12px;
}

#topmenu ul li a
{
	color:#FFF;
	font-size: 105%;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	line-height:30px;
	border-width: 0 0 4px 0;
	border-color: #FFF;
	border-style: solid;
}

#topmenu ul li.in-path a,
#topmenu ul li a:hover
{
	background-color: #282d5e;
}

/* 	niv > 2 */
#topmenu ul ul
{
	display: none;
}


/*
| -------------------------------------------------------------------
| Navigation
| -------------------------------------------------------------------
*/
#navigation
{
	height:10px;
	min-height:10px;
	padding-top:2px;
}

#navigation ul
{
	margin: 0 24px 0 50px;
	padding: 0px;
}

#navigation ul li
{
	list-style-type: none;
	display: block;
	padding:0 0 16px 0;
	margin: 0 0 10px 0;
}

#navigation ul li.selected
{
	background-image: url('../gui/menu/menu_arrow.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}

#navigation ul li a
{
	text-transform: uppercase;
	font-size: 105%;
	text-decoration: none;
	display: block;
}

#navigation ul li.selected a,
#navigation ul li a:hover
{
	color: #282d5e;
}

li a.selected strong { font-weight: normal; }

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

#page #pagecontent
{
	width:594px;
	
}

#pagecontent hr
{
	display: block;
	border: 0 #FFF none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #FFF;
	height: 1px;
	overflow:hidden;
	margin-bottom: 18px;
}

#pagecontent p
{
	padding: 0 0 0 0;
	margin:0;
	line-height: 180%;
}

#pagecontent h3
{
	font-size: 110%;
	font-weight: bold;
	line-height: 140%;
	margin: 0 0 2px 0;
	text-transform: uppercase;
}

#pagecontent h4
{
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
}

#pagecontent h3 span
{
	font-size: 90%;
	font-weight: normal;
}

#pagecontent ul
{
	line-height: 170%;
	font-weight: inherit;
	margin: 0;
	padding:0;
	padding: 0 0 0 16px;
	list-style-position: outside;
}

/* IMAGES */
#pagecontent img
{
}

/* 
	#pagecontent .thumbnail img
{
	float: right;
	margin: 4px 0 10px 10px;
}

*/


#pagecontent .thumbnail
{
	float: right;
	margin: 4px 0 10px 10px;
}

#pagecontent .thumbnail_left {float: left; margin: 4px 10px 10px 0px;}

#pagecontent img.incontent
{
	display:inline-block;
	float:left;
	margin:8px 18px 8px 0;
}


/* 
| -------------------------------------------------------------------
| vragenlijst  
| -------------------------------------------------------------------
*/
#pagecontent ul.vragenlijst
{
	list-style-type: none;
	display: block;
	padding:0;
	margin:0 0 0 0;
	
}

#pagecontent ul.vragenlijst li.question
{
	list-style-type: none;
	display: block;
	font-weight: bold;
	margin:4px 0 4px 0;
}

#pagecontent ul.vragenlijst li.answer a
{
	font-weight: normal;
}

#pagecontent ul.zorgaanbieders
{
	list-style-type: none;
	display: block;
	padding:0;
	margin:16px 0 0 0;
	
}

#pagecontent ul.vragenlijst li.block,
#pagecontent ul.zorgaanbieders li.block
{
	list-style-type: none;
	display: block;
	padding: 12px;
	margin: 0 0 12px 0;
	border: 1px #2e90b3 solid;
}



/*
| -------------------------------------------------------------------
| PAGECONTENT SEARCH
| -------------------------------------------------------------------
*/

#page #searchcontent
{
	width:900px;
	display:inline-block;
}

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

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

/*
| -------------------------------------------------------------------
| folders in folders
| - beetje ruk eigenlijk wel nog!
| -------------------------------------------------------------------
*/

#pagecontent  div.folder { border: none; }

#pagecontent  div.list
{
	padding: 2px 0 2px 0;
	display: block;
	clear: both;
	overflow: auto;
	_height: 1%;
}

#pagecontent div.folder div.folder
{
	border-width: 0 0 1px 0;
	border-color: #ddd;
	border-style: solid;
}

#pagecontent div.list div.project { display: none; }
#pagecontent div.list p { padding: 0px; }

#pagecontent h4 a
{
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
	color: #60793a;
	text-decoration: none;
}

.date_publish
{
	color: #002a5c;
	display: block;
	padding: 2px 0 2px 0;
}

#pagecontent div.list p.intro { font-weight: normal; }
#pagecontent div.list p.readmore a { color: #60793a; }
#pagecontent div.list p.readmore a:hover { color: #828282; }

/* 
	download
*/

div.download p a { text-decoration: none; }
div.download p a img { vertical-align: middle; }

/*
| -------------------------------------------------------------------
| Forms
| -------------------------------------------------------------------
*/

#page #contactform
{
	padding: 40px 20px 20px 0px;
	width: 420px;
}

.cssform p
{
	margin: 0;
	font-size: 85%;
	padding: 5px 0 8px 0;
	border-top: 1px solid #dbe1d0;
	height: 1%;
}

.cssform label
{
	font-weight: bold;
	float: left;
	width: 150px;
}

.cssform textarea,
.cssform input
{
	border-width: 1px 1px 1px 1px;
	border-color: #898989 #898989 #c1c1c1 #c1c1c1;
	border-style: solid;
	width: 250px;
}

.cssform input.checkbox
{
	margin-right: 5px;
	width: 20px;
}

.cssform input.radio
{
	margin-right: 5px;
	width: 20px;
}

.cssform input.image
{
	margin-right: 5px;
	width: 154px;
}

.cssform textarea
{
	width: 250px;
	height: 150px;
}