
/*
* Layout styles
*/

html {
	height: 100%;
}

body {
	text-align: center;
	padding: 0px; margin: 0px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 76%;
	background: #ecf2e4;
	height: 100%;
}

.clearboth	{ clear: both; }
.nobr		{ white-space: nowrap; }

#container {
	position: relative;
	width: 981px; 
	margin: 0px auto 0px auto; padding: 0px;
	text-align: left;
}

#header {
	position: absolute;
	width: 981px;
	height: 280px;
	top: 0px; left: 0px;	
	margin: 0; padding: 0;
}

#navigatie {
	display: block;
	position: absolute;
	top: 288px; left: 0;
	width: 981px; height: 49px;
	background: url(images/navigatie_bg.jpg) repeat-x;
}

#navigatiefuncties {
  position: absolute;
  color: #fff;
  top: 0; 
  right: 0;
  text-align: right;
  width: 300px;
  padding: 0 10px 0 0;
  background: #eee;
}

.navsearch {
  width: 95px;
  height: 12px;
  padding: 3px 0 0px 0;
  margin: 2px 0px 0 0px;
  color: #fff;
}

#content {
	padding: 343px 0 10px 0; 
	width: 981px;
	background: #fff;
}

div#flashHome {
	display: block;
	width: 981px; height: 471px;
	background: #eee;
}

#breadcrumbs {
  width: 450px;
  height: 20px;
  color: #9d9fa2;
  font-size: 90%;
  padding: 0px 0 0 150px;
}

#contentleft {
  float: left;
  width: 465px;
  height: 100%;
  padding: 20px 15px 20px 150px;
  background: #fff;
}

#contentleft.contact {
  width: 385px;
}

#contentWide {
  background: #fff;
  padding: 20px 15px 20px 150px;
}

#contentroute {
  float: left;
  width: 600px;
  height: 100%;
  padding: 20px 15px 20px 150px;
  background: #fff;
}

#contentright {
  float: left;
  width: 350px;
  height: 100%;
  background: #fff;
  padding: 20px 0 20px 0;
  text-align: center;
}

#contentright.contact {
  width: 430px;
  text-align: left;
}

#contentright img {
  padding: 5px 0 5px 0;
}

#footer {
  position: relative;
  width: 981px;
  height: 25px;
  margin-bottom: 20px;
  background: #8dc73f;
  text-align: center;  
}

div.medewerkerBox {
  height: 108px;
  margin-bottom: 20px;
}
div.medewerkerBox img {
  float: left;
  margin: 0 15px 0 0;
}

#routeform {
  float: right;
  width: 130px;
  height: 130px;
  background: #ecf2e4;
  padding: 10px 15px 10px 15px;
  margin: 10px 0 10px 0;
}

#routeform input.text { 
  border: 2px solid #9d9fa1;
  margin: 5px 0 0 0;
  width: 120px;
  height: 16px; 
}

#routeform input.submit { 
  background: #8dc73f;
  margin: 5px 0 0 0;
  border: 1px solid #fff;
  color: #fff;
  width: 125px;
  height: 22px; 
}

div.formContainer  {
	margin: 0px 0px 15px 0px;
	padding: 13px 0px 0 10px;
	text-align: left;
	background: #e1e9d5;
}

#map_canvas {
	width: 395px; height: 300px;
	background: #ccc;
	margin: 10px 0px 0px 0px;
}

#directions {
	width: 395px; height: 50px;
	overflow: auto; 
	background: #fff;
	text-align: left;
}

#addressContainer {
	background: transparent;
	display: block;
	width: 395px; height: 180px;	
}

#addressBlock {
	float: right;
	width: 235px;
}

/*
* Beeld module
*/

div.galleryContainer {
	display: block;
	width: 710px;
	background: #edf6e0;
	padding: 10px 0px 0px 10px;
}

div.galleryItem {
	display: inline-block;
	width: 225px;
	float: left;
	margin: 0px 11px 11px 0px;
}

div.galleryItem p {
	padding: 6px 5px 0 5px;
}

div#sluier	{
	position: absolute;
	top: 0px; left: 0px;	
	width: 100%; height: 100%;
	z-index: 10;
	background-image: url(images/black-50.png);
	text-align: center;
}

div#sluierClose {
	position: absolute;
	top: 0px; left: 0px;
	display: block;
	width: 100%; height: 100%;
}

div#sluierClose a {
	display: block;
	width: 100%; height: 100%;
}

div#sluierClose span {
	display: none;
}

div#ajaxLoader {
	width: 100px; height: 70px;
	padding: 212px 0px 0px 295px;
	background: #eee;
	text-align: center;
	font-weight: bold;
}

p#albumDesc {
	float: left;
}

p#albumAmounts {
	float: left;
	margin: 0px 0px 0px 10px;
}

div#sluier_content_video {
	position: absolute;
	top: 20px; left: 0px;	
	width: 100%; height: 100%;
	z-index: 12;
}

div#sluier_content_video div.whiteBox {
	width: 412px;
	position: relative;
	margin: 0px auto 0px auto;
	padding: 5px;
	background: #fff;
	text-align: left;
}

div#sluier_content_video div.whiteBoxContent {
	width: 384px;
	padding: 13px;
	border: 1px solid #333;
	background: #fff;
}

div#sluier_content_video div#videoContainer {
	display: block;
	width: 384px; height: 331px;
	background: #eee;
	color: #fff;
}

div#sluier_content_video div#sluier_close_video {
	position: absolute;
	bottom: 14px; right: 19px;
}

div#sluier_content_image {
	position: absolute;
	top: 20px; left: 0px;	
	width: 100%; height: 100%;
	z-index: 12;
}

div#sluier_content_image div.whiteBox {
	width: 728px;
	position: relative;
	margin: 0px auto 0px auto;
	padding: 5px;
	background: #fff;
	text-align: left;
}

div#sluier_content_image div.whiteBoxContent {
	width: 700px;
	padding: 13px;
	border: 1px solid #333;
	background: #fff;
}

div#sluier_content_image div#fotoContainer {
	display: block;
	width: 700px; height: 525px;
	background: #eee;
}

div#sluier_content_image div#fotoSeriePrev {
	display: none;
	width: 37px; height: 39px;
	float: left;
	background: url(images/beeld/previous.gif);	
	margin: 15px 0px 0px 0px;
}

div#sluier_content_image div#fotoSeriePrev A span {
	display: none;
}

div#sluier_content_image div#fotoSeriePrev A {
	display: block;
	width: 37px; height: 39px;
	background: url(images/beeld/previous.gif);
}

div#sluier_content_image div#fotoSeriePrev A:hover {
	background: url(images/beeld/previous_on.gif);
}


div#sluier_content_image div#fotoSerieNext {
	display: none;
	width: 37px; height: 39px;
	background: url(images/beeld/next.gif);		
	float: left;
	margin: 15px 0px 0px 0px;
}

div#sluier_content_image div#fotoSerieNext A span {
	display: none;
}

div#sluier_content_image div#fotoSerieNext A {
	display: block;
	width: 37px; height: 39px;
	background: url(images/beeld/next.gif);
}

div#sluier_content_image div#fotoSerieNext A:hover {
	background: url(images/beeld/next_on.gif);
}

div#sluier_content_image div#fotoSeries {
	float: left;
	display: inline-block;
	width: 623px; height: 75px;
	padding-left: 3px;
	overflow: hidden;
	background: #fff;
}

div#sluier_content_image div#fotoSeries A {
	float: left;
	display: inline-block;
	padding: 5px; margin: 7px 0px 0px 5px;
	border: 1px solid #fff;
}

div#sluier_content_image div#fotoSeries A:hover {
	border: 1px solid #8dc73f;
}

div#sluier_content_image div#fotoSeries A.active {
	border: 1px solid #8dc73f;
}

div#sluier_content_image div#fotoThumbContainer {
	display: block;
	width: 700px;
	text-align: left;
	background: #fff;
	margin: 10px 0px 0px 0px;
}

div#sluier_content_image div#sluier_close_image {
	position: absolute;
	bottom: 14px; right: 19px;
}

/*
* Typography styles
*/

h2 {
  color: #8dc63f;
  font-size: 200%;
  line-height: 130%;
  padding: 0;
  margin: 0;
}

#contentleft div.vacatures h2 { 
  padding: 15px 0 0 0; 
}

#contentWide h2 {

}

h3 {
	font-size: 110%;
	padding: 0;
	margin: 0;
}

div.medewerkerBox h3 {
	line-height: 140%;
	margin: 0; padding: 0;
}

h2.medewerker {
	margin: 0px 0px 15px 0px; padding: 0;
}

h3.medewerker {
	margin: 0; padding: 0 0 5px 0;
}

h4 {
	color: #999;
}

p {
	font-size: 100%;
	line-height: 130%;
	color: #333;
	padding: 12px 0 0 0;
}

#contentleft div.vacatures p {
  padding: 0;
}

p.error_txt {
	color: #f00;
}

#footer p {
	font-size: 90%;
	color: #fff;
	padding: 5px 0px 0px 0px;
}

#routeform p {
  font-size: 90%;
  color: #8dc73f;
  padding: 0;
}

p.vacatures-onderschrift {
	margin-top: 30px;
}

#footer p.disclaimer { color: #fff; position: absolute; right: 10px; top: 0px; padding: 0; }

/*
* Anchor styles
*/

A 			{ text-decoration: none; color: #8dc63f; }
A:link		{ text-decoration: none; color: #8dc63f; }
A:visited	{ text-decoration: none; color: #8dc63f; }
A:active	{ text-decoration: none; color: #8dc63f; }
A:hover		{ text-decoration: underline; color: #336600; }
A.active	{ text-decoration: underline; color: #336600; }

#footer a { color: #fff; }
#footer p.disclaimer a { display: block; padding: 4px 5px 4px 5px; color: #fff; }

#breadcrumbs a {
  font-size: 90%;
  color: #9d9fa2;
}

#contentleft a.button {
  float: left;
  display: block;
  width: 85px;
  text-align: center;
  padding: 5px 0 5px 0;
  margin: 5px 10px 0 0;
  background: #8dc63f;
  font-size: 90%;
  font-weight: bold;
  color: #FFFFFF;
}

#contentleft a.button:hover { background: #336600; text-decoration: none; } 

a.routebutton {
  display: block;
  width: 125px;
  text-align: center;
  padding: 3px 0 3px 0;
  margin: 5px 0 0 0;
  background: #8dc63f;
  font-size: 100%;
  font-weight: bold;
  color: #FFFFFF;
}

a.routebutton:hover { background: #336600; text-decoration: none; } 

#contentleft div.medewerkerBox h2 a 		{ color: #8dc63f; }
#contentleft div.medewerkerBox h2 a:hover	{ text-decoration: none; color: #336600; }

#contentleft div.vacatures h2 a 		{ font-size: 70%; color: #8dc63f; }
#contentleft div.vacatures h2 a:hover	{ color: #336600; text-decoration: none; }


/*
* List styles
*/

#contentleft ul.zoekresultaten {
	list-style-type: none;
	margin: 0; padding: 0;
}

#contentleft ul.zoekresultaten li {
	margin: 10px 0px 0px 0px; padding: 0;
}

#contentleft ul.zoekresultaten li A {
	font-weight: bold;
	font-size: 110%;
}

/*
* Navigation styles
*/

#content ul {
  font-size: 96%;
	line-height: 130%;
	color: #333;
	list-style-type: disc;
	font-family: inherit;
	
}

#content li {
  margin: 0 0 0 20px;
}

ul#nav {
	position: absolute;
	top: 288px; left: 150px;
	font-size: 100%;
	list-style-type: none;
	margin: 0px 0px 0px 0px; padding: 7px 0px 0px 0px;
	text-align: left;
	width: 500px;
}

ul#nav li {
	display: inline;
	margin: 0px; padding: 0px 0px 0px 0px; height: 24px;
}

ul#nav A		{ font-weight: bold; text-decoration: none; color: #fff; padding: 6px 10px 5px 0px; }
ul#nav A:hover	{ text-decoration: none; color: #000; }
ul#nav A.active	{ text-decoration: none; color: #336600; }

ul#nav ul	{
	display: block;
	position: absolute;
	top: 30px; left: 0px;
	width: 600px;
}

ul#nav ul A			{ font-weight: normal; text-decoration: none; color: #8dc73f; }
ul#nav ul A:hover	{ text-decoration: none; color: #333; }
ul#nav ul A.active	{ text-decoration: none; color: #333; }

ul#serviceNav {
	position: absolute;
	top: 290px; right: 10px;
	font-size: 100%;
	list-style-type: none;
	margin: 0px; padding: 0px;
	text-align: left;
	color: #fff;
	font-weight: bold;
}

ul#serviceNav li {
	display: inline; float: left;
	margin: 0px; padding: 0px;
}

ul#serviceNav A { 
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding: 0;
  	display: block;
  	padding: 5px 7px 2px 10px;	 
}
ul#serviceNav A:hover	{ text-decoration: none; color: #000; }
ul#serviceNav A.active  { text-decoration: none; color: #000; }

ul#serviceNav A#loginButt {
  margin: 0px 20px 0 20px;
  padding: 2px 7px 2px 10px;
  background: url(images/login_knop.gif) no-repeat right;
}

ul#serviceNav A#loginButt span.chevron {
  font-size: 120%;
}

ul#serviceNav li.langSelect {
	padding: 5px 0px 0px 0px;
}

ul#serviceNav li.langSelect A {
	display: inline;
	padding: 2px 0px 2px 0px;
}


