*{
	padding:0;
	margin:0;
}

html 
{
	height:100%;
	min-height:100%;
}

body{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	background:#000000;
	background-position:center;
/*	background:url(../images/blocks.jpg) repeat; */
	height: 100%;
	text-align:center;
	font-size: 12px;
}
td 
{
	font-size:12px;
}

.form
{
	height: inherit;
	border: solid 0px blue;
}
#leftbg, .leftbg 
{
	position: absolute;
	top: 0px;
	width: 22px;
	height:100%;
/*	background-image: url(../images/background_left.png); */
	background-repeat:repeat-y;
	background-position:right;
	border: solid 1px green;
}

#container, .container {
	margin:0 auto;
	width:100%;
/*	background-image:url(../images/background.png);  */
	background-repeat: repeat-y;
	background-position: center;
	vertical-align:top;
	top: 0px;
/*	min-height:100%;*/
}

#rightbg, .rightbg 
{
	position: relative;
	left: 1014px;
	top: 0px;
	width: 19px;
	height: 100%;
/*	background-image: url(../images/background_right.png); */
	background-repeat:repeat-y;
	background-position:left;
}

.left
{
	text-align:left;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}

/* http://archivist.incutio.com/viewlist/css-discuss/45552 */
html, body {height:100%;}	/* zet hoogte van HTML en BODY op 100% */
#container {height: 100%; min-height: 100%;}		/* zet DIV op 100% (IE) */
.container {height: 100%; min-height: 100%;}		/* zet DIV op 100% (IE) */
html>body #container {height: auto; min-height: 100%;} /* zet DIV op 100% (niet IE) */
html>body .container {height: auto; min-height: 100%;} /* zet DIV op 100% (niet IE) */

/* begin header styles

These styles are used for presentation of the banner/logo area
 */

.header
{
	margin:0 auto;
	width:100%;
	height:80px;
	background:url(../images/header_right_top.png) no-repeat right; 
	background-color: #282828;
	border: solid 0px orange;
	top: 0px;
	text-align: center;
}
.header .top
{
/*		position: absolute;
		top: 0px;
		height:122px;
		width:974px;
		background:#000;
*/	font-size:14px;
	text-align: center;
	height:80px; 
	background:url(../images/headermain.png) no-repeat center center; 
	width:540px;
	float: left;
	background-color: #282828;
	border:0px solid yellow;
}
.header .top ul li{
		list-style-type:none;
		display:block;
		float:right;
		height:18px;
		text-align:left;
		cursor:pointer;
		padding:2px 5px 0 5px;
	}
.header .top ul li a{
		font-weight:bold;
		text-transform:uppercase;
		color:#aaa;
		text-decoration:none;
	}
.header .top ul li:hover{
		text-decoration:underline;
	}
.header, .top ul li#login{
		border-left:none;
	}

/* end header styles */

/* begin navbar styles

These styles are used for the presentation of the overall navigationbar. The information displayed in this bar is independent of the the page the user is visiting.
 */

.navbar
{
	margin:0;
	width: 100%;
	height: 30px;
/*	background-color: #E2001A;*/
	background-color: #5d5d5d;
/*	border-bottom: solid 1px #000000; */
/*	border-top: solid 1px #E2001A; */
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border: 0px;
	floating: clear;
}
.navbar.prog{
		background:url(../img/layout/menu2.jpg) no-repeat !important;
}

.userinfoholder /* userinfoholder is the section where the name of the current user is displayed */
{
	border: solid 0px lightgreen;
	float: left;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial;
	margin-top: 7px;
}
.navigationholder /* navigationholder contains the links which are displayed in the navigationbar, except the user information */
{
	width: auto;
	margin-top: 7px;
	border: solid 0px lightblue;
	float: right;
	text-align:right;
	font-weight: bold;
}

.toplinkholder /* toplinkholder is used for the presentation of the links in the navigationbar */
{
	width:auto;
	font-size: 1em;
	font-weight: bold;
	list-style-type:none;
	display:block;
	float:left;
	text-align:right;
	cursor:pointer;
	color:#FFFFFF;
}
toplinkholder A, .toplinkholder A:visited, .toplinkholder A:link
{
	font-size: 1em;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
/*	width:154px;*/
}
.toplinkholder a:hover
{
	font-size: 1em;
	font-weight: bold;
	text-decoration:none;
	display:block;
	color:#E2001A;
/*		font-size: 12pt;     */
/*		font-weight: normal; */
}

.signoutholder, .signoutholder a, .signoutholder a:visited, .signoutholder a:link, .signoutholder a:hover /* signoutholder is used for the presentation of the logout link in the navigationbar */
{
}
/* end navbar styles */

/* begin subnavbar styles */

.subnavbar /* subnavbar style is used to position the  carpickerholder and the submenuholder */
{
	margin:0 auto;
	height: 18px;
	width: 100%;
	border: solid 0px pink;
	background-color: #E2001A;
	padding-left: 0px;
	padding-right: 0px;
}
.carpickerholder
{
		width: auto;
		border: solid 0px lightgreen;
		float: left;
		height:18px;
		width: 180px;
		background-color:#E2001A;
		font-size: 12px;
}
.carpicker_rootitem, .carpicker_rootitemover
{
		font-size: 12px;	
		cursor: hand;
		font-weight:bold;
		font-family: Arial;
		color:#fff;
		text-decoration:none;
		width:180px;
		height:18px;
		background-color:#E2001A;
		border: solid 0px orange;
		vertical-align:middle;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 8px;
}
.carpicker_rootitemover
{
/*		background:url(../images/menuhover.png) no-repeat;*/
		color:#000000;
}

.carpicker_item, .carpicker_itemover
{
	font-size: 11px;
	font-family: arial;
	cursor: hand;
	color: #ffffff;
	width: 180px;
	height: 18px;
	padding-left: 8px;
}
.carpicker_item
{
	background-color: #000000;
}
.carpicker_itemover
{
	background-color: #E2001A;
/*	background-image: url(../images/menuicon_white.gif);	*/
	background-repeat: no-repeat;
	background-position: 2 -1;
}

.submenuholder
{
	width: 794px;
	border: solid 0px lightblue;
	float: left;
	height: 18px;
	text-align:left;
	background-color: #E2001A;
}

/*  Carspecification navigation bar */
.topbarholder
{
	width: auto;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	height: auto;
	padding-top: 2px;
	padding-bottom: 0px;
	background-color: #E2001A;
}
.carspecleftnav
{
	width: 794px;
}
.carspecrightnav
{
	text-align:center;
	width: 325px;
	border: solid 10px yellow;
}
.topbaritem
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	height: 10px;
}
.topbaritem a, .topbaritem a:link, .topbaritem a:hover, .topbaritem a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand;
}

.topbaritem a:hover
{
	color:#000000;
}
.navspacer
{
	width: 1px;
	background-color: #ffffff;
}
.navdocumentation
{
	position:relative;
	width: 234px;
	border: solid 0px yellow;
}
.navcertificates
{
	position:relative;
	width: 233px;
	border: solid 0x yellow;
}
.navnodocumentation
{
	position:relative;
	width: 234px;
	border: solid 0px yellow;
}
.navnocertificates
{
	position:relative;
	width: 233px;
	border: solid 0px yellow;
}
.navdocs
{
	position:relative;
	width: 468px;
	border: solid 0x yellow;
}
.navprogram
{
	position:relative;
	width: 162px;
	border: solid 0x yellow;
}
.navtest
{
	position:relative;
	width: 161px;
	border: solid 0x yellow;
}

/*  End Carspecification navigation bar */




/* end subnavbar styles */

html>body #controlholder {height: auto; min-height: 100%;} /* zet DIV op 100% (niet IE) */
html>body .controlholder {height: auto; min-height: 100%;} /* zet DIV op 100% (niet IE) */
.controlholder {height: 100%; min-height: 100%;}		/* zet DIV op 100% (IE) */

#controlholder, .controlholder
{
	clear:both;
	margin:0 auto;
	width:100%;
	padding-top:0px;
	border: solid 0px yellow;
	text-align:left;
/*	background:#282828; */
}

.homepage
{
	background-image: url(../images/bg_home_rosso.jpg);
	background-position: center center; 
	background-repeat: no-repeat;
	width:100%;
	height: 568px;
}

.clearfooter 
{
	clear:both;
	height:0px;
	border: solid 0px white;
}
.footer 
{
	height:100%;
	width:100%;
	border-left: none;
	border-right: none;
	border: solid 0px white;
	bottom: 0px;
	text-align:center;
	vertical-align:bottom;
/*	position:absolute;*/
	left: 0;
}

.menu ul li a.first:hover{
/*		background:url(../img/layout/menuhoverhome.jpg) no-repeat;*/
}
.menu ul li a.products:hover{
/*		background:url(../img/layout/menuhoverproducts.jpg) no-repeat;*/
}
.menu ul li a#dealers:hover{
/*		background:url(../img/layout/menuhoverdealers.jpg) no-repeat;*/
}
.menu ul li a#faq:hover{
/*		background:url(../img/layout/menuhoverfaq.jpg) no-repeat;*/
}
.menu ul li a#contact:hover{
/*		background:url(../img/layout/menuhovercontact.jpg) no-repeat;*/
}




.controlholder .noborder{
	background-image:none !important;
}
.controlholder h1{
			font-size:20px;
			line-height:20px;
			letter-spacing:0.1em;
			padding-bottom:18px;
			color: #FE291B;
		}
.controlholder h2{
			font-size:16px;
			line-height:20px;
			letter-spacing:0.05em;
			padding-bottom:0px;
			color: #A0B0AD;
		}
.controlholder h3{
			font-size:14px;
			line-height:20px;
			letter-spacing:0.05em;
			padding-bottom:0px;
			color: #A0B0AD;
		}
.controlholder p{
			font-size:12px;
			line-height:16px;
			padding-bottom:16px;
		}


.wrapper{
	clear:both;
	margin:0 auto;
	width:974px;
	background:#171717;
	padding-top:20px;
}
.sidebar{
		width:295px;
		float:left;
}
.content{
/*		width:650px;*/
		width: 100%;
/*		height:100%;*/
		float:left;
/*		margin-bottom:20px; */
		border: solid 0px green;
}
.content.noborder{
		background-image:none !important;
	}
.content h1{
			font-size:20px;
			line-height:20px;
			letter-spacing:0.1em;
			padding-bottom:18px;
			color: #FE291B;
		}
.content h2{
			font-size:16px;
			line-height:20px;
			letter-spacing:0.05em;
			padding-bottom:0px;
			color: #A0B0AD;
		}
.content h3{
			font-size:14px;
			line-height:20px;
			letter-spacing:0.05em;
			padding-bottom:0px;
			color: #A0B0AD;
		}
.content p{
			font-size:12px;
			line-height:16px;
			padding-bottom:16px;
		}
.clearall{
	padding:0;
	margin:0;
	width:0;
	height:0;
	clear:both;
}
.center
{
	text-align:center;
}

.bluelink
{
	color: #A0B0AD;
}

label, .sub
{
	line-height: 18px;
	width: 150px;
	float: left;
    border-right: lightgrey;
    border-top: lightgrey;
    font-size: 8pt;
    border-left: lightgrey;
    color: #FFFFFF;
    border-bottom: silver 0px solid;
    font-family: arial	
}
table.normal_table
{
    background-color: transparent
}
td.head
{
    padding-right: 2px;
    padding-left: 2px;
    font-weight: bold;
    font-size: 11px;
    padding-bottom: 2px;
    color: #FFFFFF;
    padding-top: 2px;
    font-family: arial, helvetica, sans-serif;
    height: 22px;
    background-color: #000000;
    text-align: left
}
td.tableheader
{
    font-weight: bold;
    font-size: 8pt;
    color: #FFFFFF;
    font-family: arial
}
td.default
{
    font-size: 8pt;
    color: #FFFFFF;
    font-family: arial
}
td.sub
{
    border-right: lightgrey;
    border-top: lightgrey;
    font-size: 8pt;
    border-left: lightgrey;
    color: #FFFFFF;
    border-bottom: #9BB5BF 0px solid;
    font-family: Arial;
}
.supportholder, .supportcontent
{
	padding-left: 5px;
}
td.bordersub
{
    border-right: black 1px;
    border-top: black 1px solid;
    font-size: 10px;
    border-left: black 1px;
    color: #FFFFFF;
    border-bottom: black 1px solid;
    font-family: arial, helvetica, sans-serif;
    height: 22px;
    background-color: #466989
}
td.foot
{
    font-size: 8pt;
    color: white;
    font-family: arial;
    text-align: center
}
.carstat
{
	font-size: 9px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.carspeclegend
{
	font-size: 10pt;
	padding: 10px;
}

.carstat
{
	font-size: 9px;
}
.carspeclegend
{
	font-size: 8pt;
}
td.carstatheader
{
    border-right: lightgrey 0px;
    border-top: lightgrey 0px;
    font-size: 10pt;
    font-weight: bold;
    /*color: #000000;*/
    border-bottom: #9BB5BF 0px solid;
	/*background-color: #B9CDE5;*/
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 10px;
}
.carstat
{
	font-size: 9px;
/*	background-color: #B9CDE5;*/
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	height: 35px;
}
.carspeclegend
{
	font-size: 10pt;
/*	background-color: #B9CDE5;*/
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.row
{
	clear: both;
	vertical-align: bottom;
	text-align: left;
	height:auto;
}

.smallinput
{
    border-right: #717171 1px solid;
    border-top: #717171 1px solid;
    font-weight: bold;
    font-size: 10pt;
    border-left: #717171 1px solid;
    cursor: hand;
    color: #000000;
    border-bottom: #717171 1px solid;
    font-family: tahoma, verdana, arial;
    height: 20px;
    background-color: #717171;
    padding-left: 3px;
    padding-right: 3px;
}
.label
{
	width: 225px;
}
.textbox, .dropdownlist
{
	width: 350px;
    border: #282828 1px solid;
    font-weight: bold;
    font-size: 10pt;
    cursor: hand;
    color: #000000;
    font-family: tahoma, verdana, arial;
    height: 20px;
    background-color: #717171;
    padding-left: 3px;
    padding-right: 3px;
}
.button
{
	font-family: tahoma, verdana, Arial;
	font-size: 12px;
	color: Black;
	height: 20px;

    border-right: #717171 1px solid;
    border-top: #717171 1px solid;
    font-weight: bold;
/*    font-size: 8pt; */
    border-left: #717171 1px solid;
    cursor: hand;
    color: #000000;
    border-bottom: #717171 1px solid;
/*    font-family: arial; */
    height: 22px;
/*    background-color: #FFFFFF;*/
	background-color: #E2001A;
/*	margin-left: 5px;
	margin-right: 5px;*/
}
.savebutton, .nextbutton
{
/*	font-weight: bold; */
	text-decoration: none;
/*	background-color: #ACB0B3;*/
/*	border: solid 1px lightgrey; */
}


/* development */
.smallimage
{
	width: 325px;
	border: solid 1px #282828;
}
td.carspecleftcolumn
{
	width:649px;
	padding-left:20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 0px;
}

td.carspecrightcolumn
{
	text-align: left;
	width: 325px;
/*	padding-right: 5px;*/
}
.carspecrighttable
{
	height: 432px;
}


.white_href, .white_href a, .white_href a:link, .white_href a:visited, .white_href a:hover
{
    font-weight: bold;
    font-size: 8pt;
    color: #FFFFFF;
    font-family: arial;
    text-decoration: none
}

a, a:link, a:visited, a:hover
{
	color: #A0B0AD;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.headerextension
{
	width: 210px;
	height: 100%;
	border: solid 0px lightblue;
	float: right;
	text-align:right;
	font-weight: bold;
	background:url(../images/header_right_bottom.png);
}

.navholdermain
{
	width: 600px;
	float: left;
}

.mainbody
{
	background-color: #282828
}

.row select
{
    border: #282828 1px solid;
    font-weight: bold;
    font-size: 10pt;
    cursor: hand;
    color: #000000;
    font-family: tahoma, verdana, arial;
    height: 20px;
    background-color: #717171;
    padding-left: 3px;
    padding-right: 3px;
}