* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background: url(../images/bg_content.jpg) top center repeat-x #f1f2f2;
	font: 12px "Lucida Grande","Lucida sans", Verdana, sans-serif;
	margin: 0 auto;
	padding: 0px;
	text-align:center;
	line-height: 1.5;
	color:#000;
	}

p	{
	font: 12px "Lucida Grande","Lucida Sans", Verdana, sans-serif;
	padding:0px;
	margin:0px;
	}

.spacer {
	clear: both;
	height: 0px;
	line-height: 1px;
	font-size:1px;
	}

a {
	text-decoration:none;
	color:#000;
	-moz-outline-style:none; 
	
	}




a img{
	border:none;
	}


h3{
	font: 11px "Lucida Grande","Lucida Sans", Verdana, sans-serif;
	color:#000;
	margin-top:0px;
	}

#midholder h3{
	font: 12px "Lucida Grande","Lucida Sans", Verdana, sans-serif;
	font-weight:bold;
	color:#2C2C2C;
	margin-left:40px;
	}

#midholder h1,
#midholder h2,
#midholder h4{
	color:#2C2C2C;
	margin-left:40px;
	}	

/* divs */

#pageholder{
	width:1000px;
	margin:0 auto;
	text-align:left;
	}
	
#pageholder_ftrbg{
	clear: both;
	width:100%;
	background:url(../images/bg_footer.gif) bottom left repeat-x;
	}


#page{
	float:none;
	clear:both;
	background-color:#f1f2f2; 
	}

#header{
	position:relative;
	height: 190px;
	margin:0px;
	padding:0px;
	background: url(../images/headerimage.jpg) repeat #f1f2f2;
	}

#menu{
	display:block;
	position:absolute;
	right:248px;
	top:145px;
	font: 13px "Lucida Grande","Lucida Sans", lucida, Verdana, sans-serif;
	color:#666;
	height:20px;
	width: 320px;
	text-align:right;
	text-shadow: #999 2px 2px 4px;
	
	}
	
#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
	display:inline;
	float: right;
	}

#menu ul li{
	list-style:none;
	display:inline;
	float: left;
	cursor:pointer;
	}

#menu ul li a{
	text-decoration:none;
	color:#ffc800;
	}
	
#homeknop{
	position:absolute;
	left:20px;
	top:110px;
	border:none;
}	

.menubox{
	position:absolute;
	top:35px; /* was: 35 */
	background: url(../images/menubox.png) no-repeat right top;
	width:361px;
	height:81px;
	color:#fff;
	padding:8px 12px 20px 20px;
	}
	
.informatie{
	right:245px;
	display:none;
	}	
	
.nieuwsbrief{
	background: url(../images/menubox_nieuwsbrief.png) no-repeat right top;
	right:370px;
	width: 245px;
	padding-left:148px;
	padding-right:12px;
	display:none;
	}
	
.vacatures{
	background: url(../images/menubox_vaca.png) no-repeat right top;
	right:245px;
	display:none;
	padding-left:213px;
	padding-top: 8px;
	width: 180px;
	}

.contact{
	background: url(../images/menubox_contact.png) no-repeat right top;
	width:170px;
	right:245px;
	padding-left:223px;
	display:none;
	}
		
.menubox p{
	color:#fff;
	line-height:1.6;
	font-weight:normal;
	}
	
.nieuwsbrief .leesmeer{
	float:right;
	margin-right:3px;
	}

.menubox .leesmeer,
.menubox .link{
	background:url(../images/arrow_right_nieuwsbrief.gif) center right no-repeat;
	text-align: left;
	font-size: 10px;
	list-style: none;
	}
	
.vacatures .link{
	background:url(../images/arrow_right_nieuwsbrief.gif) center left no-repeat;
	text-align: left;
	padding:0px;
	margin:0px;
	}
	
.vacatures a{
	margin-left:17px;
	color:#fff;
	}		
	
.menubox a{
	background: url(../images/dottedline_yellow.gif) bottom left repeat-x;
	color:#fff;
	}

.menubox a:hover{
	color:#ffc800;
	}		

.menubox input{
	border:dotted 1px #999;
	background:url(../images/bg_input.gif)top left repeat-y #8a8a8a;
	width:238px;
	margin:8px 0px 10px 0px;
	color:#ffc800;
	font-family: "Lucida Grande","Lucida sans",Verdana,sans-serif;
  	font-size: 12px;
  	padding-left:5px;

	}

#content{
	width: 998px;
	margin:0px;
	padding:0px 0px 80px 0px;
	min-height:600px;
	position:relative;
	}
	

#leftholder{
	width:260px;
	float:left;
	}	

#left{
	margin:0px;
	padding:0px;
	}

#midholder{
	width: 508px;
	float:left;
	}	

#mid{
	margin:5px 0px 0 0;
	padding:0px;
	}	


#rightholder{
	width: 220px;
	float:left;
	}

#right{
	padding: 0px 20px 5px 5px;
	}

.entry{
	position:relative;
	/* margin-top:25px; */
	margin-bottom: 25px;
	}

.firstentry{
	margin-top:0px;
	}
	
.ownpage {
	margin-bottom:0px;
	}	
	
.entryheader{
	position:absolute;
	top:130px;
	left:0px;
	font: 18px "new courier", Courier, "American Typewriter", georgia, serif;
	/*padding: 5px 5px 2px 5px;
	background:#fff;*/
	margin-left:18px;

	}

.subheader{
	position:absolute;
	top:160px;
	left:0px;
	height: 15px;
	background:#fff;
	font: 14px Courier, "American Typewriter", georgia, serif;
	padding: 5px;
	margin-left:18px;
	letter-spacing: -1px;
	}
	
	
.pagetitle{
	margin:0 0 0px 40px;
	font: 12px "Lucida Grande","Lucida Sans", Verdana, sans-serif;
	font-weight:bold; 
	color:#2c2c2c; /*was 383636*/
	line-height: 1.5;

	}
	
.introholder{
	width: 468px;
	min-height: 100px;
	background-color:#eaebeb;
	display:block;
	margin: 0px 15px 0px 15px;
	padding: 30px 10px 5px 0px;
	
	}
.introholder p,
.bodyholder p{
	margin: 0 0 10px 0;
}
	
.introholder ul,
.bodyholder ul{
	text-align:left;
	margin-left:52px;
	margin-bottom: 10px;
	
	}



.introtext{
	font: 12px "Lucida Grande","Lucida Sans", Verdana, sans-serif; 
	color:#2c2c2c; /*was 383636*/
	line-height: 1.5;

	}
	
.bodyholder{
	width: 468px;
	background-color:#eaebeb;
	display:block;
	margin: 0px 15px 0 15px ;
	padding: 30px 10px 5px 0px;
	
	}
	
.bodytext{
	font: 12px "Lucida Grande","Lucida Sans", Verdana, sans-serif; 
	color:#2c2c2c; /*was 383636*/
	line-height: 1.5;
	text-align: center;

	}

.bodytext p,
.introtext p,
.pagetitle p{
	margin-left:40px;
	text-align: left;
	}	

#container{
	width: 473px;
	min-height: 100px;
	background-color:#eaebeb;
	display:block;
	margin: 0;
	padding: 0px 5px 5px 0px;
	}

#container p{
	margin: 15px 0 15px 40px;
	}

#weblog #container p{
	display:none; /* LET OP zorgt ervoor dat op de frontpage alleen het filmpje, maar NIET de bodytext te zien is*/
	}


.introfooter{
	width: 473px;
	min-height: 30px;
	background-color:#eaebeb;
	display:block;
	margin: 0 15px 0 15px;
	padding: 10px 5px 5px 0px;
	
	}

.topimg{
	background:url(../images/img_bg_schaduw.jpg) no-repeat top left;
	padding: 0px 15px 0px 15px;
	}
	
.entryimg{
	position:relative;
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 20px 0px;
	background-color: #EAEBEB;
	}
	
.entry a{
	background: url(../images/dottedline_dark.gif) bottom left repeat-x;
	color:#383636;
	}

.entry a.imglink{
	background-image: none;
	}


.entry a:hover {
	background: url(../images/dottedline_dark.gif) bottom left repeat-x;
	color:#ffc800;
	}

.entry a:hover.imglink{
	background-image: none;
	}


.entryclient { 
	color:#383636;
	font: 12px "Lucida Grande","Lucida Sans", Verdana, sans-serif;
	font-weight:bold;
	line-height: 2.5;
	margin-left: 40px;
	}

.leesverder {
	background:url(../images/arrow_right.gif) center right no-repeat;
	display:block;
	float:right;
	margin-right:15px;
	margin-top:7px;
	padding-right:15px;
	font-size: 10px;
	color:#716d6d;
	}
	
.leesverder a,
.leesverder a:hover {
	background:none;
	}
	
.news{
	background:url(../images/entrydark_bg_schaduw.jpg) 1px 0px no-repeat;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 20px 0px;
	}
	
#entry .news
#tag .news{
	margin: 0;
	}	
	
.news a{
	background: url(../images/dottedline_yellow.gif) bottom left repeat-x;
	color:#fff;
	}

.news a:hover{
	background: url(../images/dottedline_yellow.gif) bottom left repeat-x;
	color:#ffc800;
	}
	
.newstext{
	background:#383636;
	padding:10px 10px 20px 40px;
	color:#fff;
	letter-spacing: 0.1px;
	}
	
.newstext p{
	text-shadow: #383636 0 0 0;
	-moz-opacity: 0.99;
	}	
	
.date{
	font-size:10px;
	color:#666;
	}

.newsheader{
	font-weight:bold;
	}	
	
.movie{
	background:none;
	padding:0px;
	margin: 0px 0px 0px 15px;
	}
	
.movie img{
	background:none;
	padding:0px;
	}	
	
#vorigevolgende{
	display:block;
	height:30px;
	margin:40px 15px 0px 15px;
	}	


.vorige a{
	float:left;
	background:url(../images/arrow_left.gif) center left no-repeat;
	width: 45px;
	padding-left:15px;
	font-size: 10px;
	color:#716d6d;
	}
	
.vorige a:hover{
	color:#ffc800;
	}

.vorige.notactive {
	color:#ccc;
	float:left;
	background:url(../images/arrow_left.gif) center left no-repeat;
	width: 55px;
	padding-left:15px;
	font-size: 10px;
	}
	
	
.volgende a{
	float:right;
	background:url(../images/arrow_right.gif) center right no-repeat;
	width: 55px;
	padding-right:15px;
	font-size: 10px;
	color:#716d6d;
	text-align: right;
	}

.volgende a:hover{
	color:#ffc800;
	}

.volgende.notactive {
	color:#ccc;
	background:url(../images/arrow_right_notactive.gif) center right no-repeat;
	float:right;
	width: 55px;
	padding-right:15px;
	font-size: 10px;
	text-align: right;
	}
		
	


#footer{
	width:1000px;
	height:168px;
	background:url(../images/bg_footer.gif) repeat-x bottom left #ffc800;
	}

#footer p{
	margin-top:15px;
	color:#fff;
	line-height:1.6;
	font-weight:normal;
	}
	
#footer a{
	background: url(../images/dottedline_yellow.gif) bottom left repeat-x;
	color:#fff;
	}

#footer a:hover{
	color:#ffc800;
	}
	
#over{
	margin-top:23px;
	border-right: solid 1px #666;
	width:450px;
	float:left;
	padding: 0px 15px 0px 20px;
	}
	

#contact{
	margin-top:23px;
	width:225px;
	border-left: solid 1px #666;
	float:right;
	padding: 0px 0px 0px 20px;
	}

.leesmeer{
	background:url(../images/arrow_right_dark.gif) center right no-repeat;
	font-size: 10px;
	margin-left: 10px;
	padding-right:15px;
	}

.leesmeer a{
	color:#999;
	}
	
.leesmeer a:hover{
	color:#ffc800;
	}
	
	
#right h3{
	margin:0;
	padding:0;
}

.filter{
	list-style: none;
	margin:0;
	padding:0;
	line-height:1.3;
	
	}

.filter li a{
	list-style: none;
	margin: 0px 0px 2px 0px;
	padding:0px;
	color:#616161;
	font: 11px "Lucida Grande","Lucida Sans", Verdana, sans-serif;
	}
	
.filter li a:hover{
	color:#616161;
	background: url(../images/dottedline_dark.gif) bottom left repeat-x;
	}
	
#right p{
	color:#b0b0b0;
	font: 11px "Lucida Grande","Lucida Sans", Verdana, sans-serif;
	margin: 10px 0px 10px 0px;
	line-height:1.3;
	letter-spacing: -0.5px;
	}
	
.gewerktvoor{
	color:#b0b0b0;
	list-style: none;
	margin:0;
	padding:0;
	line-height:1.3;
	display:inline;
	letter-spacing:-0.5px;
	
	}
	
.gewerktvoor li{
	display:inline;
	}

.gewerktvoor li a{
	list-style: none;
	margin: 0px 0px 2px 0px;
	padding:0px;
	color:#b0b0b0;
	font: 11px "Lucida Grande","Lucida Sans", Verdana, sans-serif;
	}
	
.gewerktvoor li a:hover{
	color:#b0b0b0;
	background: url(../images/dottedline_dark.gif) bottom left repeat-x;
	}
	

.reactieholder {
	background: url(../images/tekstfiepje2.gif) top left no-repeat;
	padding:15px;
	margin:0px;
	width:463px;
	}

.reactie {
	clear: both;
	background: url(../images/bg_reactie.gif) top left repeat-y;
	width: 423px;
	padding: 15px 15px 15px 40px;
	margin:0px;
	}

.reactie p{
	color:#fff;
	line-height:2;
	}

.reactie .leesmeer{
	float:right;
	background-image: url(../images/arrow_right_nieuwsbrief.gif);
	margin-right: 3px;}
	
.reactie .leesmeer {
	float:right;
	background-image: url(../images/arrow_right_nieuwsbrief.gif);
	margin-right: 3px;
  }

.reactie .leesmeer a {
	color:#f1f2f2;
	background:none;
	}

.reactie .leesmeer a:hover{
	color:#ffc800;
	background:none;
	}

.reactie form {
	float:left;
	clear: both;
}

.reactie form div {
	float:left;
	margin-top: 3px;
	width: 390px;
}

.reactie label {
	float:left;
	width:110px;
	padding: 2px;
	color: #FFFFFF;
	line-height: 1.8;
}

.reactie input,
.reactie textarea {
  font-family: "Lucida Grande","Lucida sans",Verdana,sans-serif;
  font-size: 12px;
  font-size-adjust: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1.5;
	border: dotted 1px #999;
	background: url(../images/bg_input.gif)top left repeat-y #8a8a8a;
	width: 270px;
	padding: 2px;
	margin: 0 0 5px 0;
	color: #ffc800;
	}

.reactie_response {
	float:left;
	clear: both;
  width: 280px;
  margin: 40px 0 40px 60px;
  padding: 0;
  /*display: none;*/
}

#menubox2 .reactie_response {
	float:left;
	clear: both;
  width: 200px;
  margin: 0;
  padding: 0;
  /*display: none;*/
}

#midholder .reactie_response h3,
.reactie_response h3 {
	color:#fff;
	font-size: 1.4em;
	line-height: 1.6;
	font-weight: normal;
}

#midholder .reactie_response h3.ok,
.reactie_response h3.ok {
  color: #ffc800;
}

.reactie_response p {
	color:#fff;
	line-height: 1.6;
}

.reactie_response img {
  border: 0;
  margin: 10px;
  padding: 0;
}

.reactie_response.fromserver {
  display: block;
}

span span.nomail {
  display: none;
}

#response_working,
#response_success,
#response_error,
#nieuwsbrief_working,
#nieuwsbrief_success,
#nieuwsbrief_error,
#reactieform {
  /* alle javascript aanstuurbare dingen verbergen */
  display: none;
}


.opmerking {
	border:dotted 1px #999;
	background:url(../images/bg_input.gif)top left repeat-y #8a8a8a;
	margin-top: 13px;
	}
		
	
.klantemail{
	border:dotted 1px #999;
	background:url(../images/bg_input.gif)top left repeat-y #8a8a8a;
	margin-top: 10px;
	}

#relatedprojects{
	width: 433px;
	min-height: 100px;
	display:block;
	margin: 0px 15px 0px 15px;
	padding: 0px 5px 5px 40px;
	
	}	
	
#relatedprojects p{
	color:#828181;
	font: 11px "Lucida Grande","Lucida Sans", Verdana, sans-serif;
	line-height:1.2;
	}

.related{
	list-style: none;
	margin:0;
	padding:0;
	}

.related li {
	background: url(../images/arrow_right_related.gif) left top no-repeat;
	padding-left:15px;
	line-height:1.2;
	}

.related li a{
	list-style: none;
	margin: 0px 0px 2px 0px;
	padding:0px;
	color:#828181;
	font: 11px "Lucida Grande","Lucida Sans", Verdana, sans-serif;
	background-image: none;
	}
	
	
.related li a:hover{
	color:#a7a7a7;
	background: url(../images/dottedline_dark.gif) bottom left repeat-x;
	}
	
.relatedclient{
	color: #b8b8b8;
	}
	
/* pivot styles */



.pivot-image {
	border: none!important;
	float: none;
	background: url(../images/img_bg_schaduw.jpg) no-repeat top left;
	padding: 0px 15px 0px 15px;
}


.bodyholder .pivot-image,
.introholder .pivot-image {
	border: none!important;
	float: none;
	background: #ffc800;
	padding: 0;
	margin: 15px 0 15px 0px;
}


.contactform{
	position:relative;
	/* margin-top:25px; */
	margin-bottom: 15px;
	}
	
.contactform a{
	background: url(../images/dottedline_dark.gif) bottom left repeat-x;
	color:#383636;
	}

.contactform a:hover {
	background: url(../images/dottedline_dark.gif) bottom left repeat-x;
	color:#ffc800;
	}	
	
object {
	/*margin-left: 10px;*/
	margin-right:0;
	}	

.menubox p.geel {
	color:#FFC800;
	}
