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

body {
	background: #fff;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #575757;
	margin-top: 20px;
}

br.clear {
	clear: both;
}

img.middle {
	vertical-align: middle;
}

/* wrapper */

#wrapper {
	margin: auto;
	width: 980px;
}

/* container */

#container {
	float: left;
	width: 98px;
}

/* top */

#top {
	float: left;
	width: 980px;
	height: 225px;
}

/* lan switch */

#lan_switch {
	float: left;
	width: 720px;
	height: 50px;
	overflow: hidden;
}

#lan_switch ul {
	float: left;
	list-style-type: none;
}

#lan_switch ul li {
	float: left;
	margin-right: 5px;
	padding-right: 6px;
	font-size: 10px;
	background: url('/_grafix/bg_lan_switch_item.png') center right no-repeat;
}

#lan_switch ul li a {
	display: block;
	vertical-align: top;
	color: #ccc;
	text-decoration: none;
	line-height: 1.2em;
	border-bottom: 1px solid #fff;
}

#lan_switch ul li a:hover {
	color: #575757;
	border-bottom: 1px solid #575757;
}

#lan_switch ul li a.selected {
	color: #cad400;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

#lan_switch span {
	float: left;
	margin-left: 12px;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 1.2em;
	color: #ccc;
}

#lan_switch span a {
	text-decoration: none;
	color: #ccc;
	border-bottom: 1px solid #fff;
}

#lan_switch span a:hover {
	color: #575757;
	border-bottom: 1px solid #575757;
}

/* search */

#search {
	float: right;
	width: 260px;
	height: 50px;
	background: url('/_grafix/bg_search.png') top left no-repeat;
}

form.search_form {
	float: right;
	width: 250px;
}

form.search_form input.query {
	float: right;
	width: 218px;
	height: 20px;
	font-size: 13px;
	color: #999;
	background: transparent;
	padding: 5px 10px 1px 3px;
}

/* autocomplete */

#autocomplete_box {
	position: relative;
	width: 226px;
	background: #eee;
    top: 3px;
    left: 20px;
	padding: 2px;
	overflow: hidden;
	z-index: 999;
}

#autocomplete_box ul {
	float: left;
	list-style-type: none;
}

#autocomplete_box li {
	float: left;
	width: 217px;
	padding: 5px !important;
	cursor: pointer;
	background: #eee;
	height: auto !important;
	font-size: 12px;
	color: #575757;
}

#autocomplete_box li:hover {
	color: #333;
	background: #f5f5f5;
}

/* navigation */

#navigation_container {
	float: left;
	width: 720px;
	height: 135px;
}

#navigation {
	float: left;
	width: 720px;
	height: 115px;
}

#navigation ul {
	float: left;
	width: 720px;
	height: 30px;
	list-style-type: none;
	padding-top: 85px;
}

#navigation ul li {
	float: left;
	width: 179px;
	height: 30px;
	overflow: hidden;
	border-left: 1px solid #80cff1;
}

#navigation ul li a {
	display: block;
	vertical-align: top;
	width: 171px;
	height: 18px;
	padding: 6px 0 6px 8px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.3em;
	letter-spacing: 1px;
	font-size: 12px;
	color: #fff;
}

#navigation ul li a:hover {
	color: #fff;
	background: #cad400;	
}

#navigation ul li a.selected, 
#navigation ul li a.selected:hover {
	background: #cad400;
	color: #575757;
}

#navigation ul li a.last, 
#navigation ul li a.last_selected {
	width: 140px;
}

#navigation ul li a.last:hover {
	color: #fff;	
}

#navigation ul li a.last_selected {
	color: #575757;
	background: url('/_grafix/bg_navigation_item_last.png') top left no-repeat;	
}

#navigation ul li a.last_selected:hover {
	background: #cad400;
}

/* sub navigation */

#navigation ul li ul {
	float: left;
	width: 179px;
	list-style-type: none;
	visibility: hidden;
	position: absolute;
	height: auto;
	z-index: 50;
	overflow: hidden;
	padding: 5px 0 0 0;
	background: #cad400;
}

#navigation ul li ul.small {
	width: 148px;
}

#navigation ul li ul li {
	float: left;
	width: 179px;
	vertical-align: top;
	height: auto;
	margin-right: 0;
	background: none;
	border-left: 0;
}

#navigation ul li ul li a {
	display: block;
	vertical-align: top;
	width: 161px;
	height: 15px;
	font-size: 10px;
	line-height: 1.3em;
	padding: 7px 9px;
	letter-spacing: 0;
	text-align: left;
	text-transform: uppercase;
	overflow: hidden;
	color: #575757;
	border-bottom: 1px solid #e5ea80;
}

#navigation ul li ul li a:hover {
	color: #575757;
	text-decoration: none;
	border-bottom: 1px solid #e5ea80;
	background: #e5ea80 !important;
}

#navigation ul li ul li a.selected {
	color: #fff;
	background: #575757 !important;
	border-bottom: 1px solid #e5ea80;
}

#navigation ul li ul li a.selected:hover {
	color: #fff;
	background: #414141 !important;
	border-bottom: 1px solid #e5ea80;
}

/* crumb */

#crumb {
	float: left;
	width: 720px;
	height: 20px;
	overflow: hidden;
	line-height: 2.5em;
	font-size: 10px;
	color: #bbb;
}

#crumb a {
	color: #ccc;
}

#crumb a:hover {
	color: #575757;
}

/* logo */

#logo {
	float: right;
	width: 260px;
	height: 135px;
	overflow: hidden;
}

#logo img {
	float: left;
}

/* main */

#main {
	float: left;
	width: 980px;
}

/* content */

#content {
	float: left;
	width: 400px;
	margin-bottom: 10px;
}

#content.medium {
	width: 680px;
}

#content.wide {
	width: 980px;
}

/* layout */

#main a {
	color: #009fe3;
	text-decoration: none;
	border-bottom: 1px solid #80cff1;
}

#main a:hover {
	color: #007ca1;
	border-bottom: 1px solid #007ca1;
}

#main h1 {
	font-family: "purista-web-1", "purista-web-2", sans-serif;
	color: #cad400;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 36px;
	margin-bottom: 20px;
	line-height: 1.3em;
}

#main h2 {
	font-family: "purista-web-1", "purista-web-2", sans-serif;
	color: #cad400;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 1.3em;
}

#main h3 {
	font-family: "purista-web-1", "purista-web-2", sans-serif;
	color: #cad400;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 1.3em;
}

#main p {
	line-height: 1.4em;
	margin-bottom: 22px;
}

#main ul {
	list-style-type: disc;
	margin-bottom: 22px;
}

#main ol {
	list-style-type: decimal;
	margin-left: 10px;
	margin-bottom: 22px;
	padding-left: 15px;	
}

#main li {
	margin-left: 15px;
	margin-bottom: 6px;
}

#main table {
	width: 100%;
	margin-bottom: 22px;
}

#main td {
	padding: 5px;
	vertical-align: top;
	line-height: 1.5em;
	background: #f5f5f5;
}

#main img.noborder {
	border: 0;
}

/* home */

#home_container {
	float: right;
	width: 540px;
	padding-top: 65px;
}

a.home_button1, 
a.home_button2, 
a.home_button3 {
	float: left;
	width: 165px;
	height: 200px;
	border: 0 !important;
	text-decoration: none !important;
	margin-bottom: 25px;
}

a.home_button1 {
	background: url('/_grafix/bg_home_button1.png') top left no-repeat;
	margin-right: 22px;
}

a.home_button2 {
	background: url('/_grafix/bg_home_button2.png') top left no-repeat;
	margin-right: 23px;
}

a.home_button3 {
	background: url('/_grafix/bg_home_button3.png') top left no-repeat;
}

a.home_button1 span, 
a.home_button2 span, 
a.home_button3 span {
	float: left;
	width: 165px;
	padding: 174px 0 0 0;
	text-align: center;
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.3em;
}

a.home_button1 span:hover, 
a.home_button2 span:hover, 
a.home_button3 span:hover {
	color: #009fe3;
}

/* newsticker */

#news {
	float: right;
	width: 540px;
	height: 30px;
	background: url('/_grafix/bg_news.png') top left no-repeat;
	overflow: hidden;
	color: #fff;
}

#news a {
	color: #fff;
	border-bottom: 1px solid #eee;
}

#news a:hover {
	color: #009fe3;
}

/* main page image */

img.main_page_image {
	float: right;
}

/* beeldbank */

/* with text */

a.beeldbank_image, 
a.beeldbank_image_iframe {
	float: left;
	width: 314px;
	height: 148px;
	border: 1px solid #cad400 !important;
	text-decoration: none;
	margin: 0 16px 16px 0;
	overflow: hidden;
}

a.beeldbank_image:hover, 
a.beeldbank_image_iframe:hover {
	border: 1px solid #575757 !important;
}

a.beeldbank_image img, 
a.beeldbank_image_iframe img {
	float: left;
}	

a.beeldbank_image span, 
a.beeldbank_image_iframe span {
	float: right;
	width: 140px;
	padding: 15px 15px 0 0;
	font-size: 11px;
	color: #999 !important;
	line-height: 1.3em;
}

/* without text */

a.beeldbank_image_small, 
a.beeldbank_image_small_iframe {
	float: left;
	width: 148px;
	height: 148px;
	border: 1px solid #cad400 !important;
	text-decoration: none;
	margin: 0 16px 16px 0;
	overflow: hidden;
}

a.beeldbank_image_small:hover, 
a.beeldbank_image_small_iframe:hover {
	border: 1px solid #575757 !important;
}

a.beeldbank_image_small img, 
a.beeldbank_image_small_iframe img {
	float: left;
}

/* beeldbank footer options */

#beeldbank_footer_options {
	float: right;
	width: 300px;
	font-size: 12px;
	color: #999;
	text-align: right;
}

#beeldbank_footer_options a {
	color: #999;
	border-bottom: 1px solid #ccc;
}

/* references */

h2#references {
	float: right;
	width: 540px;
	text-align: left;
	font-family: "purista-web-1", "purista-web-2", sans-serif;
	text-transform: uppercase;
	color: #cad400;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 20px;
	margin-top: 17px;
	margin-bottom: 10px;
	line-height: 1em;
}

#reference_container {
	float: right;
	width: 540px;
	height: 360px;
	background: url('/_grafix/bg_reference_container.png') top left no-repeat;
	overflow: hidden;
}

#reference_title_wrapper {
	float: left;
	width: 540px;
	height: 31px;
	overflow: hidden;
}

#reference_title {
	float: right;
	width: 425px;
	height: 28px;
	color: #414141;
	text-align: left;
	font-size: 12px;
	background: url('/_grafix/bg_reference_title.png') top left no-repeat;
	padding: 2px 15px 0 15px;
	margin: 1px 1px 0 0;
	line-height: 1.3em;
	white-space: nowrap;
}

#reference_title a {
	color: #414141;
	border-bottom: 1px solid #aaa;
}

#reference_slideshow {
	float: left;
	width: 502px;
	height: 302px;
	margin: 9px 0 20px 20px;
}

#reference_slideshow a, 
#reference_slideshow img {
	float: left;
	width: 500px;
	height: 300px;
}

#reference_slideshow a {
	border: 1px solid #fff; /*0 !important;*/
} 

#reference_slideshow a:hover {
	border: 1px solid #009fe3; /*0 !important;*/
}

/* reference arrows */

#prev_reference {
	position: relative;
	z-index: 99;
	width: 70px;
	height: 35px;
	background: url('/_grafix/bg_prev_reference.png') top left no-repeat;
	top: 270px;
	left: 0;
	cursor: pointer;
}

#prev_reference:hover {
	background-position: 0 -35px;
}

#next_reference {
	position: relative;
	z-index: 99;
	width: 70px;
	height: 35px;
	background: url('/_grafix/bg_next_reference.png') top left no-repeat;
	top: 235px;
	left: 470px;
	cursor: pointer;
}

#next_reference:hover {
	background-position: 0 -35px;
}

/* link to all references */

#reference_all_link {
	float: right;
	width: 540px;
	text-align: right;
	margin-top: 10px;
}

#reference_all_link a {
	font-size: 11px;
	text-decoration: none;
	color: #999;
	border-bottom: 1px solid #ddd;
}

#reference_all_link a:hover {
	color: #414141;
	border-bottom: 1px solid #414141;
}

/* portfolio */

div.portfolio_client {
	float: left;
	width: 980px;
	height: 90px;
	overflow: hidden;
	background: url('/_grafix/bg_portfolio_client.png') top left no-repeat;
	margin-bottom: 15px;
}

div.portfolio_client div.title {
	float: left;
	width: 250px;
	padding: 12px 15px;
	text-transform: uppercase;
	line-height: 1.3em;
	overflow: hidden;	
}

div.portfolio_client div.slider {
	float: right;
	width: 690px;
	height: 90px;
}

div.portfolio_client ul.slideshow {
	float: left;
	width: 604px;
	height: 90px;
	overflow: hidden;
	list-style-type: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

/* portfolio project page */

div.project_navigation {
	float: right;
	width: 120px;
	height: 35px;
}

div.project_navigation img {
	float: right;
	margin-left: 5px;
}

div.project_navigation a.next {
	float: right;
	width: 35px;
	height: 35px;
	margin-left: 5px;
	background: url('/_grafix/bg_project_navigation_next.png') top left no-repeat;
	border: 0 !important;
}

div.project_navigation a.next:hover {
	background-position: 0 -35px;
}

div.project_navigation a.prev {
	float: right;
	width: 35px;
	height: 35px;
	margin-left: 5px;
	background: url('/_grafix/bg_project_navigation_prev.png') top left no-repeat;
	border: 0 !important;
}

div.project_navigation a.prev:hover {
	background-position: 0 -35px;
}

div.project_navigation a.overview {
	float: right;
	width: 35px;
	height: 35px;
	margin-left: 5px;
	background: url('/_grafix/bg_project_navigation_overview.png') top left no-repeat;
	border: 0 !important;
}

div.project_navigation a.overview:hover {
	background-position: 0 -35px;
}

div.project_title {
	float: left;
	width: 850px;
}

/* project right container */

#project_right_container {
	float: right;
	width: 540px;
}

div.project_image {
	float: right;
	width: 540px;
	height: 340px;
	background: url('/_grafix/bg_project_image.png') top left no-repeat;
	overflow: hidden;
}

div.project_image div.gutter {
	float: left;
	padding: 20px;
}

div.project_image div.gutter a {
	float: left;
	border: 1px solid #fff !important;
}

div.project_image div.gutter a:hover {
	border: 1px solid #009fe3 !important;
}

div.project_image div.gutter a img {
	float: left;
}

/* project image slideshow */

#project_image_slideshow {
	float: left;
	width: 540px;
	height: 340px;
}

/* add this */

#addthis {
	float: right;
	width: 140px;
	text-align: right;
	margin-top: 15px;
}

#addthis a {
	border: 0 !important;
}

/* webshop */

div.product_block {
	float: left;
	width: 308px;
	height: 293px;
	border: 1px solid #cad400;
	margin: 0 25px 25px 0;
	overflow: hidden;
	cursor: pointer;
}

div.product_block:hover {
	border: 1px solid #009fe3;
}

div.product_block_gutter {
	float: left;
	width: 268px;
	padding: 20px;
}

div.product_block img {
	float: left;
	width: 268px;
	margin-bottom: 10px;
}

div.product_block a {
	float: left;
	width: 268px;
	height: 50px;
	text-align: center;
	border: 0 !important;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.3em;
}

div.product_block div.price {
	float: left;
	width: 200px;
	height: 15px;
	color: #fff;
	background: #cad400;
	padding: 8px 10px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	margin-left: 24px;
	line-height: 1.1em;
}

div.product_block div.price em {
	font-size: 11px;
	font-style: normal;
}

/* product price */

div.price_large {
	float: left;
	width: 260px;
	color: #fff;
	background: #cad400;
	padding: 8px 10px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	margin-bottom: 24px;
	line-height: 1.1em;
	font-size: 18px;
}

div.price_large em {
	font-size: 14px;
	font-style: normal;
}

/* search results */

ul#search_results {
	float: left;
	list-style-type: none;
	margin-top: 5px;
	width: 680px;
}

ul#search_results li {
	float: left;
	width: 650px;
	cursor: pointer;
	font-size: 13px;
	margin: 0 0 10px 0;
	padding: 15px;
	background: #f5f5f5;
	border-bottom: 1px dotted #ccc;
}

ul#search_results li:hover {
	background: #eee;
}

ul#search_results li strong {
	font-size: 14px;
	line-height: 1.5em;
}

ul#search_results li a {
	float: left;
	font-size: 10px;
	margin-top: 6px;
}

ul#search_results li img {
	float: left;
	margin: 0 15px 0 0;
}

/* webcam */

#webcam_image {
	float: right;
	width: 538px;
	height: 413px;
	border: 1px solid #cad400;
	overflow: hidden;
}

#webcam_image div.gutter {
	float: left;
	padding: 18px;
}

#webcam_image img {
	float: left;
	width: 500px;
}

/* contact right */

#contact_right {
	float: right;
	width: 540px;
}

/* form */

#form {
	float: left;
	width: 400px;
}

/* labels */

#form span.label, 
#form span.label_error, 
#form span.hint, 
#form span.error {
	float: left;
	width: 400px;
	font-weight: bold;
	margin-right: -5px;
	line-height: 1.4em;
}

#form span.label, 
#form span.label_error {
	margin-bottom: 2px;
}

#form span.label_error {
	color: #c00;
}

#form span.error {
	font-size: 12px;
	color: #c00;
	margin-bottom: 4px;
}

#form span.hint {
	font-weight: normal;
	font-size: 11px;
	color: #777;
	margin-top: -4px;
	margin-bottom: 14px;
}

#form span.hint a {
	color: #999;
}

#form span.hint a:hover {
	color: #666;
}

#form span.checkbox, 
#form span.checkbox_error {
	float: left;
	width: 400px;
	margin-top: 4px;
	margin-right: -5px;
	margin-bottom: 4px;
}

#form span.checkbox_error {
	color: #c00;
}

#form span.checkbox_error a {
	color: #c00;
	border-bottom: 1px solid #c00;
}

#form span.label b {
	color: #575757;
}

#form span.label_error b {
	color: #c00;
}

/* fields */

#form input.text {
	float: left;
	width: 390px;
	height: 26px;
	background: #fff; /* url('/_grafix/bg_form_text.png') top left no-repeat; */
	border: 1px solid #ccc;
	padding: 2px 4px 2px 4px;
	margin-top: 2px;
	margin-bottom: 10px;
	color: #999; /* #000 */
	font-size: 13px;
	font-family: Verdana, sans-serif;
}

#form textarea {
	float: left;
	width: 390px;
	height: 200px;
	background: #fff; /* url('/_grafix/bg_form_textarea.png') top left no-repeat; */
	border: 1px solid #ccc;
	padding: 4px;
	margin-bottom: 10px;
	color: #999; /* #000 */
	font-size: 13px;
	font-family: Verdana, sans-serif;
}

#form select {
	float: left;
	width: 398px;
	background: #fff;
	border: 1px solid #ccc;
	margin-bottom: 8px;
	padding: 2px 0 2px 2px;
	color: #999;
	font-size: 13px;
	font-family: Verdana, sans-serif;
}

#form option {
	padding: 1px;
}

#form input.checkbox {
	float: left;
	vertical-align: top;
	display: block;
	overflow: hidden;
	padding: 0; 
	border: 0;
	margin: 2px 4px 2px 0;
	width: 13px;
	height: 13px;
	line-height: 1em;
}

#form div.form_break {
	float: left;
	width: 400px;
	height: 17px;
	margin-top: 10px;
	border-top: 1px dotted #ccc;
}

#form div.form_title {
	float: left;
	width: 400px;
	font-size: 13px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* buttons */

button {
	float: left;
	background: none;
	cursor: pointer;
	width: auto !important;
	height: 40px;
	overflow: visible;
}

button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

button div {
	float: left;
	height: 30px;
	width: auto !important;
	white-space: nowrap;
	background: #cad400;
	margin-top: 10px;
	padding: 0 0 0 15px;
	line-height: 1.5em;
	overflow: visible;
}

button span {
	float: left;
	display: block;
	height: 30px;
	line-height: 28px;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	background: #cad400;
	padding: 0 15px 0 0;
	width: auto !important;
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	overflow: visible;
	text-transform: uppercase;
}

button:hover div,
button:active div {
}

button:hover span,
button:active span {
	color: #eee;
}

/* sitemap */

ul#sitemap {
	font-size: 15px;
}

ul#sitemap li ul {
	list-style-type: disc;
	margin-top: 5px;
}

ul#sitemap li ul li {
	font-size: 13px;
}

/* footer */

#footer {
	float: left;
	width: 980px;
	height: 50px;
	margin-top: 30px;
}

#footer .gutter {
	float: left;
	width: 980px;
	padding-top: 10px;
	font-size: 11px;
	color: #aaa;
	line-height: 1.4em;
	border-top: 1px dotted #ddd;
	text-align: center;
}

#footer a {
	color: #aaa;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

#footer a:hover {
	color: #666;
	border-bottom: 1px solid #666;
}

/* quoted */

#quoted {
	width: 15px;
	height: 16px;
	vertical-align: top;
	line-height: 1em;
	margin-left: 8px;
}

