/* Autodealers.nl CSS voor de dealerwebsite */


/******************************************
** RESETS
******************************************/

* {
	padding: 0px;
	margin: 0px;
	border: none;
}

/******************************************
** TOOLS
******************************************/

.clear {
	clear: both; /* Clearen na een float */
}

.borderTest {
	border: 1px solid red;
}

html>body #header {
	z-index: 10; /* Prevent certain problems with form controls */
}

html>body #footer {
	z-index: 10; /* Prevent certain problems with form controls */
}

html>body {
	height: 100%;
}

form {
	height: 100%;
}

/******************************************
** TYPOGRAFIE en GLOBALE TAGS
******************************************/

h1 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}

h2 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}

h3 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

a {
	text-decoration: underline;
	outline-style: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

img {
	border: medium none;
}

p {
}

/******************************************
** STRUCTUUR
******************************************/

html {
	/* height: 100%; */
	margin: 0;
	padding: 0;
	
	
}

body {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	/* height: 100%; */
	background: url("//svl.autodealers.nl/upload/1940_bg.jpg") repeat-x #949494;
	
}

form {
	height: 100%;
}

#pagewrap {
	margin: 0 auto;
	/* height: 100%; */
	width: 1000px;
	background: url(//svl.autodealers.nl/upload/1940_bg_pagewrap.png) repeat-y; /* Zet hier de repeat background voor de content! */
}
	
	/* Header */
	#header {
		width: 1000px;
		height: 199px;
		overflow: hidden;
		background: url(//svl.autodealers.nl/upload/1940_header.jpg) no-repeat;
	}
	
		#header h1 { /* Wegwerken van de h1 header in het logo */
			text-indent: -9999px;
			height: 0px;
			width: 0px;
		}

	/* Content */
	#content {
		width: 1000px;
		
		/* position: relative; */
	}
		
		#sidebar {
			width: 167px; /* breedte van je sidebar */
			display: block;
			float: left;
			
		}
		
			/* Verticale navigatie */
			ul#navigatie {
				display: block;
				width: 143px; /* breedte van button */
				margin: 20px 0 0 0; /* de X en Y coordinaat van het menu binnen DIV (links boven) */
			}
				
				ul#navigatie li {
					overflow: block;
					line-height: 0;
					display: inline; /* Fix voor IE6 */
					/*float: left;*/
				}
					
					ul#navigatie li a {
						display: block;
						line-height: 30px; /* hoogte van button */
						width: 170px; /* breedte van button */
						border-bottom: 1px solid black;
						text-indent: 25px;
						color: #000;
						text-decoration: none;
					}
					
					ul#navigatie li a:hover { /* bij rollover, uitlijnen naar onder zodat rollover state zichtbaar is */
						background-position: bottom left;
					}
					
					#rdw {
						background: url('//svl.autodealers.nl/upload/1940_rdw.png') no-repeat;
						width: 75px;
						height: 39px;
						margin: 30px 25px;
					}
		
		#contenttext {
			width: 792px;
			/* height: 100%;
			In het CMS bij de hoogte de comments weghalen, bij het statisch testen niet!
			*/
			padding: 20px;
			display: inline;
			float: right;
			margin: 0px;
			background: url(//svl.autodealers.nl/upload/1940_bg_content.jpg) repeat-x; /* plaatje over de gehele breedte, dus inclusief sidebar */
		}
		
			#contenttext_left {
				width: 370px;
				margin: 0 20px 0px 0px;
				float: left;
				text-align: left;
			}
			
			#contenttext_right {
				width: 375px;
				float: right;
				text-align: left;
			}
		
	/* Footer */
	#footer {
		width: 1000px;
		height: 100px;
		overflow: hidden;
		margin: 0 auto;
		bottom: 0px;
		background: url(//svl.autodealers.nl/upload/1940_bg_pagewrap.jpg) repeat-y; /* Zet hier de repeat background voor de content! */
	}
	
		#footer #copyright {
			float: left;
			padding: 45px 0 0 400px;
		}
	
			#footer #copyright h3 {
				font-size: 13px;
				font-weight: normal;
				font-style: normal;
				margin: 0;
				padding: 0;
			}
			
				#footer #copyright h3 a {
					color: #FFFFFF;
					text-decoration: underline;
				}
				
				#footer #copyright h3 a:hover {
					text-decoration: none;
				}
	
	/* Slideshow */
	#gallery {
	text-align: left;
	position: relative;
	width: 320px;
	height: 240px;
	border: 1px solid #000000;
	}

	#gallery a {
	float: left;
	position: absolute;
	}

	#gallery a img {
	border: none;
	width: 320px;
	height: 240px;
	}

	#gallery a.show {
	z-index: 500;
	}

	#gallery .caption {
	z-index: 600; 
	background-color: #3A6A92; 
	color: #FFFFFF;
	width: 320px; 
	position: absolute;
	bottom: 0px;
	overflow: hidden;
	}

	#gallery .caption .content {
	margin: 5px;
	color: #FFFFFF;
	}

	#gallery .caption .content h3 {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	}

	/* Style voor onderdelen wereld*/
	
	#ListOnderdelen tr.Info:hover {
    background: none repeat scroll 0 0 #000;
    cursor: pointer;
}

.adp, .adp table {
	color: #fff;
  	width: 790px;
}

.adp-placemark {
	color: #000 !important;
}

#map {
	width: 790px !important;
}

.get_route .btn_route {
	padding: 0 20px 0 0;
}

#client_address {
	width: 580px;
}

#autolijst_wrap a {
	color: #fff !important;
}

#openingstijden td {
	padding: 0 20px 0 0;
}

#de-vries-logo {
position: relative;
top: 29px;
left: 52px;
}

#ListOnderdelen tr td {
	padding: 5px 5px;
}

	/* ######## POPUP ########*/
	
	#achtergrond_popup {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #000000;
		z-index: 9998;
	}
		
		#popup_contact {
			display: none;
			position: absolute;
			width: 800px;
			height: 640px;
			background: url('//svl.autodealers.nl/upload/1940_kerst-popup.jpg') no-repeat 0 40px;
			border: 2px solid gray;
			z-index: 9999;
		}
		
			#popup_contact div.popup_head {
				position: relative;
				height: 40px;
				background: url('//svl.autodealers.nl/upload/1940_bg_popup_head.jpg') repeat-x center;
			}
		
			#popup_contact div.popup_head h2 {
				line-height: 40px;
				margin: 0;
				padding: 0;
				text-indent: 20px;
				color: #FFFFFF;
			}
			
				#popup_contact div.popup_sluiten {
					position: absolute;
					top: 0px;
					right: 0px;
					width: 50px;
					height: 40px;
					text-indent: -9999px;
					border: 0;
					background: url('//svl.autodealers.nl/upload/1940_btn_popup_close.png') no-repeat center top;
					cursor: hand;
					cursor: pointer;
				}
				
					#popup_contact div.popup_sluiten:hover {
						background-position: center bottom;
					}

#ListOnderdelen tr.Info:hover {
    background: none repeat scroll 0 0 #353333;
}


.goog-te-gadget-simple {
    background: none repeat scroll 0 0 transparent !important;
    border: medium none !important;
    left: 5px !important;
    position: absolute !important;
    top: 0 !important;
    z-index: 11 !important;
}


#rdw {
    background: url("//svl.autodealers.nl/upload/1940_rdw.png") no-repeat scroll 0 0 transparent;
    height: 39px;
    margin: 30px 0 0 25px;
    width: 75px;
}


#google_translate_element .goog-te-menu-value span {
color: #ffffff!important
}

#body-wrap {
width: 100%:
margin: 0 auto;
}

#sidebar {
position:relative;
}


/* Style voor de occasionlijst */
ul#ad_gallerij li h4, 
span.uitvoering {
    color: #fff;
}


#autolijst_wrap a {
    color: #fff !important;
}

a.financieren {
  display: none;
}

ul#ad_lijst > li div.ad-info ul span:first-child {
    color: #ffffff;
}

ul#ad_lijst > li a.ad-btn:after {
    color: #FFFFFF;
}

#ad_wrap, ul#ad_lijst {
  width: 948px;
}

.ad_nav {
  width: 918px;
}

.list_container {
  margin-right: 0;
  width: 25%;
}


#ad_auto_overzicht ul li span {
    display: inline;
    float: left;
    font-size: 1em;
    width: 26%;
}

#ad_auto_overzicht ul li.list_prijs .financieren {
    margin-left: 36px;
    vertical-align: sub;
}

#ad_wrap h2.header_uitvoering .header_model {
  color: #000;
}

#ad_wrap .header_prijs { 
  color: #000;
  
}

ul#ad_lijst li.container_background .ad_lijst_prijs {
  left: 835px;
}

#ad_wrap h3.header_opmerkingen, #ad_wrap h3.header_normaal {
  color: #000;
}

#ad_wrap a {
  color: #000;
}

#ad_wrap .form_submit {
  background:none repeat scroll 0 0 #7DA0AA;
}

#ad_wrap .tekst_accent {
  width: 
}

#ad_wrap .even {
  background: #e1e1e1;
}

#ad_wrap .odd {
   background: #e9e9e9;
}

ul#ad_lijst li img.nieuw, ul#ad_lijst li img.verkocht, ul#ad_lijst li img.gereserveerd {
   left: -3px;
   top: -3px;
}

ul#ad_lijst li {
   overflow: visible;
}

ul#ad_gallerij li .nieuw, ul#ad_gallerij li .verkocht, ul#ad_gallerij li .gereserveerd {
   left: 13px;
   top: 13px;
}


ul#ad_lijst li .ad_lijst_bekijk {
    background-color: #efefef;
    position: absolute;
    left: 802px;
    bottom: 20px;
}

ul#ad_lijst li .ad_lijst_kmstand, ul#ad_lijst li .ad_lijst_icons {
  left: 575px;
  color: #000;
}

ul#ad_lijst li .ad_lijst_bouwjaar {
  left: 418px;
  color: #000;
}

.ad_filterlists {
  display: block;
}

ul#ad_gallerij {
  width: 100%;
}

ul#ad_lijst li h4 {
  width: 235px;
}

.container_750 {
  width: 918px;
}


#ad_auto_info .kolom_rechts ul {
  width: 548px;
}


#ad_wrap .form_submit {

  margin-left: 252px;
}

#ad_auto_contact .kolom_rechts input#ad_contact_naam, #ad_auto_contact .kolom_rechts input#ad_contact_telefoon, #ad_auto_contact .kolom_rechts input#ad_contact_email {
    border: 1px solid black;
    margin: 2px 0 10px;
  color:#000000;
}

#ad_auto_contact .kolom_rechts textarea {
 width: 385px !important;
  color:#000000;
}

#ad_wrap .form_submit {
 margin-left: 303px;
}

#ad_auto_contact .kolom_rechts textarea {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 3px;
    width: 340px;
border: 1px solid black;
}

#ad_auto_contact .kolom_rechts {
 width: 430px;
}

.ad_background {
    background-color: #949494 !important;
}

#ad_wrap .container_background {
    background: none;
}

#ad_wrap .odd {
    background: none repeat scroll 0 0 #E9E9E9;
}

#ad_wrap .full_border {
    border: 1px solid #D1D1D1;
}

#ad_wrap .container_background_alt {
    background-color: #EDEDED;
}

ul#ad_gallerij li {
    display: block;
    float: left;
    font-size: 14px;
    height: 365px !important;
    line-height: 18px;
    margin: 0 10px 18px 0;
    overflow: hidden;
    position: relative;
    width: 300px;
}

#ad_wrap, ul#ad_lijst {
    width: 930px;
}

.ad_nav {
    width: 899px;
}

#ad_wrap {
    color: #FFFFFF;
}

#ad_wrap a.alt {
    color: #ffffff;
    text-decoration: none;
}

ul#ad_gallerij li h4 {
    color:#000;
}

#ad_wrap .header_uitvoering {
    color: #FFFFFF;
}

.container_750 .kolom_links {
    float: left;
    width: 330px;
}

.container_750 {
    width: 896px;
}

ul#ad_lijst li .ad_lijst_bekijk {
    background-color: #000000;
    bottom: 20px;
    left: 780px;
    position: absolute;
}

#ad_wrap .tekst_licht {
    color: #000000;
}

ul#ad_lijst li .ad_lijst_verzeker {
    display: block;
    font-size: 12px;
    height: 18px;
    left: 336px;
    position: absolute;
    text-align: right;
    top: 48px;
    width: 250px;
}

#ad_auto_overzicht ul li.list_prijs .prijs {
    color: black;
    float: left;
    font-size: 24px;
    margin-top: 9px;
    width: 80px;
}

ul#ad_gallerij li .ad_lijst_prijs .link_financieren {
    bottom: 0;
    font-size: 0.8em;
    font-weight: normal;
    left: 131px;
    position: absolute;
}
  
#ad_wrap a.alt {
  color:inherit;
}

ul#ad_gallerij li .ad_lijst_bouwjaar {
  color: #fc6d17;
}

ul#ad_gallerij li .ad_lijst_kmstand {
  color: #fc6d17;
}

ul#ad_gallerij li .ad_lijst_brandstof {
  color: #fc6d17;
}

#ad_auto_overzicht ul li span.header_prijs {
  width: 190px; 
  word-wrap: pre;
}

#hypZoekfilters {
 display: none;
}

#ad_auto_overzicht .kolom_links {
    height: auto;
}

.kolom_rechts {
    width: 60%;
    float: right;    
}

ul#ad_gallerij li .ad_lijst_prijs {
  color: #fff;
}

ul#ad_gallerij li .ad_lijst_bouwjaar, 
ul#ad_gallerij li .ad_lijst_kmstand,
ul#ad_gallerij li .ad_lijst_brandstof {
 color: #ca0020;
}

ul#ad_gallerij li h4,
span.uitvoering {
 color: #fff;
}

#autolijst_wrap .container_background_alt {
background: #444444; /* Old browsers */
background: -moz-linear-gradient(top,  #444444 0%, #4f4f4f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#4f4f4f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #444444 0%,#4f4f4f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #444444 0%,#4f4f4f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #444444 0%,#4f4f4f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #444444 0%,#4f4f4f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#4f4f4f',GradientType=0 ); /* IE6-9 */

}

#autolijst_wrap h2.header_uitvoering .header_model {
    color: #fff;
}

.autolijst_background {
    background-color: #949494 !important;
}

.ad_filterlists {
    padding: 10px 15px;
    width: 939px;
}

#autolijst_wrap > div {
    width: 939px;
}

.ad_nav.container_background.border_top.border_bottom {
    width: 939px;
}