*{
	padding:0;
	margin:0;
}

html 
{
	height:100%;
	min-height:100%;
}

body{
	color:#959595;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#1F2021;
	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:1014px;
	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:974px;
	height:100px;
	background:url(../images/header.jpg) no-repeat bottom;
	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:100px;
		width:974px;
		border:0px solid yellow;
}
.header .top ul li{
		list-style-type:none;
		display:block;
		float:right;
		height:18px;
		text-align:center;
		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 auto;
	width: 974px;
	height: 20px;
/*	background-color: #E41A2A;*/
	background-color: #1F2021;
	border-bottom: solid 2px #1F2021;
	border-left: solid 0px #1F2021;
	border-right: solid 0px #1F2021;
	border-top: solid 2px #1F2021;
	vertical-align:middle;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
}
.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: 11pt;
		font-weight: normal;
		font-family: Arial;
		color: #F5F5F5;
}
.navigationholder /* navigationholder contains the links which are displayed in the navigationbar, except the user information */
{
	width: auto;
	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: 11pt;
	font-weight: normal;
	list-style-type:none;
	display:block;
	float:left;
	text-align:right;
	cursor:pointer;
	color:#F5F5F5;
}
toplinkholder A, .toplinkholder A:visited, .toplinkholder A:link
{
	font-size: 11pt;
	font-weight: normal;
	color:#F5F5F5;
	text-decoration:none;
	display:block;
/*	width:154px;*/
}
.toplinkholder a:hover
{
		color:#D21446;
		font-size: 11pt;
		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: 30px;
	width: 974px;
/*	border: solid 0px #FFFFFF;*/
	background-color: #1F2021;
	padding-left: 0px;
	padding-right: 0px;
	border-top:solid 3px #F5F5F5;
}
.carpickerholder
{
	display:table-cell;
		width: auto;
		border: solid 0px lightgreen;
		float: left;
		height:30px;
		width: 180px;
		background-color:#1F2021;
		font-size: 12px;
		vertical-align: middle;
}
.carpicker_rootitem, .carpicker_rootitemover
{
		font-size: 12px;	
		cursor: hand;
		font-weight:normal;
		font-family: Arial;
		color:#F5F5F5;
		text-decoration:none;
		width:180px;
		height:18px;
		background-color:#1F2021;
		border: solid 0px orange;
		vertical-align:middle;
		padding-top: 7px;
		padding-bottom: 0px;
		padding-left: 8px;
}
.carpicker_rootitemover
{
/*		background:url(../images/menuhover.png) no-repeat;*/
		color:#D21446;
}

.carpicker_item, .carpicker_itemover
{
	font-size: 10px;
	font-family: arial, verdana;
	cursor: hand;
	color: #F5F5F5;
	width: 180px;
	height: 18px;
	padding-left: 8px;
}
.carpicker_item
{
	background-color: #1F2021;
}
.carpicker_itemover
{
	background-color: #D21446;
	background-image: url(../images/menuicon_white.gif);	
	background-repeat: no-repeat;
	background-position: 2 -1;
	color: #F5F5F5;
}

.submenuholder
{
	width: 794px;
	border: solid 0px lightblue;
	float: left;
	height: 30px;
	text-align:left;
	background-color: #1F2021;
}

/*  Carspecification navigation bar */
.topbarholder
{
	width: auto;
	width: 794px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #F5F5F5;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #1F2021;
	border: solid 0px orange;
}
.carspecleftnav
{
	width: 794px;
	border: solid 1px orange;
}
.carspecrightnav
{
	text-align:center;
	width: 323px;
	border: solid 1px orange;
}
.topbaritem
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #F5F5F5;
	float: left;
	height: 30px;
	border: solid 0px orange;
}
.topbaritem a, .topbaritem a:link, .topbaritem a:hover, .topbaritem a:visited
{
	color: #F5F5F5;
	text-decoration: none;
	cursor: hand;
}

.topbaritem a:hover
{
	color:#D21446;
}
.navspacer
{
	display:table-cell;
	width: 0px;
	height: auto;
	background-color: #F5F5F5;
}
.navdocumentation
{
	display:table-cell;
	position:relative;
	width: 234px;
	border: solid 0px red;
	border-left: solid 2px #F5F5F5;
	height: 30px;
	padding-top: 7px;
}
.navcertificates
{
	display:table-cell;
	position:relative;
	width: 235px;
	border: solid 0px red;
	border-left: solid 2px #F5F5F5;
	height: 30px;
	padding-top: 7px;
}
.navnodocumentation
{
	display:table-cell;
	position:relative;
	width: 234px;
	border: solid 0px red;
	border-left: solid 2px #F5F5F5;
	height: 30px;
	padding-top: 7px;
}
.navnocertificates
{
	display:table-cell;
	position:relative;
	width: 235px;
	border: solid 0px yellow;
	border-left: solid 2px #F5F5F5;
	height: 30px;
	padding-top: 7px;
}
.navdocs
{
	display:table-cell;
	position:relative;
	width: 468px;
	border: solid 0x yellow;
}
.navprogram
{
	display:table-cell;
	position:relative;
	width: 163px;
	border: solid 0px yellow;
	border-left: solid 2px #F5F5F5;
	height: 30px;
	padding-top: 7px;
}
.navtest
{
	display:table-cell;
	position:relative;
	width: 162px;
	border: solid 0px yellow;
	border-left: solid 2px #F5F5F5;
	height: 30px;
	padding-top: 7px;
}

/*  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:974px;
	background:#F5F5F5;
	padding-top:2px;
	border: solid 0px yellow;
	text-align:left;
}

.homepage
{
	background:url(../images/homebackground.jpg);
	background-position: center center; 
	background-repeat: no-repeat;
	width:974px;
	height: 407px;
}

.clearfooter 
{
	clear:both;
	height:10px;
	border: solid 0px pink;
}
.footer 
{
	height:30px;
	width:974px;
	padding-top: 7px;
	border-left: none;
	border-right: none;
	border: solid 0px yellow;
/*	bottom: 5px;*/
	text-align:center;
	vertical-align: middle;
	background-color: #1F2021;
/*	position:absolute;*/
	left: 0;
	font-weight: normal;
}

.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: #959595;
		}
.controlholder h2{
			font-size:16px;
			line-height:20px;
			letter-spacing:0.05em;
			padding-bottom:0px;
			color: #959595;
		}
.controlholder h3{
			font-size:14px;
			line-height:20px;
			letter-spacing:0.05em;
			padding-bottom:0px;
			color: #959595;
		}
.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: 974px;
/*		height:100%;*/
		float:left;
		margin-bottom:0px;
		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: #959595;
		}
.content h2{
			font-size:16px;
			line-height:20px;
			letter-spacing:0.05em;
			padding-bottom:0px;
			color: #959595;
		}
.content h3{
			font-size:14px;
			line-height:20px;
			letter-spacing:0.05em;
			padding-bottom:0px;
			color: #959595;
		}
.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: #D21446;
}

.label, .sub
{
	line-height: 18px;
	width: 150px;
	float: left;
    border-right: lightgrey;
    border-top: lightgrey;
    font-size: 8pt;
    border-left: lightgrey;
    color: #131640;
    color: #000000;
    border-bottom: silver 0px solid;
    font-family: arial, verdana, tahoma;
}
.label
{
	padding-left: 5px;
}
.supportholder, .supportcontent
{
	padding-left: 5px;
}
table.normal_table
{
    background-color: transparent
}
td.head
{
    padding-right: 2px;
    padding-left: 2px;
    font-weight: bold;
    font-size: 11px;
    padding-bottom: 2px;
    color: #959595;
    padding-top: 2px;
    font-family: arial, verdana, helvetica, sans-serif;
    height: 22px;
    background-color: #1F2021;
    text-align: left
}
td.tableheader
{
    font-weight: bold;
    font-size: 12pt;
    color: #959595;
    background-color: #DBDADA;
    font-family: arial, verdana, tahoma;
    width: auto;
    border-left: solid 2px #F5F5F5;
    border-bottom: solid 2px #F5F5F5;
    padding: 10px;
}
td.default
{
    font-size: 8pt;
    color: #959595;
    font-family: arial, verdana, tahoma;
}
td.sub
{
    border-right: lightgrey 0px;
    border-top: lightgrey 0px;
    font-size: 10pt;
    font-weight: bold;
	border-left: solid 2px #F5F5F5;
    color: #000000;
    border-bottom: #9BB5BF 0px solid;
    font-family: arial, verdana, tahoma;
	background-color: #959595;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 10px;
}

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, verdana, tahoma;
    height: 22px;
    background-color: #466989
}
td.foot
{
    font-size: 8pt;
    color: white;
    font-family: arial, verdana, tahoma;
    text-align: center
}
td.carstatheader
{
    border-right: lightgrey 0px;
    border-top: lightgrey 0px;
    font-size: 10pt;
    font-weight: bold;
	border-left: solid 2px #F5F5F5;
    color: #959595;
    border-bottom: #F5F5F5 0px solid;
    font-family: arial, verdana, tahoma;
	background-color: #EBEBEB;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 10px;
}
.carstat
{
	border-left: solid 2px #F5F5F5;
	font-size: 9px;
	background-color: #EBEBEB;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	border-bottom: solid 2px #F5F5F5;
	padding-top: 0px;
	height: 35px;
}
.carspeclegend
{
	border-left: solid 2px #F5F5F5;
	font-size: 10pt;
	background-color: #EBEBEB;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.row
{
	clear: both;
	vertical-align: bottom;
	text-align: left;
	height:auto;
}

.smallinput
{
    border-right: silver 1px solid;
    border-top: silver 1px solid;
    font-weight: bold;
    font-size: 8pt;
    border-left: silver 1px solid;
    cursor: hand;
    color: #000000;
    border-bottom: silver 1px solid;
    font-family: arial, verdana, tahoma;
    height: 18px;
    background-color: #FFFFFF;
}
.checkbox
{
	border: 0px;
    font-family: arial, verdana, tahoma;
    height: 18px;
    background-color: #466989;
    width: 40px;
}
.label
{
	width: 225px;
}
.textbox, .dropdownlist
{
	width: 350px;
}
.button
{
	font-family: Arial;
	font-size: 12px;
	color: Black;
	height: 20px;

    border-right: silver 1px solid;
    border-top: silver 1px solid;
    font-weight: bold;
    font-size: 8pt;
    border-left: silver 1px solid;
    cursor: hand;
    color: #FFFFFF;
    border-bottom: silver 1px solid;
    font-family: arial, verdana, tahoma;
    height: 18px;
/*    background-color: #FFFFFF;*/
	background-color: #D21446;
/*	margin-left: 5px;
	margin-right: 5px;*/
}
.savebutton, .nextbutton
{
	font-weight: bold;
	text-decoration: none;
/*	background-color: #ACB0B3;*/
	border: solid 1px lightgrey;
}


/* development */
.smallimage
{
	width: 323px;
	border: solid 1px #ffffff;
}
td.carspecleftcolumn
{
	width:649px;
	padding-left:0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
	border: solid 0px pink;
}

td.carspecrightcolumn
{
	text-align: left;
	width: 325px;
	border: solid 0px pink;
/*	padding-right: 5px;*/
}
.carspecrighttable
{
	height: 432px;
	background-color: #F5F5F5;
}
.white_href, .white_href a, .white_href a:link, .white_href a:visited, .white_href a:hover
{
    font-weight: bold;
    font-size: 8pt;
    color: #D21446;
    font-family: arial, verdana, tahoma;
    text-decoration: none
}

a, a:link, a:visited, a:hover
{
	color: #D21446;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
