/* ----------------------------------------------------------- */
/* Copyright 2000-2010 (Non-)verbaal, http://www.nonverbaal.nl */
/* ----------------------------------------------------------- */

@import url("reset.css");
@import url("clearfix.css");
@import url("form.css");

body {
	color: #00314B;
	font: 72.5% Arial, Helvetica, sans-serif;
	background: #E7E9E9 url(/www/images/bg/body.png) repeat-x top center;
}

#container {
	width: 980px;
	margin: 0 auto;
	background: url(/www/images/bg/header.png) no-repeat center top ;
	position: relative;
}

#canvas {
	width: 940px;
	padding: 225px 20px 0 20px;
	background: url(/www/images/bg/container.png) no-repeat center 255px;
}

#main {
	background: url(/www/images/bg/container_repeat.png) repeat-y left top;
	padding-top: 15px;

}

/* Text / links ---------------------------------------------- */
/* ----------------------------------------------------------- */

h1 {
	color: #00304B;
	margin-bottom: 0.5em;
	font-size: 2.1em;
}
h1 em{ color: #F88E1C; }


h2, h3 {
	letter-spacing: 1px;
	margin: 0 0 0.25em 0;
}
h2 {
	font-size: 1.6em;
	margin-top: 25px;
}
h3 {
	font-size: 1.25em;
	margin-top: 20px;
	color: #F88E1C;
}
h4 {
	font-size: 1.1em;
	margin-top: 20px;
	color: #00314B;
}
a {
	color: #6A7373;
	text-decoration: underline;
	font-weight: 400;
	outline: none;
}

a:hover, a:active {
	color: #999; 
	text-decoration: none; 
}

strong { font-weight: 700; }
em { font-style: italic; }
p {
	line-height: 1.5em;
	margin-bottom: 1em;
}

/* Classes --------------------------------------------------- */
/* ----------------------------------------------------------- */

.hidden {
	display: none;
	visibility: hidden;
}

.float-left {
	float: left;
	margin-right: 1em;
}

.float-right {
	float: right;
	margin-left: 1em;
}

.wrap {
	float: left;
	width: 100%;
}

/* Shortcuts */

#shortcuts {
	width: 100%;
}

#shortcuts .column {
	float: left;
	width: 240px;
	height: 225px;
	margin-right: 25px;
	padding-right: 25px;
	float: left;
	display: block;
	border-right: 1px solid #DBDEDF;
	position: relative;	
}

#shortcuts .last {
	margin-right: 0;
	border-right: none;
	padding-right: 0;
	width: 265px;
}

#shortcuts .column h2 {
	color: #F88E1C;
	font-weight: 700;
	font-size: 1.31em;
	margin-bottom: 25px;
	margin-top: 5px;
}

#shortcuts .column p {
	font-size: 1.15em;
}

p.more  {
	position: absolute;
	bottom: 0;
	left:0;
	margin-bottom: 5px;	
}

p.link  {
	position: relative;
	margin-bottom: 5px;	
	padding-left: 200px;
}


p.more a {
	font-size: 1.1em;
	color: #F88E1C;
	text-decoration: none;
	background: url(/www/images/button/more.png) no-repeat 0 0;
	padding-left: 20px;
	float:left;
	outline: none;
}

p.more a span{
	background: url(/www/images/button/more.png) repeat-x right 0;
	padding: 12px 20px 12px 0px;
	float: left;
	cursor: pointer;
}

p.more a:hover {
	color: #999999;

}

/* Header ---------------------------------------------------- */
/* ----------------------------------------------------------- */


#header {
	position: absolute;
	top: 30px;
	left: 25px;
	width: 920px;
	height: 220px;
}


div.current {
	position: absolute;
	top: -11px;
	right: -55px;
	display: block;
	width: 417px;
	height: 248px;
	text-indent: -9999em;
	background: transparent url(/www/images/header/home.png) no-repeat;
}

body.continyou-advies div.current { background-image: url(/www/images/header/advies.png); }
body.contact div.current { background-image: url(/www/images/header/contact.png); }
body.diensten div.current { background-image: url(/www/images/header/diensten.png); }
body.links div.current { background-image: url(/www/images/header/links.png); }
body.sitemap div.current { background-image: url(/www/images/header/sitemap.png); }
body.vacatures div.current { background-image: url(/www/images/header/vacatures.png); }
body.opdrachten div.current { background-image: url(/www/images/header/opdrachten.png); }

a#logo {
	position: absolute;
	top: 25px;
	left: 20px;
	display: block;
	width: 200px;
	height: 120px;
	text-indent: -9999em;
}

/* Content --------------------------------------------------- */
/* ----------------------------------------------------------- */

body.home #content h1 {
	text-align: center;
	width: 100%;
	margin: 25px 0 50px 0;
}
#content {
	padding: 30px;
	width: 570px;
	float: right;
	margin-right: 20px;
}

#content.full {
	float: left;
	width: 850px;
}

#content p {
	line-height: 175%;
}
#content img {
	margin: 5px;
	padding: 2px;

	border: 1px solid #D6D9D9;
}

#content ul, #content ol{
	margin: 5px 17px 5px 17px;
}

#content ul, 
#content ol {
	margin: 20px 0 20px 15px;
	line-height: 160%;
	list-style: disc outside none;
}

#content ol {
	list-style: decimal;
	margin: 1em 2em;
}

#content a{
	color: #FF7E00;
}

/* ROWS */

#content .row{
	width: 100%;
	margin-bottom: 15px;	
	background: url(/www/images/bg/content_row.gif)  no-repeat 0 bottom;
	min-height: 35px;
	height: auto;
}

#content .row h4{
	background: url(/www/images/bg/content_row.gif)  no-repeat 0 0;
	margin: 0;
	padding: 10px 10px 0px 10px;
	cursor: pointer;
}

#content .row .content{
	padding: 10px 25px 5px 25px;
	font-size: .95em;
	display: none;
}

#content .row h4 a{
	padding-left: 15px;
	background: url(/www/images/icon/closed.gif) no-repeat 0 5px;
	text-decoration: none;
	color: #00314B;
}

#content .row h4 a:hover{ text-decoration: underline; }
#content .selected h4 a { background-image: url(/www/images/icon/open.gif);}

/* Sidebar --------------------------------------------------- */
/* ----------------------------------------------------------- */

#sidebar {
	padding: 30px 0 330px 15px;
	float: left;
	width: 240px;
	height: auto;
	height: 100%;
}

#sidebar a{
	color: #00314B;
	text-decoration: underline;
}

#sidebar a:hover{ color: #F88D1B; }
#sidebar strong{
	font-weight: 400;
}

#sidebar ul{
	line-height: 170%;
	list-style: none;
}

#sidebar ul li{
	margin-bottom: 5px;
	width: 254px;
	display: block;
}

#sidebar a.parent {
	font-size: 1.1em;
	text-decoration: none;
	width: 100%;
	display: block;
	color: #0C3952;
	outline: none;
	background: url(/www/images/bg/sidebar_nav.png) no-repeat 0 bottom;
	padding-bottom: 15px;
}

#sidebar a.parent strong{
	width: 100%;
	display: block;
	background: url(/www/images/bg/sidebar_nav.png) no-repeat 0 top;	
	padding: 10px 15px 0 15px;
}

#sidebar ul li ul{
	line-height: 150%;
	list-style: none;
	margin: 10px 0 20px 15px;
}

#sidebar li.selected a.parent,
#sidebar li.selected a.parent:hover, 
#sidebar li.selected a.parent strong {
	background-image: url(/www/images/bg/sidebar_nav_down.png);
	color: #F88E1C;
}

#sidebar li a.parent:hover,
#sidebar li a.parent:hover strong{
	color: #F88D1A;	
	background-image: url(/www/images/bg/sidebar_nav_down.png);
}

#sidebar ul ul li.selected a,
#sidebar ul ul li.selected a:hover, 
#sidebar ul ul li.selected a strong {
	color: #F88E1C;
}

#sidebar ul li cufon {
	margin: 2px 0;
}

#sidebar .image {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 326px;
	height: 225px;
	display: block;
	background: url(/www/images/sidebar/advies.png) no-repeat center right;
	text-indent: -99999em;
}

body.continyou-advies #sidebar .imag { background-image: url(/www/images/sidebar/advies.png); }
body.contact #sidebar .image { background-image: url(/www/images/sidebar/contact.png); }
body.links #sidebar .image { background-image: url(/www/images/sidebar/links.png); }
body.diensten #sidebar .image { background-image: url(/www/images/sidebar/diensten.png); }
body.opdrachten #sidebar .image { background-image: url(/www/images/sidebar/opdrachten.png); }
body.sitemap #sidebar .image { background-image: url(/www/images/sidebar/sitemap.png); }
body.vacatures #sidebar .image { background-image: url(/www/images/sidebar/vacatures.png); }

body.sitemap #sidebar { padding-bottom: 0; }
body.sitemap #sidebar .image { top: 225px; }

body.links #sidebar { padding-bottom: 0; }
body.links #sidebar .image { top: 255px; }

/* Contactpersonen ------------------------------------------- */
/* ----------------------------------------------------------- */

.item {
	float: left;
	width: 100%;
	padding-right: 15px;
	margin-bottom: 25px;
}
.employee_category h2 {
	margin-bottom: 25px;
}

.item img {
	float: left;
	width: 82px;
	border: 1px solid #E7E9E9;
	margin-right: 20px;
}
.item div {
	float: left;
	width: 435px;
	padding-left: 10px;
}

.item div h3{
	margin: 0;
	color: #0C3952;
}
.item a.linkedin{
	padding-left: 30px;
	background: url(/www/images/icon/linkedin.jpg) no-repeat left top;
}
.item a.linkedin span{
	display: none;
	text-indent: -9999em;
}



/* Links ---------------------------------------------------- */
/* ----------------------------------------------------------- */

ul#overview {
	width: 100%;
	margin: 0;
	padding: 0;
}

ul#overview li{
	width: 535px;
	float: left;
	padding: 10px;
	margin-bottom: 25px;
	border: 1px solid #D6D9D9;
	list-style-type: none;
}
ul#overview li img{
	float: left;
	margin: 0 25px 0 0;
	padding: 0;
	border: none;
}
ul#overview li .info{
	float: left;
	width: 270px;
}

ul#overview li h6 a{
	color: #F89122;
	font-weight: 700;
}


ul#overview li.last{
	margin-right: 0 !important;
}

/* News ---------------------------------------------------- */
/* ----------------------------------------------------------- */

ul.news div.info{
	width: 100% !important;
	list-style-type: none;
}
p.date{
	color: #999;
	font-size: .9em;
}

/* Footer ---------------------------------------------------- */
/* ----------------------------------------------------------- */

#footer {
	width: 920px;
	height: 270px;
	margin: 0 auto;
	position: relative;
	background: url(/www/images/bg/container.png) no-repeat center -5px;
	padding: 30px;
	font-size: .92em;
	color: #6A7373;
}

#footer ul {
	list-style: none;
	margin: 10px 5px 10px 0;
	padding-left: 10px;
	float: left;
	min-height: 145px;
	height: auto;
	line-height: 165%;
}

#footer ul li {
	width: 146px;
	background: url(/www/images/icon/footer_li.gif) no-repeat left 6px;
	padding-left: 14px;
}

#footer ul li.last {
	margin-right: 0;
	padding-right: 0;
}

#footer ul li.title {	
	padding: 10px; 
	color: #6A7373; 
	background-image: url(/www/images/bg/header_footer.gif); 
	margin-bottom: 5px;
	text-transform: uppercase;
}

#footer ul li.title a { text-decoration: none; font-weight: 700; }
#footer ul li.contact{ margin-top: 25px; padding-left: 4px; background-image: url(none); }
#footer ul.last{ float:right; margin-right: 0; }
#footer ul.last li{	width: 165px; }

/* Nav ------------------------------------------------------- */
/* ----------------------------------------------------------- */

.top_nav ul{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 36px;
	background: transparent url(/www/images/bg/top_nav_shadow.png) no-repeat top center;
}

.top_nav ul li{
	display: block;
	float:left;
	position: relative;
	padding: 7px 20px 5px 0px;
	background: #FFF url(/www/images/bg/top_nav_splitter.gif) no-repeat right 8px;
	height: 18px;
	margin-right: 10px;
}
.top_nav ul li.first,
.top_nav ul li.last {
	background: url(/www/images/bg/top_nav.gif) repeat-x left 0;
	padding-right: 10px;
	width: 5px;	height: 36px;
	margin: 0;
	display: block;
}

.top_nav ul li.last{
	background: url(/www/images/bg/top_nav.gif) repeat-x right 0;
}

.top_nav ul li a{
	font-size: 1.15em;
	color: #F88E1B;
	text-decoration: none;
}

.top_nav ul li.selected a{
	color: #0C3952;
}

.top_nav ul li#nav-sitemap {
	background: url(none);
	margin-right: 0;
	padding-right: 0;
}

.menu_nav{
	position: absolute;
	left: -1px;
	top: 155px;
	height: 46px;
	text-align: left;
}

.menu_nav ul li{
	display: block;
	float:left;
	position: relative;
	padding: 0px;
	font-size: 1.4em;
	font-size: 700;
	margin-right: 10px;
	background: url(/www/images/bg/menu.png) repeat-x left 0;
}

.menu_nav ul li a, 
.menu_nav ul li a:hover {
	color: #FFF;
	text-decoration: none;
	padding-left: 20px;
	float:left;
	outline: none;
}

.menu_nav ul li a strong{
	background: url(/www/images/bg/menu.png) repeat-x right 0;
	padding: 12px 20px 12px 0px;
	float: left;
	cursor: pointer;
}

.menu_nav ul li.selected a,
.menu_nav ul li.selected a:hover, 
.menu_nav ul li.selected strong {
	background-image: url(/www/images/bg/menu_down.png);
	color: #F88E1C;
}