/*
* Cache van main.style.css
* Created: 2019-09-28 21:22:05
*/

/*
* $Author: sjors $
* $LastChangedDate: 2006-07-05 13:58:04 +0200 (wo, 05 jul 2006) $
* $Id: main.style.css 18 2006-07-05 11:58:04Z sjors $
* $Rev: 18 $
*/

/* Style reset */
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, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;}
body {line-height: 1; color: black; background: white;}
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
/* End style reset */

.clear {clear: both; line-height: 0px;}
strong {font-weight: bold;}
em {font-style: italic;}
.hidden {display: none;}
.error {color: #d00437;}
ul {
	list-style: none;
	margin: 10px 20px;
}
ul li {
	background-image: url(/images/bullet.gif);
  background-repeat: no-repeat;
  background-position: 12px 7px;
	padding-left: 22px;
}
ol {
	margin-left: 20px;
}
ul ul {
	margin-top: 2px;
}
h3 + ul {
	margin-top: -25px;
}

.loading {
	background-image: url(/images/cms/spinner.gif);
  background-repeat: no-repeat;
  background-position: center;
}

/* Typo */
body {
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	color: #333;
}
p {
	margin: 10px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	color: #333;
	margin: 25px 0;
	font-weight: bold;
}
h1 {
	color: #7e9aac;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 23px; 
}
h2 {
	font-size: 12px;
	margin-bottom: 0;
}
p + p, h1 + p {
	margin-top: 25px;
}
h2 + p {
	margin-top: 0;
}
a {
	color: #acb208;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
/* Typo */

/* Interface */
html, body {
	height: 100%;
}
body {
	background-color: #fff;
}
#wrapper {
	width: 985px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	margin-bottom: -34px;
}
#headerclearer {
	height: 134px;
	width: 985px;
}
#header {
	height: 130px;
	width: 985px;
	position: absolute;
	top: 0;
	left: 0;
}
#sitelogo {
	position: absolute;
	top: 10px;
	left: 14px;
	width: 90px;
	height: 80px;
	overflow: hidden;
	text-indent: -600px;
	display: block;
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
}
#footerclearer {
	height: 34px;
	width: 985px;
	clear: both;
}
#footer {
	height: 34px;
	width: 985px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	text-align: center;
}
#banner {
	margin-bottom: 10px;
}
#banner img {
	display: block;
}
#header .twitter {
	background-image: url(/images/twitter.png);
    background-position: right top;
    background-repeat: no-repeat;
    color: #666666;
    display: block;
    font-size: 11px;
    height: 20px;
    margin: 0;
    padding: 0 58px 0 0;
    position: absolute;
    right: 0;
    text-align: right;
    text-decoration: none;
    top: 70px;
    width: 24px;
}
#header .twitter:hover {
	background-position: right -20px;
	color: #cbd300;
}
/* Interface */

/* Menu */
.mainmenu {
	margin: 0;
	list-style: none;
	position: absolute;
	top: 100px;
	left: 0;
	height: 34px;
	width: 985px;
	background-image: url(/images/bgnav.png);
	background-repeat: no-repeat;
}
.mainmenu li {
	float: left;
	margin-right: 2px;
	position: relative;
	padding: 0;
	background-image: none;
}
.mainmenu a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	padding: 0 38px;
	margin: 5px 0 9px 0;
	border-left: 1px solid #fff;
}
.mainmenu .first a {
	border-left: none;
}
.mainmenu a:hover, .mainmenu .current a {
	color: #cbd300;
	text-decoration: none;
}
.mainmenu ul {
	list-style: none;
	margin: 0;
	display: none;
	position: absolute;
	top: 34px;
	left: -3px;
	opacity: 0.9;
	filter:alpha(opacity=90);
	border: 1px solid #ccc;
	border-right: none;
}
.mainmenu ul li {
	width: 100%;
	position: relative;
}
.mainmenu li:hover ul {
	display: block;
}
.js .mainmenu li:hover ul {
	display: none;
}
.mainmenu ul a, .mainmenu .current ul a {
	color: #7e9aac;
	height: 21px;
	line-height: 21px;
	font-size: 12px;
	padding: 0 9px;
	margin: 0;
	border: 0;
	white-space: nowrap;
	background-color: #f4faff;
	border-right: 1px solid #ccc;
}
.mainmenu ul a:hover {
	background-color: #ccc;
	color: #333;
}
.mainmenu ul ul {
	display: none;
	position: absolute;
	top: 0px;
	left: 200px;
	opacity: 1;
	filter:alpha(opacity=100);
}
.mainmenu ul li:hover ul {
	display: block;
}
.js .mainmenu ul li:hover ul {
	display: none;
}

.headermenu {
	margin: 15px 0 0 0;
	list-style: none;
	float: right;
}
.headermenu li {
	display: inline;
	margin-right: 6px;
	margin-left: 1px;
	text-transform: lowercase;
	padding: 0;
	background-image: none;
}
.headermenu .sep {
	color: #666;
}
.headermenu a {
	color: #666;
	text-decoration: none;
}
.headermenu a:hover {
	color: #acb208;
	text-decoration: none;
}

.footermenu {
	margin: 0;
	list-style: none;
	display: inline;
}
.footermenu li {
	margin-right: 6px;
	margin-left: 1px;
	display: inline;
	line-height: 34px;
	text-transform: lowercase;
	padding: 0;
	background-image: none;
}
.footermenu .sep {
	color: #999;
}
.footermenu a {
	color: #999;
	text-decoration: none;
}
.footermenu a:hover {
	text-decoration: underline;
}

#breadcrumb {
	list-style: none;
	position: relative;
	top: -10px;
	margin: 0 0 10px 15px;
	width: 985px;
	height: 20px;
}
#breadcrumb li {
	display: inline;
	margin-right: 1px;
	font-size: 11px;
	line-height: 20px;
	color: #666;
	text-transform: lowercase;
	padding: 0;
	background-image: none;
}
#breadcrumb li a {
	color: #666;
	text-decoration: none;
}
#breadcrumb li.current, #breadcrumb li a:hover, #breadcrumb li.current a {
	color: #acb208;
}
/* Menu */

/* Headings */
.newrelease,
.smartsolutions,
.custommade,
.portal,
.casestudy,
.route,
.productselector h2 {
	width: 236px;
	height: 19px;
	padding: 21px 10px 5px 10px;
	color: #333;
	font-size: 12px;
	background-repeat: no-repeat;
	background-image: url(/images/headings.png);
	margin: 0 0 10px 0;
	overflow: hidden;
}
.newrelease {
	background-position: 0 -45px;
}
.smartsolutions {
	background-position: -256px -90px;
}
.column-center .smartsolutions {
	width: 405px;
	background-position: 0 0;
}
.custommade {
	background-position: -256px -45px;
}
.portal {
	background-position: 0 -90px;
}
.casestudy {
	background-position: 0 -135px;
}
.route {
	background-position: 0 -215px;
}
.productselector h2 {
	text-indent: -400px;
	background-position: -256px -135px;
}
/* Headings */

/* Lang switch*/
.langsel-prefix {
	float: right;
	margin: 15px 0 0 0;
	color: #666;
}
#langsel {
	margin: 11px 0 0 9px;
	list-style: none;
	float: right;
	padding: 4px 6px;
}
#langsel li {
	padding: 0;
	background-image: none;
}
.js #langsel {
	border: 1px solid #999;
	width: 88px;
	background-image: url(/images/langsel.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	overflow: hidden;
}
#langsel a {
	color: #666;
	text-decoration: none;
}
#langsel a:hover {
	text-decoration: underline;
}
/* Lang switch*/

/* Footer */
#footer {
	color: #999;
}
/* Footer */

/* Application-list */
.applications {
	margin: -5px 0 5px 0;
	list-style: none;
}
.applications li {
	background-repeat: no-repeat;
	float: left;
	margin: 5px 13px 0 13px;
	background-position: top center;
	padding: 0;
}
.applications .liclear {
	clear: left;
	float: none;
	background-image: none;
	height: 1px;
	margin: 0;
}
.applications a {
	background-repeat: no-repeat;
	background-position: 100px 100px;
	width: 80px;
	padding-top: 50px;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #3b3b3b;
	font-weight: bold;
	text-transform: lowercase;
}
.lang-de .applications a {
	text-transform: none;
}
.applications a:hover, .applications .current a, .applications .highlight a {
	background-position: top center;
	color: #acb208;
}
.column-right .applications li {
	margin-left: 2px;
	margin-right: 3px;
}
.applications-ps a {
	text-indent: -300px;
	overflow: hidden;
	padding-top: 0;
	height: 52px;
	width: 58px;
}
.casestudies {
	margin: 25px auto 0 auto;
	list-style: none;
	width: 435px;
}
.casestudies li {
	padding: 0;
	background-image: none;
}
#casestudies-accordion {
	margin-top: 10px;
}
/* Application-list */

/* Columns */
.column-center {
	float: left;
	width: 510px;
	min-height: 1px;
}
.column-left {
	float: left;
	width: 180px;
	margin-right: 20px;
	min-height: 1px;
}
.column-right {
	float: left;
	width: 265px;
	margin-left: 10px;
	min-height: 1px;
}
.column-wide {
	width: 710px;
}
.column-center-small {
	width: 435px;
}
.column-lr-equal .column-center {
	width: 435px;
}
.column-lr-equal .column-left {
	margin-right: 10px;
}
.column-lr-equal .column-left, .column-lr-equal .column-right {
	width: 265px;
}
.column-lr-equal .column-left .box-inner, .column-lr-equal .column-right .box-inner {
	min-height: 300px;
}
.column-center p {
	margin-right: 10px;
}
.column-left p:first-child {
	margin-top: 0;
}
/* Columns */

/* Box */
.box-inner {
	background-image: url(/images/boxcorners-tl.png);
	background-repeat: no-repeat;
	padding: 5px;
}
.box-outer {
	background-image: url(/images/bgbox.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #f1f1f1;
	margin-bottom: 10px;
}
.box-outer .box-outer {
	background-image: url(/images/boxcorners-bl.png);
	background-position: bottom left;
	background-color: transparent;
}
.box-outer .box-outer .box-outer {
	background-image: url(/images/boxcorners-br.png);
	background-position: bottom right;
}
.box-inner p {
	margin-left: 9px;
	margin-right: 10px;
}
/* Box */

/* Forms */
legend {
	font-weight: bold;
	padding-top: 10px;
}
.fieldset {
	margin: 0;
	list-style: none;
}
.fieldset li {
	margin: 4px 0;
}
input.text, textarea, select, input.number {
	border: 1px solid #a9a9ab;
	width: 240px;
	background-color: #ffffff;
	font-family: Arial;
	color: #646464;
	font-size: 12px;
	padding: 2px 3px;
}
input.number {
	width: 30px;
	text-align: right;
}
input.disabled {
	border: none;
}
select {
	width: 242px;
}
textarea {
	height: 100px;
	vertical-align: top;
}
label {
	display: inline-block;
	width: 150px;
	color: #7e9aac;
}
label.radio {
	display: inline;
	width: auto;
	margin-left: 150px;
	color: #333;
}
li.radio label.radio {
	margin-left: 0;
	display: block;
}
li.radiowidthlabel label.radio {
	margin-left: 0;
}
fieldset button {
	margin-left: 150px;
}

.button, button {
	background-color: #535353;
	border: 0;
	color: #ffffff;
	cursor: pointer;
	font-family: "Arial";
	font-weight: bold;
	font-size: 12px;
	height: 20px;
	width: 85px;
	text-align: center;
}
.button span, button span {
	position: relative;
	top: -1px;
}
/* Forms */

/* Products */
.productselector {
	position: relative;
	top: -20px;
}
.products {
	margin: 10px 0 -5px 0;
	list-style: none;
}
.products li {
	padding: 0;
	background-image: none;
}
.products h3 {
	margin: 0;
}
.products h3 a {
	width: 236px;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	color: #666;
	font-size: 14px;
	background-repeat: no-repeat;
	background-image: url(/images/headings.png);
	background-position: 0 -180px;
	display: block;
	text-decoration: none;
}
.products h3 a:hover, .products h3 a.current {
	background-position: -256px -180px;
}
.products ul {
	margin: 5px 0 0 0;
	list-style: none;
}
.products ul li {
	margin: 5px 10px 10px 10px;
}
.products ul a {
	text-decoration: none;
	color: #666;
}
.products ul a.current {
	font-weight: bold;
}
.products ul a:hover {
	color: #acb208;
}
.productdetails {
	margin-top: 40px;
}
.productdetails .column-left {
	width: 120px;
	margin-right: 0;
	padding: 20px 0 0 15px;
}
.productdetails .column-center {
	padding-left: 15px;
	padding-top: 8px;
	width: 180px;
}
.productdetails .column-wide {
	width: 315px;
}
.productdetails .column-right {
	width: 150px;
	padding: 15px 10px 0 0;
}
.productdetails h2 {
	margin: 5px 0;
	font-size: 13px;
}
.productdetails ul {
	margin: 0;
	list-style: none;
}
.productdetails li {
	padding: 0;
	background-image: none;
	margin: 2px 0;
}
.productdetails a {
	color: #5d89a6;
}
/* Products */

/* Misc */
.images {
	list-style: none;
	margin: 0;
}
.images li {
	margin: 15px 10px 10px 9px;
	padding: 0;
	background-image: none;
}
.zoomimg-container {
	position: relative;
	display: block;
}
.zoomimg-container span.zoom-icon {
	position: absolute;
	background-image: url(/images/zoom.png);
	top: 6px;
	right: 8px;
	width: 29px;
	height: 28px;
	display: block;
}
.column-right iframe {
	margin-left: 9px;
	margin-bottom: -5px;
}
/* Misc */

/* Sitemap */
.sitemap {
	margin: 0;
	list-style: none;
}
.sitemap li {
	padding: 0;
	background-image: none;
}
.sitemap ul {
	list-style: none;
}
/* Sitemap */

/* Imagezoom */
div#bodyoverlay {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: #ffffff;
	z-index: 10;
}
div#zoomdiv {
	background-color: #f1f1f1;
	display: none;
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	z-index: 11;
}
div#zoomdiv a {
  background-repeat: no-repeat;
	text-decoration: none;
	color: #333;
}
div#zoomdiv a.close {
	position: absolute;
	top: 7px;
	right: 20px;
	text-transform: lowercase;
	height: 18px;
	line-height: 18px;
	background-position: right center;
}
div#zoomdiv a.close:hover {
	text-decoration: underline;
}
div#zoomdiv a.previous, div#zoomdiv a.next {
	position: absolute;
	bottom: 7px;
	text-transform: lowercase;
}
div#zoomdiv a.previous {
	left: 10px;
	padding-left: 13px;
	background-position: left center;
}
div#zoomdiv a.previous:hover {
	text-decoration: underline;
}
div#zoomdiv a.next {
	right: 10px;
	padding-right: 13px;
	background-position: right center;
}
div#zoomdiv a.next:hover {
	text-decoration: underline;
}
div#zoomdiv_img {
	position: relative;
	top: 15px;
}
div#zoomdiv_img img {
	position: absolute;
}
div#zoomdiv span.info {
	display: none;
}
/* Imagezoom */

/* WYMeditor */
/* Afb: Omloop rechts */
img.floatleft /* img */ {
  /* border-right: 2px dashed blue; */
	float: left;
	margin: 5px 5px 5px 0px;
}
/* Afb: Omloop links */
img.floatright /* img */ {
  /* border-left: 2px dashed blue; */
	float: right;
	margin: 5px 0px 5px 5px;
}
/* Afb: rand */
.border /* img */ {
  /* border: 1px solid #d1d1d1; */
	border: 1px solid #d1d1d1;
}
/* Tekst rechts uitlijnen */
p.alignright /* p */ {
  /* text-align: right; */
	text-align: right;
}
/* Tekst uitvullen */
p.alignjustify /* p */ {
  /* text-align: justify; */
	text-align: justify;
}
/* Tekst centreren */
p.aligncenter /* p */ {
  /* text-align: center; */
	text-align: center;
}
/* Kop: new release */
.newrelease /* h2 */ {
  /* color: blue; */
}
/* Kop: smart solutions */
.smartsolutions /* h2 */ {
  /* color: blue; */
}
/* Kop: custom made */
.custommade /* h2 */ {
  /* color: blue; */
}
/* Kop: portal */
.portal /* h2 */ {
  /* color: blue; */
}
/* Kop: route */
.route /* h2 */ {
  /* color: blue; */
}
/* /WYMeditor */
