html {
	overflow-x: hidden;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #002651;
	font-family: Verdana;
	font-size: 10px;
	overflow-x: hidden;
}

h4 {
	font-size: 14px;
}

#container {
	width: 1000px;
	/*margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;*/
	background-color: #FFFFFF;
	border: 0px solid;
	float: left;
	position: relative;
	padding-left: 3px;
}

#containerwhole {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	border: 0px solid;
	/*padding-left:3px;*/
}

#top-green {
	background-image: url("/images/top_green_1.gif");
	background-repeat: repeat-x;
	height: 2px;
	float: left;
	width: 1000px;
}

#logged-in-text {
	float: left;
	height: 30px;
	float: right;
}

#separator {
	width: 1000px;
	clear: both;
	border: 0px solid;
	font-family: Verdana;
	font-size: 10px;
}

#header {
	width: 1000px;
	float: left;
	height: 318px;
	background-color: #FFFFFF;
}

* html #header {
	height: 296px;
}

#logo {
	background-repeat: no-repeat;
	height: 93px;
	width: 254px;
	z-index: 100000;
	position: absolute;
	border: 0px solid;
	padding-top: 0px;
	top: 3px;
}

.header-whitebar-image-class {
	background-repeat: no-repeat;
	height: 93px;
	width: 254px;
	z-index: 100000;
	position: relative;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src = '/images/logo.png', sizingMethod = 'scale');
	padding-top: 0;
}

#header-image {
	background-repeat: no-repeat;
	width: 814px;
	height: 255px;
	position: absolute;
	top: 66px;
	z-index: 1000;
	float: left;
}

#header-caption {
	z-index: 100;
	float: right;
	position: absolute;
	left: 550px;
	top: 210px;
}

.headercaption {
	z-index: 100;
	float: right;
	position: absolute;
	left: 500px;
	top: 198px;
	color: #FFFFFF;
	font-size: 24px;
}

#menu-content {
	position: absolute;
	left: 815px;
	width: 186px;
	height: 255px;
	float: left;
	border: 0px solid;
	padding: 0px;
	z-index: 1;
}

#menuContainer {
	position: absolute;
	z-index: 1000000;
}

ul#menu {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	width: 65px;
	display: block;
	z-index: 1;
}

ul#menu li {
	min-height: 22px;
	padding-top: 5px;
	padding-left: 0px;
	float: left;
	color: #868685;
	display: block;
	border-bottom: dashed 1px;
	width: 170px;
}

* html ul#menu li {
	height: 22px;
}

ul#menu li#bottom-dot {
	background-image: url("/images/menu_bottom_dot.jpg");
	background-repeat: repeat-x;
	height: 1px;
	min-height: 0px;
	padding: 0px;
	width: 160px;
	float: left;
}

* html ul#menu li#bottom-dot {
	height: 0px;
	font-family: "Arial narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

ul#menu li a {
	padding-left: 10px;
	color: #868685;
	text-decoration: none;
	border-left: #FFFFFF 5px solid;
	font-family: "Arial narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

ul#menu li a:hover {
	color: #78BD35;
	padding-left: 10px;
	text-decoration: none;
	border-left: #78BD35 5px solid;
	font-family: "Arial narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

ul#menu li .a-hover-selected {
	color: #78BD35;
	padding-left: 10px;
	text-decoration: none;
	border-left: #78BD35 5px solid;
	font-family: "Arial narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#content {
	float: left;
	width: 1000px;
	background-image: url("/images/inner_content_background.jpg");
	background-repeat: repeat;
	font-family: Verdana;
	font-size: 10px;
}

#left-content {
	width: 236px;
	float: left;
	font-family: Verdana;
	font-size: 10px;
}

#left-content-sub-titel {
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-family: Verdana;
	font-size: 10px;
	color: #4F5051;
	float: left;
}

.subtitel {
	font-family: Verdana;
	font-size: 18px;
	color: #4F5051;
}

#left-content-image {
	float: left;
	width: 236px;
	text-align: center;
}

#left-content-image img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#left-content-others {
	float: left;
	padding: 3px;
	/*padding-left:12px;*/
}

#middle-content {
	width: 761px;
	float: left;
	font-family: Verdana;
	font-size: 10px;
}

#footer-text {
	float: left;
	width: 1000px;
	text-align: right;
	font-family: Verdana;
	font-size: 10px;
	color: #4F5051;
	bottom: 0px;
	padding: 0 0 3px 0;
	margin-top: -10px;
}

#footer {
	float: left;
	width: 1000px;
	height: 8px;
	background-image: url("/images/top_green.jpg");
	background-repeat: no-repeat;
	font-size: 2px;
	font-family: Verdana;
}

#left-middle {
	width: 578px;
	float: left;
	padding: 0px;
	font-family: Verdana;
	font-size: 10px;
	margin-right: 0px;
}

* html #left-middle {
	width: 576px;
}

#inner-left {
	margin: 10px;
	width: 520px;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #656565;
	border: 0px solid;
	line-height: 15px;
}

* html #inner-left {
	width: 480px;
}

#inner-left-content {
	text-align: left;
	line-height: 15px;
	padding-bottom: 0;
	border: 0px solid;
	font-family: Verdana;
	font-size: 10px;
}

#right-middle {
	width: 182px;
	float: left;
	background-repeat: no-repeat;
	border: 0px solid;
	min-height: 236px;
	border: 0px solid;
}

* html #right-middle {
	margin-top: 12px;
	width: 184px;
	float: left;
	height: 214px;
}

#div-proj-outer {
	float: left;
	width: 480px;
	padding: 5px;
	border-bottom: dashed 1px #B2B2B2;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
}

.dashed-normal {
	background-color: none;
	float: left;
	padding: 5px;
	width: 467px;
	font-family: Verdana;
	font-size: 10px;
}

.dashed-hover {
	background-color: #D4E9F7;
	float: left;
	padding: 5px;
	width: 467px;
	font-family: Verdana;
	font-size: 10px;
}

/* JOBS CSS STARTS*/
#div-jobs-outer {
	float: left;
	width: 480px;
	padding: 5px;
	border-bottom: dashed 1px #B2B2B2;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 15px;
}

#div-jobs-inner {
	float: left;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #656565;
	border: 0px solid;
	width: 467px;
}

.jobs-dashed-normal {
	background-color: none;
	float: left;
	padding: 5px;
	width: 467px;
	font-family: Verdana;
	font-size: 10px;
}

.jobs-dashed-hover {
	background-color: #D4E9F7;
	float: left;
	padding: 5px;
	width: 467px;
}

#div-jobs-title {
	font-size: 10px;
	font-weight: bold;
	/*padding-bottom:10px;*/
}

/* JOBS  CSS ENDS */ /* PROJECT CSS STARTS */
#proj-Intro {
	color: #7E7E7E;
	font-family: Verdana;
	font-size: 10px;
	padding-top: 10px;
}

#div-proj {
	float: left;
	padding-right: 10px;
	border: 0px solid;
	width: 69px;
}

#div-proj-inner {
	width: 100%;
	float: left;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #656565;
	padding-top: 10px;
}

.proj-filter-head {
	color: #646464;
	font-weight: bold;
	padding-bottom: 0px;
	font-family: Verdana;
	font-size: 10px;
	padding-bottom: 12px;
	cursor: hand;
	cursor: pointer;
}

.proj-filter-head a {
	color: #646464;
}

a.proj-filter, a.proj-filter-selected {
	font-weight: normal;
}

#left-projecten-titel {
	color: #646464;
	font-weight: bold;
	font-size: 14px;
	padding-top: 15px;
	border: 0px solid;
}

.projectentitel {
	color: #646464;
	font-weight: bold;
}

#left-projecten-detail-titel {
	color: #646464;
	font-weight: bold;
	font-size: 14px;
	padding-top: 40px;
	padding-bottom: 30px;
}

#proj-separator {
	height: 12px;
}

.proj-filter-span {
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
	border-bottom: 1px dashed #656565;
	font-family: Verdana;
	font-size: 10px;
}

#proj-detail-forum {
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
	font-family: Verdana;
	font-size: 10px;
}

.proj-filter-spanProj {
	color: #646464;
	padding-left: 0px;
	padding-bottom: 17px;
}

#JustHeightProj {
	border-bottom: 1px dashed #656565;
	padding-top: 1px;
}

#proj-filter-div {
	border: 0px solid;
	margin: 0px;
	padding-top: 35px;
	padding-left: 10px;
}

#proj-filter-divProj {
	border: 0px solid;
	margin-top: 15px;
}

.proj-filter-headProj {
	color: #646464;
	font-weight: bold;
	padding-top: 10px;
	font-family: Verdana;
	font-size: 10px;
	padding-bottom: 10px;
}

/* PROJECT CSS ENDS */ /* RIGHT BANNER CSS STARTS */
#banner-image {
	width: 184px;
	height: 138px;
	background-repeat: no-repeat;
}

.bannertext, .bannertext table td {
	display: table-cell;
	color: #FFFFFF;
	font-size: 16px;
	width: 184px;
	height: 138px;
	text-align: center;
	vertical-align: middle;
}

#banner-space {
	height: 5px;
	font-family: Verdana;
	font-size: 10px;
}

.banner-ahref {
	text-decoration: none;
	cursor: hand;
	font-family: Verdana;
	font-size: 10px;
}

.banner-ahref:hover {
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
}

/* RIGHT BANNER CSS ENDS */ /*Image Div Styles starts*/
#ImgOuterDiv {
	background-color: #D7EAF9;
	float: left;
	width: 430px;
	margin-left: 25px;
	padding: 3px 0 3px 0;
}

#DivLeftImg {
	margin-top: 29px;
	float: left;
	border: 0px solid;
}

#DivLeftImg #links {
	border: 0px solid;
	padding-left: 1px;
	float: left;
	cursor: pointer;
}

#prodscroller { /*background-color:#D7EAF9;*/
				position: relative;
				border: 0px solid;
				float: left;
				overflow: hidden;
				/*width: 411px;*/
				width: 400px;
}

.scroll-td {
	padding-right: 9px;
	padding-top: 5px;
	padding-left: 3px;
}

#ImgLeft {
	position: relative;
	border: 0px solid;
	float: left;
	cursor: pointer;
}

.DivWoLeftImg {
	position: relative;
	border: 0px solid;
	float: left;
	overflow: hidden;
	width: 350px;
	margin-left: 50px;
}

.DivWLeftImg {
	position: relative;
	border: 0px solid;
	float: left;
	overflow: hidden;
	width: 350px;
}

#ImgRight {
	margin-top: 29px;
	position: relative;
	border: 0px solid;
	float: left;
}

#ImgRight #rechts {
	cursor: pointer;
}

#ImageDiv {
	margin-left: 30px;
	float: left;
	border: 0px solid;
	height: 225px;
	/*visibility: hidden;*/
	font-family: Verdana;
	font-size: 10px;
}

#JustHeight {
	position: relative;
	border: 0px solid;
	float: left;
	height: 10px;
	border-bottom: dashed #E6E6E6 1px;
	width: 430px;
	margin-bottom: 20px;
	font-family: Verdana;
	font-size: 10px;
	margin-left: 25px;
}

/*Image Div Styles ends*/
#jobDetail-outer {
	font-family: Verdana;
	font-size: 10px;
	color: #656565;
	line-height: 15px;
	text-align: justify;
}

#jobDetail-title {
	padding-bottom: 3px;
	font-weight: bold;
}

#jobDetail-title-normal {
	padding-bottom: 3px;
	font-weight: normal;
}

#jobDetail-Intro {
	padding-left: 0px;
	padding-top: 10px;
}

#jobDetail-Inhoud {
	padding-left: 0px;
	padding-top: 8px;
}

#backTitle {
	color: #656565;
	font-family: Verdana;
	font-size: 10px;
	float: left;
	position: relative;
}

#nieuws-items {
	color: #11345C;
	font-family: Verdana;
	font-family: Verdana;
	font-size: 10px;
	margin-top: 5px;
}

#inner-nieuws-items {
	padding-top: 12px;
}

/* NieuwsDetail starts */
#NieuwsDetail-outer {
	width: 510px;
	float: left;
	font-family: Verdana;
	font-size: 10px;
	line-height: 15px;
	text-align: justify;
}

#NieuwsDetail-title {
	color: #656565;
	font-weight: bold;
	float: left;
	width: 450px;
	padding-bottom: 3px;
}

#NieuwsDetail-title-normal {
	color: #656565;
	font-weight: normal;
	float: left;
	width: 450px;
	padding-bottom: 3px;
}

#NieuwsDetail-Intro {
	color: #656565;
	padding-top: 5px;
	clear: both;
}

#NieuwsDetail-Inhoud {
	color: #656565;
	padding-top: 0;
	text-align: left;
	clear: both;
}

#NieuwsDetail-backTitle {
	color: #656565;
	float: right;
}

a.NieuwsDetail-backTitle:link {
	color: #2DABED;
	text-decoration: none;
	padding-right: 4px;
	font-family: Verdana;
	font-size: 10px;
}

a.NieuwsDetail-backTitle:visited {
	color: #2DABED;
	text-decoration: none;
	padding-right: 4px;
	font-family: Verdana;
	font-size: 10px;
}

a.NieuwsDetail-backTitle:hover {
	color: #2DABED;
	text-decoration: none;
	padding-right: 4px;
	font-family: Verdana;
	font-size: 10px;
}

a.NieuwsDetail-backTitle:active {
	color: #2DABED;
	text-decoration: none;
	padding-right: 4px;
	font-family: Verdana;
	font-size: 10px;
}

/*NieuwsDetail ends*/ /*contact face book BOF*/
.div-fbook-outer {
	float: left;
	width: 480px;
	padding: 5px;
	border-bottom: dashed 1px #B2B2B2;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	cursor: pointer;
}

.fbook-dashed-normal {
	background-color: none;
	float: left;
	padding: 5px;
	width: 467px;
	font-family: Verdana;
	font-size: 10px;
}

.fbook-dashed-hover {
	background-color: #D4E9F7;
	float: left;
	padding: 5px;
	width: 467px;
	font-family: Verdana;
	font-size: 10px;
}

.fbook-img {
	width: 100px;
}

#div-fbook {
	float: left;
	padding-right: 2px;
	border: 0px solid;
	font-family: Verdana;
	font-size: 10px;
	position: relative;
}

#div-fbook-inner {
	padding-left: 3px;
	float: left;
	position: relative;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #656565;
	width: 350px;
	line-height: 15px;
}

/*contact face book EOF*/
#video-div {
	padding-top: 0;
}

/* nieuws overview page styles BOF */
.nieuws-dashed-hover {
	background-color: #D4E9F7;
	float: left;
	padding: 5px;
	width: 467px;
	font-family: Verdana;
	font-size: 10px;
}

.nieuws-dashed-normal {
	background-color: none;
	float: left;
	padding: 5px;
	width: 467px;
	font-family: Verdana;
	font-size: 10px;
}

#div-nieuws-outer {
	float: left;
	width: 480px;
	padding: 5px;
	border-bottom: dashed 1px #B2B2B2;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 15px;
}

#div-nieuws {
	float: left;
	padding-right: 10px;
	width: 100px;
}

#div-nieuws-inner {
	float: left;
	position: relative;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #656565;
	border: 0px solid;
	width: 353px;
}

#div-nieuws-title {
	color: #656565;
	font-weight: bold;
}

#div-nieuws-title-normal {
	color: #656565;
	font-weight: normal;
}

a.nieuws:link {
	color: #357CCE;
	text-decoration: underline;
	padding-right: 4px;
	font-family: Verdana;
	font-size: 10px;
}

a.nieuws:visited {
	color: #357CCE;
	text-decoration: none;
	padding-right: 4px;
	font-family: Verdana;
	font-size: 10px;
}

a.nieuws:hover {
	color: #357CCE;
	text-decoration: underline;
	padding-right: 4px;
	font-family: Verdana;
	font-size: 10px;
}

a.nieuws:active {
	color: #357CCE;
	text-decoration: none;
	padding-right: 4px;
	font-family: Verdana;
	font-size: 10px;
}

/* nieuws overview page styles EOF */
#page-navigation {
	padding-top: 20px;
	clear: both;
}

#page-navigation a {
	color: #767676;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

#page-navigation a:hover {
	text-decoration: underline;
}

#page-navigation .selected-page {
	color: #6CB714;
	font-weight: bold;
}

#dash {
	padding-left: 5px;
	padding-right: 5px;
}

#clickpath {
	clear: both;
	padding-bottom: 15px;
	font-weight: bold;
	color: #767676;
}

#clickpath a {
	color: #767676;
	text-decoration: none;
}

#clickpath a:hover {
	color: #6CB714;
	text-decoration: none;
}

#middle-content-small-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #6CB714;
}

div.banner {
	cursor: pointer;
	display: block;

	float: left;

	position: relative;

	margin-bottom: 10px;

}

div.banner img {
	cursor: pointer;

	width: 184px;
	height: 138px;

	border: 0px;
}

div.banner div {
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
	padding:4px;
	position:absolute;
	width: 176px;
	left: 0px;
	bottom: 0px;
}

div.banner div a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

div.banner div a:hover {
	text-decoration: none;
}

div.banner div.donker {
	background-color: black;
}

div.banner div.donker a {
	color: white;
}

div.banner div.licht {
	background-color: white;
}

div.banner div.licht a {
	color: black;
}


div#login-link {
	position: absolute;

	top: 45px;
	right: 10px;

	width:150px;
}

/**
 *  Menubar search form
 */

form#search {

	position: absolute;

	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #6CB714;

	background-color: white;

	width: 155px;
	height: 22px;

	right: 0px;
	top: 10px;

	margin: 5px 14px 0px 0px;
}

form#search div {
	border: 0px;
	margin: 0px;
	padding: 0px;

	height: 21px;

	overflow: hidden;
}

form#search input {

	position: relative;
	display: block;

	border: none;

	margin: 0px;
	padding: 0px;

}

form#search input.text {

	float: left;

	color: #868685;
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;

	padding: 3px 0px 0px 2px;

	height: 19px;
	width: 135px;

}

form#search input.image {

	float: right;

	margin: 3px 1px 0px 0px;

	width: 16px;
	height: 13px;
}

form#search span {

	display: none;
	position: absolute;

	float: left;

	color: #868685;
	font-size: 11px;
	font-style: italic;

	left: 0px;

	margin: 3px 0px 0px 3px;

}
