/*
* Cache van main.style.css
* Created: 2010-07-22 20:15:57
*/

/*
* $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; vertical-align: baseline;}
:focus {outline: 0;}
body {line-height: 1; color: black; background: white;}
ol, ul {list-style: none;}
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* End style reset */

.clear {clear: both; line-height: 0px;}
img {border: 0px;}
strong {font-weight: bold;}
em {font-style: italic;}
.hidden {display: none;}
.error {color: red;}
.floatleft {float: left;}
ul {
	list-style: disc;
	margin: 2px 12px;
}

html, body {height: 100%;}

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

body {
	background-color: #e8e8e8;
}

body, th, td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #63676a;
	line-height: 16px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 20px 0px;
	color: #63676a;
}

h1 {
	font-size: 13px;
}
h1.notopmargin {
	margin-top: 0;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 11px;
}
p {
	margin: 15px 0px;
}
a {
	color: #00619e;
	text-decoration: none;
}
a:hover {
	color: #00619e;
	text-decoration: underline;
}

table td {
	vertical-align: top;
	padding: 20px 10px 20px 0px;
}
table h2 {
	margin-top: 10px;
}

/* Main positioning */
div#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 935px;
	height: 155px;
	background-color: #999999;
	margin-left: 8px;
}
div#headerclearer {
	height: 155px;
}
div#footer {
	width: 951px;
	height: 40px;
	margin: 0px auto;
	background-color: #e8e8e8;
	background-image: url(/images/interface/shadefooter.png);
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
	color: #ffffff;
	line-height: 20px;
}
div#footerclearer {
	height: 40px;
}
div#contentcontainer {
	margin: 0px auto -40px auto;
	width: 951px;
	min-height: 75%;
	_height: 75%;
	position: relative;
	background-color: #ffffff;
	background-image: url(/images/interface/shade.png);
	background-repeat: repeat-y;
}
div#contents {
	margin: 20px 28px;
	width: 895px;
	position: relative;
}
.content-left {
	float: left;
	width: 580px;
}
/* Main positioning */

/* Menu */
div#headermenus {
	position: absolute;
	top: 123px;
	right: 20px;
	text-align: right;
	z-index: 3;
}
ul#mainmenu {
	text-align: center;
	list-style: none;
	margin: 0px;
	float: right;
}
ul#mainmenu li {
	float: left;
	border-right: 2px solid #999999;
	position: relative;
	padding: 0px 10px;
	background-image: url(/images/nav/navover.png);
	background-repeat: no-repeat;
	background-position: 0px -192px;
	font-weight: bold;
	white-space: nowrap;
	font-size: 10px;
}
ul#mainmenu li.menuitem1:hover, ul#mainmenu li.menuitem1.current, ul#mainmenu li.menuitem1_hover, ul#mainmenu li.menuitem1_current {background-position: 0px    0px; border-right-color: #2b1d66;}
ul#mainmenu li.menuitem2:hover, ul#mainmenu li.menuitem2.current, ul#mainmenu li.menuitem2_hover, ul#mainmenu li.menuitem2_current {background-position: 0px  -32px; border-right-color: #004c90;}
ul#mainmenu li.menuitem3:hover, ul#mainmenu li.menuitem3.current, ul#mainmenu li.menuitem3_hover, ul#mainmenu li.menuitem3_current {background-position: 0px  -64px; border-right-color: #33982a;}
ul#mainmenu li.menuitem4:hover, ul#mainmenu li.menuitem4.current, ul#mainmenu li.menuitem4_hover, ul#mainmenu li.menuitem4_current {background-position: 0px  -96px; border-right-color: #eec44f;}
ul#mainmenu li.menuitem5:hover, ul#mainmenu li.menuitem5.current, ul#mainmenu li.menuitem5_hover, ul#mainmenu li.menuitem5_current {background-position: 0px -128px; border-right-color: #ed6323;}
ul#mainmenu li.menuitem6:hover, ul#mainmenu li.menuitem6.current, ul#mainmenu li.menuitem6_hover, ul#mainmenu li.menuitem6_current {background-position: 0px -160px; border-right-color: #b2001e;}

ul#mainmenu li:hover, ul#mainmenu li.hover {
	height: 32px;
}
ul#mainmenu li:hover ul, ul#mainmenu li.hover ul {
	display: block;
}
ul#mainmenu li li:hover, ul#mainmenu li li.hover, ul#mainmenu li.hasnochildren {
	height: 25px;
}

ul#mainmenu li ul {
	display: none;
	position: absolute;
	top: 32px;
	right: -2px;
	list-style: none;
	margin: 0px;
}
ul#mainmenu li.menuitem1 ul {background-color: #2b1d66; border-right-color: #2b1d66; background-image: url(/images/nav/bgmenuitem1.png);}
ul#mainmenu li.menuitem2 ul {background-color: #004c90; border-right-color: #004c90; background-image: url(/images/nav/bgmenuitem2.png);}
ul#mainmenu li.menuitem3 ul {background-color: #33982a; border-right-color: #33982a; background-image: url(/images/nav/bgmenuitem3.png);}
ul#mainmenu li.menuitem4 ul {background-color: #eec44f; border-right-color: #eec44f; background-image: url(/images/nav/bgmenuitem4.png);}
ul#mainmenu li.menuitem5 ul {background-color: #ed6323; border-right-color: #ed6323; background-image: url(/images/nav/bgmenuitem5.png);}
ul#mainmenu li.menuitem6 ul {background-color: #b2001e; border-right-color: #b2001e; background-image: url(/images/nav/bgmenuitem6.png);}
ul#mainmenu li a {
	text-transform: uppercase;
	line-height: 25px;
	height: 25px;
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}
ul#mainmenu li:hover a, ul#mainmenu li.hover a, ul#mainmenu li.current a, ul#mainmenu li li a,
	ul#mainmenu li.menuitem1_current a, ul#mainmenu li.menuitem2_current a, ul#mainmenu li.menuitem3_current a,
	ul#mainmenu li.menuitem4_current a, ul#mainmenu li.menuitem5_current a, ul#mainmenu li.menuitem6_current a {
	color: #ffffff;
}
ul#mainmenu li li a:hover {
	text-decoration: underline;
}
ul#mainmenu ul li {
	background-image: none;
	float: none;
	border-bottom: 1px solid #ffffff;
	border-right: none;
	background-color: transparent;
}
ul#metamenu {
	float: right;
	height: 25px;
	list-style: none;
	margin: 0px;
	position: relative;
}
ul#metamenu li {
	float: left;
	margin-right: 8px;
	line-height: 19px;
	height: 19px;
	position: relative;
	top: 6px;
}
ul#metamenu li a {
	text-indent: 400px;
	overflow: hidden;
	background-repeat: no-repeat;
	width: 19px;
	display: block;
}
ul#metamenu li#metamenu_home a {
	background-image: url(/images/icons/home.png);
}
ul#metamenu li#metamenu_home {
	top: 4px;
}
ul#metamenu li#metamenu_print a {
	background-image: url(/images/icons/print.png);
	cursor: pointer;
	width: 16px;
}
ul#metamenu li#metamenu_basket {
	height: 25px;
	background-image: url(/images/icons/overview.png);
	background-repeat: no-repeat;
	list-style: none;
	padding-left: 15px;
	top: 0px;
}
ul#metamenu li#metamenu_basket a {
	text-indent: 0px;
	width: auto;
	overflow: none;
	text-decoration: none;
	color: #666666;
	margin-top: 6px;
	padding: 0px 5px 1px 10px;
	background-color: #ffffff;
	border-style: solid;
	border-color: #999999;
	border-width: 1px 1px 1px 0px;
	line-height: 12px;
	height: 12px;
	text-transform: lowercase;
	background-image: url(/images/icons/overview.png);
	background-repeat: no-repeat;
	background-position: -16px -6px;
}
ul#metamenu li#metamenu_basket a:hover {
	text-decoration: underline;
}

ul#footernav {
	list-style: none;
	margin: 0px;
	text-align: center;
}
ul#footernav li {
	display: inline;
	margin: 0px 10px;
	font-size: 9px;
}
ul#footernav li a {
	text-decoration: none;
	color: #333333;
}
ul#footernav li a:hover {
	color: #333333;
	text-decoration: underline;
}

div#breadcrumb {
	text-transform: uppercase;
	font-weight: bold;
	color: #999999;
}
div#breadcrumb a {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
div#breadcrumb a:hover {
	text-decoration: underline;
}
/* Menu */

/* Header & Footer */
img.headerimgs {
	position: absolute;
	top: 0px;
	left: 0px;
}
img#logo {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 3;
}
ul#langselector {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 4;
	list-style: none;
	margin: 0px;
}
ul#langselector li img {
	position: relative;
	top: 2px;
}

ul.selector {
	background-color: #ffffff;
	list-style: none;
	margin: 0px;
	border-style: solid;
	border-color: #999999;
	border-width: 1px 1px 0px 1px;
	overflow: hidden;
}
ul.selector li {
	border-bottom: 1px solid #999999;
	padding: 2px 5px 3px 5px;
	color: #999999;
	line-height: 12px;
}
ul.selector li.firstitem {
	background-image: url(/images/nav/pulldown_arrow.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-right: 15px;
}
ul.selector a {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	margin-left: 10px;
}
ul.selector a:hover {
	text-decoration: underline;
}

div#footer p {
	margin: 0px;
	font-size: 9px;
}
div#footer a {
	color: #ffffff;
	text-decoration: none;
}
div#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
/* Footer */

/* Border box */
.borderbox {
	background-image: url(/images/interface/bgshadowbox.png);
	background-position: top left;
	background-repeat: repeat-y;
	width: 580px;
}
.borderbox .borderbox {
	background-image: url(/images/interface/bgshadowbox-top.png);
	background-repeat: no-repeat;
}
.borderbox .borderbox .borderbox {
	background-image: url(/images/interface/bgshadowbox-bottom.png);
	background-position: bottom left;
	padding: 4px;
	width: 572px;
}
.productcat .borderbox .borderbox .borderbox {
	padding-right: 279px;
	width: 297px;
	position: relative;
}
.borderbox-small, .borderbox-small .borderbox {
	background-position: top right;
	width: 295px;
}
.borderbox-small .borderbox .borderbox {
	background-position: bottom right;
	padding: 4px;
	width: 287px;
}
.blockright-text .borderbox-small .borderbox .borderbox {
	padding: 4px 18px 14px 18px;
	width: 259px;
}
.borderbox h1, .borderbox h2, .borderbox p {
	margin: 15px 10px;
}
.borderbox h2 {
	margin-top: 7px;
}
.productcat h2 {
	position: absolute;
	top: 12px;
	left: 290px;
	color: #7b7b7b;
	text-transform: uppercase;
}
/* Border box */

/* Misc */
div#textcolumn {
	float: left;
	width: 450px;
}
div#imagecolumn {
	float: left;
	width: 330px;
	margin: 10px 0px 0px 110px;
}
div#imagecolumn a {
	position: relative;
	float: left;
	margin: 4px;
	border: 1px solid #999999;
}
div#imagecolumn a img {
	display: block;
}
div.widthcontainer {
	width: 580px;
}
div.widthcontainer p {
	margin-right: 11px;
}
div#bodyoverlay {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: #ffffff;
	z-index: 10;
}
div.projectdetails{
	padding: 20px 0px;
}
div.projectdetails h1{
	margin: 4px 0px;
}
div.projectdetails div#textcolumn {
	width: 350px;
	margin: -5px 0 0 10px;
}
div.projectdetails div#imagecolumn {
	margin: 0;
	width: auto;
	height: 300px;
}
div.projectdetails div#imagecolumn div.collumn {
	width: 63px;
	float: left;
}
div.projectdetails div#imagecolumn a {
	margin: 0 5px 5px 0;
}
div.projectdetails div#imagecolumn_large {
	float: left;
}
.minimizer {
	overflow: hidden;
	position: relative;
}
.minimizer .toggler {
	background-image: url(/images/interface/toggler.png);
	background-position: 0 -17px;
	display: block;
	width: 18px;
	height: 17px;
	position: absolute;
	top: 11px;
	right: 13px;
	cursor: pointer;
}
.minimized .toggler {
	background-position: 0 0;
}

.brochures {
	float: right;
	text-align: center;
	margin-top: 12px;
	margin-right: 19px;
}
.brochures a:hover {
	text-decoration: none;
}
.brochures a:hover span {
	text-decoration: underline;
}
.brochuresleft {
	float: left;
	width: 380px;
}
/* Misc */

/* List */
div.listitem img, div.imagebox {
	margin-right: 5px;
	float: left;
	display: block;
	border: 1px solid #999999;
	position: relative;
}
div.imagebox {
	text-align: center;
	padding: 0px;
}
div.noimage {
	padding: 5px;
	line-height: 12px;
	color: #999999;
}
div.imagebox img {
	margin-right: 0px;
	float: none;
	display: inline;
	border: none;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
div.listitem div.details {
	background-color: #eff7fc;
	padding: 10px;
}
div.listitem_hasimage div.details {
	float: left;
}
div.listitem a.readmore {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
}
div.listitem a.readmore:hover {
	text-decoration: none;
}
div.listitem a.readmore:hover span {
	text-decoration: underline;
}
.overviewlist {
	margin: 0;
	list-style: none;
	border-top: 1px solid #acacac;
}
.overviewlist li {
	margin: 4px 0;
}
.overviewlist a {
	font-weight: bold;
}
/* List */

/* Products */
#prodcatlist-acc {
	padding-top: 70px;
}
.productcat {
	background-position: top right;
	background-repeat: no-repeat;
	width: 580px;
	overflow: hidden;
	background-color: #ffffff;
}
ul.prodcatlist {
	list-style: none;
	margin: 0px;
	position: absolute;
	top: 25px;
	left: 0;
	height: 95px;
}
ul.prodcatlist li {
	float: left;
	width: 97px;
	position: relative;
}
ul.prodcatlist li span {
	position: absolute;
	top: 45px;
	left: 0;
	display: block;
	width: 100%;
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	text-align: center;
	font-family: Arial;
	font-size: 10px;
	color: #7b7b7b;
	text-transform: lowercase;
}
ul.prodcatlist li.over span, ul.prodcatlist li:hover span {
	display: none;
}
ul.prodcatlist li.pcl_parts {
	margin: 12px 0px;
	width: auto;
	height: auto;
	clear: both;
}
form#productselector {
	margin: 32px 0px 20px 0px;
}
form#productselector ul {
	list-style: none;
	margin: 0px;
	background-image: url(/images/interface/bgproducts.png);
	background-repeat: repeat-y;
}
form#productselector ul.column1 {width: 165px;}
form#productselector ul.column2 {width: 330px;}
form#productselector ul.column3 {width: 495px;}
form#productselector ul.column4 {width: 660px;}
form#productselector ul li {
	font-weight: bold;
	width: 155px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 10px;
	line-height: 12px;
}
form#productselector ul li span.fakelabel {
	display: block;
	font-weight: bold;
	position: relative;
	top: -13px;
	left: 5px;
}
form#productselector ul li ul {
	background-image: none;
	margin-top: -5px;
	padding: 0px 5px;
}
form#productselector ul li ul li {
	margin-bottom: 0px;
}
form#productselector ul li ul li ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
form#productselector ul li ul li {
	font-weight: normal;
	float: none;
	clear: both;
}
form#productselector ul li ul li input {
	display: block;
	float: left;
}
form#productselector ul li ul li span {
	display: block;
	float: left;
	margin-top: 4px;
	width: 130px;
}
form#productselector ul li ul li.productline a {
	text-decoration: none;
}
form#productselector ul li ul li.productline a:hover {
	text-decoration: underline;
}
form#productselector ul li#prodsel_numproducts {
	float: none;
	clear: both;
	display: block;
	width: 100%;
	height: 30px;
	background-color: #ffffff;
	margin-bottom: 0px;
}
form#productselector ul li#prodsel_numproducts div {
	background-color: #eff7fc;
	padding: 5px;
	margin-right: 5px;
	position: relative;
	top: 5px;
}
form#productsearch, .sideselector {
	position: absolute;
	top: 194px;
	right: -2px;
	background-color: #e4f1fa;
	padding-left: 7px;
	padding-top: 15px;
	width: 230px;
}
form#productsearch label, .sideselector label {
	display: block !important;
	font-weight: bold;
	position: absolute;
	top: -15px;
	left: 7px;
	font-size: 10px;
}
form#productsearch input.text {
	width: 133px;
}
form#productsearch .button {
	margin-right: 8px;
}
div#producthint {
	display: none;
	background-color: #ffffff;
	width: 219px;
	position: absolute;
	top: 229px;
	right: 8px;
	overflow: auto;
	z-index: 5;
}
#priceselector {
	top: 47px;
}
#spaceselector {
	top: 120px;
}
.sideselector {
	padding-top: 5px;
	padding-bottom: 5px;
}
.sideselector .slider-element {
	margin: 10px 0;
	width: 215px;
}
div#prodsel_catimg {
	position: absolute;
	bottom: 39px;
	right: 0px;
}
div#prodsel_catimg img {
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: none;
}
div.productline_details {
	background-color: purple;
	padding: 10px;
	position: absolute;
}
div#productlist {
	margin-left: 15px;
}
div#productlist div.listitem {
	width: 400px;
	margin: 10px 15px;
	float: left;
}
div#productlist div.listitem div.imagebox {
	width: 163px;
	height: 138px;
	line-height: 138px;
}
div#productlist div.listitem div.details {
	float: left;
	width: 210px;
	height: 120px;
	position: relative;
}
div#productlist div.listitem div.details a.button {
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
div#productlist div.listitem div.details img.swicon {
	position: absolute;
	bottom: 10px;
	right: 10px;
	border: none;
}
div.productimage {
	float: left;
	margin-right: 30px;
	width: 278px;
	height: 238px;
	line-height: 238px;
}
div.categoryimage{
	position:absolute;
	right:0;
	top:0;
}
form#productform {
	float: left;
}
table.productdetails {
	width: 275px;
	background-color: #ffffff;
	margin-right: 30px;
}
table.productdetails tr.dark {
	background-color: #e4f1fa;
}
table.productdetails tr.light {
	background-color: #eff7fc;
}
table.productdetails th {
	padding: 4px 0px 4px 10px;
}
table.productdetails td {
	font-weight: bold;
	padding: 4px 10px;
}
table.productdetails td.liketh {
	font-weight: normal;
}
table.productdetails th, table.productdetails td {
	border-bottom: 2px solid #ffffff;
}
ul.productdownloads {
	margin: 0px;
	list-style: none;
	background-color: #e4f1fa;
	padding: 10px;
	width: 260px;
	float: left;
}
ul.productdownloads li {
	clear: both;
	padding: 2px 0px;
}
ul.productdownloads li a {
	text-decoration: none;
}
ul.productdownloads li a:hover {
	text-decoration: underline;
}
ul.productdownloads li a.img, ul.productdownloads li div.txt {
	display: block;
	float: left;
}
ul.productdownloads li div.txt {
	width: 236px;
	margin-left: 8px;
}
ul.productdownloads li div.txt span {
	white-space: nowrap;
}
h2.productdownloads {
	float: left;
	color: black;
	margin: 0px 0px 10px 0px;
}
/* Products */

/* MyBasket */
form#mybasketform table {
	border-collapse: collapse;
}
form#mybasketform table tr.header td {
	font-weight: bold;
	border-top-width: 20px;
}
form#mybasketform table td {
	vertical-align: middle;
	border: 5px solid #ffffff;
	padding: 10px;
	text-align: left;
}
form#mybasketform table td.numitems {
	text-align: center;
	border-top-width: 0px;
}
form#mybasketform table tr.header td.numitems {
	border-bottom-width: 0px;
}
form#mybasketform table td.buttons, form#mybasketform table tr.buttons {
	background-color: #ffffff;
}
form#mybasketform table tr.buttons td {
	border-left-width: 0px;
	padding-left: 0px;
	border-top-width: 20px;
}
form#mybasketform input.numitems {
	border: 1px solid black;
	width: 15px;
	height: 15px;
	text-align: center;
	font-size: 10px;
	padding: 5px 4px 2px 3px;
}
form#mybasketform table td.dark {
	background-color: #e4f1fa;
}
form#mybasketform table td.light {
	background-color: #eff7fc;
}
form#mybasketform table td.imagebox {
	padding: 0px;
	background-color: #ffffff;
}
form#mybasketform table td.imagebox div.imagebox {
	width: 85px;
	height: 85px;
	line-height: 85px;
}
form#mybasketform table td.description {width: 168px;}
form#mybasketform table td.productline {width: 98px;}
form#mybasketform table td.name        {width: 98px;}
form#mybasketform table td.numitems    {width: 30px;}
form#mybasketform table td.price       {width: 88px;}
/* MyBasket */

/* News & Projects */
div#newslist {
	float: left;
	width: 500px;
}
div#projectlist div.listsep {
	margin-bottom: 40px;
}
div#newslist div.listitem {
	width: 500px;
	margin: -20px 0px 40px 0px;
}
div#newslist img, div#projectlist img {
	width: 98px;
	height: 98px;
}
div#newslist div.listitem div.details {
	width: 480px;
	height: 80px;
}
div#newslist div.listitem_hasimage div.details {
	width: 375px;
}
div#newslist h2, div#projectlist h2 {
	margin: 0px;
	color: #2f2f2f;
}
div#newslist p, div#projectlist p {
	margin: 0px;
	display: inline;
}
div#newslist div.date {
	width: 500px;
	text-align: right;
	line-height: 20px;
	font-size: 9px;
}
.blockright {
	float: right;
	width: 295px;
}
.blockright h2 {
	margin: 0 0 10px 10px;
	font-size: 13px;
}
.newsblock ul {
	margin: 0;
	list-style: none;
}
.newsblock ul li {
	background-image: url(/images/interface/shadowbox-divider.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 10px 0;
}
.newsblock ul li.first {
	background-image: none;
}
.newsblock .date {
	color: #666;
	font-size: 9px;
}
.newsblock a {
	color: #46494b;
	text-decoration: none;
}
.newsblock a:hover {
	color: #005395;
	text-decoration: none;
}
div#projectcatselector {
	position: absolute;
	top: 30px;
	right: 19px;
	padding: 5px;
	background-color: #e4f1fa;
}

ul.projects {
	list-style: none;
}

ul.projects li{
	width: 425px;
	float: left;
	margin: 10px 5px;
	background-color: #eff7fc;
	height: 98px;
}

ul.projects .projectImage{
	float: left;
	width: 105px;
	background-color: #ffffff;
}

ul.projects .details {
	padding: 10px;
	margin-left: 105px;
}

.newsslider-big {
	width: 276px;
	height: 197px;
	margin: 5px;
	overflow: hidden;
}
#newsslider {
	margin: 0 0 5px 5px;
	list-style: none;
	height: 53px;
}
#newsslider li {
	float: left;
	cursor: pointer;
	position: relative;
	margin-right: 4px;
}
#newsslider li .arrow {
	display: none;
	position: absolute;
	top: -10px;
	left: 26px;
}
#newsslider li.active .arrow {
	display: block;
}
.newsslider-big p {
	margin: 0;
}
.newsslider-big .accnews-content {
	position: relative;
}
.newsslider-big .accnews-content .text {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ffffff;
	padding: 4px 4px 8px 4px;
	line-height: 14px;
}
.newsslider-big .accnews-content .text a {
	color: #ffffff;
	font-weight: bold;
}
.newsslider-big .accnews-content .background {
	background-color: #000000;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.accnews-prev, .accnews-next {
	position: absolute;
	top: 6px;
	right: 27px;
	width: 17px;
	height: 16px;
	display: block;
	background-image: url(/images/interface/acc-arrows.png);
}
.accnews-next {
	background-position: -17px 0;
	right: 6px;
}
/* News & Projects */

/* Contact */
ul#contactoverview {
	list-style: none;
	margin: 0px;
	width: 750px;
	background-image: url(/images/interface/bgaddress.png);
	background-repeat: repeat-y;
}
ul#contactoverview li {
	margin-right: 30px;
	width: 220px;
	float: left;
}
ul#contactoverview li.lastrow {
	background-color: #ffffff;
	padding: 10px 0px;
}
ul#contactoverview li.clear {
	float: none;
	width: 100%;
	padding: 0px;
}
ul#contactoverview li h2 {
	background-color: #ffffff;
	margin: 0px;
	padding: 20px 0px 10px 0px;
	line-height: 12px;
}
ul#contactoverview li p {
	margin-left: 10px;
}
ul#contactoverview li a {
	text-decoration: none;
}
ul#contactoverview li a:hover {
	text-decoration: underline;
}
div.salesadvisors {
	background-image: url(/images/interface/bgmaps.png);
	background-repeat: no-repeat;
	position: relative;
	width: 580px;
	float: left;
}
div.salesadvisors_address {
	position: absolute;
	left: 30px;
	z-index: 2;
}
div.salesadvisors img {
	position: absolute;
	top: 0px;
}
div.salesadvisors_nl  {background-position: 0px 16px; height: 351px;}
div.salesadvisors_be  {background-position: 0px 11px; height: 279px;}
div.salesadvisors_int {background-position: 0px 28px; height: 373px;}
div.salesadvisors_nl  img {right: 31px;}
div.salesadvisors_be  img {right: 0px;}
div.salesadvisors_int img {right: 0px;}
div.salesadvisors_nl  div.salesadvisors_address {top: 55px;}
div.salesadvisors_be  div.salesadvisors_address {top: 55px;}
div.salesadvisors_int div.salesadvisors_address {top: 65px;}

div.salesadvisors_address h2 {
	color: #ed6323;
	font-size: 12px;
}
div.salesadvisors_address a {
	text-decoration: none;
}
div.salesadvisors_address a:hover {
	text-decoration: underline;
}
ul.salesadvisors_advisors {
	float: right;
	width: 250px;
	list-style: none;
	margin: 0px;
	position: relative;
	top: -20px;
}
ul.salesadvisors_advisors ul {
	list-style: none;
	margin: 0px;
}
ul.salesadvisors_advisors li {
	margin: 15px 0px;
}
ul.salesadvisors_advisors li a {
	text-decoration: none;
}
ul.salesadvisors_advisors li a:hover {
	text-decoration: underline;
}
ul.salesadvisors_advisors li.show, ul.salesadvisors_advisors li.show a {
	color: #ed6323;
	font-weight: bold;
}
/* Contact */

/* Footer items */
ul#sitemap {
	list-style: none;
	margin: 0px;
}
ul#sitemap ul {
	margin: 10px 10px;
}
ul.downloads {
	list-style: none;
	margin: 0px;
	width: 100%;
}
ul.downloads li {
	line-height: 127px;
	clear: both;
	margin: 10px 0px;
}
ul.downloads li img {
	vertical-align: middle;
}
ul.downloads li img.preview {
	border: 1px solid #999999;
	margin-right: 10px;
}
ul.downloads li a {
	text-decoration: none;
}
ul.downloads li a:hover {
	text-decoration: underline;
}
/* Footer items */

/* Imagezoom */
img.zoommag {
	vertical-align: top !important;
	position: absolute !important;
	top: 5px !important;
	right: 5px;
}
div#zoomdiv {
	background-color: #e4f1fa;
	display: none;
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	z-index: 11;
}
div#zoomdiv a {
  color: #005395;
  background-repeat: no-repeat;
  text-decoration: none;
}
div#zoomdiv a:hover {
	text-decoration: underline;
}
div#zoomdiv a.close {
	position: absolute;
	top: 5px;
	right: 10px;
	padding-right: 26px;
	font-size: 11px;
	text-transform: lowercase;
	height: 20px;
	line-height: 20px;
	background-image: url(/images/nav/close.png);
  background-position: center right;
}
div#zoomdiv a.previous, div#zoomdiv a.next {
	position: absolute;
	bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
}
div#zoomdiv a.previous {
	left: 10px;
	padding-left: 17px;
  background-image: url(/images/nav/back.png);
  background-position: center left;
}
div#zoomdiv a.next {
	right: 10px;
	padding-right: 17px;
  background-image: url(/images/nav/next.png);
  background-position: center right;
}
div#zoomdiv_img {
	position: relative;
	top: 20px;
}
div#zoomdiv_img img {
	position: absolute;
}
div#zoomdiv span.info {
	display: none;
}
/* Imagezoom */

/* Forms */
.button {
	color: #ffffff;
	background-color: #999999;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
	text-transform: uppercase;
	border: none;
	padding: 0 25px 0 5px;
	cursor: pointer;
	font-size: 10px;
	background-image: url(/images/nav/button.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	margin-right: 10px;
	height: 20px;
}
a.button {
	padding-top: 3px;
	padding-bottom: 3px;
}
.button:hover {background-position: right -20px;}

a.button:hover {
	color: #ffffff;
	text-decoration: none;
}
input.text {
	border: 1px solid #999999;
	width: 150px;
	height: 16px;
}
input.number {
	border: 1px solid #999999;
	width: 50px;
	text-align: right;
	height: 16px;
}

form.form label.text, form.form div.bg small {
	display: block;
	vertical-align: top;
	float: left;
	width: 140px;
	text-align: right;
	margin: 5px 5px 0px 0px;
}
form.form input.text, form.form select, form.form textarea {
	margin: 2px;
	width: 200px;
}
form.form select {
	border: 1px solid #999999;
}
form.form textarea {
	width: 400px;
	height: 125px;
	border: 1px solid #999999;
}
form.form div.bg {
	background-color: #e4f1fa;
	padding: 5px;
	width: 560px;
	margin-bottom: 10px;
}
form.form div.bg small {
	position: relative;
	top: -20px;
}
/* Forms */
p.clearrubbertegels{
	clear: left;
}
table.rubbertegels{
	float: left;
	margin-right: 50px;
	margin-bottom: 10px;
	border-top: 1px solid #2f2f2f;
}

table.rubbertegels td{
	padding: 5px 8px;
	border-bottom: 1px solid #2f2f2f;
}

.center {
	text-align: center;
}

div.thumbs {
	margin: 4px 0px 0px 0px;
}
div.thumbs_large {
	position: relative;
	overflow: hidden;
	width: 398px;
	height: 298px;
	border: 1px solid #52463e;
}
div.thumbs_large img {
	float: left;
}

/* Popup */
div#popup {
	width: 570px;
	background-color: #f2f9fd;
	padding: 25px 10px 10px 10px;
	position: absolute;
	left: 50%;
	margin-left: -295px;
	top: -25px;
	color: #005395;
	z-index: 12;
}
div#popup a {
	color: #005395;
}
div#popup-content {
	background-color: #e4f1fa;
	padding: 10px;
	position: relative;
	top: -2px;
}
div#popup-content h1 {
	margin-top: 10px;
	color: #005395;
}
div#popup a#close-popup {
	position: absolute;
	top: 5px;
	right: 10px;
}
/* Popup */

/* WYMeditor */

/* A: Special */
a.speciallink /* a */ {
  /* background-color: #ff9; text-transform: uppercase; */
  text-transform: uppercase;
  color: #005395;
  font-weight: bold;
  font-size: 10px;
  padding-right: 17px;
  background-image: url(/images/nav/arrow.png);
  background-repeat: no-repeat;
  background-position: center right;
}
/* 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;
}
/* Tekst rechts uitlijnen */
p.alignright /* p */ {
  /* text-align: right; */
	text-align: right;
}
/* Tekst uitvullen */
p.alignjustify /* p */ {
  /* text-align: justify; */
	text-align: justify;
}
/* /WYMeditor */


.slider-element {
	width: 210px;
	height: 3px;
	background-color: #005395;
	margin: 30px 0;
	position: relative;
}
.slider-knob {
	width: 15px;
	height: 15px;
	position: absolute !important;
	top: -6px;
	cursor: pointer;
	background-image: url(/images/interface/slider-knob-min.png);
}
.slider-knob-max {
	background-image: url(/images/interface/slider-knob-max.png);
}
