html {
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
}

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

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1 {
	margin: 0px;
	padding: 0px;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/* base.css, part of YUI's CSS Foundation */
strong {
	font-weight: 700;
}

abbr,acronym { /*indicating to users that more info is available */
	border-bottom: 1px dotted #000;
	cursor: help;
}

em { /*bringing italics back to the em element*/
	font-style: italic;
}

blockquote,ul,ol,dl { /*giving blockquotes and lists room to breath*/
	/*margin:1em;*/
	
}

ol,ul,dl { /*bringing lists on to the page with breathing room */
	margin-left: 1em;
}

ol li { /*giving OL's LIs generated numbers*/
	list-style: decimal outside;
}

ul li { /*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}

dl dd { /*giving UL's LIs generated numbers*/
	margin-left: 1em;
}

th,td {
	vertical-align: top;
}

th { /*distinguishing table headers from data cells*/
	font-weight: bold;
}

caption { /*coordinated marking to match cell's padding*/
	margin-bottom: .5em;
	/*centered so it doesn't blend in to other content*/
	text-align: center;
}

p,fieldset { /*so things don't run into each other*/
	margin-bottom: 1em;
}

/* speciefiek voor website vanaf hier.... */
html {
	overflow-y: scroll;
}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.75em;
	color: #404040;
	background-color: black;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
}

div {
	float: left;
}

input, select, textarea {
	font-family:Arial, sans-serif;
	font-size:12px;
}
input.frm-button {
	font-weight:bold;
}

/* paragraphs & headings */
h1,h2,h3,h4,h5,h6,p,ul {
	margin-top: 1em;
	margin-bottom: 1em;
}

h1 {
	font-size: 16pt;
	margin-top: 0px;
}

h2 {
	font-size: 12pt;
}

h3,h4,h5,h6 {
	font-size: 13px;
}

h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,p:first-child,ul:first-child
	{
	margin-top: 0px;
}

h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child,p:last-child,ul:last-child
	{
	margin-bottom: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

a,a:hover,a font {
	color: #3BBBE5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.noborder:hover {
	border-bottom: none;
}

a.black {
	color: #404040;
}

a.continue {
	color: #404040;
	background: url('../img/continue.gif') no-repeat top right;
	padding-right: 16px;
}

a.continue:hover {
	color: black;
	background: url('../img/continue_over.gif') no-repeat top right;
	border-bottom: 0px;
	text-decoration: underline;
}

.blue {
	color: #3BBBE5;
}

.accent {
	background-color: #CDCDCD;
	color: black;
	padding: 3px;
}

.smaller {
	font-size: 11px;
}

div.cb {
	clear: both;
	float: none;
}

div.rightalign {
	float: none;
	text-align: right;
}

/* xsarus-style bullets */
div.tt_template ul {
	padding-left: 15px;
	margin-left: 0px;
}

div.tt_template ul li {
	list-style: none;
	padding-left: 18px;
	background: url('../img/d_arrow.gif') no-repeat 0px 7px;
}

/* header */
div#header {
	height: 321px;
	display: block;
	float: none;
	width: 100%;
	position: relative;
	z-index: 10;
	background: white;
}

div#header.header_1 {
	background: white url('../img/dot.gif') repeat-x bottom left;
	height: 475px;
}

div#header.header_2 {
	height: 280px;
	background: white url('../img/dot.gif') repeat-x bottom left;
}

div#header.header_3 {
	height: 150px;
}

div#header_bar {
	height: 100px;
	background: black;
	color: white;
	display: block;
	float: none;
	width: 100%;
}

div#header_content {
	width: 990px;
	margin: 0 auto;
	height: 100px;
	float: none;
	position: relative;
}

div#logo {
	background: url('../img/logo.gif') no-repeat;
	left: 10px;
	top: 50px;
	position: absolute;
	width: 140px;
	height: 30px;
	cursor: pointer;
}

div#header.header_1 div#people {
	position: absolute;
	left: 0px;
	background: url('../img/people_home.jpg') no-repeat center center;
	width: 100%;
	height: 355px;
	bottom: 2px;
}

div#header.header_2 div#people {
	position: absolute;
	left: 0px;
	background: url('../img/people_volg.jpg') no-repeat center center;
	width: 100%;
	height: 120px;
	bottom: 2px;
}

div#header.header_3 div#people {
	display: none;
}

div#header_content2 {
	float: none;
	position: relative;
	width: 990px;
	margin: 0 auto;
}

div#toptext1 {
	position: absolute;
	float: none;
	top: 85px;
	left: 65px;
	color: #3BBBE5;
	font-size: 2.4em;
	line-height: 1em;
}

div#toptext2 {
	position: absolute;
	float: none;
	top: 115px;
	left: 95px;
	font-size: 1.6em;
	line-height: 1.6em;
}

div#mainmenu {
	float: none;
	display: block;
	width: 990px;
	margin: 0px auto;
	float: none;
	padding-top: 20px;
}

div.mainmenu_item {
	position: relative;
}

div#mainmenu div.mainmenu_item a.mainmenu_top {
	display: block;
	width: 190px;
	height: 30px;
	line-height: 30px;
	color: white;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 15px;
	margin-right: 56px;
	background: #3BBBE5;
}


div#mainmenu div.mainmenu_item a.ch_sites {
	background:url('../img/but_sites.png') no-repeat top left;
}
div#mainmenu div.mainmenu_item a.ch_about {
	background:url('../img/but_about.png') no-repeat top left;
}
div#mainmenu div.mainmenu_item a.ch_shops {
	background:url('../img/but_shops.png') no-repeat top left;
}
div#mainmenu div.mainmenu_item a.ch_apps {
	background:url('../img/but_apps.png') no-repeat top left;
}
div#mainmenu div.mainmenu_item a.ch_adv {
	background:url('../img/but_om.png') no-repeat top left;
}
div#mainmenu div.mainmenu_item_last a.mainmenu_top {
	margin-right: 0px;
}

div#mainmenu div.mainmenu_item a:hover {
	text-decoration: none;
	border-bottom: none;
}

div#mainmenu div.mainmenu_item a.is_active {
	padding-bottom: 12px;
}


div#mainmenu div.mainmenu_item a.ch_shops.is_active {
	background:url('../img/but_shops_active.png') no-repeat top left;
}
div#mainmenu div.mainmenu_item a.ch_sites.is_active {
	background:url('../img/but_sites_active.png') no-repeat top left;
}
div#mainmenu div.mainmenu_item a.ch_apps.is_active {
	background:url('../img/but_apps_active.png') no-repeat top left;
}
div#mainmenu div.mainmenu_item a.ch_adv.is_active {
	background:url('../img/but_om_active.png') no-repeat top left;
}
div#mainmenu div.mainmenu_item a.ch_about.is_active {
	background:url('../img/but_about_active.png') no-repeat top left;
}
div#mainmenu div.foldout {
	color: white;
	position: absolute;
	left: 0px;
	top: 38px;
	display: none;
	z-index: 1000;
}

div#mainmenu div.foldout_inner {
	background: #3BBBE5;
	position: relative;
	margin-right: 3px;
	margin-bottom: 3px;
	padding: 15px 12px 12px 15px;
}

div#mainmenu div.foldout_tr {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 3px;
	height: 3px;
	background: url('../img/bg_foldout_tr.png') no-repeat;
}

div#mainmenu div.foldout_br {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 3px;
	height: 3px;
	background: url('../img/bg_foldout_br.png') no-repeat;
}

div#mainmenu div.foldout_bl {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 3px;
	height: 3px;
	background: url('../img/bg_foldout_bl.png') no-repeat;
}

div#mainmenu div.foldout_b {
	position: absolute;
	bottom: 0px;
	left: 3px;
	right: 3px;
	height: 3px;
	background: #3BBBE5;
}

div#mainmenu div.foldout_r {
	position: absolute;
	bottom: 3px;
	top: 3px;
	right: 0px;
	width: 3px;
	background: #3BBBE5;
}

div#mainmenu div.foldout table {
	border-collapse: collapse;
}

div#mainmenu div.foldout table td {
	padding: 0px;
}

div#mainmenu div.foldout table td.foldout_subitems {
	padding-right: 20px;
}

div#mainmenu div.foldout table td.foldout_cases {
	border-left: 1px solid #A3DFF3;
	padding-left: 20px;
	text-align: left;
}

div#mainmenu div.foldout ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

div#mainmenu div.foldout table td.foldout_subitems ul {
	width: 170px;
}

div#mainmenu div.foldout li {
	list-style: none;
}

div#mainmenu div.foldout a {
	display: block;
	color: white;
	/*	font-size:0.9em;*/
	white-space: nowrap;
	
}

div#mainmenu div.foldout a:hover {
	text-decoration: underline;
	border: none;
}

div#mainmenu div.foldout div.cases {
	margin: 0px;
	text-transform: uppercase;
	font-size:9px;
	letter-spacing: 1px;
	display:block;
	float:none;
	background: url('../img/bg_cases.png') no-repeat;
	color:#101010;
	width:47px;
	line-height:12px;
	height:11px;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:7px;
}

div#content_placeholder {
	background: white;
	width: 100%;
}

div#content {
	clear: both;
	display: block;
	float: none;
	margin: 0 auto;
	width: 990px;
	margin-top: 15px;
	margin-bottom: 30px;
}

/* footer */
div#footer {
	background: black;
	background: url('../img/bg_footer.gif') repeat-x;
	display: block;
	float: left;
	width: 100%;
	clear: both;
	padding-bottom: 70px;
}

div#footer_content {
	display: block;
	float: none;
	width: 990px;
	margin: 0 auto;
	position: relative;
	color: #A8A8A8;
	font-size: 8pt;
	line-height: 1.5em;
}

div#footer_content h2 {
	color: #D7D7D7;
}

div#footer_content_inner {
	margin-top: 40px;
	width: 100%;
	clear: both;
	line-height:1.7em;
}

div#footer_content a {
	color: #3BBBE5;
	font-size: 8pt;
}

div#footer_news {	
	width: 298px;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #4A4A4A;
	float: left;
	height:170px;
}

div#footer_news ul,div#footer_news li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div#footer_news li {
	padding-left: 60px;
}

div#footer_news a {
	color: #A8A8A8;
}

div#footer_news a span.date {
	color: #A8A8A8;
	display: block;
	float: left;
	margin-left: -60px;
	font-size: 1em;
}

div#footer_newsletter {
	width: 310px;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #4A4A4A;
	float: left;
	height:170px;
}
div#footer_newsletter ul,div#footer_newsletter li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div#footer_newsletter li {
	padding-bottom: 6px;
	padding-left: 0px;
	
}
div#footer_newsletter a {
	display: block;
	padding-left: 20px;
	height: 16px;
}

div#footer_newsletter a.newsletter {
	background: url('../img/icon_newsletter.png') no-repeat;
}

div#footer_newsletter a.linkedin {
	background: url('../img/icon_linkedin.png') no-repeat;
}

div#footer_newsletter a.twit {
	background: url('../img/icon_twitter.png') no-repeat;
}

div#footer_newsletter a.rss {
	background: url('../img/icon_rss.png') no-repeat;
}

div#footer_contact {
	width: 300px;
	float: left;
	height:170px;
	position:relative;
}
div#footer_contact a.plain {
	color: #A8A8A8;
}
ul#cert_logos {
	list-style:none;	
	padding:0px;
	margin:0px;
	position:absolute;
	bottom:0px;
	right:0px;
}
ul#cert_logos li {
	list-style:none;
	float:left;
	margin-left:10px;
}
ul#cert_logos a {
	display:block;
	height:40px;
	width:40px;		
}
ul#cert_logos a.gap {
	background: url('../img/logo_google_bw.png') no-repeat;
}
ul#cert_logos a:hover.gap {
	background: url('../img/logo_google.png') no-repeat;
}
ul#cert_logos a.zce {
	background: url('../img/logo_zend_bw.png') no-repeat;
}
ul#cert_logos a:hover.zce {
	background: url('../img/logo_zend.png') no-repeat;
}
ul#cert_logos a.zf {
	background: url('../img/logo_zf_bw.png') no-repeat;
}
ul#cert_logos a:hover.zf {
	background: url('../img/logo_zf.png') no-repeat;
}
ul#cert_logos a.pibn {
	background: url('../img/logo_pibn_bw.png') no-repeat;
	width:79px;
}
ul#cert_logos a:hover.pibn {
	background: url('../img/logo_pibn.png') no-repeat;
}

/* left column */
div#leftcol {
	width: 200px;
	margin-right: 25px;
	padding-top: 42px;
	margin-bottom: 40px;
}

div#leftcol h3 {
	font-size: 13px;
	margin-bottom: 0px;
	padding-bottom: 6px;
	background: url('../img/dot.gif') repeat-x bottom left;
	padding-left: 3px;
}

div#leftcol h3 a {
	color: #404040;
}

div#leftcol h3 a:hover {
	color: #404040;
	border-bottom: none;
}

div#leftcol ul {
	list-style: none;
	margin-left: 0px;
	padding: 0px;
	margin: 0px;
}

div#leftcol ul li {
	list-style: none;
}

div#leftcol ul a {
	color: #404040;
	display: block;
	font-size: 11px;
	font-weight: normal;
	background: url('../img/dot.gif') repeat-x bottom left;
	padding-left: 2px;
	line-height:15px;
	padding-top:4px;
	padding-bottom:4px;
}

div#leftcol ul a:hover {
	border-bottom: none;
	color: #3BBBE5;
}

div#leftcol ul ul a {
	padding-left: 15px;
}

div#leftcol ul li.is_active a {
	color: #3BBBE5;
}

div#leftcol ul li.is_active ul a {
	color: #404040;
}

/* intro column */
div#introcol {
	width: 765px;
	float: left;
	margin-bottom: 1em;
}

/* center column */
div#centercol {
	width: 530px;
	margin-right: 25px;
	margin-top: 10px;
	float: left;
}

/* right column */
div#rightcol {
	float: left;
	width: 210px;
}

/* topmenu */
div#topmenu {
	position: absolute;
	text-align: right;
	right: 150px;
	top: 66px;
}

div#topmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#topmenu ul li {
	list-style: none;
	float: left;
	display: inline;
}

div#topmenu ul li a {
	color: white;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #999999;
	line-height: 15px;
	font-size: 11px;
	font-weight: bold;
	height: auto;
}

div#topmenu ul li.is_last a {
	border-right: 0px;
}

div#topmenu ul li a:hover {
	text-decoration: none;
	color: #D3D3D3;
	border-bottom: none;
}

/* search */
div#search {
	position: absolute;
	right: 0px;
	background: url('../img/bg_search.gif') top left;
	width: 140px;
	height: 21px;
	top: 63px;
}

div#search input {
	border: 0px;
	background-color: white;
	float: left;
	margin: 1px 0px 1px 20px;
	width: 115px;
	height: 17px;
	line-height: 17px;
	font-family: Arial;
	color: #404040;
	font-size: 11px;
}

/* homepage elements */
div#home_left {
	float: left;
	width: 297px;
}

div#home_left div.cp {
	margin-top: 10px;
}

div.home_panel {
	float: left;
	width: 321px;
	background: url('../img/bg_frame.png') no-repeat top left;
	margin-bottom:15px;
}
div.home_panel div.inner {
	display: block;
	padding-left: 20px;
	padding-right:20px;
	margin-top: 10px;
}
span.date {
	color: #636363;
	font-size: 0.9em;
}

div.home_panel div.bottom {
	background: url('../img/bg_frame_bottom.png') no-repeat top left;
	width: 321px;
	height: 6px;
}
div.home_panel_center {
	margin-left:32px;
}
div.home_panel div.inner {
	height:165px;
	overflow:none;
}
div.home_panel_right {
	margin-left:18px;	
}
div.home_panel img {
	margin-top:10px;
}

/* klikpad */
div#klikpad {
	display: block;
	clear: both;
	float: none;
	margin: 0 auto;
	width: 990px;
	margin-top: 5px;
	padding-bottom: 10px;
	font-size: 11px;
	color: #404040;
}

div#klikpad ul {
	margin: 0px;
	padding: 0px;
	padding-left: 3px;
	float: left;
	clear: right;
}

div#klikpad li {
	list-style: none;
	float: left;
	margin-right: 3px;
}

div#klikpad li.next {
	background: url('../img/next.gif') no-repeat center left;
	width: 8px;
	height: 20px;
}

div#klikpad a {
	color: #696969;
}

div#klikpad a:hover {
	color: black;
}

/* panels rechts */
div.panel2 {
	background: url('../img/kader2_t.gif') no-repeat top left;
	min-height: 50px;
	width: 210px;
	margin-bottom: 1em;
}

div.panel2 div.bottom {
	background: url('../img/kader2_b.gif') no-repeat top left;
	width: 210px;
	height: 5px;
}

div.panel2 div.inner {
	padding: 15px 10px 0px 10px;
}

/* cases rechts */
div.case {
	font-size: 11px;
	line-height: 20px;
}

div.case a {
	display:block;
	margin-bottom:15px;
	width:190px;
}

div.case a.img {
	display: block;
	text-align:center;
}

/* referenties (logos) rechts */
div.referenties {
	font-size: 11px;
	line-height: 20px;
}

div.referenties a {
	display: block;
	width: 90px;
	float: left;
	margin-bottom: 10px;
}

div.referenties a.left {
	margin-right: 10px;
}

div.referenties img {
	float: left;
}

/* paginator */
div.paging_wrapper {
	float: right;
	padding-bottom: 10px;
	line-height: 1.3em;
}

div.paging_wrapper ul li {
	float: left;
	list-style: none;
	padding-left: 4px;
	padding-right: 4px;
}

div.paging_wrapper ul span.sel {
	font-weight: bold;
	color: black;
}

div.paging_wrapper ul li a {
	padding-left: 1px;
	padding-right: 1px;
}

/* tabletop output */
div.tt_template {
	float: none;
}

div.tt_element {
	float: none;
	display: inline;
	position: static;
}

div.cm-afbeelding img {
	float: left;
}

/* panel links */
div.panel3 {
	background: url('../img/kader3_t.gif') no-repeat top left;
	min-height: 50px;
	width: 200px;
	margin-bottom: 1em;
}

div.panel3 div.bottom {
	background: url('../img/kader3_b.gif') no-repeat top left;
	width: 200px;
	height: 9px;
}

div.panel3 div.inner {
	padding: 10px 10px 5px 10px;
}

div#contactpanel {
	margin-top: 50px;
}

div#contactpanel p {
	font-size: 0.9em;
	line-height: 17px;
}

div#contactpanel div.contactbutton {
	float: none;
	background: url('../img/bg_contactbutton.gif') no-repeat top left;
	width: 173px;
	height: 21px;
	color: white;
	padding-left: 5px;
	font-size: 0.9em;
	line-height: 21px;
	cursor: pointer;
}

div#contactpanel div.error {
	display: none;
	color: red;
	font-size: 11px;
	font-weight: bold;
}

div#contactpanel form {
	display: none;
	margin-bottom: 10px;
}

div#contactpanel div.forms {
	float: none;
}

div#contactpanel div.thankyou {
	display: none;
	font-weight: bold;
}

div#contactpanel div.formpart {
	margin-bottom: 10px;
}

div#contactpanel input,div#contactpanel textarea {
	margin-top: 4px;
	font-family: Arial;
	font-size: 11px;
	color: #919191;
	width: 174px;
	border: 1px solid #919191;
	-moz-border-radius: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: none;
	display: block;
}

div#contactpanel textarea {
	height: 80px;
}

div#contactpanel input.hasvalue,div#contactpanel textarea.hasvalue {
	color: #404040;
}

div#contactpanel input.error,div#contactpanel textarea.error {
	border-color: red;
	background: #FFC7CE;
}

div#contactpanel input.submit {
	background: url('../img/bg_contactbutton_submit.gif') no-repeat top left;
	height: 21px;
	width: 83px;
	color: white;
	border: 0px;
	float: right;
	margin-right: 3px;
	padding-right: 20px;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}

/* nieuwslijst */
div.nieuwsitem {
	background: url('../img/dot.gif') repeat-x bottom left;
	padding-bottom: 15px;
	margin-bottom:15px;
	padding-top:5px;
}

div.nieuwsitem h4 {
	margin-bottom: 0px;
}

div.nieuwsitem p {
	margin-top: 0px;
}

ul#nieuwslijst {
	padding-left: 5px;
	margin-left: 0px;
}
ul#nieuwslijst li {
	list-style: none;
	padding-left: 15px;
	background: url('../img/d_arrow.gif') no-repeat 0px 7px;
	padding-bottom: 5px;
	font-size: 0.9em;
}
ul#nieuwslijst li a {
	line-height:15px;	
	font-weight:bold;
	color:#5A5A5A;
}
ul#nieuwslijst span.date {
	background:#e3e3e3;
}
/* zoeken */
ul#searchresult {
	padding-left: 5px;
	margin-left: 0px;
}

ul#searchresult li {
	list-style: none;
	padding-left: 15px;
	background: url('../img/d_arrow.gif') no-repeat 0px 7px;
	padding-bottom: 5px;
}

.cufon {
	z-index: 1;
}

/* home frame */
div#home_frame {
	position:absolute;
	top:102px;
	left:65px;
	width:605px;
	height:236px;
	overflow:hidden;
	cursor:pointer;
}
div#home_frame_fg {
	background:url('../img/home_frame.png') no-repeat;
	width:605px;
	height:236px;
	position:absolute;
}
div#home_frame ul {
	margin:0px;
	padding:0px;	
}
div#home_frame ul li {
	position:absolute;
	margin:0px;
	padding:0px;
	display:none;
}
div#home_frame ul li.active {
	display:block;	
}

/* projectenlijst - referenties */
ul#projectlist {
	margin:0px;
	padding:0px;
	list-style:none;
}
ul#projectlist li {
	list-style:none;
	float:left;
	margin-top:18px;
	margin-right:18px;
	position:relative;
	width:243px;
	height:200px;
	overflow:hidden;
	cursor:pointer;
	background:url('../img/ref_frame_bottom.png') no-repeat bottom left;
}
ul#projectlist li.last {
	margin-right:0px;	
}
ul#projectlist li div.ref_frame_fg {
	background:url('../img/ref_frame.png') no-repeat;
	width:243px;
	height:92px;
	position:absolute;
}
ul#projectlist li div.ref_content {
	position:absolute;
}
ul#projectlist li div.ref_content p {
	margin:0px;
	margin-top:8px;
	padding-left:10px;
	padding-right:10px;
	font-size:0.9em;
	line-height:18px;
}
ul#projectlist li div.ref_content p.intro {
	height:58px;
	overflow:hidden;
}
