/* style reset */
hr {
	background-color: black;
	border: none;
	clear: both;
	height: 1px;
}

ol, ul {
	list-style: none;
}

img, fieldset {
	border: 0;
}

input, select {
	font-size: 100%;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

th {
	text-align: left;
}


/* Edited by Vincent Verbruggen */
body div.wrapper .marker {display: none;}
body div#banner {padding-top:0;}
.clear {
	clear: both;
	float: none;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}

body div#header {height:100px;}
body div#navigation ul, body div#languages ul {
	margin: 70px 0 0 30px;
}
body div#navigation ul li a {
	color: #FFF;
	font-size: 1em;
	text-decoration: none !important;
}
body div#navigation ul li a:hover,
body div#navigation ul li a.selected {
	border-bottom: none;
}
body #languages ul li a { color:white; }
body div#header #languages ul li.last {
	margin-right: 0;
	padding-right: 0;
}
body div#header div#languages {
	position: absolute;
	right: 0px;
	top: 30px;
}
body div#header div#languages ul {
	margin: 0;
}
body div#header div#languages ul li span {
	border-bottom:medium none;
	cursor: default;
	color: #fff;
	font-size:0.8em;
	text-transform:uppercase;
}

ul.subnav {
	margin: 0;
	padding: 0 0 25px 20px;
}
ul.subnav li {
	list-style-image: url('../images/arrow_red_big.png');
	list-style-position: left center;
}
ul.subnav li a,
ul.subnav li {
	border: none;
	color: black;
	font-size: 16px;
	line-height: 1.6em;
	text-decoration: none;
}
ul.subnav li a:hover {
	color: #EF4035;
}
ul.subnav li {
	text-decoration: none;
}
ul.subnav li ul {
	margin-left:40px;
}
ul.subnav li  ul li a {
	font-size:0.8em;
}
body div#footer a:hover,
body div#body a:hover,
body div#body .col a:hover,
body div#body .col a:hover span {
	color:#EF4035;
	border-color: #EF4035;
}


a.biglink {
	background: transparent url('../images/arrow_red_big.png') no-repeat left 0.4em;
	background: transparent url('../images/arrow_red_big.png') no-repeat left 0.4em    !important;
	border: none;
	border: none !important;
	color: #3E342B;
	color: #3E342B !important;
	font-weight:bold;
	font-weight:bold !important;
	padding-left: 25px;
	padding-left: 25px !important;
	text-decoration: none;
	text-decoration: none !important;
}

a.biglink:hover {
	color: #EF4035 !important;
}


body div#navigation {margin:0;padding:0;position:absolute;left:0;top:0;}
body div#navigation ul {
	float: none;
	margin: 0 0 0 0;
	padding: 70px 0 5px 130px;
}

body div#search input {
	height:14px;
}
body div#search a {
	color: white;
	cursor: default;
}

.red {
	color: #EF4035;
}
body strong {font-weight:bold;}
body strong span {font-weight:bold;}

.multiCheckboxLabel {
	display: block;
	float: left;
	margin-right: 1%;
	width: 48%;
}
.multiCheckboxLabelSplit {
	display: block;
	float: left;
	margin-right: 1%;
	width: 48%;
}
.input95 {width: 95%;}
#warrantyForm {
	background: transparent url("../images/warranty-banner.gif") repeat-y left top;
	padding-left: 75px;
}

/* CSS hacks om compatibiliteitsproblemen tussen browsers op te lossen */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* firefox (en andere mozilla-based browsers) wijzigen */
@-moz-document url-prefix() {
	/* toont standaard de scrollbar rechts in firefox */
	body {
		overflow: -moz-scrollbars-vertical;
	}
}




/* footer */
#footer {
	border-top: 1px solid white;
	clear: left;
	float: left;
	margin: 2px 0 10px 0;
	padding: 2px 0 0 0;
	width: 100%;
}

#footer ul li {
	border-right: 1px solid white;
	float: right;
	font-size: 0.9em;
	padding: 2px 8px;
	margin-right: 15px;
	margin-left: 5px;
}

#footer ul li a {
	font-size: 1.1em;
}

#footer ul li.first, #footer ul li.last {
	border-right: none;
}
#footer ul li.first {
	margin-right: 0px;
}
/*
#footer a {
	background: url('../images/arrow_red_big.png') left center no-repeat;
	padding-left: 15px;
	text-decoration: none;
}
*/
#footer li.copyright {
	margin-top: 1px;
}