/* ----------------------------------------------------------- */
/* Copyright 2000-2010 (Non-)verbaal, http://www.nonverbaal.nl */
/* ----------------------------------------------------------- */

html {overflow-x: hidden;} 

html, body {
	height:100%;
}

body {
	background: #FFF;
	color: #666;
	font: 62.5% Arial, Helvetica, sans-serif;
}

.container {
	width: 940px;
	padding: 0 42px;
	margin: 0 auto;
	position: relative;
	font-size: 1.25em;
}

body.home #wrapper.container {
	padding: 0;
	width: 100% !important;
	text-align: center;
}

body.home #wrapper.container div {
	text-align: left !important;
}

.inner {
	position: relative;
	overflow: hidden;
	padding: 15px 0;
	width: 100%;
	float: left;
}

body.home .inner {
	text-align: center !important;
}

.sfeer {
	width: 940px;
	height: 160px;
	margin-bottom: 20px;
	position: relative;
	background: #FFF url(/images/header/default.png) no-repeat left top;
}

body#contactpage .sfeer {background: #FFF;}

#map { width: 100%; height: 100%; }

.sfeer .slide-nav  {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.content {
	float: left;
	width: 100%;
	padding-bottom: 50px;
}
.content iframe{
	float: left;
	margin: 0 0 15px 0;
}

.sidebar { float: right; }

#wrapper {
	height: auto !important; 
	min-height: 100%;
}

#canvas {
	float: left;
	position: relative;
	width: 100%;
	margin-top: 122px;
}

#primary {
	float: left;
	position: relative;
	width: 100%;
}

#secondary {
	float: right;
	position: relative;
	width: 208px;
	min-height: 646px;
	height: auto;
	padding: 0 30px;
	background: url(/images/sidebar/secondary.png) right 0 no-repeat;
}

.two-cols .inner { background: url(../images/inner.png) repeat-y; }
.two-cols #primary  { width: 625px; }

/* Text / links ---------------------------------------------- */
/* ----------------------------------------------------------- */

h1 {
	color: #05202A;
	margin-bottom: 1em;
	font-size: 1.25em;
	font-weight: 400;
}

h2 {
	color: #999999;
	font-size: 1.1em;
	margin-bottom: 0.25em;
	font-weight: 700;
}

h3 {
	color: #999999;
	font-size: 1.1em;
	margin-bottom: 1em;
}

p {
	line-height: 1.8em;
	margin-bottom: 1em;
}

strong { font-weight: 700; }

em { font-style: italic; }

a {
	text-decoration: none;
	font-weight: 400;
	outline: none;
	color: #FD8D15;
}

a:hover,
a:active { text-decoration: underline; }

.content a { color: #FD8E16; }

.content p { margin-bottom: 2em; }

.content ul {
	list-style: square;
	margin: 1em 2em;
}

.content ol {
	list-style: decimal;
	margin: 1em 2em;
}

.content table {
	width: 99%;
	margin-bottom: 1em;
}

.content table th { font-weight: 700; }

.content table th,
.content table td {
	line-height: 1.4em;
	vertical-align: top;
}

/* Classes --------------------------------------------------- */
/* ----------------------------------------------------------- */

.hidden {
	display: none;
	visibility: hidden;
}

.float-left {
	float: left;
	margin-right: 2em;
}

.float-right {
	float: right;
	margin-left: 2em;
}

.no-margin { margin: 0 !important; }

.last { margin: 0 !important; }

.clickable { cursor: pointer; }

.wrap {
	float: left;
	width: 100%;
}

/* Components ------------------------------------------------ */
/* ----------------------------------------------------------- */

/* COMPANIES */
.sector {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 40px;
}

.sector h2 {
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 25px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dcdcdc;
}

.company .item {
	width: 300px;
	height: 145px;
	float: left;
	position: relative;
	margin-right: 20px;
	margin-bottom: 40px;
}
.company .over {
	cursor: pointer;
}
.company  a.more{
	position: absolute;
	bottom: 0px;
	left: 0;
}

/* NIEUWS */
.news .item {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 50px;
}

.news .item  h2, .news .item  h2 a{
	color: #000;
	margin-bottom: 1em;
	font-size: 1.15em;
	font-weight: 400;
	text-decoration: none;
	
}
.news .item h2 a:hover{
	color: #FD8D15;
}
.news .item img {
	margin-left: 25px;
}

.news p.date {
	color: #999;
	margin: 0 ;
}
.news .info {
	width: 300px;
	height: auto;
	min-height: 179px;
	display: block;
	float: left;
}

.border.news  {
	background: url(/images/frame/news.png) no-repeat left top;
	width: 308px;
	height: 188px;
	display: block;
	padding-left:9px;
	padding-top:9px;
	float: right;
}
.news .meta {
	padding: 12px 0;
	height: 20px;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	position: relative;
}

img.detail_img {
	padding-left:10px; 
	padding-bottom: 10px;
	float: right;
}

/* HOME */

/* Slideshow */

.arrow-left, 
.arrow-right {
	display: block;
	width: 24px;
	height: 455px;
	display: block;
	float: left;
	position: relative;
}

.arrow-left a, 
.arrow-right a{
	position: absolute;
	left:0;
	top: 200px;
	height: 36px;
	width: 24px;
	display: block;
	background-image: url(/images/icon/slideshow_arrow_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}

.arrow-right a{
	background-image: url(/images/icon/slideshow_arrow_right.png);
	background-position: left bottom;	
}

.arrow-left a:hover {background-position: left bottom;}
.arrow-right a:hover{background-position: left top;}

#slideshow {
	width: 100%;
}

#slideshow .slideshow-canvas {
	width: 100%;	
	height: 455px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
	display: none;
}

#slideshow .slides-inner {
	display: block;
	width: 988px;
	height: 455px;
	margin:0 auto;
	position: relative;
}

#slideshow .slides-inner .slides {
	display: block;
	float: left;
	position: relative;
	width: 940px;
	height: 455px;
	position: relative;
}

#slideshow .slide-content {
	background-color: #FFF;
}

#slideshow .slide-text {
	text-align: left;
	position: absolute;
	top: 192px;
	left: 605px;
	width: 290px;
}

#slideshow .slide-nav {
	margin-top: 25px;
	width: 100%;
	text-align: center;
	float: left;
	z-index: 1000;
}

.sfeer .slide-nav {
	z-index: 1000;
}

#slideshow .slide-nav div.container{
	margin: 0 auto !important;
}

.slide-nav a{
	display: block;
	float: left;
	height: 10px;
	width: 10px;
	margin-left: 5px;
	text-indent: -9999px;
	background: url(/images/icon/carrousel-jumper.png) no-repeat -11px top;
}

.slide-nav a.activeSlide{
	background-position: left top;
}

a.open, a.close {
	width: 32px; 
	height: 32px; 
	display: block; 
	text-indent: -9999px;
	position: absolute;
	right: 10px;
	bottom: 20px;
	z-index: 1000;
}

a.open {background: url(/images/icon/open.png) no-repeat left top;}
a.close {background-image: url(/images/icon/close.png);}


/* Shortcuts */
#shortcut {
	width: 940px;
	margin: 50px auto !important;
	text-align: left;
}

#shortcut .item {
	position: relative;
	float: left;
	margin-right: 20px;
	width: 300px;
	font-size: .95em;
}
#shortcut h2{
	font-size: 1em;
	color: #666;
	width: 100%;
	margin-bottom: 10px;
}

#shortcut .item h3,
#shortcut .item h3 a{
	margin-bottom: 10px;
}

#shortcut .item.last {
	margin-right: 0;
}

#shortcut .item img {
	margin-bottom: 10px;
}

#shortcut .item p.text {
	padding-bottom: 15px;

}

/* Secondoray */
.item-year {
	margin-bottom: 25px;
}
.item-year h4{
	font-size: 1.2em;
	font-weight: 700;
}
.item-year ul{
	line-height: 1.7em;
}
.item-year ul li, a.more{
	background: url(/images/icon/arrow.gif) no-repeat left 5px;
	padding-left: 14px;
}
a.more{
	background-position: left 2px;
}

/* Paginator */
.paginator {
	position: relative;
	background: #ECEBED;
	padding: 5px 10px;
	margin-bottom: 2em;
}

.paginator ul {
	margin: 0;
	list-style: none;
}

.paginator li {
	display: inline;
	margin-right: 1em;
}

.paginator p.all {
	position: absolute;
	top: 3px;
	right: 10px;
}

/* Header ---------------------------------------------------- */
/* ----------------------------------------------------------- */

#header {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 120px;
}

#footer .container{
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

#logo {
	position: relative;
	float: left;
	width: 275px;
	margin-top: 25px;
	margin-left: 25px;
}

#nav {
	position: relative;
	float: right;
	width: 610px;
	font-size: 2em;
	margin-top: 45px;
	font-size: 1.65em;	
}

/* Secondary --------------------------------------------- */
/* ------------------------------------------------------- */

#secondary h2{
	margin-bottom: 1em;
	font-size: 1.25em;
	font-weight: 700;
	color: #666;
}

#secondary p{
	font-size: 1em;
}
/* Footer ---------------------------------------------------- */
/* ----------------------------------------------------------- */

ul.main-menu {
	margin: 0;
	paddiong: 0;
	list-style-type: none;
}

ul.main-menu li{
	display: block;
	float: right;
	margin-right: 20px;
}

ul.main-menu li.first{
	margin-right: 0px !important;
}

ul.main-menu li strong{
	font-weight: 400;
}

ul.main-menu a {
	color: #B2B2B2 !important;
	font-size: .8em;
	display: inline-block;
	text-transform: lowercase;
    padding-right: 25px;
	text-decoration: none !important;
}

ul.main-menu a:hover, 
ul.main-menu li a.selected {
	color: #FD8D15 !important;
}

/* 
ul.main-menu {
	margin: 0;
	paddiong: 0;
	list-style-type: none;
}

ul.main-menu a {
	background: url(/images/menu/menu-item.png) right 0 no-repeat;
	color: #B2B2B2 !important;
	font-size: .8em;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	height: 36px;
    padding-right: 7px;
	text-decoration: none !important;
}

ul.main-menu a strong  {
	background: url(/images/menu/menu-item.png) 0 0 no-repeat;
	display: block;
    line-height: 16px;
    padding: 10px 6px 10px 12px;
    white-space: nowrap;
}

ul.main-menu a:hover, 
ul.main-menu li a.selected {
	color: #666 !important;
}
ul.main-menu li{
	display: block;
	float: right;
	margin-right: 20px;
}
 */
 
 
/* Buttons---------------------------------------------------- */
/* ----------------------------------------------------------- */

a.button {
	margin-left: 8px;
	background: none left top no-repeat;
	display: block;
	height: 36px;
	width: 113px;
	text-indent: -9999px;
}
a.button:hover {
	background-position: left bottom;
}

a.verzenden {background-image: url(/images/button/verzenden.png); width: 164px;}
a.send {background-image: url(/images/button/send.png); width: 113px;}

/* Addthis ---------------------------------------------------- */
/* ----------------------------------------------------------- */

span.at300bs {
	background-image: url(/images/icon/share.png);
	background-position: 0 0;
}

/* Footer ---------------------------------------------------- */
/* ----------------------------------------------------------- */

#footer {
	width: 100%;
	height: 10px;
	padding: 0;
	clear: both;
	margin-top: -44px;
	text-align: center;
	padding: 0;
}

#footer .container{
	width: 940px;
	margin: 0 auto;
	border-top: 1px solid #666;
	padding: 0;
	position: relative;	
}

#footer ul { 
	margin: 10px 0; 
	position: relative;
}

#footer li {
	display: inline;
	margin-right: 0em;
	padding-right: 2em;
	background: url(../images/footer/li.gif) no-repeat right center;
}

#footer ul.locale li { padding-right: .5em; background: none; }
#footer ul.locale li img{border: 1px solid #FFF; opacity: 0.5; }
#footer ul.locale li.active img{border: 1px solid #666;  opacity: 1;}

#footer li.last {
	background: none;
	margin: 0;
	padding: 0;
}
#footer li a {
	text-decoration: none;
	color: #666;
}
#footer li a:hover {
	text-decoration: underline;
}

.gmnoprint div { overflow:hidden !important; }

