/* CSS Document */

body, html {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
	background: #e2e2e2;
	margin: 0;
	padding: 0;
	line-height: 18px;
}
h1 {
	margin: 0 0 20px 0;
	color: #21649b;
	font-weight: normal;
	font-size: 24px;
	font-variant:small-caps;
}
h2, .form_header {
	margin: 15px 0 10px 0;
	font-weight: bold;
	font-size: 16px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}
p {
	margin: 0 0 10px 0;
}
a {
	color: #892020;
}
a:hover {
	text-decoration: none;
}
iframe {
	background-color: none;
	position: relative;
	z-index: 1;
}
input, select, textarea {
	margin-bottom: 3px;
}
/* LAYOUT */
#main_container {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 990px;
	background: #ffffff url(media/bg.gif) repeat-y;
	margin: 0 auto -45px auto;
}
#header_container {
	position: relative;
	width: 954px;
	height: 114px;
	background: #ffffff;
	margin: auto;
	z-index: 100;
}
#content_container {
	width: 954px;
	min-height: 530px;
	background: #e7e7e7 url(media/content_bg.gif) repeat-x top;
	margin: auto;
	z-index: 1;
	overflow: hidden;
}
#left_container {
	float: left;
	width: 240px;
	padding: 7px;
}
#right_container {
	display: inline;
	float: right;
	width: 650px;
	padding: 25px;
}
.clear {
	clear: both;
}
#push {
	height: 45px;
}
#footer {
	clear: both;
	position: relative;
	bottom: 0;
	background: #e2e2e2 url(media/footer.gif) no-repeat top;
	height: 25px;
	width: 950px;
	color: #595959;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
}
#footer a, #footer .bullet {
	color: #787878;
	padding: 0 3px;
}
#footer .left {
	float: left;
	padding-left: 3px;
}
#footer .right {
	float: right;
}
/* STANDAARD PAGINA */
#left_container .page_category {
	font-size: 16px;
	color: #21649b;
	margin: 10px 0 0 0;
}
#left_container .page_title {
	font-size: 16px;
	font-variant: small-caps;
	margin: 0;
}
#right_container ul.sublinks {
	position: absolute;
	top: 343px;
	left: 25px;
	width: 220px;
}
#left_container ul, #right_container ul.sublinks {
	margin: 10px 0 0 0;
	padding: 10px;
	background: #e8e8e8;
}
#left_container li, #right_container ul.sublinks li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#left_container a, #right_container ul.sublinks li a {
	background: url(media/pijl_small.gif) no-repeat left;
	padding-left: 25px;
	text-decoration: none;
	margin-left: 10px;
}
#left_container a:hover, #right_container ul.sublinks li a:hover {
	text-decoration: underline;
}
/* HOMEPAGE */
#flash_container {
	position: relative;
	width: 954px;
	height: 360px;
	z-index: 2;
}
#flash_element, #flash_kader {
	position: absolute;
	width: 954px;
	height: 360px;
	top: 0;
	left: 0;
	z-index: 5;
}
#flash_kader {
	z-index: 10;
	background: url(media/flash_frame-trans.png);
}
*html #flash_kader {
	background: none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/hensgens2008/media/flash_frame-trans.png', sizingMethod='scale');
}
#flash_container #shortlinks {
	position: absolute;
	bottom: 3px;
	height: 56px;
	z-index: 50;
	padding-left: 3px;
}
#flash_container #shortlinks img {
	display: inline;
	float: left;
	margin: 0 1px;
	border: 3px solid #21649b;
}
#news_container, #searchbox, #news_container_eu {
	display: inline;
	float:left;
	width: 461px;
	margin: 15px 0 0 10px;
}
#news_container h1, #searchbox h1, #news_container_eu h1 {
	margin: 0 0 0 5px;
}
/* HOME EU */
#home_eu {
	padding: 15px;
}
/* HEADER */
#header_container .logo {
	position: absolute;
	top: 3px;
	left: 6px;
	width: 108px;
	height: 147px;
	z-index: 100;
}
#header_container .title, #header_container .title_eu {
	position: absolute;
	top: 38px;
	left: 145px;
	width: 407px;
	height: 39px;
}
#header_container .title_eu {
	top: 33px;
}
#header_container #language {
	position: absolute;
	top: 38px;
	right: 10px;
}
#header_container #language a {
	display: block;
	color: #892020;
	font-size: 14px;
	text-decoration: none;
	padding-left: 25px;
}
#header_container #language a:hover {
	text-decoration: underline;
}
#header_container #language a.selected {
	background: url(media/pijl_red.gif) no-repeat left;
	font-weight: bold;
}
#nav_container {
	position: absolute;
	bottom: 0;
	width: 954px;
	height: 28px;
	background: #21649b;
}
/* DROPDOWNMENU */

/*Hoofdnaviagtie ul*/
#nav_container ul#navigation {
	position:absolute;
	right: 0;
	height:28px;
	margin:0px;
	padding:0px;
	list-style:none;
	z-index:999;
}
/*hoofdnavigatie items*/
#navigation li.mainitem {
	float:left;
	width:140px;
	text-align:center;
}
/*hoofdnavigatie links*/
#navigation li.mainitem a.hoofditem {
	display:block;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	background-image:url(media/menu_bar.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 5px;
}
#header_container #navigation li.mainitem a.lasthoofditem {
	background-image: none;
}
/*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: 5px 0 0 0;
	padding:10px 5px;
	list-style:none;
	background: #ffffff url(media/shadow.gif) repeat-x;
	border-left: 1px solid #456591;
	border-right: 1px solid #456591;
	border-bottom: 1px solid #456591;
}
#navigation li ul li {
	background: url(media/dots.gif) repeat-x bottom;
}
/*subnavigation links*/
#navigation li ul li a {
	display:block;
	width: 90%;
	background-color: #ffffff;/* zonder deze werkt display block in IE 6 en 7 niet goed*/
	margin:0 auto;
	text-align:left;
}
/*stijlen voor menu links*/
	
#nav_container a.hoofditem {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
#nav_container a.subitem {
	padding: 5px;
	color: #21445b;
	font-weight: normal;
	text-decoration:none;
	background: url(media/submenu_bg.gif) no-repeat left center;
}
#nav_container a.subitem:hover {
	background: #d2e4f2;
}
/* MERKENPAGINA */

#merkoccasionoverzicht, #merkmodellenoverzicht {
	float: left;
	width: 290px;
}
#merkoccasionoverzicht {
	margin-right: 20px;
}
#merkoccasionoverzicht img, #merkmodellenoverzicht img {
	padding-left: 3px;
}
#merkoccasionoverzicht a.merkbutton, #merkmodellenoverzicht a.merkbutton {
	display: block;
	background: #8c2727 url(media/merkbutton.gif);
	width: 280px;
	height: 30px;
	font-size: 16px;
	font-variant: small-caps;
	color: #ffffff;
	text-decoration: none;
	padding: 7px 0 0 10px;
}
#merkennews, #merkenactie {
	float: left;
	position: relative;
	width: 289px;
	margin: 20px 20px 20px 0;
}
#merkennews h2, #merkenactie h2 {
	font-weight: normal;
	font-variant: small-caps;
	font-size: 24px;
	margin: 0;
}
#merkennews a.more, #merkenactie a.more {
	position: absolute;
	right: 5px;
	top: 0;
}
#news_container_eu .news_list .nav {
	display: none;
}
/* NEWS */

#right_container .news_list .nav {
	margin-bottom: 20px;
}
#right_container #externnews .article, #right_container .news_list .newsitem {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d9d9d9;
}
#right_container .news_list .newsitem {
	height: 110px;
}
#right_container #externnews .lijst_image img, #right_container .news_list img {
	float: right;
	border: 1px solid #d9d9d9;
}
#right_container #externnews .lijst_header, #right_container .news_list .newsitem a.title {
	font-size: 18px;
	color: #787878;
	text-decoration: none;
}
#right_container .news_list a.readmore {
	position: relative;
	top: -10px;
}
#right_container #externnews .lijst_datum {
	font-size: 11px;
}
.news_list p.publishdate, .news_list p.publishdate {
	font-size: 11px;
	margin: 0;
}
.news_list p.article {
	width: 520px;
}
/* detail */

#right_container #externnews .lijst_newsitem_content, #detail_newsitem #detail_newsitem_content {
	width: 460px;
}
#detail_newsitem .detail_header, #popup_newsimage .popup_header, #wsb_news_detail h1 {
	font-size: 24px;
	font-variant: normal;
	color: #787878;
	margin: 0;
	line-height: normal;
}
#wsb_news_detail p.top {
	float: right;
}
#detail_newsitem .detail_datum {
	font-size: 11px;
	margin: 0 0 15px 0;
}
#detail_newsitem .detail_image, #wsb_news_detail #image_container {
	float: right;
}
#wsb_news_detail #image_container img {
	margin:0 0 5px 10px;
	border: 1px solid #d9d9d9;
}
#detail_newsitem .detail_image img {
	border: 0;
}
#popup_newsimage {
	padding: 10px;
}
#popup_newsimage .popup_navigation_close {
	margin-bottom: 10px;
}
/* ATK ACTIES */
#right_container .acties {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d9d9d9;
}
#right_container .acties .image {
	float: right;
	margin: 0 0 0 10px;
}
#right_container .acties .image img {
	border: 0
}
#right_container .acties .bodytext h3.title {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}
#right_container .acties .bodytext .more {
	display: block;
	margin-top: -10px;
}
.actie #detail .detail h3.title {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 10px 0;
}
.actie #detail .image {
	float: right;
}
/* ATK nieuws & actie incl homepage */

#right_container #merkennews #externnews .article {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#news_container #externnews, #news_container_eu .news_list, #merkennews #externnews, #merkenactie #acties, #merkennews .newsitem, #merkenactie .newsitem {
	position: relative;
	height: 110px;
	background: url(media/news_home.gif) no-repeat;
	color: #ffffff;
	padding: 10px;
	margin-top: 12px;
}
#news_container_eu .news_list {
	overflow: hidden;
}
#merkennews #externnews, #merkenactie #acties, #merkennews .newsitem, #merkenactie .newsitem {
	background: url(media/news_actie_bg.gif) no-repeat;
	overflow: hidden;
	margin-top: 5px;
}
#merkenactie #acties .bodytext, #news_container_eu .news_list .newsitem, #merkennews .newsitem, #merkenactie .newsitem {
	height: 120px;
}
#news_container #externnews .lijst_image, #merkennews #externnews .lijst_image, #merkenactie #acties .image, #news_container_eu .news_list img, #merkennews .newsitem img, #merkenactie .newsitem img {
	float: left;
	width: 120px;
	height: 80px;
	overflow: hidden;
	border: 1px solid #ffffff;
	margin-right: 10px;
}
#merkenactie #acties .image img {
	border: none;
}
#news_container #externnews .lijst_header {
	font-size: 14px;
	font-weight: bold;
}
#merkennews #externnews .lijst_header, #news_container_eu .news_list .newsitem a.title, #merkenactie #acties h3, #merkennews .newsitem a.title, #merkenactie .newsitem a.title {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	color: #ffffff;
	text-decoration: none;
}
#news_container_eu .news_list .article, #merkennews .newsitem .article, #merkenactie .newsitem .article {
	display: none;
}
#news_container_eu .news_list p.publishdate, #merkennews .newsitem p.publishdate, #merkenactie .newsitem p.publishdate {
	font-size: 11px;
	margin-bottom: 10px;
}
#news_container #externnews .lijst_navigation_more {
	position: absolute;
	left: 142px;
	bottom: 40px;
}
#news_container #externnews .lijst_navigation_more a, #merkennews #externnews a, #merkenactie #acties a, #news_container_eu .news_list a.readmore, #merkennews .newsitem a.readmore, #merkenactie .newsitem a.readmore {
	color: #ffffff;
}
#right_container #merkenactie .acties .bodytext .more {
	margin-top: 0;
}
#right_container .news_list .no_news {
	border-bottom: none;
}
/* KIES */
#dsl {
	position: relative;
}
#dsl .footer {
	display: none;
}
/* zoekbox homepage */
#searchbox #dsl {
	position: relative;
	height: 110px;
	background: url(media/zoek_home.jpg) no-repeat;
	color: #ffffff;
	padding: 7px 15px;
	margin-top: 10px;
}
#searchbox #dsl form#search {
	padding: 0;
	margin: 0;
}
#searchbox #dsl form#search p {
	float: left;
	font-size: 11px;
	line-height: normal;
}
#searchbox #dsl select {
	width: 145px;
	margin-right: 15px;
}
#searchbox #dsl #submit {
	position: absolute;
	width: 90px;
	height:20px;
	right: 55px;
	bottom: 32px;
}
#searchbox #dsl #submit input {
	width: 90px;
	height: 18px;
	font-size: 16px;
	color: #ffffff;
	background: url(media/pijl_white.gif) no-repeat right;
	border: none;
	cursor: pointer;
}
/* zoekbox */
#dsl .zoek h2 {
	font-weight: normal;
	font-variant: small-caps;
	font-size: 24px;
}
#dsl form#search {
	margin: 0 0 20px 0;
	padding: 0;
}
#dsl #searchbox {
	width: 625px;
	background: #7a7a7a url(media/shadow.gif) repeat-x bottom;
	padding: 10px 0 20px 15px;
	margin: 0;
}
#dsl #searchbox p {
	float: left;
	width: 155px;
	line-height: normal;
	font-size: 11px;
	color: #ffffff;
}
#searchbox p select {
	width: 145px;
}
#dsl form#search #submitsearch {
	width: 620px;
	text-align: right;
}
#dsl form#search #submitsearch input {
	width: 90px;
	font-size: 16px;
	color: #892020;
	cursor: pointer;
	background: url(media/pijl_red2.gif) no-repeat right;
	border: none;
	margin-top: 10px;
}
/* merkenoverzicht */

.merkmodeloverzicht h2, .modeloverzicht h2, .merkoverzicht h2 {
	font-size: 16px;
	font-weight: normal;
	background: #21649b url(media/shadow.gif) repeat-x bottom;
	color: #ffffff;
	padding: 3px 0 0 5px;
	height: 30px;
}
.merkmodeloverzicht a, .modeloverzicht a, .merkoverzicht a {
	font-size: 14px;
	text-decoration: none;
	background: url(media/red_dot.gif) no-repeat left;
	padding-left: 20px;
	margin-left: 10px;
	color: #000000;
}
.merkmodeloverzicht a:hover, .modeloverzicht a:hover, .merkoverzicht a:hover {
	color: #686464;
}
.merkmodeloverzicht table, .modeloverzicht table, .merkoverzicht table {
	margin-bottom: 30px;
}
.merkmodeloverzicht td, .modeloverzicht td, .merkoverzicht td {
	width: 200px;
	padding-bottom: 7px;
}
/* overzicht */

#dsl #overview #aantal_indicatie {
	font-size: 18px;
}
#dsl #overview #page_nav {
	color: #6d6d6d;
	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;
	color: #6d6d6d;
}
#dsl #overview #page_nav .selected {
	font-weight: bold;
	color: #6d6d6d;
}
#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: 5px 0 12px 0;
	background: #21649b url(media/shadow.gif) bottom repeat-x;
	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 {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
#dsl #overview table#overview_list td.photo {
	width: 100px;
	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 {
	font-weight: bold;
}
#dsl #overview table#overview_list td.description a {
	text-decoration: none;
	color: #000000;
}
#dsl #overview table#overview_list td.description a.pictures {
	text-decoration: underline;
	font-size: 11px;
	color: #686464;
}
#dsl #overview table#overview_list td.description a:hover.pictures {
	text-decoration: none;
}
/* detail */
#dsl #detail a.back {
	float: right;
}
#dsl #detail h2.detail_carhead, #popover h1 {
	font-size: 22px;
	font-weight: normal;
	font-variant: normal;
	line-height: 24px;
}
#dsl #detail #detail_right {
	float: right;
	width: 320px;
}
#dsl #detail #detail_right #afbeelding img {
	margin-bottom: 5px;
}
#dsl #detail #detail_right a.pictures {
	float: right;
	display: block;
	width: 104px;
	height: 30px;
	text-align: center;
	padding-top: 4px;
}
#dsl #detail #detail_left {
	float: left;
	width: 300px;
}
#dsl #detail dl {
	margin: 0;
	padding: 0;
}
#dsl #detail dl#price {
	width: 280px;
	height: 30px;
	border: 1px solid #dadada;
	background: #7a7a7a;
	padding: 15px 10px;
	color: #ffffff;
}
#dsl #detail dl#price dt {
	float: left;
	width: 80px;
	color: #ffffff;
}
#dsl #detail dl#price dd {
	float: right;
}
#dsl #detail dl#price dt.price {
	font-size: 16px;
	margin-bottom: 4px;
}
#dsl #detail dl#price dd.price {
	font-size: 20px;
	margin-bottom: 4px;
	width: 150px;
	text-align: right;
}
#dsl #detail dl#price dd.pakket {
	width: 120px;
	float: right;
}
#dsl #detail dl#price dd.pakket #select select {
	font-size: 11px;
	float: right;
	width: 120px;
}
#dsl #detail dl#carspecs {
	margin: 5px 0 5px 10px;
}
#dsl #detail dl#carspecs dt {
	float: left;
	width: 90px;
}
#dsl #detail dl#carspecs dt.listing, #dsl #detail dl#carspecs dd.listing a {
	font-weight: bold;
}
#dsl #detail #shortlinks {
	width: 160px;
	margin-left: 10px;
}
#dsl #detail #shortlinks a.left {
	float: left;
	width: 90px;
}
#dsl #options, #dsl #comments, #dsl #dealerinfo {
	clear: both;
	padding: 10px 0;
}
#dsl #options h3, #dsl #comments h3, #dsl #dealerinfo h3, #dsl #info h3 {
	font-size: 16px;
	font-weight: normal;
	background: #21649b url(media/shadow.gif) repeat-x bottom;
	color: #ffffff;
	padding: 3px 0 0 5px;
	height: 30px;
	margin-bottom: 10px;
}
#leaseform h2 {
	width: 680px;
}
#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;
}
/*  sterrenpakket */
#dsl #demoBox {
	position:absolute;
	overflow:hidden;
	visibility:hidden;
	width:200px;
	margin:0;
	padding:0;
	font-size:x-small;
	color:#000;
	background: #ffffff;
	cursor:default;
}
#dsl #demoBar {
	height: 26px;
	background:#21649b url(media/shadow.gif) repeat-x bottom;
	text-align:right;
	text-decoration:none;
	padding:3px;
	border:1px solid #6e6e6e;
	border-bottom: none;
}
#dsl #demoBar a {
	display: block;
	width: 15px;
	height: 20px;
	padding-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #ffffff;
	background-color:#21649b;
	font-weight:bold;
	text-align:right;
	text-decoration:none;
}
#dsl #demoBar a:hover {
	text-decoration:none;
	background-color:#1a4e7a;
}
#dsl #demoContent {
	font-family: Arial, Helvetica, sans-serif;
	padding:5px;
	font-size:12px;
	color:#34549C;
	text-decoration:none;
	border:1px solid #6e6e6e;
	border-top: none;
	background: #ffffff;
}
#dsl #demoContent .kop {
	position: relative;
	top: 10px;
	font-variant: small-caps;
	font-size: 20px;
	padding-top:12px;
}
#dsl #d1 .kop {
	background: url(media/3stars.gif) no-repeat top left;
}
#dsl #d2 .kop {
	background: url(media/4stars.gif) no-repeat top left;
}
#dsl #d3 .kop {
	background: url(media/5stars.gif) no-repeat top left;
}
#dsl #d1, #d2, #d3 {
	visibility:hidden;
	width: 250px;
	position: absolute;
}
/* NEW KIES */
#kies #home, #kies #overview, #kies #detail {
	margin: auto;
	width: 650px;
	position: relative;
}
#kies h2 {
	font-weight: normal;
	font-size: 22px;
	line-height: normal;
}
#kies dl, #kies dt, #kies dd {
	margin: 0;
	padding: 0;
}
#kies .footer h1 {
	display:none;
}
/* overview */
#kies #overview .tools {
	background: url(media/shadow.gif) #21649b repeat-x bottom;
	height: 35px;
}
#kies #overview .tools form {
	float: right;
	color: #ffffff;
	padding: 5px;
}
#kies #overview .tools a.back {
	float: left;
	color: #ffffff;
	padding: 5px;
}
#kies #overview p {
	margin: 0;
}
#kies #overview ul {
	margin: -10px 0 10px 0;
	padding: 10px 0 0 0;
	clear: both;
	list-style: none;
}
#kies #overview ul li {
	position: relative;
	clear: both;
	margin: 0;
	height: 90px;
	padding: 10px 0;
	border-bottom: 1px solid #d9d9d9;
}
#kies #overview ul li:hover {
	cursor: pointer;
	background: #d9d9d9;
}
#kies #overview ul li img {
	float: left;
	margin: 4px 14px 0 0;
	border: 1px solid #d9d9d9;
}
#kies #overview ul li h2 {
	display: inline;
}
#kies #overview ul li p {
	margin: 0;
}
#kies #overview ul li dt, #kies #overview ul li a.more{
	position: absolute;
	top: 54px;
}
#kies #overview ul li a.more  {
	display: none;
}
#kies #overview ul li:hover a.more  {
	display: block;
}
#kies #overview ul li dd {
	position: absolute;
	top: 70px;
}
#kies #overview ul li .cost, #kies #overview ul li a.more  {
	right: 10px;
}
#kies #overview ul li dt.cost {
	top: 5px;
}
#kies #overview ul li dd.cost {
	top: 30px;
	font-size: 18px;
}
#kies #overview ul li .build, #kies .listings  ul li .listing  {
	left: 116px;
}
#kies #overview ul li .fuel {
	left: 200px;
}
#kies #overview ul li .milage {
	left: 289px;
}
#kies #overview ul li img.listing {
	position: absolute;
	top: 80px;
	left: 0px;
	border: 3px solid #ffffff;
	padding: 0;
}
#kies #overview .nav table {
	float: right;
}
#kies #overview td {
	padding: 2px;
}
#kies #overview .nav .selected, .pagenav .selected {
	padding: 0 4px;
	font-weight: bold;
	color: #ffffff;
	background: #21649b;
}
/* detail */
#kies #detail h2 span {
	display: block;
	font-size: 16px;
}
#kies #detail .back {
	position: absolute;
	top: 30px;
	right: 0;
}
#kies #detail #afbeelding-container {
	clear: both;
	float: left;
	width: 324px;
	margin: 0 0 18px 0;
}
#kies #detail #afbeelding {
	width: 320px;
	height: 240px;
	overflow: hidden;
}
#kies #detail ul#thumbnails {
	margin: 0 0 5px 0;
	overflow: hidden;
	list-style: none;
	padding: 0;
}
#kies #detail ul#thumbnails li {
	float: left;
}
#kies #detail #thumbnails img {
	width: 63px;
	height: 47px;
	margin: 1px 1px 0 0;
	border: none;
}
#kies #detail .carspecs {
	float: right;
	width: 303px;
	height: 220px;
	padding: 10px;
	background: #f1f1f1;
	line-height: 20px;
}
#kies #detail .carspecs dt {
	width: 95px;
	float: left;
}
#kies #detail .carspecs dd {
	margin-left: 105px;
}
#kies #detail .carspecs .cost {
	font-size: 18px;
}
#kies #detail dd.nap {
	position: relative;
}
#kies #detail dd.nap img.nap {
	position: absolute;
	top: 7px;
	left: 80px;
}
#kies #detail .car-tools {
	float: right;
	list-style: none;
	margin: 0;
	padding: 10px;
	width: 303px;
	background: #e2e2e2;
	overflow: hidden;
}
#kies #detail .car-tools li {
	float: left;
	width: 151px;
	line-height: 20px;
}
#kies #detail .car-tools li a {
	padding: 2px 0 0 20px;
	text-decoration: none;
	color: #333333;
}
#kies #detail .car-tools li a:hover {
	text-decoration: underline;
}
#kies #detail .car-tools li a.info {
	background: url(media/icons/info.gif) no-repeat left;
}
#kies #detail .car-tools li a.mail {
	background: url(media/icons/mail.gif) no-repeat left;
}
#kies #detail .car-tools li a.testdrive {
	background: url(media/icons/key.gif) no-repeat left;
}
#kies #detail .car-tools li a.taxatie {
	background: url(media/icons/arrow-circle.gif) no-repeat left;
}
#kies #detail .car-tools li a.print {
	background: url(media/icons/print.gif) no-repeat left;
}
#kies #detail .car-tools li a.pdf {
	background: url(media/icons/pdf.gif) no-repeat left;
}
#kies #detail h3 {
	clear: both;
	font-size: 22px;
	font-weight: normal;
	line-height: normal;
	border-bottom: 1px solid #c0c0c0;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}
#kies #detail .collumn {
	float: left;
	width: 300px;
	padding: 0 0 0 20px;
	margin: 0 0 18px 0;
}
#kies #detail address {
	margin: 0 0 18px 0;
	font-style: normal;
}
#kies #detail p.print {
	text-align: center;
}
/* mail */
#kies #mail {
	width: 420px;
}
#kies #mail-maf {
	width: 400px;
}
#kies #mail label, #kies #mail-maf label {
	display: block;
}
#kies #mail-maf label.copy, #kies #mail label.inline {
	display: inline;
}
#kies #mail textarea, #kies #mail-maf textarea {
	width: 387px;
	height: 100px;
}
#kies #mail div, #kies #mail-maf div {
	float: left;
}	
#kies #mail input {
	width: 120px;
	margin-right: 10px;
}
#kies #mail-maf input#name-sender,
#kies #mail-maf input#name-receiver{
	width: 145px;
	margin-right: 10px;
}
#kies #mail-maf input#email-sender,
#kies #mail-maf input#email-receiver {
	width: 220px;
}
#kies #mail input.submit, #kies #mail-maf input.submit {
	float: right;
	margin: 10px 15px 0 0;
}
#kies #mail-maf input.submit	{
	margin: 0;
}
#kies #mail input#prefix {
	width: 80px;
}
#kies #mail input#lastname, #kies #mail input#email {
	width: 250px;
}
#kies #mail input#lastname, #kies #mail input#phone {
	margin-right: 0;
}
#pop-over, #blanco_container {
	padding: 10px;
}
/* alerts */
.alert {
	background: url(media/alerts/alert.gif) repeat-x;
}
.alert p {
	height: 36px;
	line-height: normal;
	text-align: center;
	background: url(media/alerts/alert-left.gif) no-repeat left;
}
.alert span {
	height: 26px;
	display: block;
	padding: 10px 0 0 0;
	background: url(media/alerts/alert-right.gif) no-repeat right;
}
div.error {
	background: url(media/alerts/alert-error.gif) repeat-x;
}
div.error p {
	background: url(media/alerts/alert-error-left.gif) no-repeat left;
}
div.error span {
	background: url(media/alerts/alert-error-right.gif) no-repeat right;
}
ul.error, .error-message {
	color: red;
}
div.succes {
	background: url(media/alerts/alert-success.gif) repeat-x;
}
div.succes p {
	background: url(media/alerts/alert-success-left.gif) no-repeat left;
}
div.succes span {
	background: url(media/alerts/alert-success-right.gif) no-repeat right;
}

/* NIEUWE MODELLEN */

/* index */

#nieuwexternindex .description {
	padding: 5px;
	height: 70px;
	border: 1px solid #cccccc;
}
#nieuwexternindex .body p {
	margin: 0;
	line-height: normal;
}
#nieuwexternindex .body p.modelname {
	padding-top: 5px;
	font-weight: bold;
}
#nieuwexternindex .body td {
	width: 200px;
	padding-bottom: 20px;
}
#nieuwexternindex .description img.plaatje {
	float: left;
	border: 1px solid #cccccc;
	margin: 5px 5px 0 0;
	height: 55px;
}
/* uitvoering */
#nieuwexternuitvoeringen h1, #nieuwexterndetail h2 {
	font-size: 20px;
	font-weight: normal;
	color: #787878;
	font-variant: normal;
}
#nieuwexternuitvoeringen #header, #nieuwexterndetail #header {
	font-weight: normal;
	width: 648px;
}
#nieuwexternuitvoeringen img.plaatje, #nieuwexterndetail img.plaatje {
	float: none;
	margin-top: -5px;
}
#nieuwexternuitvoeringen .uitvoering_label {
	padding: 5px 40px 15px 5px;
	background: #21649b url(media/shadow.gif) bottom repeat-x;
	color: #ffffff;
	border-bottom: none;
}
#nieuwexternuitvoeringen .uitvoering a {
	padding-left: 5px;
}
#nieuwexternuitvoeringen .brandstof a, #nieuwexternuitvoeringen .prijs a {
	font-weight: normal;
	text-decoration: none;
	padding-left: 5px;
	color: #2a2a2a;
}
#nieuwexternuitvoeringen td.uitvoering {
	width: 250px;
}
#uitvoering td {
	padding: 5px 0;
	border-bottom: 1px solid #cccccc;
}
/* detail */
#nieuwexterndetail #detail_gegevens table {
	background: #686464;
	color: #ffffff;
}
#nieuwexterndetail .label, #nieuwexterndetail .data {
	border-bottom: 1px solid #cccccc;
}
#nieuwexterndetail #detail_gegevens .label, #nieuwexterndetail #detail_gegevens .data {
	border-bottom: none;
}
#nieuwexterndetail .label {
	padding-left: 4px;
}
#nieuwexterndetail .data {
	text-align: right;
	padding-right: 4px;
}
#nieuwexterndetail .uitvoering_label {
	border-bottom: 3px solid #ebebeb;
}
#nieuwexterndetail .uitvoering, #nieuwexterndetail .brandstof, #nieuwexterndetail .prijs {
	border-bottom: 1px solid #ebebeb;
}
#nieuwexterndetail .uitvoering {
	font-weight: bold;
}
#nieuwexterndetail .brandstof a, #nieuwexterndetail .prijs a {
	text-decoration: none;
}
#detail_algemeen, #detail_techniek, #detail_veiligheid, #detail_interieur {
	display: block;
	width: 161px;
	height: 18px;
	border-left: 1px solid #484848;
	border-right: 1px solid #686464;
	text-align: center;
	padding: 2px 0 5px 0;
	margin-right: -1px;
	font-weight: bold;
	background: #686464;
}
a#detail_algemeen, a#detail_techniek, a#detail_veiligheid, a#detail_interieur {
	text-decoration: none;
	color: #ffffff;
}
#nieuwexterndetail table#nav {
	border: 1px solid #686464;
	border-bottom:none;
}
#nieuwexterndetail table#nav a:hover {
	text-decoration: none;
	background-color: #2a2a2a;
	color: #ffffff;
}
#nieuwexterndetail table#nav .activedetail {
	background-color: #f8f8f8;
	border-left: 1px solid #ffffff;
	color: #2a2a2a;
}
#alg table, #tech table, #veil table, #int_ext table {
	border-left: 1px solid #686464;
	border-right: 1px solid #686464;
	border-bottom: 1px solid #686464;
}
/* OVERIGE STIJLEN */
td.detailkop {
	font-size: 16px;
	margin-bottom: 15px;
}
.aflevering_details {
	background: #dddddd;
	padding: 3px;
	width: 119px;
}
.aflevering_onderschrift {
	font-style: italic;
}
.aflevering_merk {
	position: relative;
	top: -10px;
}
.aflevering_backlink {
	float: right;
}
.aflevering_divider {
	border-bottom: 1px solid #dadada;
	width: 100%;
	height: 1px;
	margin: 10px 0;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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:100;
	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: 102;
	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;
}