/* ----------------------------------- */
/*                                     */
/* Reset styles                        */
/*                                     */
/* ----------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong {
	font-weight: bold;
}

.clear{
	clear: both;
}


/* ----------------------------------- */
/*                                     */
/* Main styles                         */
/*                                     */
/* ----------------------------------- */

html {
	overflow-y: scroll;
}


body {
	background-color:#fff;
	background-image:url(/public/img/bg/bg_body.gif);
	background-repeat: repeat-x;
	background-position: top center;
}
body.projectdetail {
	background-image:url(/public/img/bg/bg_body_projectdetail.gif);
}

div {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #4b4b4b;
}

a {
	color: #ee8c27;
	text-decoration: none;
}
a:hover {
	color: #ee8c27;
	text-decoration: underline;
}

a span {
	display: none;
}

p {
	padding-bottom: 20px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

input, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4b4b4b;
}

.hint {
	color: #999;
}


/* ----------------------------------- */
/*                                     */
/* Flash styles                        */
/*                                     */
/* ----------------------------------- */

.flash {
	color: #fff;
	font-size: 0px;
}
.flash a {
	color: #fff;
}

.flashlink {
	display:none;
}


/* ----------------------------------- */
/*                                     */
/* Basis styles                        */
/*                                     */
/* ----------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	margin: 0 0 -18px 0;
}

sup {
	font-size: 9px;
	vertical-align:top;
}

sub {
	font-size: 9px;
	vertical-align:bottom;
}

#maincontainer {
	position: relative;
	min-width: 970px;
	width: 100%;
	background-image:url(/public/img/bg/bg_main.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	overflow: hidden;
}

#centercontainer {
	position: relative;
	width: 970px;
	margin: 0 auto;
}

#top {
	position: relative;
	float: left;
	width: 970px;
	height: 155px;
}

#menu {
	position: relative;
	float: left;
	width: 870px;
	height: 130px;
	margin: 25px 0 0 0;
	display: inline;
	color: #000000;
}

#logo {
	position: relative;
	float: left;
	width: 100px;
	height: 155px;
}
#logo a {
	float: left;
	width: 100px;
	height: 100px;
	display: block;
	background-image: url(/public/img/algemeen/logo.gif);
	margin: 25px 0 0 0;
	display: inline;
}

#trailimageid {
	visibility: hidden;
	position:absolute;
	width: 200px;
	height: 100px;
	z-index: 100;
	padding: 8px 8px 25px 8px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale src='/public/img/algemeen/tooltip.png');
}
#trailimageid[id] {
	background-image: url(/public/img/algemeen/tooltip.png);
}

#middle {
	position: relative;
	float: left;
	width: 970px;
}

#leftcontent {
	position: relative;
	float: left;
	width: 260px;
	margin: 0 35px 0 0;
	display: inline;
}
#full_service_internetbureau {
	position: relative;
	float: left;
	width: 260px;
	height: 115px;
	padding: 35px 0 0 0;
}
#diensten {
	position: relative;
	float: left;
	width: 260px;
	height: 540px;
	padding: 0;
}
#diensten_setail {
	position: relative;
	float: left;
	width: 260px;
	height: 580px;
	padding: 0;
}
#prijsbanner {
	float: left;
	width: 292px;
	height: 190px;
	margin: 0 0 0 -32px;
	display: block;
}
#testimonials2 {
	position: relative;
	float: left;
	width: 260px;
	height: 540px;
	padding: 30px 0 0 0;
}
#testimonials3 {
	position: relative;
	float: left;
	width: 260px;
	padding: 30px 0 0 0;
}
.klant_testimonial{
	float: left;
	width: 260px;
	margin: 30px 0 10px 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;

}
.klant_testimonial a{
	color: #888;
	text-decoration: none;
}

.klant_testimonial a:hover{
	color: #333;
	text-decoration: none;
}
.klant_naam{
	float: right;
	text-align: right;
	margin: 10px 0 0 0;
	font-weight: bold;
	font-size: 10px;
	color: #666;
}

.quote_boven{
	float: left;
	width: 16px;
	height: 16px;
	margin: 0 10px 0 0;
	background: url(/public/img/bg/quote_boven.png) no-repeat bottom left;
	_background: url(/public/img/bg/quote_boven.gif) no-repeat bottom left;
}

.quote_beneden{
	float: right;
	width: 16px;
	height: 16px;
	margin: 5px 0 0 0;
	display: block;
	background: url(/public/img/bg/quote_beneden.png) no-repeat top left;
	_background: url(/public/img/bg/quote_beneden.gif) no-repeat top left;
}

#testimonial_spacer {
	float: left;
	width: 100px;
	height: 50px;
}

.usps {
	position: relative;
	float: left;
	width: 260px;
	border-top: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
	margin: 25px 0 0 0;
}
.usps ul {
	list-style-type: square;
	margin: 15px 0 15px 15px;
	padding: 0;
	font-weight: bold;
}

#rightcontent {
	position: relative;
	float: left;
	width: 675px;
}

#presentatie {
	position: relative;
	float: left;
	width: 675px;
	height: 310px;
}
#content {
	position: relative;
	float: left;
	width: 675px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding: 0 0 50px 0;
}
#klanten {
	position: relative;
	float: left;
	width: 675px;
	margin: 35px 0 0 0;
}
#klanten h2 a {
	position: relative;
	float: left;
	width: 675px;
	height: 25px;
	margin: 0 0 10px 0;
	display: inline-block;
	background-image:url(/public/img/koppen/klanten.png);
	_background-image:url(/public/img/koppen/klanten.gif); /* IE */
	background-repeat: no-repeat;
	background-position: top;
}
#klanten h2 a:hover {
	background-position: bottom;
}

#klanten a.klantlink {
	float: left;
	dsiplay: block;
	height: 94px;
	background-position: top;
	background-repeat: no-repeat;
}
#klanten a.klantlink:hover {
	background-position: bottom;
}

#stairmakeover {
	background-image:url(/public/img/knoppen/klant_stairmakeover.gif);
	width: 90px;
	margin: 0 35px 0 35px;
}
#baanbrekend {
	background-image:url(/public/img/knoppen/klant_baanbrekendlimburg.gif);
	width: 212px;
	margin: 0 35px 0 0;
}
#dpz {
	background-image:url(/public/img/knoppen/klant_dpz.gif);
	width: 80px;
	margin: 0 35px 0 0;
}
#vanbommel {
	background-image:url(/public/img/knoppen/klant_vanbommel.gif);
	width: 134px;
	margin: 0 0 0 0;
}

#bergjes {
	background-image:url(/public/img/knoppen/klant_bergjes.gif);
	width: 130px;
	margin: 0 55px 0 35px;
}
#logistic {
	background-image:url(/public/img/knoppen/klant_logistic.gif);
	width: 100px;
	margin: 0 55px 0 0;
}
#kersten {
	background-image:url(/public/img/knoppen/klant_kersten.gif);
	width: 94px;
	margin: 0 55px 0 0;
}
#vdijssel {
	background-image:url(/public/img/knoppen/klant_vdijssel.gif);
	width: 113px;
	margin: 0 0 0 0;
}

.introtekst {
	float: left;
	width: 615px;
	padding: 30px 30px 0 30px;
	font-weight: bold;
}

.introtekst2 {
	float: left;
	width: 615px;
	padding: 30px 30px 0 30px;
	margin: 0 0 30px 0;
	font-weight: bold;
}
.vervolgtekst {
	float: left;
	width: 615px;
	padding: 30px 30px 0 30px;
	display: none;
}
.tekst {
	float: left;
	width: 615px;
	padding: 30px 30px 0 30px;
}
.tekst ul, .vervolgtekst ul {
	margin: 0 0 20px 0;
	list-style-type: square;
}


.padding {
	padding: 30px 30px 35px 30px;
}

.leesmeer {
	float: left;
	width: 675px;
	margin: 0 0 20px 0;
}
.leesmeer a {
	float: right;
	margin: 15px 10px 5px 0;
	display: block;
	height: 11px;
	line-height: 8px;
	padding: 0 17px 0 0;
	font-weight: bold;
	background-image: url(/public/img/knoppen/leesmeerpijl.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.leesmeer a.active {
	width: 11px;
	overflow: hidden;
	padding: 0;
	text-indent: -1000px;
	background-position: bottom right;
}

.leesmeer2 {
	float: left;
	width: 615px;
}
.leesmeer2 a {
	float: right;
	display: block;
	height: 17px;
	padding: 0 17px 0 0;
	font-weight: bold;
	background-image: url(/public/img/knoppen/leesmeerpijl2.gif);
	background-position: right 5px;
	background-repeat: no-repeat;
}

a.teruglink {
	float: right;
	display: block;
	height: 17px;
	padding: 0 0 0 17px;
	font-weight: bold;
	background-image: url(/public/img/knoppen/terugpijl.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
}

#uitklapblokken {
	float: left;
	margin: 35px 0 0 0;
}

/*jQuery fix: IE7 slideUp en slideDown*/
#uitklapblokken .vervolgtekst {
	position:relative;
	zoom:1;
}

.subblok a {
	float: left;
	display: block;
	height: 25px;
	width: 675px;
	margin: 0 0 5px 0;
	background-image: url(/public/img/knoppen/uitklapblok.png);
	_background-image: url(/public/img/knoppen/uitklapblok.gif);
	background-position: top;
}
.subblok a.active {
	background-position: bottom;
}


.medewerker {
	float: left;
	display: block;
	width: 615px;
	margin: 0 0 20px 0;
	}
.medewerker span {
	float: left;
	display: block;
	margin: 0 10px 0 0;
	font-weight: bold;
}
.medewerker strong.titel {
	color: #ee8c27;
	font-weight: normal;
}
.medewerker a.foto {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 30px 0 0;
	background:none;
	background-position: top;
	background-repeat: no-repeat;
	background: #999;
	cursor: pointer;
}
/* directie */
.medewerker a.wvdwouw {
	background: url(/public/img/mensen/wvdwouw.jpg);
}
.medewerker a.bpeters {
	background: url(/public/img/mensen/bpeters.jpg);
}
.medewerker a.gohveld {
	background: url(/public/img/mensen/gohveld.jpg);
}
/* account management */
.medewerker a.rdkleermaeker {
	background: url(/public/img/mensen/rdkleermaeker.jpg);
}
/* internet marketeers */
.medewerker a.rlinders {
	background: url(/public/img/mensen/rlinders.jpg);
}
.medewerker a.blinders {
	background: url(/public/img/mensen/blinders.jpg);
}
.medewerker a.cramakers {
	background: url(/public/img/mensen/cramakers.jpg);
}
.medewerker a.rwintjes {
	background: url(/public/img/mensen/rwintjes.jpg);
}
/* multimedia vormgevers */
.medewerker a.dvrijswijk {
	background: url(/public/img/mensen/dvrijswijk.jpg);
}
.medewerker a.tsonnemans {
	background: url(/public/img/mensen/tsonnemans.jpg);
}
.medewerker a.emies {
	background: url(/public/img/mensen/emies.jpg);
}
/* technische ontwikkelaars / programmeurs */
.medewerker a.rvanderfeesten {
	background: url(/public/img/mensen/rvanderfeesten.jpg);
}
.medewerker a.hhoeijmakers {
	background: url(/public/img/mensen/hhoeijmakers.jpg);
}
.medewerker a.kpeeters {
	background: url(/public/img/mensen/kpeeters.jpg);
}
.medewerker a.ralberts {
	background: url(/public/img/mensen/ralberts.jpg);
}
.medewerker a.mschreurs {
	background: url(/public/img/mensen/mschreurs.jpg);
}
.medewerker a.fquillettes {
	background: url(/public/img/mensen/fquillettes.jpg);
}
.medewerker a.ldrooij {
	background: url(/public/img/mensen/ldrooij.jpg);
}
/* administratie */
.medewerker a.phaanen {
	background: url(/public/img/mensen/phaanen.jpg);
}

.medewerker a.linkedin {
	float: right;
	width: 72px;
	height: 19px;
	background-image: url(/public/img/knoppen/linkedin.gif);
	background-position: top;
	background-repeat: no-repeat;
	text-indent: -1000px;
	overflow: hidden;
	display: block;
}
.medewerker a.linkedin:hover {
	background-position: bottom;
}
.medewerker a.mail {
	float: left;
	width: 19px;
	height: 13px;
	margin: 2px 0 0 0;
	background-image: url(/public/img/knoppen/mail.gif);
	background-position: top;
	background-repeat: no-repeat;
	text-indent: -1000px;
	overflow: hidden;
	display: block;
	line-height: 0;
	font-size: 0;
}
.medewerker a.mail:hover {
	background-position: bottom;
}

#klantenlijst {
	float: left;
	background:url(/public/img/bg/bg_klanten.gif);
	background-repeat: repeat-y;
	margin: 30px 0 30px 0;
}
.klantblok {
	float: left;
	margin: 0 20px 0 20px;
	width: 185px;
}
.klantblok ul {
	padding: 0 0 0 15px;
	margin: 10px 0 20px 0;
	list-style-type: square;
}


.screenshotkop_groot {
	margin: 0 0 30px 0;
}

#projecten, #projecten_groot {
	position: relative;
	float: left;
	width: 475px;
	margin: 35px 0 0 0;
	display: inline;
}
#projecten h2 a {
	position: relative;
	float: left;
	width: 475px;
	height: 25px;
	margin: 0 0 35px 0;
	display: inline-block;
	background-image:url(/public/img/koppen/projecten.png);
	_background-image:url(/public/img/koppen/projecten.gif); /* IE */
	background-repeat: no-repeat;
	background-position: top;
}
#projecten h2 a:hover {
	background-position: bottom;
}

#projecten_groot h2 {
	position: relative;
	float: left;
	width: 475px;
	height: 25px;
	margin: 0 0 35px 0;
	background-image:url(/public/img/koppen/projecten2.png);
	_background-image:url(/public/img/koppen/projecten2.gif); /* IE */
}
#projecten_groot h2 span {
	display: none;
}

#projecten a, #projecten_groot a {
	position: relative;
	float: left;
	width: 103px;
	height: 94px;
	margin: 0 7px 15px 8px;
	padding: 0;
	display: inline;
	text-align: center;
}

#projecten a:hover, #projecten_groot a:hover {
	text-decoration:none;
}

#bladeren {
	position: relative;
	float: left;
	width: 475px;
	height: 25px;
	padding: 10px 0 0 0;
}
#bladeren a#vorige {
	float: left;
	background: url(/public/img/knoppen/vorige.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 100px;
	height: 25px;
	display: inline;
}
#bladeren a#volgende {
	float: right;
	background: url(/public/img/knoppen/volgende.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 100px;
	height: 25px;
	display: inline;
}
#bladeren a#vorige:hover, #bladeren a#volgende:hover {
	background-position: bottom;
}

#bladeren2 {
	position: relative;
	float: left;
	width: 615px;
	height: 25px;
	padding: 20px 0 0 30px;
}
#bladeren2 a#vorige {
	float: left;
	background: url(/public/img/knoppen/vorige.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 100px;
	height: 25px;
	display: inline;
}
#bladeren2 a#volgende {
	float: right;
	background: url(/public/img/knoppen/volgende.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 100px;
	height: 25px;
	display: inline;
}
#bladeren2 a#vorige:hover, #bladeren2 a#volgende:hover {
	background-position: bottom;
}

#routeblok {
	position: relative;
	float: left;
	width: 675px;
	height: 310px;
	background-image:url(/public/img/bg/route.jpg);
}
#routeform {
	float: left;
	margin: 110px 0 0 55px;
	width: 160px;
}
#routeform .routeveld {
	float: left;
	width: 156px;
	height: 16px;
	color: #999;
	border: 1px solid #999;
	margin: 0 0 30px 0;
	display: inline;
	padding: 2px;
}
#routeform a.verzendlink {
	float: right;
	width: 110px;
	height: 25px;
	display: inline-block;
	background-image:url(/public/img/knoppen/route.png);
	_background-image:url(/public/img/knoppen/route.gif); /* IE */
	background-repeat: no-repeat;
	background-position: top;
}
#routeform a:hover.verzendlink {
	background-position: bottom;
}
#routeform a.verzendlink span {
	display: none;
}

#contact {
	float: left;
	width: 475px;
	overflow: hidden;
}
#contact h2 {
	float: left;
	width: 475px;
	height: 25px;
	margin: 0 0 35px 0;
	display: inline;
	background-image:url(/public/img/koppen/contact.png);
	_background-image:url(/public/img/koppen/contact.gif); /* IE */
	background-repeat: no-repeat;
	background-position: top;
}
#contact h2.cms-workshop {
	background-image:url(/public/img/koppen/cms-workshop.png);
	_background-image:url(/public/img/koppen/cms-workshop.gif); /* IE */
}
#contact h2 span {
	display: none;
}
#contactform {
	position: relative;
	float: left;
	width: 435px;
	margin: 0 20px 0 20px;
}
#contactform p {
	float: left;
	width: 435px;
	padding: 0 0 10px 0;
}

.contactpersoon {
	float: left;
	font-weight: bold;
	margin: 0 0 20px 20px;
	padding: 0px;
}

#contactform label {
	float: left;
	width: 100px;
	margin: 0 20px 0 0;
	display: inline;
	font-weight: bold;
}
#contactform input {
	float: left;
	width: 309px;
	height: 16px;
	/*color: #999;*/
	border: 1px solid #999;
	display: inline;
	padding: 2px;
}
#contactform textarea {
	float: left;
	width: 309px;
	height: 76px;
	/*color: #999;*/
	border: 1px solid #999;
	display: inline;
	padding: 2px;
	overflow: auto;
}
#contactform a.verstuur, #contactform a.verstuur_inschrijving2 {
	position: relative;
	float: right;
	width: 96px;
	height: 17px;
	margin: 10px 0 0 0;
	display: inline-block;
	background-image:url(/public/img/knoppen/verstuur.png);
	_background-image:url(/public/img/knoppen/verstuur.gif); /* IE */
	background-repeat: no-repeat;
	background-position: top;
}
#contactform a:hover.verstuur, #contactform a:hover.verstuur_inschrijving2 {
	background-position: bottom;
}
#contactform a.verstuur span {
	display: none;
}

#contactbedankt {
	float: left;
	width: 445px;
	display: none;
	padding: 0 0 0 30px;
}
#contactbedankt h2 {
	float: left;
	width: 475px;
	height: 25px;
	margin: 0 0 35px -30px;
	display: inline;
	background-image:url(/public/img/koppen/bedankt.png);
	_background-image:url(/public/img/koppen/bedankt.gif); /* IE */
	background-repeat: no-repeat;
	background-position: top;
}
#contactbedankt h2 span {
	display: none;
}


#adres {
	position: relative;
	float: right;
	width: 180px;
}
#adres h2 {
	float: left;
	width: 180px;
	height: 25px;
	margin: 0 0 35px 0;
	display: inline;
	background-image:url(/public/img/koppen/adres.png);
	_background-image:url(/public/img/koppen/adres.gif); /* IE */
	background-repeat: no-repeat;
	background-position: top;
}
#adres h2 span {
	display: none;
}
#adresgegevens {
	float: left;
	margin: 0 0 0 20px;
}


#minicontact {
	position: relative;
	float: left;
	width: 180px;
	margin: 35px 0 0 0;
	display: inline;
}
#minicontact2 {
	position: relative;
	float: left;
	width: 260px;
	margin: 35px 0 0 0;
	display: inline;
}

.right {
	float: right;
}


#banner {
	position: relative;
	float: right;
	width: 180px;
	margin: 35px 0 0 0;
	display: inline;
}

#minicontact h3 {
	position: relative;
	float: left;
	width: 180px;
	height: 25px;
	margin: 0 0 35px 0;
	display: inline;
	background-image:url(/public/img/koppen/vragen.png);
	_background-image:url(/public/img/koppen/vragen.gif); /* IE */
	background-repeat: no-repeat;
	background-position: top;
}
#leftcontent #minicontact h3 {
	position: relative;
	float: left;
	width: 260px;
	height: 25px;
	margin: 0 0 35px 0;
	display: inline;
	background-image:url(/public/img/koppen/vragen2.png);
	_background-image:url(/public/img/koppen/vragen2.gif); /* IE */
	background-repeat: no-repeat;
	background-position: top;
}
#minicontact h3 span {
	display: none;
}

#minicontactform {
	position: relative;
	float: left;
	width: 180px;
}
#leftcontent #minicontactform {
	position: relative;
	float: left;
	width: 206px;
	margin: 0 0 0 13px;
}
#minicontactform input {
	float: left;
	width: 156px;
	height: 16px;
	/*color: #999;*/
	border: 1px solid #999;
	margin: 0 10px 8px 9px;
	display: inline;
	padding: 2px;
}
#leftcontent #minicontactform input {
	float: left;
	width: 206px;
	height: 16px;
	/*color: #999;*/
	border: 1px solid #999;
	margin: 0 10px 8px 9px;
	display: inline;
	padding: 2px;
}
#minicontactform textarea {
	float: left;
	width: 156px;
	height: 46px;
	/*color: #999;*/
	border: 1px solid #999;
	margin: 0 10px 8px 9px;
	display: inline;
	padding: 2px;
	overflow: auto;
}
#leftcontent #minicontactform textarea {
	float: left;
	width: 206px;
	height: 46px;
	/*color: #999;*/
	border: 1px solid #999;
	margin: 0 10px 8px 9px;
	display: inline;
	padding: 2px;
	overflow: auto;
}
#minicontactform a.verstuur {
	position: relative;
	float: right;
	width: 96px;
	height: 17px;
	margin: 12px 10px 0 0;
	display: inline-block;
	background-image:url(/public/img/knoppen/verstuur.png);
	_background-image:url(/public/img/knoppen/verstuur.gif); /* IE */
	background-repeat: no-repeat;
	background-position: top;
}
#minicontactform a:hover.verstuur {
	background-position: bottom;
}
#minicontactform a.verstuur span {
	display: none;
}

#minicontactbedankt {
	position: relative;
	float: right;
	width: 180px;
	margin: 35px 0 0 0;
	display: none;
}

#minicontactbedankt h3 {
	position: relative;
	float: left;
	width: 180px;
	height: 25px;
	margin: 0 0 35px 0;
	display: inline;
	background-image:url(/public/img/koppen/minibedankt.png);
	_background-image:url(/public/img/koppen/minibedankt.gif); /* IE */
	background-repeat: no-repeat;
	background-position: top;
}
#minicontactbedankt h3 span {
	display: none;
}
#minicontactbedankttxt {
	float: left;
	margin: 0 0 0 20px;
}

#inschrijven {
	position: relative;
	float: left;
	width: 180px;
	margin: 35px 0 0 0;
	display: inline;
}

#inschrijven h3 {
	position: relative;
	float: left;
	width: 180px;
	height: 25px;
	margin: 0 0 35px 0;
	display: inline;
	background-image:url(/public/img/koppen/inschrijving.png);
	_background-image:url(/public/img/koppen/inschrijving.gif); /* IE */
	background-repeat: no-repeat;
	background-position: top;
}
#inschrijven h3 span {
	display: none;
}

#inschrijvenform {
	position: relative;
	float: left;
	width: 180px;
}
#inschrijvenform input {
	float: left;
	width: 156px;
	height: 16px;
	/*color: #999;*/
	border: 1px solid #999;
	margin: 0 10px 8px 9px;
	display: inline;
	padding: 2px;
}

.hidden {
	display: none !important;
}
#inschrijvenform textarea {
	float: left;
	width: 156px;
	height: 46px;
	/*color: #999;*/
	border: 1px solid #999;
	margin: 0 10px 8px 9px;
	display: inline;
	padding: 2px;
	overflow: auto;
}
#inschrijvenform a.verstuur_inschrijving {
	position: relative;
	float: right;
	width: 96px;
	height: 17px;
	margin: 12px 10px 0 0;
	display: inline-block;
	background-image:url(/public/img/knoppen/verstuur.png);
	_background-image:url(/public/img/knoppen/verstuur.gif); /* IE */
	background-repeat: no-repeat;
	background-position: top;
}
#inschrijvenform a:hover.verstuur_inschrijving {
	background-position: bottom;
}
#inschrijvenform a.verstuur_inschrijving span {
	display: none;
}

#inschrijvenbedankt {
	position: relative;
	float: left;
	width: 180px;
	margin: 35px 0 0 0;
	display: none;
}

#inschrijvenbedankt h3 {
	position: relative;
	float: left;
	width: 180px;
	height: 25px;
	margin: 0 0 35px 0;
	display: inline;
	background-image:url(/public/img/koppen/inschrijving.png);
	_background-image:url(/public/img/koppen/inschrijving.gif); /* IE */
	background-repeat: no-repeat;
	background-position: top;
}
#inschrijvenbedankt h3 span {
	display: none;
}
#inschrijvenbedankttxt {
	float: left;
	margin: 0 0 0 20px;
}

.klantlogo {
	float: left;
	width: 150px;
	height: 150px;
}

.testimonial {
	float: left;
	margin: 30px 30px 0 30px;
	padding: 0 0 30px 0;
	width: 615px;
	border-bottom: 1px solid #a2a2a2;
}

.testimonial .klantlogo {
	float: left;
	border: 4px solid #a2a2a2;
	margin: 0 20px 0 0;
}


#projectdetails {
	float: left;
	width: 260px;
}
#projectdetails #logoblok {
	float: left;
	width: 260px;
	height: 170px;
	border-bottom: 1px solid #a2a2a2;
}
#projectdetails #logoblok .klantlogo {
	float: right;
	border: none;
}
#projectdetails #details {
	float: left;
	width: 260px;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #a2a2a2;
}
#projectdetails #url {
	float: left;
	text-align: right;
	font-weight: bold;
	width: 260px;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #a2a2a2;
}
#projectdetails #url a {
	color: #a2a2a2;
}
#projectdetails #expertises {
	float: left;
	width: 260px;
	padding: 15px 0 0 0;
}
#projectdetails #expertises span {
	float: left;
	display: block;
	width: 140px;
	font-weight: bold;
}
#projectdetails #expertises a {
	float: left;
	text-align: left;
	display: block;
	width: 35px;
	height: 35px;
	background-position: top;
	background-repeat: no-repeat;
}
#projectdetails #expertises a span {
	display: none;
}
#projectdetails #expertises a:hover, #projectdetails #expertises a.active {
	background-position: bottom;
}
#projectdetails #expertises #expertise1 {
	background-image:url(/public/img/knoppen/icon_klein_1.gif);
	margin-right: 5px;
}
#projectdetails #expertises #expertise2 {
	background-image:url(/public/img/knoppen/icon_klein_2.gif);
	margin-right: 5px;
}
#projectdetails #expertises #expertise3 {
	background-image:url(/public/img/knoppen/icon_klein_3.gif);
}

/*#klanttestimonial {
	float: left;
	width: 260px;
	margin: 80px 0 0 0;
}
#klanttestimonial #highlight {
	float: left;
	width: 260px;
	margin: 20px 0 20px 0;
	font-weight: bold;
}
.leestestimonial {
	float: left;
	width: 260px;
}
.leestestimonial a {
	float: right;
	display: block;
	height: 11px;
	line-height: 8px;
	padding: 0 17px 0 0;
	font-weight: bold;
	background-image: url(/public/img/knoppen/leesmeerpijl2.gif);
	background-position: top right;
	background-repeat: no-repeat;
}*/

.lijn {
	float: left;
	width: 100%;
	height: 1px;
	background: url(/public/img/bg/lijn.gif) repeat-x top left;
	margin: 10px 0 0 0;
}

.pijler{
	float: left;
	margin: 20px 0 0 0;
	width: 215px;
}

.pijler img{
	float: left;
	margin: 0 15px 0 20px;
}

.pijler_small{
	float: right;
	padding: 20px 0 0 30px;
	color: #888;
}

.pijler_small strong{
	float: left;
	margin: 5px 20px 0 0;
}

.pijler_small img{
	float: left;
	margin: 0 10px 0 0;
}

.pijler_small a {
	float: left;
	font-weight: bold;
	color: #4B4B4B;
	margin: 5px 20px 0 0;
}
.pijler_small a:hover {
	color: #EE8C27;
	text-decoration: none;
}

.leesmeer3 {
	float: right;
	margin: 10px 0 0 0;
}
.leesmeer3 a {
	float: left;
	display: block;
	height: 17px;
	padding: 0 17px 0 0;
	font-weight: bold;
	background-image: url(/public/img/knoppen/leesmeerpijl2.gif);
	background-position: right 5px;
	background-repeat: no-repeat;
}

.leesmeer4 {
	width: 260px;
	float: right;
	padding: 15px 0;
	border-bottom: 1px solid #a2a2a2;
}
.leesmeer4 a {
	float: right;
	display: block;
	height: 17px;
	padding: 0 17px 0 0;
	font-weight: bold;
	background-image: url(/public/img/knoppen/leesmeerpijl2.gif);
	background-position: right 5px;
	background-repeat: no-repeat;
}

#footer {
	float: left;
	width: 970px;
	height: 90px;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#leftfooter {
	float: left;
	width: 450px;
	height: 90px;
}

#breadcrumbs {
	float: left;
	width: 450px;
	height: 17px;
	border-bottom: 1px solid #e5e5e5 ;
	padding: 25px 0 0 0;
}
#breadcrumbs ul {
	background-image: url(/public/img/algemeen/home_icon.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 17px;
	height: 15px;
}
#breadcrumbs ul li {
	float: left;
	padding: 0 8px 0 0;
	margin: 0 8px 0 0;
	display: inline;
	height: 11px;
	color: #ee8c27;
	line-height: 8px;
	border-right: 1px solid #ee8c27;
}
#breadcrumbs ul li.lastitem {
	border: none;
}

#footermenu {
	float: left;
	width: 450px;
	padding: 12px 0 0 0;
}
#footermenu ul {
	padding: 0;
	height: 15px;
}
#footermenu ul li {
	float: left;
	padding: 0 8px 0 0;
	margin: 0 8px 0 0;
	display: inline;
	height: 11px;
	color: #7f7f7f;
	line-height: 8px;
	border-right: 1px solid #7f7f7f;
}
#footermenu ul li a {
	color: #7f7f7f;
}
#footermenu ul li.lastitem {
	border: none;
}

#middlefooter {
	float: left;
	width: 234px;
	height: 90px;
}

#xcms {
	float: right;
	width: 234px;
	height: 17px;
	border-bottom: 1px solid #e5e5e5 ;
	padding: 25px 0 0 0;
}
#xcms ul {
	height: 15px;
}
#xcms ul li {
	float: right;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	display: inline;
	height: 11px;
	color: #ccc;
	line-height: 8px;
	border-right: 1px solid #ccc;
}
#xcms ul li a {
	color: #ccc;
}
#xcms ul li.lastitem {
	border: none;
}

#voorwaarden {
	float: left;
	width: 234px;
	padding: 12px 0 0 0;
}
#voorwaarden ul {
	padding: 0;
	height: 15px;
}
#voorwaarden ul li {
	float: right;
	padding: 0 8px 0 0;
	margin: 0 8px 0 0;
	display: inline;
	height: 11px;
	color: #ccc;
	line-height: 8px;
	border-right: 1px solid #ccc;
}
#voorwaarden ul li a {
	color: #ccc;
}
#voorwaarden ul li.lastitem {
	border: none;
	padding: 0;
	margin: 0;
}

#rightfooter {
	float: left;
	width: 286px;
	height: 90px;
}

#rightfooter a.adwords {
	float: left;
	width: 71px;
	height: 60px;
	margin: 15px 0 0 14px;
	display: inline-block;
	background-image:url(/public/img/algemeen/google_adwards_logo.gif);
}
#rightfooter a.analytics {
	float: left;
	width: 70px;
	height: 60px;
	margin: 15px 12px 0 0;
	display: inline-block;
	background-image:url(/public/img/algemeen/google_analytics_logo.gif);
}
#rightfooter ul {
	float: left;
	display: block;
	padding: 0;
	margin: 22px 0 0 0;
}
#rightfooter ul li {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 119px;
	color: #ee8c27;
	line-height: 15px;
}



#stats {
	display: none;
	visibility: hidden;
}


/* ----------------------------------- */
/*                                     */
/* Pagina styles                       */
/*                                     */
/* ----------------------------------- */

