html {
	overflow-x: hidden;
    overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}

body {
	color: #555;
	font-family:"Lucida Grande",Frutiger,Univers,"Helvetica Neue",Calibri,Helvetica,Verdana,sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 2em;
}

.wrapper {
	margin: 0px auto;
	width: 930px;
	padding-left: 15px;
	padding-right: 15px;
}

p {
	font-size: 12px;
}

a {
	color: #017cc2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #0d0d0d;
	font-size: 34px;
	width: 930px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

h2 {
	font-size: 24px;
	color: #000;
	line-height: 36px;
	margin-bottom: 10px;
}


h3 {
	color: #000;
	font-size: 16px;
	line-height: 1.5em;
	padding-bottom: 10px;
}

h4 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

h5 {
	color: #000;
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
}

h6 {
	font-size: 18px;
	line-height: 1em;
	color: #000;
	padding-bottom: 3px;
}

.hleft {
	float: left;
	width: 600px;
}

.hright {
	float: right;
	text-align: right;
	font-size: 12px;
	background: url(../images/arrow.jpg) no-repeat left;
	list-style-type: none;
	padding-left: 15px
}

.hright a {
	color: #000;
	text-decoration: none;
}

.tekstfloat {
	float: left;
	padding-right: 15px;
}

b {
	color: #000;
}

.intro {
	font-size: 17px;
	padding-bottom: 10px;
	color: #333;
}

.services li {
	padding-left: 35px;
	background: url(../images/services.jpg) no-repeat left;
	line-height: 2.5em;
}

.services li a {
	color: #555;
}

.servicess li {
	padding-left: 30px;
	background: url(../images/servicess.jpg) no-repeat top left;
	padding-bottom: 10px;
}

.pdf {
	padding-left: 20px;
	background: url(../images/pdficon.jpg) no-repeat left;
	list-style-type: none;
	height: 20px;
	margin-bottom: 20px;
}

.pdf a {
	color: #000;
	text-decoration: none;
}

.pdf a:hover {
	color: #000;
	text-decoration: underline;
}

.infopic {
	margin-bottom: 20px;
}

/*--------------------TOP--------------------*/
	
#top {
	background: url(../images/top_bg.jpg) top repeat-x;
	height: 140px;
}

#logo {
	float: left;
	width: 300px;
	height: 76px;
	padding-top: 38px;
}

#right {
	float: left;
	width: 630px;
	height: 114px;
}

#topslide1 {
	clear: both;
	position: absolute;
	height: 0px;
	width: 360px;
	z-index: 1;
	margin-top: 114px;
	overflow: hidden;
	background: #0d0d0d;
}

#topslide2 {
	clear: both;
	position: absolute;
	height: 0px;
	width: 360px;
	z-index: 2;
	margin-top: 114px;
	overflow: hidden;
	background:#0d0d0d;
}

.slideborder {
	height: 1px;
	background: #474747;
	overflow: hidden;
	line-height: 1px;
}

#language {
	position: absolute;
	float: left;
	height: 26px;
	width: 179px;
	background-image: url(../images/language.png);
	cursor: pointer;
	margin-top: 114px;
	margin-left: 181px;
}

#customer {
	position: absolute;
	float: left;
	height: 26px;
	width: 179px;
	background-image: url(../images/customer.png);
	cursor: pointer;
	margin-top: 114px;
}

/*--------------------LANGUAGE--------------------*/

.changelanguage {
	margin-top: 29px;
	margin-left: 30px;
	background: url(../images/language_bg.jpg);
	width: 300px;
	height: 41px;
}

.changelanguage li {
	float: left;
	font-size: 16px;
	color: #FFF;
	width: 100px;
	height: 31px;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	cursor: pointer;
}

.changelanguage li.active {
	background: url(../images/language_button.png) no-repeat;
}

/*--------------------LOGIN--------------------*/

#topslide1 .tekst {
	background: url(../images/input_bg.jpg) no-repeat;
	border: none;
	width: 295px;
	height: 41px;
	margin-bottom: 5px;
	margin-left: 30px;
}

#topslide1 input.tekstt {
	background: none;
	border: none;
	width: 285px;
	padding-left: 10px;
	margin-top: 10px;
	color: #fff;
}

#topslide1 input.login {
	margin-left: 224px;
	margin-top: 10px;
}

/*------------------------ Navigatie ------------------------*/

.nav {padding-top: 44px; height: 30px; list-style-type:none;}

.nav li {float: right; height: 30px;}

.nav li a {
	float: left;
	display: block;
	height: 30px;
	color: #9f9f9f;
	text-decoration: none;
	text-align: center;
	padding: 0px 0px 0px 10px;
	cursor: pointer;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
}

.nav li a span {float: left; display: block; height: 30px; padding: 4px 10px 0px 0px;}

.nav li.current a{ background: url(../images/nav_a.jpg); color: #fff;}
.nav li.current a span {background: url(../images/nav_b.jpg) no-repeat right top;}

.nav li a:hover {color: #fff; text-decoration: none;}


/*--------------------CONTENT--------------------*/

#content {
	padding-top: 40px;
	font-size: 12px;
	padding-bottom: 40px;
}

.col1 {
	float: left;
	width: 260px;
}

.col2{
	float: left;
	width: 260px;
	margin-right: 37px;
	margin-left: 37px;
	padding: 0px 37px 0px 37px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.maincol {
	float: left;
	width: 600px;
	margin-right: 60px;
}

.sidebar {
	float: left;
	width: 270px;
}

.sidebaritem {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#map {
	background: #f5f5f5;
	padding: 5px;
	border: 1px solid #ccc;
}

/*--------------------HOME--------------------*/

#homeintro {
	width: 360px;
	float: left;
}

#homeintro p {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 2.5em;
}

#homepreview {
	float: left;
	margin-left: 18px;
	width: 552px;
}

#homepreviewbg {
	width: 500px;
	height: 300px;
	background: #e2dfd6;
	border: 1px solid #cdccc7;
	padding: 5px;
	margin-left: 22px;
}

#homeshadow {
	height: 44px;
	width: 552px;
	background: url(../images/shadow.jpg);
	margin-bottom: 25px;
	margin-top: 10px;
}

#homepreviewbuttons img {
	padding-left: 3px
}

.homebottom {
	clear: both;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}

.homebottom p {
	line-height: 2.5em;
}

.gotoservices {
	float: right;
	color: #000;
	text-decoration: none;
}

/*--------------------OVER ONS--------------------*/

.referenties li {
	float: left;
	border-top: 1px solid #ccc;
	height: 70px;
	width: 170px;
	padding-right: 30px;
	margin-bottom: 30px;
	padding-top: 10px;
}

.projecttype {
	color: #000;
	line-height: 1em;
	font-size: 0.9em;
}

.partners li {
	float: left;
	width: 124px;
	margin-left: 5px;
	height: 86px;
	border: 1px solid #ccc;
	background: #efefef;
	margin-bottom: 5px;
	padding: 2px;
	line-height: 86px;
	text-align: center;
	overflow: hidden;
}

/*--------------------SOFTWARE PAGINA's--------------------*/

.softwarecolumn li {
	float: left;
	width: 182px;
	margin-right: 18px;
	margin-bottom: 30px;
	height: 281px;
	overflow: hidden;
}

.softwarecolumn h4 a{
	text-decoration: none;
	color: #000;
}

.softwarecolumn h4 a:hover {
	text-decoration: underline;
}

.softwarethumb {
	width: 174px;
	height: 137px;
	padding: 3px;
	background: #efefef;
	border: 1px solid #ccc;
	margin-bottom: 8px;
}

.softwaretitle {
	padding-left: 3px;
	font-size: 14px;
	margin-bottom: 3px;
}

.softwareuitleg {
	padding-left: 3px;
	font-size: 11px;
	line-height: 18px;
}





	

/*--------------------SIDEBAR NAV--------------------*/

.sidebarnav li {
	height: 35px;
	border-bottom: 1px solid #ccc;
}

.sidebarnav li.title {
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.sidebarnav li a {
	display: block;
	height: 28px;
	width: 260px;
	padding-top: 7px;
	padding-left: 10px;
	text-decoration: none;
	color: #777777;
}

.sidebarnav li.current a {
	color: #000;
	background: #efefef;
}

.sidebarnav li a:hover {
	color: #000;
	background: #efefef;
}

/*--------------------FOOTER--------------------*/

.footer {
	clear: both;
	border-top: 1px solid #ccc;
	padding-top: 30px;
	margin-top: 30px;
	margin-bottom: 100px;
}

.quickmenu li {
	border-bottom: 1px solid #ccc;
	height: 23px;
	width: 260px;
}

.quickmenu li a{
	text-decoration: none;
	color: #000;
	font-size: 11px;
	display: block;
	height: 23px;
	width: 255px;
	padding-left: 5px;
	font-weight: bold;
}

.quickmenu li a:hover {
	background: #efefef;
}

.footercol1 {
	float: left;
	width: 260px;
}

.footercol2{
	float: left;
	width: 260px;
	margin-right: 37px;
	margin-left: 37px;
	padding: 0px 37px 0px 37px;
}

.italic {
	font-style: italic;
}

.search {
	height: 40px;
	width: 244px;
	background: #efefef;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 8px;
}

input.box {
	width: 145px;
	height: 23px;
	float: left;
	margin-right: 5px;
	border: 1px solid #ccc;
	padding-top: 5px;
}

input.btn {
	float: left;
	height: 30px;
	width: 90px;
}

.mapje a{
	margin-top: 10px;
	display: block;
	height: 195px;
	width: 260px;
	background: url(../images/mapjezwart.jpg);
	text-decoration: none;
}

.mapje a:hover {
	background: url(../images/mapjeblauw.jpg);
}
	

/*-----------Step Carousel----------------*/
		
.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 500px; /*Width of Carousel Viewer itself*/
height: 300px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin-right: 0px; /*margin around each panel*/
width: 500px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height: 300px;
}

/*-----------CONTACT----------------*/

#contact-area {
	width: 600px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

#contact-area .formitem {
	display: block;
	float: left;
	border: 1px solid #ccc;
	width: 280px;
	margin-right: 10px;
	margin-top: 10px;
}

#contact-area input {
	width: 268px;
	border: 1px solid #fff;
	padding: 5px;
}

#contact-area select {
	width: 278px;
	border: 1px solid #fff;
	padding: 5px;
}

#contact-area textarea {
	clear: both;
	margin-top: 10px;
	border: 1px solid #ccc;
	width: 562px;
	padding: 5px;
}

#contact-area input#submit {
	float: right;
	margin-right: 24px;
	width: 150px;
	background: #73e604;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
	


/*--------------------Labs--------------------*/

.labsitem {
	border-bottom: 1px solid #ccc;
	clear: both;
	padding-bottom: 20px;
	margin-bottom: 40px;
}



.labsitemtext {
	float: left;
	width: 460px;
}

.labsitemdate {
	float: left;
	width: 120px;
	margin-right: 20px;
	padding-top: 8px;
}

.labsitemdate p {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.labsitemdate {
	font-size: 20px;
}