﻿html {
	height: 100%;
}

body {
	margin: 0px;
}



/* CONTAINERS */

.containerMain {
	width: 990px;
	margin: 0px auto 0px auto;
}

.containerContent {
	width: 990px;
	margin:35px 0px 35px 0px;
	_height: 250px;
	min-height: 250px;
	background: #FFF;
}

*+html .containerContent { /* IE7 */
	margin: 0px 0px 0px 0px;
}
* html .containerContent { /* IE6 */
	padding: 20px 0px 0px 0px;
}


.containerSpotlight {
	width: 990px;
	_height: 374px;
	margin: -55px 0 0;
	min-height: 374px;
	background: #060606 url(images/bg-spotlight.gif) repeat-x;
	color: #FFF;
}



/* ALGEMEEN */

.header {
	width: 990px;
	height:140px;
}

a:link,
a:visited,
a:active {
	text-decoration: underline; 
	color: #CC0033;
} 
a:hover {
	text-decoration: none; 
	color: #CC0033;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: none;
	background: url(images/list.gif) 0px 6px no-repeat;
}

div.hr {
	width: 100%;
	height: 1px;
	float: left;
	overflow: hidden;
	margin: 20px 0px 20px 0px;
	background: #737373;
	clear: both;
}

.left {
	margin: 0px; 
	margin-right: 15px;
	float: left;
}

.right {
	margin: 0px; 
	margin-left: 15px;
	float: right;
}

img.borderLight {
	border: 5px solid #E4E4E4;
	display: inline;
}

img.borderDark {
	border: 5px solid #696969;
	display: inline;
}

img,
img a,
table {
	border: 0px;
}

img {
	display: block;
}

body, td, input, select, textarea {
	
	font: normal 12px/18px Arial, Helvetica, sans-serif;
}

body {
	color: #000;
	background: #000;
}

p {
	margin: 0px 0px 18px 0px;
}

h1 {
	margin: 10px 0px 15px 0px;
	font-size: 21px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif
}

h2 {
	margin: 0px 0px 20px 0px;
	font-size: 12px;
	color: #999;
}

h3 {
	margin: 0px 0px 15px 0px;
	font-size: 14px;
}

.contentSpacer {
	width: 890px;
	_height: 125px;
	min-height: 125px;
	margin: 25px 50px 50px 50px;
	display: table;
}

.containerSpotlight .contentSpacer {
	margin: 25px 50px 0px 50px;
	overflow-x: hidden;
}

.footer .hr {
	display: none;
}



/* MENU */

.hoofdMenu {
	width/**/:/**/930px; /* 990px */
	height: 65px; /* 65px */
	margin: 130px 0px -35px 0px;
	padding: 20px 30px 0px 30px;
	position: relative;
	background: url(images/bg-menu.gif) repeat-x;
}
* html .hoofdMenu { /* IE6 */
	margin: 0px 0px -40px 0px;
}

*+html .hoofdMenu { /* IE7 */
	margin: 130px 0px 0px 0px;
}

.hoofdMenu a:link,
.hoofdMenu a:active,
.hoofdMenu a:visited {
	height: 41px;
	margin: 0px 20px 0px 20px;
	display: block;
	float: left;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

.hoofdMenu a:hover {
	color: #CC0033;
}

*html .hoofdMenu a.nMargin9:active,
*html .hoofdMenu a.nMargin9:link,
*html .hoofdMenu a.nMargin9:visited, {
	margin-left: 10px;
}



/* SUBMENU */

.subMenu {
	width: 150px;
	_height: 31px;
	min-height: 31px;
	position: absolute;	
	display: none;
	top: 61px;
}

.sub01 {
	left: 115px;
}

*html .sub01 {
	left: 95px;
}

.subMenu a:link,
.subMenu a:active,
.subMenu a:visited {
	width/**/:/**/ 114px;  /* 150px */
	height/**/:/**/ 21px; /* 31px */
	padding: 5px 18px;
	display: block;
	background: url(images/bg-submenu.gif) no-repeat top left;
}

.subMenu a:hover {
	background-position: right;
}



/* SUBSUBMENU */

.subSubMenu {
	width: 238px;
	_height: 250px;
	min-height: 250px;
	border: 1px solid #1A1A1A;
	color: #999;
	font-weight: bold;
	background: #1A1A1A url(images/bg-subsub-top.gif) repeat-x;
}

.subSubMenu h4{
	color: #fff;
}

.subSubMenu .subSubMenuItems{ 
	width/**/:/**/ 208px;  /* 238px */
	_height/**/:/**/ 220px; /* 250px */
	min-height: 250px; /* 250px */
	padding: 15px;
	background: url(images/bg-subsub-bottom.gif) repeat-x bottom left;
}

.subSubMenu ul {
	border-top: 1px solid #999;
	margin: 0px 0px 25px 0px;
	padding: 0px;
	list-style-type: none;
}

.subSubMenu ul li {
	_height: 22px;
	min-height: 22px;
	padding: 1px 0px 0px 15px;
	border-bottom: 1px solid #999;
	margin: 0px;
	list-style-type: none;
	background: #999 url(images/bg-subsub-li.gif) 0px -29px  no-repeat;
}

.subSubMenu ul li a:link,
.subSubMenu ul li a:active,
.subSubMenu ul li a:visited {
	color: #999;
	text-decoration: none;
}

.subSubMenu ul li ul {
	margin: 0px 0px 0px 1px;
	border: none;
}

.subSubMenu ul li ul li{
	border: none;
}

.subSubMenu li.actief {
	padding: 10px 0px 10px 15px;
	color: #CE062A;
	background-color: #CE062A;
	background-position: 0px -20px;
}

.subSubMenu li.actief  a:link,
.subSubMenu li.actief  a:active,
.subSubMenu li.actief  a:visited, {
	color: #CE062A;
}

.subSubMenu li.actief ul li {
	line-height: 18px;
	color: #FFF;
	background-color: #FFF;
}

.subSubMenu li.actief ul li a:link,
.subSubMenu li.actief ul li a:active,
.subSubMenu li.actief ul li a:visited, {
	color: #FFF;
}

.subSubMenu li.actief ul li a.actief:link,
.subSubMenu li.actief ul li a.actief:active,
.subSubMenu li.actief ul li a.actief:visited, {
	color: #CE062A;
}

.subSubMenu h4 {
	font-size: 18px;
	margin: 0px 0px 20px 0px;
}



/* HOME */

#home .kolomLinks {
	width: 375px;
	_height: 125px;
	min-height: 125px;
	margin: 0px 78px 50px 0px;
	float:left;
}

#home .kolomRechts {
	width: 437px;
	_height: 125px;
	margin: 0px 0px 0px 0px;
	min-height: 125px;
	float:left;
}

#home .containerSpotlight .kolomLinks {
	width: 437px;
	_height: 330px;
	min-height: 330px;
	margin: 0px 25px 0px 0px;
}

#home .containerSpotlight .kolomRechts {
	width: 427px;
	_height: 125px;
	min-height: 125px;
	margin: 0px 0px 0px 0px;
	float:left;
}

#home .footer .hr {
	display: block;
}



/* PRODUCT */

#product .header {
	height: 160px;
	background: url(images/header-products.jpg) no-repeat;
}

#product .kolomLinks {
	width: 615px;
	_height: 125px;
	min-height: 125px;
	margin: 0px 20px 0px 0px;
	float:left;
}

#product .kolomRechts{
	width: 255px;
	_height: 125px;
	min-height: 125px;
	float:left;
}

#product .spotlightItem {
	width: 170px;
	height: 275px;
	margin: 0px 10px 0px 0px;
	float: left;
	cursor: pointer;
	background: url(images/bg-spotligthitem.gif) no-repeat;
}	

#product .spotlightItem:hover .spotlightLabel {
	color: #CE062A;
}

#product .spotlightItem .spotlightLabel{
	width: 148px; /* 168px */
	height: 34px; /* 54px */
	padding: 10px 10px 10px 10px;
	margin: 6px auto 0px auto;
	overflow: hidden;
	font-weight: bold;
	color: #999;
}

#product .spotlightItem .spotlightThumb{
	width: 168px;
	height: 209px;
	margin: 0px auto;
	overflow: hidden;
}

#product .footer .hr {
	display: block;
}



/* PRODUCTLIJN */

#productlijn .header {
	height: 160px;
	background: url(images/header-products.jpg) no-repeat;
}

#productlijn .kolomLinks {
	width: 315px;
	_height: 215px;
	min-height: 215px;
	margin: 0px 40px 0px 0px;
	float:left;
}

#productlijn .kolomMidden{
	width: 255px;
	_height: 125px;
	min-height: 125px;
	margin: 0px 40px 0px 0px;
	float:left;
}

#productlijn .kolomRechts{
	width: 240px;
	_height: 215px;
	min-height: 215px;
	float:left;
}

#productlijn .productDisplay{
	width: 170px;
	height: 275px;
	margin: 0px 10px 0px 0px;
	float:left;
	color: #999;
	background: url(images/bg-productdisplay.gif) no-repeat top left;
	cursor: pointer;
}

#productlijn .productDisplay:hover{
	background-position: right;
	color: #CE062A;
}

#productlijn .productDisplay .productThumb {
	width: 160px;
	height: 170px;
	margin: 6px 5px 0px 5px;
	overflow: hidden;
}

#productlijn .productDisplay .productLabel {
	width: 160px;
	height: 93px;
	margin: 0px auto 6px auto;
	vertical-align: middle;
	text-align: center;	
}

#productlijn .productDisplay .productLabel td{
	font-weight: bold;
}

#productlijn .footer .hr {
	display: block;
}



/* PRODUCTDETAIL */

#productdetail .header {
	height: 160px;
	background: url(images/header-products.jpg) no-repeat;
}

#productdetail .kolomLinks {
	width: 610px;
	_height: 125px;
	min-height: 160px;
	margin: 0px 40px 0px 0px;
	float:left;
}

#productdetail .kolomRechts{
	width: 240px;
	min-height: 167px;
	float:left;
	overflow: hidden;
}

*html .kolomrechts {
	min-height: 115px;
}


#productdetail .productInformatie {
	width: 610px;
	_height: 250px;
	min-height: 250px;
	margin: 30px 0px 45px 0px;
	background:  url(images/bg-productinformatie.gif) repeat-y;
}

#productdetail .productInformatie .tabBalk {
	width: 610px; 
	height: 75px; 
	position: relative;
	background: url(images/bg-producttabs-top.gif) no-repeat;
}

#productdetail .productInformatie .tabBalk a:link,
#productdetail .productInformatie .tabBalk a:active,
#productdetail .productInformatie .tabBalk a:visited {
	width: 120px;
	height/**/:/**/27px; /* 40px */
	padding: 13px 0px 0px 0px;
	display: block;
	position: absolute;
	top: 2px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #999;
	cursor: pointer;
}

#productdetail .productInformatie .tabBalk a.actief:link,
#productdetail .productInformatie .tabBalk a.actief:active,
#productdetail .productInformatie .tabBalk a.actief:visited {
	width: 120px;
	padding: 13px 11px 0px 0px;
	color: #CE062A;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg-activetab.png');
}

#productdetail[class] .productInformatie .tabBalk a.actief{
	background: url(images/bg-activetab.png) no-repeat;
}

#productdetail .productInformatie .tabBalk .tab1 {
	left: 1px;
}
#productdetail .productInformatie .tabBalk .tab2 {
	left: 122px;
}
#productdetail .productInformatie .tabBalk .tab3 {
	left: 243px;
}
#productdetail .productInformatie .tabBalk .tab4 {
	left: 363px;
}

#productdetail .productInformatie .content {
	width: 548px; /* 610px */
	_height: 400px;
	min-height: 400px;
	padding: 0px 35px 25px 27px;
	display: table;
	background: url(images/bg-productinformatie-bottom.gif) bottom left no-repeat;
}

#productdetail .productInformatie .content .hr {
	margin: 10px 0px;
	background: #ccc;
	clear: both;
	
}

#productdetail .productInformatie .content1 {
	display: block;
}

#productdetail .productInformatie .content1 .specOverview{
	min-height: 0;
}


#productdetail .productInformatie .content1 .kolomLinks{
	width: 375px;
	margin: 0px 13px 0px 0px;
	float: left;
	background-color:#FFF;
}

#productdetail .productInformatie .content1 .kolomRechts{
	width: 160px;	
	float: left;
	overflow-x: hidden;	
	background-color:#FFF;
}

#productdetail .productInformatie .content2 {
	display: none;
}

#productdetail .productInformatie .content2 .kolomLinks{
	width: 215px;
	margin: 0px 18px 0px 0px;
	float: left;	
}

#productdetail .productInformatie .content2 .kolomRechts{
	width: 315px;
	float: left;
	overflow-x hidden;
	background-color:#FFF; 
}

#productdetail .productInformatie .content2 .filmstrip {
	width: 420px;
	height: 83px;
	overflow: hidden;
	position: relative;
	float: left;
}

#productdetail .productInformatie .content2 .filmstrip .thumbsHolder{
	width: 8000px;
	position: absolute;
}



#productdetail .productInformatie .content2 .filmstrip img {
	border: 2px solid #fff;
	margin: 0px 1px 0px 0px;	
	float: left;
}

#productdetail .productInformatie .content2 .filmstrip img.actief {
	border: 2px solid #CE062A;	
}

#productdetail .productInformatie .content2 .filmstripNav {
	float: left;
}	

#productdetail .productInformatie h2 {
	margin: 0px;
}

#productdetail .productInformatie .content3 {
	display: none;
}

#productdetail .productInformatie .content3 .kolomLinks {
	width: 548px;
	margin: 0px 0px 0px 0px;
	float: none;	
}

#productdetail .productInformatie .content4 {
	display: none;
}

#productdetail .productInformatie .content4 .kolomLinks{
	width: 548px;
	margin: 0px 0px 0px 0px;
	float: left;	
}

#productdetail .productInformatie .content1 .formRow {
	width: 548px;
	_height: 39px;
	min-height: 39px;
	margin: 0px 0px 1px 0px;
	/*background: #E4E4E4;*/
}
#productdetail .productInformatie .content1 #specdiv .formRow {
	background: #E4E4E4;
}

#productdetail .productInformatie .content1 .kop {
	color: #CE062A;
}

#productdetail .productInformatie .content1 .formLabel {
	width: 185px; /* 225px */
	_height/**/:/**/ 9px; /* 39px */
	min-height: 9px; /* 39px */
	padding: 11px 20px 11px 20px;
	float: left;
	font-weight: bold;
}

#productdetail .productInformatie .content1 .formVeld {
	width: 323px;
	_height/**/:/**/ 9px; /* 39px */
	min-height: 9px; /* 39px */
	padding: 9px 0px 9px 0px;
	float: left;
}


/* DEALERS */

#dealers .header {
	height: 160px;
	background: url(images/header-dealers.jpg) no-repeat;
}

#dealers .kolomLinks {
	width: 610px;
	_height: 125px;
	min-height: 125px;
	margin: 0px 40px 0px 0px;
	float:left;
}

#dealers .kolomRechts{
	width: 240px;
	_height: 125px;
	min-height: 125px;
	float:left;
}

#dealers .dealerContainer {
	width: 610px;
	margin: 20px 0px 0px 0px;
	background: url(images/bg-dealercontainer.gif) bottom left no-repeat;
}

#dealers .dealerContainer .kolomLinks {
	width: 285px;
	padding: 25px 0px;
	margin: 0px 30px 0px 0px;
	border-top: 1px solid #E4E4E4;
}

#dealers .dealerContainer .kolomRechts {
	width: 285px;
	padding: 25px 0px;
	border-top: 1px solid #E4E4E4;
}

#dealers h3 {
	color: #999;
}



/* NEWS */

#news .header {
	height: 160px;
	background: url(images/header-news.jpg) no-repeat;
}

#news .kolomLinks {
	width: 890px;
	_height: 125px;
	min-height: 125px;
}

#news .paginaTitel {
	width: 168px;
	margin: 0px 10px 0px 0px;
	float: left;
}

#news .spotlightItem {
	width: 170px;
	height: 275px;
	margin: 0px 8px 0px 0px;
	float: left;
	cursor: pointer;
	background: url(images/bg-spotligthitem.gif) no-repeat;
	border: 1px solid #CDCDCD;
}	

#news .spotlightItem:hover .spotlightLabel {
	color: #CE062A;
}

#news .spotlightItem .spotlightLabel {
	width: 148px; /* 168px */
	height: 34px; /* 54px */
	padding: 10px 10px 10px 10px;
	margin: 6px auto 0px auto;
	overflow: hidden;
	font-weight: bold;
	color: #999;
}

#news .spotlightItem .spotlightThumb {
	width: 168px;
	height: 209px;
	margin: 0px auto;
	overflow: hidden;
}

#news .containerSpotlight .kolomLinks {
	width: 337px;
	_height: 125px;
	min-height: 125px;
	margin: 0px 20px 0px 0px;
	float:left;
}

#news .containerSpotlight .kolomRechts {
	width: 533px;
	_height: 125px;
	min-height: 125px;
	margin: 0px;
	float:left;
}

#news .newsArchive {
	width: 483px; /* 533px */
	_height: 195px; /* 235px */
	min-height: 195px;
	padding: 20px 25px;
	background: #2A2A2A url(images/bg-news-archive.gif) repeat-x;
}

#news .containerSpotlight h2 {
	font-size: 18px;
	color: #999;
}

#news a:link,
#news a:active,
#news a:visited {
	font-weight: bold;
}

#news a.even:link,
#news a.even:active,
#news a.even:visited {
	color: #FFF;
}

#news .footer .hr {
	display: block;
}



/* NEWSDETAIL */

#newsdetail .header {
	height: 160px;
	background: url(images/header-news.jpg) no-repeat;
}

#newsdetail .kolomLinks {
	width: 610px;
	_height: 125px;
	min-height: 125px;
	margin: 0px 40px 0px 0px;
	float:left;
}

#newsdetail .kolomRechts{
	width: 240px;
	_height: 125px;
	min-height: 125px;
	float:left;
}

#newsdetail .intro {
	font-size: 14px;
}



/* ZOEKRESULTAAT */

#zoekresultaat .header {
	height: 160px;
	background: url(images/header-news.jpg) no-repeat;
}

#zoekresultaat .kolomLinks {
	width: 610px;
	_height: 125px;
	min-height: 125px;
	margin: 0px 40px 0px 0px;
	float:left;
}

#zoekresultaat .kolomRechts{
	width: 240px;
	_height: 125px;
	min-height: 125px;
	float:left;
}

#zoekresultaat .zoekinput {
	width: 200px;
	height: 21px;
	float: left;
	color: #CCC;
	background: #303030;
	border: 1px solid #5E5E5E;
}

#zoekresultaat .zoekCheckbox {
	margin: px 3px 0px 0px;
	padding: 0px;
}

*html #zoekresultaat .zoekCheckbox {
	margin: 0px 3px 0px -3px;
	padding: 0px;
}

#zoekresultaat .zoekButton {
	width: 125px;
	height: 24px;
	color: #FFF;
	font-weight: bold;
	background: #CE062A
}



/* VERVOLGPAGINA */

#vervolgpagina .header {
	height: 160px;
	background: url(images/header-news.jpg) no-repeat;
}

#vervolgpagina .kolomLinks {
	width: 610px;
	_height: 125px;
	min-height: 125px;
	margin: 0px 40px 0px 0px;
	float:left;
}

#vervolgpagina .kolomRechts{
	width: 240px;
	_height: 125px;
	min-height: 125px;
	float:left;
}

#vervolgpagina .intro {
	font-size: 14px;
}



/* WARRANTY */

#warranty .header {
	height: 160px;
	background: url(images/header-warranty.jpg) no-repeat;
}

#warranty .kolomLinks {
	width: 610px;
	_height: 125px;
	min-height: 125px;
	margin: 0px 40px 0px 0px;
	float:left;
}

#warranty .kolomRechts{
	width: 240px;
	_height: 125px;
	min-height: 125px;
	float:left;
}



/* CONTACT */

#contact .header {
	height: 160px;
	background: url(images/header-warranty.jpg) no-repeat;
}

#contact .kolomLinks {
	width: 610px;
	_height: 125px;
	min-height: 125px;
	margin: 0px 40px 0px 0px;
	float:left;
}

#contact .kolomRechts{
	width: 240px;
	_height: 125px;
	min-height: 125px;
	float:left;
}



/* FORM */

.formHolder {
	width: 610px;
	_height: 39px;
	min-height: 39px;
	border-top: 5px solid #CE062A;
	border-bottom: 5px solid #6A6A6A;
	color: #5B5B5B;
}

.formHolder .formRow {
	width: 610px;
	_height: 39px;
	min-height: 39px;
	margin: 0px 0px 1px 0px;
	background: #E4E4E4;
}

.formHolder .formRow:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.formHolder .verplicht {
	color: #CE062A;
}

.formHolder .formLabel {
	width: 185px; /* 225px */
	_height/**/:/**/ 9px; /* 39px */
	min-height: 9px; /* 39px */
	padding: 11px 20px 11px 20px;
	float: left;
	font-weight: bold;
}

.formHolder .formVeld {
	width: 385px;
	_height/**/:/**/ 9px; /* 39px */
	min-height: 9px; /* 39px */
	padding: 9px 0px 9px 0px;
	float: left;
}

.formHolder .formVeld input, .formHolder .formVeld textarea {
	width: 365px;
}

.formHolder .formButton {
	width: 385px;
	_height/**/:/**/ 9px; /* 39px */
	min-height: 9px; /* 39px */
	padding: 9px 0px 0px 0px;
	float: left;
}

.formHolder .formButton input {
	width: 125px;
	height: 24px;
	color: #FFF;
	font-weight: bold;
	background: #CE062A
}

.radio {
margin:10px 0px 0px 0px;
padding:10px 0px 0px 0px;
color:#33CCFF;
}



/* FOOTER */

.footer {
	width/**/:/**/ 890px; /* 990px */
	height/**/:/**/ 40px; /* 60px */
	padding: 20px 50px 0px 50px;
	margin: 0px 0px 50px 0px;
	clear: both;
	background: #000 url(images/bg-footer.gif) repeat-x;
	color: #999999;
}

.footer .hr {
	margin: 0px 0px 20px 0px;
}

.footer .footerLinks {
	width: 620px;
	_height: 25px;
	min-height: 25px;
	float: left;
}

.footer .zoekenHolder {
	width: 270px;
	_height: 25px;
	min-height: 25px;
	float: left;
	font-weight: bold;
}

.footer .zoekenLabel {
	width: 60px;
	margin: 12px 0px 0px 0px;
	float: left;
}

.footer .zoekenVeld  {
	width: 186px;
	overflow: hidden;
	float: left;
}

.footer .zoekenVeld input {
	width: 184px;
	height: 21px;
	float: left;
	color: #CCC;
	background: #303030;
	border: 1px solid #5E5E5E;
}

.footer .zoekenButton {
	width: 24px;
	float: left;
}

a.footerLink:link,
a.footerLink:active,
a.footerLink:visited {
	margin: 12px 35px 0px 0px;
	display: block;
	float: left;
	font-weight: bold;
	text-decoration: none;
	color: #999;
}

.MarginRight17 {
	margin-right: 17px;
}

.noMarginRight {
	margin: 0px;
}



/*ALERT*/

.Alert {
	position: absolute;
	width/**/:/**/ 340px;
	padding: 10px;
	border: 5px solid #000000;
	background: #FFFFFF;
	z-index: 1000;	
	visibility: hidden;
}

.submit {
	width: 125px;
	height: 24px;
	color: #FFF;
	font-weight: bold;
	background: #CE062A
}




/* HACK -> 'Display-Table'-vervanger */
#productdetail .productInformatie .content1 .specOverview:after,
#productdetail .productInformatie .content1 .formRow:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
#productdetail .productInformatie .content1 .specOverview:after {
	margin-bottom: 19px;
}


/* Styles voor de print variant */

@media print
{
    .NoPrint { 
    	display: none;
    }
	
	.Header, .hoofdMenu, .subSubMenu, .footer {
		display: none;
	}
	
	.formHolder {
		border: 0px;
	}

}