/* CSS Document */

body,html {
height: 100%;
}

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
background: #cccccc;
color: #00305c;
margin: 0;
padding: 0;
}

h1, h2{
font-size: 18px;
font-weight: bold;
line-height: normal;
margin: 0 0 15px 0;
color: #ffffff;
}

h2 {
font-size: 14px;
}

.form_header {
font-size: 14px;
font-weight: bold;
}

h3 {
font-size: 12px;
margin: 0;
}

h4 {
margin: 0;
font-size: 12px;
font-weight: bold;
}

p {
margin: 0 0 10px 0;
}

a {
color: #00305c;
}

a:hover {
color: #00305c;
text-decoration: none;
}

img.logo_janhop {
position: absolute;
top: 25px;
left: 15px;
z-index: 5;
}

form {
margin: 0;
padding: 0;
}


/* LAYOUT */
#main_container {
position: relative;
width: 960px;
margin: 0 auto;
}

body.main #main_container {
background: #ffffff url(media/bg.gif) repeat-y;
margin: 0 auto;
}

#header_container {
width: 960px;
height: 23px;
background: #00305c;
z-index: 10;
}

#blanco_container  {
padding: 20px;
}

#blanco_container h1 {
color: #00305c;
}

#content_container {
position: relative;
float: right;
display: inline;
width: 700px;
background: url(media/content_bg.gif) repeat-x top;
padding: 25px 40px 0 40px;
z-index: 1;
}

#left_container {
position: relative;
float: left;
display: inline;
width: 142px;
background: url(media/leftcontainer_top.jpg) no-repeat top;
color: #ffffff;
padding: 15px 20px 0 18px;
}

#left_container a {
color: #ffffff;
}

#left_container #contact {
margin-top: 100px;
}

#left_container #contact p {
line-height: normal;
}

#left_container #logo {
margin: 15px 0;
}

#left_container #logo img.bovag {
float: right;
}

#left_container #logo img.nap {
float: left;
}

.clear {
clear: both;
}

#footer {
position: relative;
top: -20px;
bottom: 0;
height: 40px;
width: 780px;
margin: 0 auto;
padding-left: 180px;
text-align: right;
}

/* HOMEPAGE */
#flash_container {
position: relative;
width: 960px;
height: 575px;
z-index: 1;
}

#flash_element {
position: absolute;
top: 0;
left: 0;
width: 960px;
height: 575px;
z-index: 2;
}

#flash_overlay {
position: absolute;
top: 0;
left: 0;
width: 960px;
height: 8px;
background: url(media/shadow-trans.png) no-repeat;
z-index: 5;
}

#flash_searchbox_background {
position: absolute;
top: 87px;
left: 0;
width: 142px;
height: 472px;
background: url(media/search_bg-trans.png) no-repeat;
color: #e1e2dc;
padding: 15px 20px 0 18px;
z-index: 500;
}

#flash_searchbox {
position: absolute;
top: 87px;
left: 0;
width: 142px;
height: 472px;
color: #e1e2dc;
padding: 15px 20px 0 18px;
z-index: 1000;
}

#flash_searchbox h2 {
margin: 0 0 5px 0;
font-size: 12px;
}

#flash_searchbox  a {
color: #e1e2dc;
}

#flash_messagebox {
position: absolute;
top: 215px;
left: 300px;
width: 516px;
height: 77px;
padding: 20px 10px;
background: url(media/overlay.png) no-repeat;
text-align: center;
color: #ffffff;
font-size: 13px;
z-index: 1000;
}
#flash_messagebox a {
color: #ffffff;
}

#home_footer {
position: absolute;
bottom: 10px;
left: 180px;
width: 780px;
height: 50px;
z-index: 5;
}

img.logo {
float: left;
width: 100px;
height: 50px;
margin: 0 15px;
}

#footer img.logo {
width: 102px;
height: 39px;
margin: 0 25px;
}

/* DROPDOWN MENU */
/*Hoofdnaviagtie ul*/
#nav_container  ul#navigation{
position:absolute;
width: 960px;
height:23px;
margin:0;
padding:0;
list-style:none;
z-index:999;
background: url(media/menu_bg.gif) repeat-x;
}
		
/*hoofdnavigatie items*/
#navigation li.mainitem{
float:left;
width:120px;
text-align:center;
}
		
/*hoofdnavigatie links*/
#navigation li.mainitem a.hoofditem{
display:block;
height: 23px;
background-image:url(media/menu_divider.gif);
background-repeat:no-repeat;
background-position:right;
padding: 0;
color: #ffffff;
}

#header_container #navigation li.mainitem a.lasthoofditem	{
background: none;
}
		
/*hoofdnavigatie links over*/
#header_container #navigation li.mainitem a:hover.hoofditem{
color: #cccccc;
}
		
/*opent sub navigation ul's*/
#nav_container #navigation li:hover ul, #nav_container #navigation li.over ul {
display:block;
}
		
/*ul subnavigation*/	
#navigation li ul{
z-index:1000;
display:none;
margin:0;
padding: 0;
list-style:none;
background: #ffffff;
border-left: 1px solid #949494;
border-right: 1px solid #949494;
}
		
#navigation li ul li{		
padding:0px;
margin:0px;
}
		
/*subnavigation links*/
#navigation li ul li a{
display:block;
width:171px;
margin: 0;
text-align:left;
border-bottom: 1px solid #949494;
background: #ffffff;
padding: 2px 10px;
}
		
/*subnavigation links*/
#navigation li ul li a:hover{
background: #dddddd;
}
		
/*stijlen voor menu links*/
#nav_container{

}
		
#nav_container a.hoofditem{
text-decoration:none;
color: #ffffff;
}
		
#nav_container a:hover.hoofditem{ 
}
		
#nav_container a.subitem{
text-decoration:none;
}

/* KIES */
#dsl {
position: relative;
z-index: 1;
zoom: 1;
}

#dsl .footer {
display: none;
}

#site_tools {
position: relative;
width: 100%;
height: 30px;
}

.site_tools {
position: absolute;
right: 0;
width: 175px;
}

.site_tools a {
display: block;
color: #ffffff;
padding-left: 20px;
}

.site_tools a.bookmark {
background: url(media/icon_favo.gif) no-repeat left center;
}

.site_tools a.overview {
background: url(media/icon_total.gif) no-repeat left center;
}
/* part zoek homepage */
#flash_searchbox p select, .onderh_container input {
width: 143px;
background: #e1e2dc;
border: 1px solid #e1e2dc;
color: #0020c5d;
}

#flash_searchbox #submit {
padding: 10px 0 0 0;
}

.onderh_container input {
width: 137px;
margin-bottom: 5px;
}

.onderh_container input.submitbutton {
font-family: Verdana, Arial, Helvetica, sans-serif;
width: 64px;
height: 27px;
font-size: 11px;
color: #ffffff;
background: url(media/button.gif) no-repeat right center;
cursor: pointer;
border: none;
}

.onderh_container ul {
margin: 0 0 10px 0;
padding: 0 0 0 15px;
font-size: 10px;
line-height: 14px;
}

.onderh_container .submitbutton {
margin-top: 10px;
}

.onderh_container .info {
position: relative;
top: -5px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	margin: 0 10px 0 0;
	min-width: 200px;
}
#tooltip h3, #tooltip div { 
margin: 0 10;
font-weight: normal;
font-size: 11px;
}


/* part zoek */
#dsl form#search {
margin: 10px 0 20px 0;
padding: 0;
}

#dsl #searchbox {
padding: 10px 0 20px 0;
margin: 0;
}

#dsl #searchbox p {
float: left;
width: 180px;
line-height: normal;
}

#searchbox p select {
width: 170px;
background: #e1e2dc;
border: 1px solid #e1e2dc;
color: #0020c5d;
margin-top: 4px;
}

#dsl form#search #submitsearch {
text-align: right;
}

#dsl #submit input {
font-family: Verdana, Arial, Helvetica, sans-serif;
width: 64px;
height: 27px;
font-size: 11px;
color: #ffffff;
background: url(media/button.gif) no-repeat right center;
cursor: pointer;
border: none;
}

/* part avdw */
#dsl #avdw {
border-top: 3px solid #e1e2dc;
border-bottom: 3px solid #e1e2dc;
padding: 20px 0;
margin: 10px 0 0 0;
}

#dsl #avdw h2 {
color: #002c5d;
}

#dsl #avdw .image {
float: left;
width: 160px;
margin-right: 20px;
}

#dsl #avdw .car_details a.car_name {
font-weight: bold;
text-decoration: none;
}

#dsl #avdw .car_details a:hover.car_name {
text-decoration: underline;
}

#dsl #avdw .car_details dl {
margin: 0;
padding: 0;
}

#dsl #avdw .car_details dt {
float: left;
width: 120px;
}

/* overzicht */

#dsl #overview #aantal_indicatie {
font-size: 18px;
}

#dsl #overview .top,
#dsl #overview .top a,
#zoek_opnieuw a {
color: #ffffff;
}

#dsl #overview .bottom {
text-align: right;
height: 60px;
}

#dsl #overview #page_nav {
font-size: 12px;
margin: 4px 0;
float: right;
}

#dsl #overview #page_nav a {
text-decoration: none;
}

#dsl #overview #page_nav a:hover {
text-decoration: underline;
}

#dsl #overview #page_nav .splitter {
padding: 0 2px;
}

#dsl #overview #page_nav .selected {
font-weight: bold;
}

#dsl #overview table#overview_list {
clear: both;
}

#dsl #overview table#overview_list tr.list_header {
font-size: 13px;
font-weight: bold;
color: #ffffff;
}

#dsl #overview table#overview_list tr.list_header a,
#dsl #overview table#overview_list tr.list_header td.description a {
text-decoration: none;
color: #ffffff;
}

#dsl #overview table#overview_list tr.list_header td.label {
padding: 3px 0;
background: #002c5d;
color: #ffffff;
border-bottom: none;
}

#dsl #overview table#overview_list tr.list_header td.photo {
padding-left: 5px;
}

#dsl #overview table#overview_list td.detail {
padding: 4px 0;
}

#dsl #overview table#overview_list tr.rij_even td {
background: #fafafa;
}

#dsl #overview table#overview_list td.photo {
width: 102px;
padding-right: 5px;
}

#dsl #overview table#overview_list td.carbuild,
#dsl #overview table#overview_list td.location,
#dsl #overview table#overview_list td.price,
#dsl #overview table#overview_list td.kmstand,
#dsl #overview table#overview_list td.listing {
text-align: right;
width: 85px;
}

#dsl #overview table#overview_list td.listing,
#dsl #overview table#overview_list tr.list_header td.listing,
#dsl #overview table#overview_list td.price,
#dsl #overview table#overview_list tr.list_header td.price {
padding-right: 4px;
}

#dsl #overview table#overview_list td.description span.car_brand {
display: block;
font-weight: bold;
}

#dsl #overview table#overview_list td.description a {
text-decoration: none;
}

#dsl #overview table#overview_list td.description a.pictures {
text-decoration: underline;
font-size: 11px;
}

#dsl #overview table#overview_list td.description a:hover.pictures {
text-decoration: none;
}

/* detail */
#dsl #detail h2.detail_carhead {
font-size: 18px;
color: #ffffff;
width: 500px;
overflow: hidden;
margin-bottom: 10px;
}

#dsl #detail a.back {
position: absolute;
color: #ffffff;
left: 0;
top: -40px;
}

#dsl #detail_right {
float: right;
position: relative;
width: 326px;
}

#dsl #afbeelding {
float: left;
width: 640px;
height: 480px;
overflow: hidden;
}

#dsl #afbeelding_thumb {
float: right;
width: 55px;
}

#dsl #afbeelding_thumb img {
cursor: pointer;
margin: 0 0 2px 0;
padding: 0;
width: 55px;
}


#dsl #detail_left dl {
float: left;
width: 450px;
margin: 0;
padding: 0;
}

#dsl #detail_left dl dt,
#dsl #detail_left dl dd {
padding: 0;
}

#dsl #detail_left dl dt {
float: left;
width: 150px;
}

#dsl #detail_left dl#carspecs {
margin: 0 0 15px 0;
padding: 10px 0;
}

#dsl #detail_left dt {
font-weight: bold;
}

#dsl #detail_left dt.price,
#dsl #detail_left dd.price {
font-size: 18px;
line-height: normal;
}

#dsl #detail_left dl#carspecs dt.listing {
font-weight: bold;
}

#dsl #detail_left dd.nap span.nap {
position: absolute;
top: 570px;
left: 270px;
}

#dsl #detail_left #shortlinks {
float: right;
width: 200px;
padding: 10px;
}

#dsl #options,
#dsl #comments,
#dsl #dealerinfo {
clear: both;
padding: 10px 0;
}

#dsl #dealerinfo {
padding-bottom: 40px;
}

#dsl #options h3,
#dsl #comments h3,
#dsl #dealerinfo h3,
#dsl #info h3 {
font-weight: normal;
color: #ffffff;
background: #002c5d;
margin-bottom: 10px;
padding: 2px 10px;
zoom: 1;
}

#dsl #comments p,
#dsl #dealerinfo p,
#dsl #info dl,
#dsl .print dl {
padding: 0 10px;
}

#dsl #options .collumn {
float: left;
width: 270px;
}

#dsl #options .no1 {
margin-left: 10px;
}

#dsl #popover dt { 
float: left; display: inline; width: 150px; font-weight: bold;
}

#dsl #form_melding { 
color: red; 
}

#dsl #popover a.print {
display: block;
width:750px;
text-align: center;
padding-bottom: 10px;
}

.collumnprint {
float: left;
width: 270px;
}

/* Styles voor de PhotoSlider */
#PSanchor{
position:absolute;
top:0px;
z-index:10000;
width:100%;
}
	#PSalign{
	margin:auto;
	position:relative;
	width:550px;
	height:0px;
	}
		#PSplacer{
		position:fixed;
		top:195px;
		width:440px;
		}

/* ONDERHOUDSHISTORIE */
.onderh_container table {
margin-bottom: 18px;
}

.onderh_container th {
text-align: left;
background: #002c5d;
color: #ffffff;
padding: 0 10px 0 5px;
}

.onderh_container td {
padding: 0 10px 0 5px;
}

.onderh_container .col1 {
float: left;
margin-right: 20px;
width: 280px;
}

.onderh_container table.onderhoud_table td {
padding: 0 10px 0 0;
}

.onderh_container table.onderhoud_table td.label {
font-weight: bold;
width: 100px;
}

.onderh_container th.number {
text-align: right;
}

pre, .pre {
display: inline;
font-weight: bold;
padding: 0 0 0 10px;
font-family: Courier;
}

pre a, .pre a {
color: #ffffff;
text-decoration: none;
background: #5482db;
padding: 1px 5px;
cursor: default;
}

pre a:hover {
color: #ffffff;
}

body.onderh_popup {
background: #ffffff;
}

body.onderh_popup .onderh_container {
padding: 10px;
}

body.onderh_popup th.aantal,
body.onderh_popup th.code {
width: 90px;
}

.apk-date {
position: absolute;
top: 90px;
right: 40px;
font-weight: bold;
}

.onderh_container .button {
display: block;
width: 120px;
height: 25px;
float: right;
position: relative;
background: url(media/button-large.gif) no-repeat;
color: #ffffff;
text-decoration: none;
text-align: center;
font-size: 11px;
padding-top: 3px;
}

.submit-button input {
width: 120px;
height: 25px;
background: url(media/button-large.gif) no-repeat;
color: #ffffff;
text-decoration: none;
text-align: center;
font-size: 11px;
padding-top: 3px;
border: none;
cursor: pointer;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
position: absolute;
font: 12px Arial, Helvetica, sans-serif;
color: #333333;
}

#TB_secondLine {
font: 10px Arial, Helvetica, sans-serif;
color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
position: fixed;
z-index:1000;
top: 0px;
left: 0px;
height:100%;
width:100%;
}

.TB_overlayMacFFBGHack {background: url(media/macFFBgHack.png) repeat;}
.TB_overlayBG {
background-color:#000;
filter:alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
position: fixed;
background: #ffffff;
z-index: 1020;
color:#000000;
display:none;
border: 4px solid #525252;
text-align:left;
top:50%;
left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop));
}

#TB_window img#TB_Image {
display:block;
margin: 15px 0 0 15px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 1px solid #666;
border-left: 1px solid #666;
}

#TB_caption{
height:25px;
padding:7px 30px 10px 25px;
float:left;
}

#TB_closeWindow{
height:25px;
padding:11px 18px 10px 0;
float:right;
}

a#TB_closeWindowButton {
display: block;
width: 43px;
height: 18px;
background: url(media/close.gif);
margin: -2px -5px 0 0;
}

a:hover#TB_closeWindowButton {
background: #ffffff url(media/closehover.gif);
}

#TB_closeAjaxWindow{
padding:2px 5px 5px 0;
margin-bottom:1px;
text-align:right;
float:right;
}

#TB_ajaxWindowTitle{
float:left;
padding:7px 0 5px 10px;
margin-bottom:1px;
font-size: 14px;
font-weight: bold;
color: #ffffff;
}

#TB_title{
background-color: #686464;
height:27px;
}

#TB_ajaxContent{
clear:both;
padding:2px 15px 15px 15px;
overflow:auto;
text-align:left;
line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
padding:15px;
}

#TB_ajaxContent p{
padding:5px 0px 5px 0px;
}

#TB_load{
position: fixed;
display:none;
height:13px;
width:208px;
z-index:103;
top: 50%;
left: 50%;
margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
z-index:99;
position:fixed;
top: 0;
left: 0;
background-color:#fff;
border:none;
filter:alpha(opacity=0);

-moz-opacity: 0;
opacity: 0;
height:100%;
width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
clear:both;
border:none;
margin-bottom:-1px;
margin-top:1px;
_margin-bottom:1px;
}