/*** RESET ***/
*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
}

img
{
    border: 0;
}
a {
	text-decoration: none;
	color: #7e7e7e;
}
a:hover {
	color: #7e7e7e;
	text-decoration: underline;
}
body{
	font-family: arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	background-color: #e7e6e6;
	color: #aaaaaa;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}

a:active { outline: 0; }

.clearfloats {clear: both;}

/*** END RESET ***/

/*** BASIC LAYOUT ***/

#topcontainerindex
{
	background: url("../images/topbgindex.jpg") repeat-x;
	width: 100%;
	height: 464px;
}

#topcontainerprojects
{
	background: url("../images/topbgprojects.jpg") repeat-x;
	width: 100%;
	height: 483px;
}

#topcontainercontact
{
	background: url("../images/topbgcontact.jpg") repeat-x;
	width: 100%;
	height: 371px;
}

#topcontainer
{
	background: url("../images/topbg.jpg") repeat-x;
	width: 100%;
	height: 150px;
}

#contentcontainer 
{
	width: 100%;
	background-color: #ffffff;
	padding-bottom: 50px;
}

#prefootercontainer 
{
	background: url("../images/prefooterbg.jpg") repeat-x;
	width: 100%;
	height: 93px;
}

#footercontainer 
{
	width: 100%;
	border-top: 1px solid #f1f1f1;
}

/*** TOP ***/

#top
{
	margin: 0 auto;
	width: 940px;
}

#langbar
{
    padding: 20px 0 0 674px;
}

#webmail 
{
	font-size: 0.70em;
	font-weight: bold;
	float: left;
	background-color: #3b3b3b;
	padding: 0 5px 1px 5px;
    margin-right: 20px;
margin-left: 6px;
}

#webmail a
{
	color: #37a7bf;
}

#webmail a:hover
{
	color: #82c8d7;
	text-decoration: none;
}

#support 
{
	font-size: 0.70em;
	font-weight: bold;
	float: left;
	background-color: #3b3b3b;
	padding: 0 5px 1px 5px;
}

#support a
{
	color: #37a7bf;
}

#support a:hover
{
	color: #82c8d7;
	text-decoration: none;
}

#addthis
{
	float: left;
	background-color: #3b3b3b;
	padding: 0 5px 1px 5px;
}

#languagebar 
{
	font-size: 0.7em;
	text-transform: uppercase;
	color: #d5d5d5;
	float: right;
}

#languagebar ul li 
{
	float: left;
	padding: 0 5px 0 5px;
}
#languagebar a
{
	color: #d5d5d5;
}

#logo 
{
	/*background: url("../images/logo.png") no-repeat;*/
	width: 214px;
	height: 57px;
	float: left;
	cursor: pointer;
	margin-left:18px;
}

#menu 
{
	float: right;
	margin-top: -22px;
	font-size: 0.75em;
}

#menu a
{
	color: #d5d5d5;
}

#menu a:hover
{
	color: #e46318;
	text-decoration: none;
}

#menu ul li
{
	float: left;
	padding-left: 15px;
}

#gradientleft 
{
	position: absolute;
	z-index: 100;
	top: 144px;
	left: 0px;
}
#gradientright
{
	position: absolute;
	z-index: 100;
	top: 144px;
	right: 0px;
}

#gradientleftcontact
{
	position: absolute;
	z-index: 100;
	top: 121px;
	left: 0px;
}
#gradientrightcontact
{
	position: absolute;
	z-index: 100;
	top: 121px;
	right: 0px;
}

#projectselector 
{
	margin-top: 96px;
	font-size: 0.8em;
	color: #c4c4c4;
	margin-left: 16px;
}

#projects a 
{
	color: #d4d4d4;
}
#projectselector .projectbuttons
{
	border: 0;
	margin-top: 64px;
	float: right;
	
}

#projectselector .projectbuttons ul li
{
	float: left;
	margin-right: 4px;
}

#projectheader 
{
	float: left;
}
#projectselectordetail 
{
	color: #e46318;
	font-size: 0.75em;
	margin-bottom: 20px;
	margin-top: -4px;
	float: left;
}

#projectpagination 
{
	font-size: 0.8em;
	float: right;
	color: #e46318;
}

#projectpagination a
{
	color: #e46318;
}

/*** CONTENT ***/

#content 
{
	margin: 0 auto;
	width: 960px;
	padding-top: 30px;
}

.col 
{
	float: left;
	width: 287px;
	border-right: 1px solid #dfdfdf;
	padding: 0 10px 0 20px;
}

.projectlistimg 
{
    margin: 10px 20px 10px 0;
	float: left;
    width: 165px;
}
.projectlistimg img
{
	border: 1px solid #bdbdbd;
}
.projectlisttitle 
{
	width: 400px;
	visibility: hidden;
}

.projectlisttext 
{
	color: #202121;
	font-size: 0.7em;
}
.projectlisttext a
{
	color: #202121;
}
.projectdetails 
{
	margin-top: 10px;
	font-weight: bold;
	font-size: 0.65em;
}

.projectdetails a
{
	color: #2b2b2b;
	position: relative;
	top: -4px;
}

.projectdetails ul li
{
	float: left;
	border-right: 1px solid #2b2b2b;
	height: 12px;
	padding: 0 4px 0 4px;
}

.projectcol 
{
	float: left;
	margin-bottom: 50px;
}
.coltitle 
{
	margin-bottom: 20px;
	visibility: hidden;
}

.coltext 
{
	color: #202121;
	font-size: 0.7em;
}

.coltext a
{
	color: #202121;
}

.colpic 
{
	float: left;
	margin: 0 20px 10px 0;
	min-height: 120px;
}
.projectimg 
{

	margin: 0 0 10px 0;
	border: 1px solid #bdbdbd;
	float: left;
}
.projecttitle 
{
	float: left;
	margin-bottom: 4px;
	margin-top: -4px;
        width: 300px;
}
.leesmeer 
{
	margin: 10px 0 0 87px;
}

.leesmeerproject
{
	margin: 10px 0 0 0px;
}

#kader 
{
	background: url("../images/kader.png") no-repeat;
	width: 401px;
	height: 290px;
	padding: 30px 0 0 200px;
	margin-top: 50px;
	float: left;
}

.kadertitle 
{
	width: 370px;
	margin-bottom: 20px;
}

.kadertext 
{
	font-size: 0.7em;
	color: #373737;
	width: 370px;
	margin-bottom: 20px
}

#catchphrase
{
	color: #db5c25;
	font-size: 1.1em;
	width: 370px;
}

#catchphrase .klikhierkader a
{
	color: #434343;
}

#catchphrase .klikhierkader a:hover
{
	color: #181818;
	text-decoration: none;
}

#klanten 
{
	float: left;
	width: 318px;
	margin-left: 30px;
	margin-top: 70px;
}

.klantentitle 
{
	margin-bottom: 20px;
}

#klantenlist ul li 
{
	background: 1px 9px url("../images/listplus.png") no-repeat;
	padding: 2px 0 2px 14px;
	border-top: 1px solid #dfdfdf;
	font-size: 0.7em;
}

#klantenlist ul li a
{
	color: #343434;
}

#klantenlist ul li a:hover
{
	color: #bf5e25;
	text-decoration: none;
}

#alleklanten 
{
	margin-top: 10px;
}
#alleklanten a
{
	color: #d26436;
	font-size: 0.7em;
}

#sidebar 
{
	float: left;
	width: 350px;
}
#submenu 
{
	float: left;
	width: 311px;
	margin-right: 40px;
	margin-bottom: 30px;
}

#submenu ul li 
{
	background: url("../images/submenubg.png") no-repeat;
	width: 291px;
	height: 25px;
	border-top: 1px solid #f7f7f7;
	padding-left: 20px;
	padding-top: 6px;
}


#submenu ul li:hover
{
	background: url("../images/submenubg_over.png") no-repeat;
	width: 291px;
	height: 25px;
	border-top: 1px solid #f7f7f7;
	padding-left: 20px;
	padding-top: 6px;
}


#submenu ul li a
{
	visibility: hidden;
}

#submenu ul li a:hover
{
	visibility: hidden;
}

#kleinekader 
{
	background: url("../images/ballonmeisjeklein.jpg") no-repeat;
	width: 314px;
	height: 205px;
	padding: 30px 0 0 130px;
	margin-top: 10px;
	float: left;
}

.kleinekadertitle 
{
	width: 165px;
	margin-bottom: 20px;
	visibility: hidden;
}

#kaderline 
{
	background: url("../images/kaderline.png") no-repeat;
	width: 155px;
	height: 2px;
	margin-bottom: 14px;
}

#kleinekadercatchphrase
{
	color: #db5c25;
	font-size: 0.8em;
	width: 314px;
}

#kleinekadercatchphrase a
{
	color: #232323;
	text-decoration: none;
}

#kleinekadercatchphrase a:hover
{
	color: #db5c25;
	text-decoration: none;
}

#testimonials 
{
	float: left;
	width: 300px;
	background-color: #f9f9f9;
	padding: 20px 0 0 20px;

}

#testimonials a
{
	color: #db5c25;
    font-size: 0.8em;
}


#contact 
{
	float: left;
	width: 270px;
	background-color: #eeeeee;
	padding: 14px 0 0 20px;
	margin-bottom: 16px;
}


#bankgegevens 
{
	float: left;
	width: 270px;
	background-color: #eeeeee;
	padding: 14px 0 0 20px;
}


.contactgegtext 
{
	font-size: 0.75em;
	color: #2b2b2b;
	margin-bottom: 20px;
}

#map 
{
	width: 288px;
	height: 288px;
	margin-top: 16px;
	border: 1px solid #bebebe;
}

.contactline 
{
	margin: 10px 0 10px 0;
	margin-left: -20px;
}
.testimonialblock 
{
	float: left;
	margin-bottom: 20px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 20px;
}
.testimonialtitle 
{
	margin-bottom: 10px;
	visibility: hidden;
}

#contactform 
{
	font-size: 0.7em;
	color: #7d7d7d;
	margin-top: 20px;
}

#contactform a
{
	color: #7d7d7d;
	text-decoration: underline;
}

.textbox 
{
	background: transparent;
	border: 1px solid #d8d8d8;
	font-size: 1em;
	height: 17px;
	color: #7d7d7d;
	padding: 2px 0 0 2px;
	margin-bottom: 8px;
	margin-top: 1px;
}

.textarea 
{
	background: transparent;
	border: 1px solid #d8d8d8;	
	font-size: 1.2em;
	color: #7d7d7d;
	padding: 1px 0 0 2px;
	width: 400px;
}

.buttoncontact
{
	text-transform: uppercase;
	font-size: 0.8em;
	color: #7d7d7d;
	padding: 1px 2px 2px 2px;	
	border: 1px solid #bdbdbd;	
	margin-top: 10px;
}

.contactcol 
{
	border-right: 0px solid #e4e4e4;
	width: 400px;
	float: left;
}
.contactcoltitle 
{
	margin-bottom: 6px;
	visibility: hidden;
}

.contactcoltext 
{
	color: #2b2b2b;
	font-size: 0.75em;
	width: 270px;
}

.company 
{
	color: #4a4a4a;
	font-weight: bold;
	font-size: 0.85em;
}

.website 
{
	margin-bottom: 6px;
}
.website a
{
	color: #4a4a4a;
	font-size: 0.75em;

}

.quote 
{
	color: #4a4a4a;
	font-size: 0.7em;
	font-style: italic;
	width: 270px;
}

#main 
{
	float: left;
	width: 600px;
}

.contentcol
{
	float: left;
	width: 600px;
	margin-bottom: 20px;
}

.contentcol ul
{
	margin: 10px 20px 0 20px ; 
}

.contentcol h1
{
	visibility: hidden;
	margin-bottom: 10px;
}
.contentcol h2
{
	margin-bottom:  10px;
    color:          #4a4a4a;
    font-size:      12px;
}

.contentcol p
{
	margin-bottom:  20px;
}
.contentcoltext
{
	margin-bottom: 10px;
	font-size: 0.75em;
	color: #202121;
	line-height: 18px;
}

.contentcoltext img
{
	margin-right: 10px;
    border: 1px solid #7e7e7e;
    
}

.contentcoltext a
{
	color: #c35413;
	text-decoration: none;
}

.contentcoltext a:hover
{
	color: #c35413;
	text-decoration: underline;
}

.contentcoltext ul 
{
	margin-bottom: 10px;
	color: #202121;
	line-height: 18px;
	list-style-type: disc;
	padding-left: 15px;
}

.contentcoltext ol 
{
	margin-bottom: 10px;
	color: #202121;
	line-height: 18px;
	list-style-type: disc;
	padding-left: 15px;
}
.contentcoltext td
{
	margin-bottom: 10px;
	font-size: 0.75em;
	color: #202121;
	line-height: 18px;
}

.contentcolimg 
{
	float: left;
	margin: 0 22px 10px 0;
	border: 1px solid #f5f5f5;

}

.appcol 
{
	float: left;
	width: 600px;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 30px;
	margin-bottom: 30px;
	margin-left: 20px;
}

.appcolimg 
{
	height: 120px;
	float: left;
	margin-top: 40px;
	margin-right: 30px;
margin-bottom: 18px;
padding-bottom: 20px;
}

.appcoltitle 
{
	margin-bottom: 14px;
}

.appcoltext 
{
	color: #2e2e2e;
	font-size: 0.75em;
	margin-bottom: 14px;
}

.btndeselect 
{
	background: url("../images/deselectbtn.jpg") no-repeat;
	width: 97px;
	height: 18px;
}

.btnselect 
{
    border: 1px solid #7e7e7e;
    background-color: #5a5a5a;
    color: #eeeeee;
    font-size: 0.75em;
    padding: 0 2px 1px 2px;
    position: relative;
    top: -6px;
    right: 76px;
}

.btnzoeken 
{
	background: url("../images/zoekenbtn.jpg") no-repeat;
	width: 48px;
	height: 18px;
}
/*** PREFOOTER ***/

#prefooter 
{
	margin: 0 auto;
	width: 1040px;
	font-size: 0.65em;
	color: #494949;	
}

#prefooter ul
{
	padding-top: 30px;
    padding-left: 30px;
    border: 0px red solid;
}

#prefooter ul li
{
	float: left;
	padding-right: 10px;
}

#prefooter ul li a 
{
	color: #494949;
}

#prefooter ul li a:hover 
{
	color: #bf5e25;
	text-decoration: none;
}

.prefooterborder 
{
	background: url("../images/prefooterborder.png") no-repeat;
	height: 47px;
	width: 2px;
	position: relative;
	top: -16px;
}

.prefooterimgdns
{
	float: left;
	margin-right: 10px;
	position: relative;
	top: 0px;
}

.prefooterimg 
{
	float: left;
	margin-right: 10px;
	position: relative;
	top: -5px;
}
/*** FOOTER ***/

#footer 
{
	margin: 0 auto;
	width: 940px;
	font-size: 0.65em;
	color: #545454;
	height: 70px;
}

#leftfooter 
{
	float: left;
	margin-top: 20px;
	color: #1e1e1e;
	font-size: 1.1em;
}

#leftfooter li 
{
	display: inline;
    border-right: 1px solid #c6c6c6;
    padding-right: 4px;
}

#leftfooter a
{
	color: #1e1e1e;
}

#leftfooter a:hover
{
	color: #bf5e25;
	text-decoration: none;
}


#rightfooter 
{
	float: right;
	margin-top: 20px;
}

#rightfooter  a
{
	color: #545454;
}

#nieuwsitemlist ul li
{
	background: 1px 6px url("../images/arrow.png") no-repeat;
	margin-left: 88px;
	text-indent: 14px;
}

.appbtn
{
    border: 1px #6c6c6c solid;
    padding: 7px;
}

form
{
    margin-bottom: 10px;
}

.productlogo 
{
	float: left;
	margin: 50px 60px 60px 40px;
}

.producttitle 
{
	visibility: hidden;
	float: left;
	width: 400px;
	margin-top: 16px;
}
.producttext 
{
	font-size: 0.75em;
	color: #f4f4f4;
	width: 400px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.productlink 
{	
	visibility: hidden;
	float: left;
}

.opdehoogte 
{
	visibility: hidden;
}
.contactgegtitle
{
	visibility: hidden;
}
.projectheader
{
	visibility: hidden;
}

.foto
{
	width: 400px;
}