﻿/*
	Name: Smashing HTML5
	Date: July 2009
	Description: Sample layout for HTML5 and CSS3 goodness.
	Version: 1.0
	Author: Enrique Ram�rez
	Autor URI: http://enrique-ramirez.com
*/
/* Style terug gerold naar r85 (wordt r71)


/***** Global *****/
/* Body */
	body {
		background: #191C2D;
		color: #fff;
		font-size: 12px; 
		font-family: Verdana, Arial, sans-serif;
		line-height: 1.429;
		margin: 5px;
		padding: 0;
		text-align: justify;
		background-repeat:no-repeat;
	}

.body {
    clear: both;
    margin: 0 auto;
    width: 1000px;
}

.clearclean {
    clear: both;
}

html{
  overflow-y:scroll;
} 

/* Headings */
h1a {
    padding-left:30px;
	font-size: 16px;
	font-style: italic;
	margin: 5px 0 0 0;
	}

h4 {
	font-size: 12px;
	font-style: bold;
	margin: 0 0 0 0;
	}
	
	h5 {
	font-size: 9px;
	font-style: bold;
	margin: 0 0 0 0;
	}
h1 {
	font-size: 16px;
	/* font-style: italic;*/
	margin: 5px 0 0 0;
	}
h2 {
font-size: 25px;
font-weight: 400;
}

h3{
	font-weight: 900;
	font-style: italic;
}

/* Anchors */
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {
	color: #FDB812;
	text-decoration: none;
}
a:hover, a:active {
	color: #FDB812;
	text-decoration: underline;
}

.carousel-nav-items li {
    background-position: -108px 0;
    float: left;
    height: 100px;
    position: relative;
    width: 440px;
}

.carousel-nav-items li a {
    background-position: 0 0;
    display: block;
    font-size: 18px;
    height: 100px;
    width: 440px;
	color: #fff;
	text-indent: 100px;
	line-height: 86px;
	text-decoration: none;
}

.carousel-nav-items li a:hover {
    background-position: -500px 0;
	color: #FDB812;
}

.carousel-nav-items-small li {
    background-position: -108px 0;
    float: left;
    height: 70px;
    position: relative;
    width: 440px;
}

.carousel-nav-items-small li a {
    background-position: 0 0;
    display: block;
    font-size: 18px;
    height: 70px;
    width: 440px;
	color: #fff;
	text-indent: 80px;
	line-height: 60px;
	text-decoration: none;
}

.carousel-nav-items-small li a:hover {
    background-position: -500px 0;
	color: #FDB812;
}

.nav-item-strategie a {
    background-image: url("images/strategie.png");
	background-repeat: no-repeat;
}

.nav-item-milieu a {
    background-image: url("images/milieu.png");
	background-repeat: no-repeat;
}

.nav-item-operationeel a {
    background-image: url("images/operationeel.png");
	background-repeat: no-repeat;
}

.nav-item-duurzaam a {
    background-image: url("images/duurzaam.png");
	background-repeat: no-repeat;
}

.nav-item-air a {
    background-image: url("images/air.png");
	background-repeat: no-repeat;
}

.nav-item-strategiesmall a {
    background-image: url("images/strategie_small.png");
	background-repeat: no-repeat;
}

.nav-item-milieusmall a {
    background-image: url("images/milieu_small.png");
	background-repeat: no-repeat;
}

.nav-item-operationeelsmall a {
    background-image: url("images/operationeel_small.png");
	background-repeat: no-repeat;
}

.nav-item-duurzaamsmall a {
    background-image: url("images/duurzaam_small.png");
	background-repeat: no-repeat;
}

.nav-item-airsmall a {
    background-image: url("images/air_small.png");
	background-repeat: no-repeat;
}




/* Paragraphs */
p {margin:0;}
* p:last-child {margin-bottom: 0;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

::-moz-selection {background: #94F2BC; color: #404041;}
::selection {background: #94F2BC; color: #404041;}

/* Lists */
ul {
	list-style: none;
	margin: 0;
	padding:0;
}

ol {
	list-style: outside decimal;
	margin: 1em 0 1.5em 1.5em;
}


/*
	Container
*****************/

	#container {
	width: 1000px;
	height: 850px;
	background:url("images/finalbackground.png") no-repeat;
	}

/*
	Header
*****************/
#banner {
	margin: 0 auto;
	padding:0;
}


#head{ 
	width: 1000px;
	height: 120px;}
#logo{ 
	float:left;
}
#rightheader { 
	float:right;
}

#rightheader { 
	float:right;
}

#lan{
	margin: 0;
	padding: 0;
	float: right;
}

#lan a {
	margin: 2px;	
}

/* Main Nav */
#banner nav {
	font-size: 13px;
	height: 40px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	float: left;
}

#banner nav ul {list-style: none; margin: 0 auto; width: 1000px;}
#banner nav li {float: left; display: inline; margin: 0;}

#banner nav a:link, #banner nav a:visited {
	color: #fff;
	height: 30px;
	padding: 5px 1.5em;
	text-decoration: none;
}
#banner nav a:hover, #banner nav a:active,
#banner nav .active a:link, #banner nav .active a:visited {
	background: #FDB812;
	color: #404041;
	font-weight: bold;

}




/*
	Content
*****************/

/* 
	ADDED BY EGBERT
*****************/
#menuHome a {
	font-size: 16px;
	}

#menuWerkvelden a {
	font-size: 14px;
	}

#main{ 
	width: 1000px;
	/* height: 100px;*/
	/* margin-top: 5px;*/
	float: left;
	display: inline;
}

#textcenter{
	width: 940px;
	margin-left: -20px;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
}

#textleft { 
	width: 430px;
	margin: 10px 30px 30px 30px;
	float: left;
}

#textlefthome { 
	width: 430px;
	margin: 30px;
	float: left;
}

#textleftProjectIntro { 
	width: 430px;
	margin: 30px 30px 0 30px;
	float: left;
}


#textleft-ProjectDetail {
	width: 430px;
	margin: 0 30px 30px 30px;
	float: left;
}

#textleftProjects { 
	width: 430px;
	margin: 10px 30px 30px 30px;
	float: left;
}

#textrightProjects { 
	width: 430px;
	margin: 10px 30px 30px 30px;
	float: left;
}
#textrighthome{ 
	width: 430px;
	margin: 30px;
	float: right;
}

#fotocaption{ 
	width: 430px;
	margin: 10px 30px 30px 30px;
	float: right;
}

#textright { 
	width: 430px;
	margin: 0px 30px 0px 30px;
	float: right;
}



#rightblock,#textrightProjectIntro { 
	width: 430px;
	margin: 10px 30px 30px 30px;
	float: right;
}

#textright-ProjectDetail {
	width: 430px;
	margin: 0 30px 30px 30px;
	float: right;		
}

#textleft ul, #textleftProjectIntro ul, #textleft-ProjectDetail ul, #textright ul, #textrightProjectIntro ul, #textright-ProjectDetail ul {
	margin-top: 1em;
}

#textleft li, #textleftProjectIntro li, #textleft-ProjectDetail li, #textright li, #textrightProjectIntro li, #textright-ProjectDetail li, #textleftProjects li, #textrightProjects li {
	padding-left: 20px;
	background-image: url(images/faviconacecs.png);
	background-position-y: 4px;
	background-size: 10px;
	background-repeat: no-repeat;
	line-height: 1.5em;
	/*background-position: 0 .5em;*/	
}



#textbottom{
	margin: 0px 30px 15px 30px;

}



#highlight{ 
	width: 1000px;
}

#highlighttext{ 
	margin: 30px 0;
	position: relative;
	top:20px;
}

#title{
/*	float: left;*/
	margin: 13px 0 0 30px;
	/*visibility: hidden;*/
	height: 32px;
}

#arrow{ 
	float: left;
    margin-top: 8px;
}

#arrowprojectname{ 
	float: left;
    margin-top: 3px;
}

#projectcharacteristics{ 
width: 430px;
margin-top: 15px;
margin-left: -20px;
margin-bottom: 15px;
float: left;
}

#pagetitle{
    font-size: 20px;
	font-weight: bold;
	float: left;
    margin-top: 2px;	
}

#projectname{
margin: 18px 0 0 30px;
}

#contenttext{
	width: 1000px;
}

#background, #backgroundProjectOverview {
	width: 1000px;
	background:url("images/5x5background.png") repeat;
	float: left;
	/*margin-top: 30px; /*jQuery nodig */
}

#backgroundProjectOverview h1 { color: #FDB812; }

#marginleft{
	width: 430px;
	float: left;
	margin:0 20px 10px 20px;
}

#marginright{
	width: 430px;
	float: right;
	margin:0 20px 10px 20px;
}

#below, #belowStrategy, #belowProjects{
	position: relative;
	top: 20px;
}

#werkveld{
	float:left;
	margin:20px 20px 12px;
	width: 900px;
	height: 50px;
}
#icon{
	float:left;
}
#icontitle{
	float:left;
	margin: 10px 8px;
}

#dienst{
	float:left;
	height:20px;
}
#dienstleft{
	width: 430px;
	float:left;
	margin: 0 30px;
}
#dienstright{
	width: 430px;
	float:right;
	margin: 0 30px;
}

/*
	Footer
*****************/

#left{ 
	float: left;
}
#right{ 
	float: right;
}
#contentinfo {
    position: relative;
	top: 5px;
	font-size: 9px;
	color: #465889;	
}

/*
####################### MENU CSS HIER ##############################
*/

/*
#nav, #nav ul {
	margin: 0;
	list-style: none;
	font-size: 13px;
	height: 40px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	float: left;
}

#nav li {
	float: left;
}

#nav li:hover {
	float: left;
	background: #FDB812;
	color: #404041;
	font-weight: bold;
	z-index: 5;
	position: relative;
}



#nav ul {
	position: absolute;
	width: 120px;
	left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
	left: auto;
	background-position: 0 0;
}

#nav a {
	height: 20px;
	text-decoration: none;
	padding: 7px 1.5em;
	color:#fff;
}

/*#nav a:hover, #nav a:active,
#nav .active a:link, #nav .active a:visited {
	background: #FDB812;
	color: #404041;
	font-weight: bold;
}*/

/*
#nav .active a, #nav a:hover  {
	background: #FDB812;
	color: #404041;
	font-weight: bold;
	z-index: 5;
	position: relative;
}

#subnav .not-active a {
	height: 20px;
	text-decoration: none;
	padding: 5px 1.5em;
	color: #404041;
	font-weight: normal;
	z-index: 5;
	position: relative;
}

#subnav .not-active a:hover  {
	background: #E6E7E8;
	color: #404041;
	font-weight: bold;
	z-index: 5;
	position: relative;
}

#subnav .active a, #subnav .active a:visited {
	background: #E6E7E8;
	color: #404041;
	font-weight: bold;
	z-index: 5;
}

ul a{
	font-weight: bold;
	color:#fff;
}

ul ul a:link, ul ul a:visited{
	font-weight: normal;
	color: #404041;
	display: block;
	background-color: #FDB812;
}

ul ul a:hover, ul ul a:active{
	font-weight: normal;
	display: block;
}

ul ul li{
	text-align:left;
	width: 315px;
}

/*
####################### MENU CSS HIER ##############################
*/

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
 text-align: left;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
 font-size: 13px;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
 padding: 5px 1.5em;
 /*background-color: #FDB812;*/
 color: #404041;
}

ul.dropdown li.hover,
ul.dropdown li:hover,
ul.dropdown li.act,
ul.dropdown li:active {
 position: relative;
 z-index: 599;
 cursor: default;
 background-color: #FDB812;
 color: #404041;
}

ul.dropdown a:link,
ul.dropdown a:visited	{ color: #FFF; font-weight: bold; text-decoration: none; }
ul.dropdown a:hover		{ color: #404041; font-weight: bold; text-decoration: none; }
ul.dropdown a:active	{ color: #404041; font-weight: bold; text-decoration: none; }

ul.dropdown li.cur, ul.dropdown a.cur 		{ color: #404041; background-color: #FDB812; }

ul.dropdown ul li.subcur { 
 float: none;
 background-color: #E6E7E8;
 color: #404041;
 font-weight: normal;
}

ul.dropdown ul a.subcur { background-color: #E6E7E8; text-decoration: bold; }

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 350px;
}

/* breedte submenu-item vacatures */
ul.dropdown li.contact ul {
 width: 175px;
}

ul.dropdown ul li {
 float: none;
 background-color: #FDB812;
 color: #404041;
 font-weight: normal;
}

ul.dropdown ul li:hover {
 background-color: #E6E7E8;
 text-decoration: bold;	
}

ul.dropdown ul li a:link,
ul.dropdown ul li a:visited 		{ color: #404041; font-weight: normal; text-decoration: none; }
ul.dropdown ul li a:hover			{ color: #404041; font-weight: normal; text-decoration: none; background-color: #E6E7E8; }

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}