/****************************************************************
   Nicoalblas.nl - CSS Document 
   Author: Stefan de Vries - Promo Reclame - www.promoreclame.nl
****************************************************************/

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#dddddd;
	font-size:11px;
	background-color:#1a1a1a;
}

#container{
	width: 879px;
	left: 50%;
	position: absolute;
	margin-left:-439px;
	text-align: left;
}

* html #container {
	margin-left:-448px;
}

/* menu */

#menu{	
	width:879px;
	height:28px;
	padding-left: 20px;
	padding-bottom: 26px;
	padding-top: 46px;
}

#menu #home a {
	float: left;
	display: block;
	cursor: hand;
	background-image: url(../img/menu/home_but.gif);
	background-position: left top;
	width: 82px;
	height: 28px;
    text-indent: -999em;
	outline: none;
}

#menu #home a:hover {
	background-image: url(../img/menu/home_but_ro.gif);
}

#menu #aboutus a {
	float: left;
	display: block;
	cursor: hand;
	background-image: url(../img/menu/aboutus_but.gif);
	background-position: left top;
	width: 111px;
	height: 28px;
    text-indent: -999em;
	outline: none;
}

#menu #aboutus a:hover {
	background-image: url(../img/menu/aboutus_but_ro.gif);
}

#menu #aanbod a {
	float: left;
	display: block;
	cursor: hand;
	background-image: url(../img/menu/aanbod_but.gif);
	background-position: left top;
	width: 103px;
	height: 28px;
    text-indent: -999em;
	outline: none;
}

#menu #aanbod a:hover {
	background-image: url(../img/menu/aanbod_but_ro.gif);
}

#menu #verwacht a {
	float: left;
	display: block;
	cursor: hand;
	background-image: url(../img/menu/verwacht_but.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 120px;
	height: 28px;
    text-indent: -999em;
	outline: none;
}

#menu #verwacht a:hover {
	background-image: url(../img/menu/verwacht_but_ro.gif);
	background-repeat: no-repeat;
}

#menu #accessoires a {
	float: left;
	display: block;
	cursor: hand;
	background-image: url(../img/menu/accessoires_but.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 139px;
	height: 28px;
    text-indent: -999em;
	outline: none;
}

#menu #accessoires a:hover {
	background-image: url(../img/menu/accessoires_but_ro.gif);
	background-repeat: no-repeat;
}

#menu #financiering a {
	float: left;
	display: block;
	cursor: hand;
	background-image: url(../img/menu/financiering_but.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 144px;
	height: 28px;
    text-indent: -999em;
	outline: none;
}

#menu #financiering a:hover {
	background-image: url(../img/menu/financiering_but_ro.gif);
	background-repeat: no-repeat;
}

#menu #leasing a {
	float: left;
	display: block;
	cursor: hand;
	background-image: url(../img/menu/leasing_but.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100px;
	height: 28px;
    text-indent: -999em;
	outline: none;
}

#menu #leasing a:hover {
	background-image: url(../img/menu/leasing_but_ro.gif);
	background-repeat: no-repeat;
}

#menu #route a {
	float: left;
	display: block;
	cursor: hand;
	background-image: url(../img/menu/route_but.gif);
	background-position: left top;
	width: 86px;
	height: 28px;
    text-indent: -999em;
	outline: none;
}

#menu #route a:hover {
	background-image: url(../img/menu/route_but_ro.gif);
}

#menu #contact a {
	float: left;
	display: block;
	cursor: hand;
	background-image: url(../img/menu/contact_but.gif);
	background-position: left top;
	width: 94px;
	height: 28px;
    text-indent: -999em;
	outline: none;
}

#menu #contact a:hover {
	background-image: url(../img/menu/contact_but_ro.gif);
}

/* header */

#header{	
	width:879px;
	height:225px;
	background-image:url(../img/header_bg.gif);
	background-repeat: no-repeat;
}

#header #flashimage{	
	width:569px;
	height:225px;
	padding-right: 310px;
}

/* content */

#content{	
	width:879px;
	padding-top: 25px;
	padding-bottom: 30px;
	overflow: hidden;
	clear: both;
}

/* leftcol*/

#content #leftcol{	
	width:490px;
	min-height: 500px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
	border-right: 1px solid #535353;
	font-family:Arial, Helvetica, sans-serif;
	color:#dddddd;
	font-size:11px;
	letter-spacing: 1px;
	line-height: 20px;
}

#content #leftcol a:link, #content #leftcol a:visited {
	font-size:11px;
	color:#dddddd;
	text-decoration: underline;
}

#content #leftcol a:hover {
	font-size:11px;
	color:#dddddd;
	text-decoration: none;
}

#content #leftcol p{
	margin-top: 0px;
}

#content #leftcol h1{
	font-size:14px;
	font-weight: bold;
	color:#dddddd;
	margin-bottom: 15px;
	margin-top: 0px;
}

#content #leftcol h2{
	font-size:12px;
	font-weight: bold;
	color:#dddddd;
	margin-bottom: 10px;
	margin-top: 0px;
}

#content #leftcol .img_right{
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	border: 1px solid #535353;
}

#content #leftcol .img_center{
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	border: 1px solid #535353;
}

#content #leftcol #lv_but{
	float: right;
	width: 96px;
	height:26px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 25px;
	background-repeat:no-repeat;
	clear: both;
}

#content #leftcol #lv_but a:link, #leftcol #lv_but a:visited {
	display: block;
	cursor: hand;
	background-image:url(../img/lv_but.gif);
	width: 96px;
	height:26px;
	background-repeat:no-repeat;
    text-indent: -999em;
	outline: none;
}

#content #leftcol #lv_but a:hover {
	display: block;
	cursor: hand;
	background-image:url(../img/lv_but_ro.gif);
	width: 96px;
	height:26px;
	background-repeat:no-repeat;
    text-indent: -999em;
	outline: none;
}

#content #leftcol #intro{	
	width:450px;
	height:100px;
	padding-bottom: 45px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #535353;
}

#content #leftcol #intro h3{
	font-size:14px;
	font-weight: bold;
	color:#FFFFFF;
	margin-bottom: 15px;
	margin-top: 0px;
}

#content #leftcol #wordtverwacht{	
	width:205px;
	height:240px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 35px;
	float: left;
}

#content #leftcol #wordtverwacht h3{
	font-size:14px;
	font-weight: bold;
	color:#dddddd;
	margin-bottom: 15px;
	margin-top: 0px;
}

#content #leftcol #wordtverwacht .img{
	margin-bottom: 15px;
	clear: both;
}

#content #leftcol #uitgelicht{	
	width:205px;
	height:240px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 35px;
	float: left;
}

#content #leftcol #uitgelicht h3{
	font-size:14px;
	font-weight: bold;
	color:#dddddd;
	margin-bottom: 15px;
	margin-top: 0px;
}

#content #leftcol #uitgelicht .img{
	margin-bottom: 15px;
	clear: both;
}

#content #leftcol #car{	
	width:202px;
	min-height: 178px;
	padding-bottom: 3px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 13px;
	float: left;
	margin-right: 15px;
	margin-bottom: 18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#dddddd;
	font-size:11px;
	letter-spacing: 1px;
	text-align: center;
	background-color:#313131;
	border: 1px solid #313131;
}

#content #leftcol #car a:link, #content #leftcol #car a:visited {
	font-size:11px;
	color:#dddddd;
	text-decoration: none;
}

#content #leftcol #car a:hover {
	font-size:11px;
	color:#535353;
	text-decoration: underline;
}

#content #leftcol #car .img{
	border: 1px solid #666666;
	margin-bottom: 3px;
}

#content #leftcol #cardetail{
	width:430px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	margin-bottom: 18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#dddddd;
	font-size:11px;
	letter-spacing: 1px;
	text-align: center;
	background-color:#313131;
}

#content #leftcol #carprice{
	width:430px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	margin-top: 20px;
	margin-bottom: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#dddddd;
	font-size:12px;
	letter-spacing: 1px;
	text-align: center;
	background-color:#313131;
}

#content #leftcol #cardetail .img{
	border: 1px solid #666666;
}

#content #leftcol .img_carleft{
	border: 1px solid #666666;
}

#content #leftcol #cardetail h2{
	font-size:12px;
	font-weight: bold;
	color:#dddddd;
	margin-top: 10px;
	margin-bottom: 15px;
}

#content #leftcol #accessoire{
	width:430px;
	min-height: 200px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	margin-bottom: 18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#dddddd;
	font-size:11px;
	letter-spacing: 1px;
	background-color:#313131;
}

#content #leftcol #accessoire #nobut{
	width: 200px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color:#747474;
	font-size:10px;
	margin-top: 10px;
}

#content #leftcol #accessoire #nobut a:link, #content #leftcol #accessoire #nobut a:visited {
	color:#747474;
	font-size:10px;
	text-decoration: underline;
}

#content #leftcol #accessoire #nobut a:hover {
	color:#747474;
	font-size:10px;
	text-decoration: none;
}

#content #leftcol #accessoire .img_right1{
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

#content #leftcol #accessoire h2{
	font-size:12px;
	font-weight: bold;
	color:#dddddd;
	padding-bottom: 4px;
	border-bottom: 1px solid #505050;
	margin-top: 10px;
	margin-bottom: 15px;
}

#content #leftcol #accessoire h2 a:link, #content #leftcol #accessoire h2 a:visited {
	font-size:12px;
	font-weight: bold;
	color:#dddddd;
	text-decoration: none;
}

#content #leftcol #accessoire h2 a:hover {
	font-size:12px;
	font-weight: bold;
	color:#505050;
	text-decoration: none;
}

#content #leftcol h3{
	font-size:12px;
	font-weight: bold;
	color:#dddddd;
	margin-bottom: 5px;
	margin-top: 0px;
}

#content #leftcol #topnav{	
	width:450px;
	height:30px;
	margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#dddddd;
	font-size:10px;
	text-align: center;
	clear: both;
}

#content #leftcol #topnav a:link, #content #leftcol #topnav a:visited {
	font-size:10px;
	color:#dddddd;
	text-decoration: none;
}

#content #leftcol #topnav a:hover {
	font-size:10px;
	color:#535353;
	text-decoration: underline;
}

#content #leftcol #botnav{	
	width:450px;
	height:25px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 25px;
	font-family:Arial, Helvetica, sans-serif;
	color:#dddddd;
	font-size:10px;
	text-align: center;
	clear: both;
}

#content #leftcol #botnav a:link, #content #leftcol #botnav a:visited {
	font-size:10px;
	color:#dddddd;
	text-decoration: none;
}

#content #leftcol #botnav a:hover {
	font-size:10px;
	color:#535353;
	text-decoration: underline;
}

/* rightcol*/

#content #rightcol{	
	width:308px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	color:#dddddd;
	font-size:11px;
	letter-spacing: 1px;
	line-height: 20px;
	clear: right;
}

#content #rightcol a:link, #content #rightcol a:visited {
	font-size:11px;
	color:#dddddd;
	text-decoration: none;
}

#content #rightcol a:hover {
	font-size:11px;
	color:#535353;
	text-decoration: underline;
}

#content #rightcol h2{
	font-size:14px;
	font-weight: bold;
	color:#dddddd;
	margin-bottom: 15px;
	margin-top: 0px;
}

#content #rightcol #contactgegevens{	
	width:228px;
	padding-top: 15px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 25px;
}

#content #rightcol #openingstijden{	
	width:228px;
	padding-top: 15px;
	padding-left: 40px;
	padding-right: 40px;
}

.merken{	
	width:228px;
	padding-top: 35px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 35px;
	33position: fixed;
	z-index: 100px;
}
/* footer */

#footer{	
	width:879px;
	height: 25px;
	padding-top: 15px;
	background-color:#313131;
	color: #989898;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-bottom: 35px;
	clear: both;
}

#footer a:link, #footer a:visited {
	color:#989898;
	text-decoration: none;
}

#footer a:hover {
	color:#989898;
	text-decoration: underline;
}

/*FORMULIEREN*/

label{
	display: block;
	float: left;
	width: 150px;
	font-weight:bold;
}

.label_checkbox{
	display: block;
	float: left;
	width: 100px;
}


fieldset{
	width: 425px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 25px;
	border: 1px solid #535353;
}

legend{
	font-size:12px;
	color:#dddddd;
	font-weight:bold;
	padding: 4px 6px 4px 6px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

input{
	margin-top: 0px;
	margin-bottom: 8px;
	margin-right: 0px;
	padding: 3px 0 2px 3px;
	border: 0px solid #abacad;
	background-color: #313131;
	font-family:Arial, Helvetica, sans-serif;
	color:#dddddd;
	font-size:11px;
	width: 260px;
}

.checkbox{
	border: 1px solid #abacad;
	background-color: #FFFFFF;
	height: 17px;
	width: 17px;
}

select {
	color:#dddddd;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	width: 310px;
	height: 25px;
	border: 1px solid #abacad;
}

textarea{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	border: 0px solid #abacad;
	background-color: #313131;
	scrollbar-3dlight-color : #313131;
	scrollbar-arrow-color : #313131;
	scrollbar-darkshadow-color : #313131;
	scrollbar-base-color : #313131;
	scrollbar-face-color : #313131;
	scrollbar-highlight-color : #313131;
	scrollbar-shadow-color : #313131;
	scrollbar-track-color : #313131;
	width: 260px;
	font-family:Arial, Helvetica, sans-serif;
	color:#dddddd;
	font-size:11px;
}

.checkbox{
	border: 1px solid #dddddd;
	background-color: #FFFFFF;
	height: 17px;
	width: 17px;
}

select {
	color:#dddddd;
	font-size:11px;
	background-color : #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	width: 310px;
	border: 1px solid #7fceef;
}

.button{
	background-color: #313131;
	border: 1px solid #313131;
	color: #dddddd;
	width: auto;
	height : 25px;
	margin-right: 25px;
	margin-top: 25px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	float: right;
}

/*LYTEBOX*/

#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }
	#lbOuterContainer.red { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(../img/lytebox/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(../img/lytebox/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(../img/lytebox/prev_grey.gif) left 15% no-repeat; }
	#lbPrev.red:hover, #lbPrev.red:visited:hover { background: url(../img/lytebox/prev_red.gif) left 15% no-repeat; }
	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url(../img/lytebox/prev_green.gif) left 15% no-repeat; }
	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url(../img/lytebox/prev_blue.gif) left 15% no-repeat; }
	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url(../img/lytebox/prev_gold.gif) left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent url(../img/lytebox/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(../img/lytebox/next_grey.gif) right 15% no-repeat; }
	#lbNext.red:hover, #lbNext.red:visited:hover { background: url(../img/lytebox/next_red.gif) right 15% no-repeat; }
	#lbNext.green:hover, #lbNext.green:visited:hover { background: url(../img/lytebox/next_green.gif) right 15% no-repeat; }
	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url(../img/lytebox/next_blue.gif) right 15% no-repeat; }
	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url(../img/lytebox/next_gold.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }
	#lbDetailsData.red { color: #620000; }
	#lbDetailsData.green { color: #003300; }
	#lbDetailsData.blue { color: #01379E; }
	#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url(../img/lytebox/close_grey.png) no-repeat; }
	#lbClose.red { background: url(../img/lytebox/close_red.png) no-repeat; }
	#lbClose.green { background: url(../img/lytebox/close_green.png) no-repeat; }
	#lbClose.blue { background: url(../img/lytebox/close_blue.png) no-repeat; }
	#lbClose.gold { background: url(../img/lytebox/close_gold.png) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url(../img/lytebox/play_grey.png) no-repeat; }
	#lbPlay.red { background: url(../img/lytebox/play_red.png) no-repeat; }
	#lbPlay.green { background: url(../img/lytebox/play_green.png) no-repeat; }
	#lbPlay.blue { background: url(../img/lytebox/play_blue.png) no-repeat; }
	#lbPlay.gold { background: url(../img/lytebox/play_gold.png) no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url(../img/lytebox/pause_grey.png) no-repeat; }
	#lbPause.red { background: url(../img/lytebox/pause_red.png) no-repeat; }
	#lbPause.green { background: url(../img/lytebox/pause_green.png) no-repeat; }
	#lbPause.blue { background: url(../img/lytebox/pause_blue.png) no-repeat; }
	#lbPause.gold { background: url(../img/lytebox/pause_gold.png) no-repeat; }
