/**
 * Layout.css - Global styles
 * 
 * @author  Webstores <info at webstores dot nl>
 *          Copyright (c) Webstores internet totaalbureau <http://www.webstores.nl/>
 */

/* General */

html{
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	background: #2c2c2c url("../img/bg.png") repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	color: #414141;
	height:100%;
}

a {
	color: #669934;
}


a:hover {
	color: #464C41;
}

.footer-contact-right a{
	text-decoration:none;
}

.footer-contact-right a:hover span{
	border-bottom: 1px solid #414141;
}

blockquote {
	margin: 10px 30px;
}

h1, h2, h3, h4, h5, h6 {
	color: #669934;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:1px;
	font-family: "gill sans", arial, sans-serif;
}

h1 {
	padding: 12px 20px 13px 20px;
	font-size: 24px;
}

h2 {
	margin:0;
	padding: 5px 20px 5px 20px;
	font-size: 22px;
}

h3 {
	margin: 0;
	/* padding: 5px 20px 5px 20px; */
	font-size: 18px;
}

h4 {
	margin: 0;
	padding: 5px 20px 10px 20px;
	font-size: 14px;
}

h5 {

	margin: 0;
	padding: 5px 20px 5px 20px;
	font-size: 12px;
}

h6 {
	margin: 0;
	padding: 5px 20px 5px 20px;
	font-size: 10px;
}

img {
	border: 0;
	display:block;
}

ol, ul {
	margin: 0 0 20px;
	padding: 0 0 0 30px;
	line-height: 150%;
}

p {
	margin: 0 0 20px;
	line-height: 150%;
	color:#565656;
}


/* Table styles */
table {
	margin: 10px 0 20px;
	width: 100%;
	border-collapse: collapse;
}

td {
	padding: 0 20px;
	border-bottom: 1px solid #eef7ec;
	font-size:12px;
	line-height:25px;
	color:#565656;
}

td a{
	color:#ababab;
	text-decoration:none;	
}

td a:hover{
	color:#fff;
	text-decoration:none;	
}

td a.selected{
	color:#fff;
	text-decoration:none;	
}

td.first{
	font-size:10px;
	line-height:25px;
	width: 140px;
	vertical-align:top;
}

th, thead td {
	padding: 8px;
	background-color: #DDD;
	border-bottom: 1px solid #9E9E9E;
	font-weight: bold;
	text-align: left;
}

/* Form styles */

form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

form li {
	margin: 0 0 10px;
}

form li.indent {
	padding-left: 150px;
}

fieldset {
	margin: 0 0 20px;
	padding: 0;
	border: 0;
}

legend {
	display: none;
}

input.text {
	margin-right: 2px;
	padding: 4px;
	border: 1px solid #CCC;
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

input.extra-small {
	width: 40px;
}

input.small {
	width: 60px;
}

input.medium {
	width: 125px;
}

input.large {
	width: 200px;
}

input.extra-large {
	width: 275px;
}

input.focus {
	color: #333 !important;
}

label.indent {
	display: -moz-inline-box;
	display: inline-block;
	width: 150px;
}

textarea {
	padding: 4px;
	width: 275px;
	height: 150px;
	border: 1px solid #CCC;
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: top;
}


/**
 * GENERAL CLASSES
 * ----------------------------------------
 */

.accent {
	color: #999;
}

.intro {
	font-size: 14px;
}

.hidden {
	visibility: hidden;
}

.gone{
	display: none;
}

/**
 * LAYOUT ELEMENTS
 * ----------------------------------------
 */

#top-spacer{
	height:40px;
	background:url("../img/bg.jpg") left top;
}
 
#wrapper {
	margin: 0px auto 0px auto;
	width: 960px;
	background: black;
	height:100%;

}

#header {
	height: 190px;
}

#header-img {
	height: 150px;
}

#main {
	width: 100%;
	background:url("../img/main-bg.jpg") repeat-y;
}

#main.white {
	width: 100%;
	background:white;
}

#content {
	width: 640px;
}

#content h1{
	padding:10px 20px 5px 20px;
	font-weight:normal;
}

#content p{
	padding:0 20px;
	line-height:160%;
}

#content-wide{
	width:100%;
}

#content-wide h2{
	margin:0;
	font-weight:normal;
	line-height:70%;
	padding:20px;
	border-bottom:1px solid #eef7ec;
}

#contact-form{
	margin-left:20px;
}

#mediabar {
	width: 320px;
}

#mediabar h1{
	padding:30px 20px 5px 20px;
}

#mediabar p{
	padding:0 20px;
	line-height:160%;
	font-size:14px;
}

#mediabar-bottom{
	background:#414141 url("../img/menu-bg.jpg") repeat-x;
	width:320px;
	height:100%;
}

#mediabar-bottom h2{
	font-weight:normal;
	line-height:70%;
	margin:20px;

}

#mediabar td{
	padding:0;
	margin:0;
	border-bottom: 1px solid #2c2c2c;
}

#mediabar td a{
	line-height:24px;
	text-indent:35px;
	color:#ababab;
	text-decoration:none;	
	display:block;
	height:24px;
	background:url("../img/button-sprite.jpg") no-repeat;
	width:320px;
}

#mediabar td a:hover{
	color:#fff;
	background-position: 0 -24px;
}

#mediabar td a.selected{
	color:#fff;
	text-decoration:none;	
}

#footer {
	height: 205px;
	background-color: #000;
	color: #888;
}

.column {
	float: left;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.img-block{
	position:relative;
}

/**
 * HEADER ELEMENTS
 * ----------------------------------------
 */

#logo {
	width: 150px;
	position:absolute;
	left:50%;
	margin-left:-75px;
	top:40px;
}

#logo img {
	display: block;
}


/**
 * CONTENT ELEMENTS
 * ----------------------------------------
 */

.header-foot{
	color:#bfbfbf;
}
 
.content-block {
	display:block;
	height:125px;
	width:320px;
	float:left;
	background:#565656;
	overflow:hidden;
	text-decoration:none;
}

.content-block.differ{ background:#414141; }
a.content-block:hover {background:#2C2C2C;cursor:pointer; }

.content-block p{
	margin:0;
	padding:0 0 5px;
	line-height:160%;
	font-size:10px;
	color:#a6a6a6;
}

.content-block h3 {
	font-size: 12px;
	color:white;
}

.content-thumb{
	float:left;
	width:125px;
	display:block;
}

.content-text{
	float:left;
	width:175px;
	padding:10px;
}

.zoom {
	background:url(../img/zoom.png) no-repeat 0 0;
	display:block;
	height:25px;
	overflow:hidden;
	position:relative;
	float:right;
	clear:right;
	margin-right:10px;
	margin-top:-35px;
	width:25px;
	text-indent:-9999px;
	z-index:25;
}


*html .zoom {
	margin-right:5px;
}
 
.article {
	margin: 0 0 20px;
	width: 100%;
	overflow: hidden;
}

.article-thumb {
	display: block;
	float: left;
	margin: 25px 10px 0 0;
	width: 150px;
	height: 100px;
}

.article-thumb img {
	display: block;
}

.article-body {
	float: left;
	width: 310px;
}

.article-body .date {
	margin: 0 0 5px;
	font-weight: bold;
	color: #999;
}

.article-body h2,
.article-body p {
	margin: 0 0 10px;
}

/* ============= */
/* = Downloads = */
/* ============= */
#downloads{
	margin-bottom: 20px;
}

#downloads h2 {
	margin:0;
	padding:0 20px;
	background-color:#414141;
	height:40px;
	line-height:40px;
	font-size:14px;
	color:#fff;
}

#downloads table {
	margin:0;
}

#downloads table tr {
	height: 40px;
	line-height:40px;
}

#downloads table tr.hover {
	cursor:pointer;
}

#downloads table td {
	margin:0;
	padding:0 20px;
}

#downloads table td.title {
	font-weight:bold;
	color:#565656;
}

#downloads table tr.hover td {
	background:#EEF7EC;
}

#downloads td.download {
	text-align:right;
}

#downloads td.download a {
	padding-right:13px;
	background:url(../img/white-arrow-transp.png) no-repeat 100% 4px;
	color:#ABABAB;
}

#downloads tr.hover td.download a {
	background-position: 100% -46px;
	color:#565656;
}

/**
 * FOOTER ELEMENTS
 * ----------------------------------------
 */

/*#footer footer-contact-left p {
	float: left;
	line-height: 40px;
	margin: 0 15px;
}*/

#footer .footer-block{
	height:165px;
	width:320px;
	float:left;
	background:#565656;
	overflow:hidden;
}

#footer h3.footer-head {
	background:url("../img/menu-bg.jpg");
	margin: 0;
	padding: 0 20px;
	height:40px;
	font-size: 12px;
	line-height:40px;
	color:#ABABAB;
}

#footer h3.footer-head-contact {
	background:#414141;
	margin: 0;
	padding: 0 20px;
	height:40px;
	font-size: 12px;
	line-height:40px;
	color:#ABABAB;
}

#footer h3.contact {
	 background:#414141; 
}

/*#footer .footer-block p{
	margin:0;
	padding:0 10px 5px 10px;
	line-height:160%;
	font-size:10px;
}*/

#footer .footer-thumb{
	float:left;
	width:125px;
}

#footer .footer-text{
	float:left;
	width:195px;
}

#footer .footer-contact-left{
	float:left;
	width:125px;
}

#footer .footer-contact-right{
	float:left;
	width:195px;
}

#footer .footer-contact-left p{
	padding:5px 0 5px 20px;
	line-height:250%;
	font-size:10px;
	font-weight:bold;
	color:#a6a6a6;
}

#footer .footer-contact-right p{
	padding:5px 0 5px 20px;
	line-height:250%;
	font-size:10px;
	font-weight:bold;
	color:#a6a6a6;
}

.lees-verder{
	text-decoration:none;
	padding-right:13px;
	color:#669934;
	font-size:9px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:bold;
	background:url(../img/arrow-green.png) no-repeat 100%;
} 

#footer .footer-text h6 a{
	text-decoration:none;
} 

#footer .footer-text a:hover{
	color:#fff;
} 
/* Service navigation */

#service-navigation {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0 15px;
}

#service-navigation li {
	display: inline;
	line-height: 40px;
}

#service-navigation li a {
	text-decoration: none;
	color: white;
	font-size:10px;
	font-weight:bold;
}

#service-navigation li a:hover {
	color: #555;
}

/* reference overview */

a.reference {
	display: inline-block;
	float: left;
	width: 243px;
	height: 170px;
	background-color: #fff;
	position: relative;
}

a.reference span.block,
a.reference span.blocktxt {
	position: absolute;
	display: none;
}

a.reference:hover {
	border: none;
}

a.reference:hover span.block {
	width: 243px;
	height: 40px;
	display: block;
	background-color: #000;
	top: 130px;
	left: 0px;
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

a.reference:hover span.blocktxt {
	width: 233px;
	height: 38px;
	display: block;
	top: 133px;
	left: 0px;
	cursor: pointer;
	font-weight: normal;
	line-height: 150%;
}

a.reference:hover span.blocktxt span {
	font-size: 12px;
	font-weight: bold;
}

ul#thumbnails-content {
	list-style: none;
	position:absolute;	
	z-index:10px;
	margin-left:500px;
	margin-top:-32px;
}

ul#thumbnails-content li {
	float: left;

}

ul#thumbnails-content li a {
	float: left;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	background-color: #fff;
	color: #669934;
	text-decoration:none;
	font-weight:bold;
}

ul#thumbnails-content li a:hover {
	background-color: #669934;
	color: #fff;
}

ul#thumbnails-content li a.selected {
	background-color: #669934;
	color: #fff;
}

/* Visual */

#visual {
	width: 640px;
	height: 330px;
	position:relative;
}

#visual img {
	display: block;
	float: left;
}

#visual-scroller {
	position: relative;
	float: left;
	width: 640px;
	height: 330px;
	overflow: hidden;
}

#visual-scroller .items {
	position: absolute;
	width: 12800px;
}

#visual-controls{
	position:absolute;	
	z-index:10px;
	margin: 0;
	padding: 0;
	right: 10px;
	bottom: 10px;
}

#visual-controls ul{
	list-style: none;
}

#visual-controls li{
	float:left;
}

#visual-controls li a{
	float: left;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	background-color: #fff;
	color: #669934;
	text-decoration:none;
	font-weight:bold;
}

#visual-controls li:hover a{
	background-color: #669934;
	color: #fff;
}

#visual-controls li.selected a{
	background-color: #669934;
	color: #fff;
}

/* Youtube Player */
#visualplayer {
	vertical-align: bottom;	
}

#player-wrap {
	position: relative;
	/*margin-bottom: 10px;*/
	width: 230px;
}

#player-wrap .block-subject {
	top: 0;
	left: 0;
}

#player-controls {
	padding: 5px 10px;
	height: 20px;
	background: url(../img/player-sprite.gif) repeat-x;
}

#toggle-play {
	display: block;
	float: left;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background: url(../img/player-sprite.gif) no-repeat 7px -60px;
	text-indent: -9999px;
	outline: none;
}

.paused #toggle-play {
	background-position: 7px -42px;
}

#duration-bar {
	float: left;
	margin: 5px 0;
	width: 580px;
	height: 8px;
	background-color: #444;
	border: 1px solid #CCC;
	font-size: 6px;
}

#elapsed-bar {
	height: 8px;
	background: url(../img/player-sprite.gif) repeat-x 0 -30px;
	font-size: 6px;
}

#project-map {
	 width:320px; 
	 height:330px;
}

.ie-hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}

/* Sitemap */

#sitemap {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	font-size: 12px;
	line-height: 200%;
	list-style: none;
}

#sitemap li {
	font-weight: bold;
}

#sitemap ul {
	margin: 0 0 10px 10px;
	padding: 0 0 0 10px;
	border-left: 1px solid #CFCFCF;
	line-height: 200%;
	list-style: none;
}

#sitemap ul li {
	font-weight: normal;
}

#sitemap a {
	text-decoration: none;
	color: #669934;
}

#sitemap a:hover {
	color: #464C41;
	text-decoration:underline;
}

/* Buttons */

.button {
	display: inline-block;
	padding-left: 8px;
	height: 30px;
	background: url(../img/button-sprite.png) no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	color: #8092AD;
}

.button .button-inner {
	display: block;
	padding-right: 33px;
	background: url(../img/button-sprite.png) no-repeat 100% 0;
	line-height: 30px;
}

.button:hover { background-position: 0 -30px; color: #02255B; }
.button:hover .button-inner { background-position: 100% -30px; }

.button .button-extra {
	font-size: 10px;
	font-weight: normal;
}


/* Toolbar */
toolbar {
	overflow:hidden;
	width:100%;
}

.toolbar-group {
	float:right;
}

.toolbar .button {
	background-position:0 -48px;
	color:white;
	float:left;
	font-size:11px;
	height:25px;
	margin-left:10px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.toolbar .button .button-inner {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../img/button-sprite.png) no-repeat scroll 100% -48px;
	line-height:25px;
	padding-right:25px;
}

.toolbar .button:hover {
	background-position:0 -73px;
	color:white;
}

.toolbar .button:hover .button-inner {
	background-position:100% -73px;
}
