/* 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: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

a {
	text-decoration: underline;
	outline-style: none;
	color: #c09a00;
}

a:hover {
	text-decoration: none;
}

img {
	border: medium none;
}

p {
}

/******************************************
** STRUCTUUR
******************************************/

html {
	/* height: 100%; */
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #ADADAD;
	/* height: 100%; */
	background: url(/upload/3882_bg.jpg) repeat-x center top #0D0D0D;
}

form {
	height: 100%;
}

#pagewrap {
	margin: 0 auto;
	/* height: 100%; */
	width: 1080px;
}
	
	/* Header */
	#header {
		width: 1080px;
		height: 300px;
		overflow: hidden;
		background: url(//svl.autodealers.nl/upload/3882_headernw.jpg) no-repeat;
	}
	
		#header h1 {
			text-indent: -9999px;
			height: 0px;
			width: 0px;
		}


#adres {
  margin: 5px 75px;
}

  #adres td:first-child {
    padding-left: 0;
  } 
  
  #adres td {
      color: #FFCC00;
      padding-left: 100px;
      width: 267px;
  }


	/* Content */
	#content {
		width: 1080px;
		background: url(/upload/3882_background_content.jpg) repeat-y;
	}
		
		#sidebar {
			width: 290px;
			display: block;
			float: left;
			height: 300px;
		}
		
			/* Verticale navigatie */
			ul#navigatie {
				display: block;
				width: 290px; /* breedte van button */
				margin: 10px 0 0 70px;
              }
				
				ul#navigatie li {
					overflow: hidden;
					line-height: 42px;
  					padding: 0 0 0 20px;
  					width: 200px;  					
					display: block; 
  					background: url("//svl.autodealers.nl/upload/3882_nav_btn.jpg") repeat-x;
				}
					
					ul#navigatie li a {
						display: block;
						line-height: 42px;
						width: 170px;
						text-decoration: none;
						font-size: 17px;
						color: #000000;
					}
					
ul#navigatie li.first {
  -webkit-border-top-left-radius: 12px;
  -moz-border-radius-topleft: 12px;
  border-top-left-radius: 12px;
}

ul#navigatie li.last {
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-bottom-left-radius: 12px;
}					
					ul#navigatie li a:hover { 
						color: #ffcc00;
					}
		
		#contenttext {
			width: 750px;
			padding: 20px;
			display: inline;
			float: right;
			margin: 0px;
		}
		
			#contenttext_left {
				width: 348px;
				margin: 0 20px 0px 0px;
				float: left;
				text-align: left;
				border: 1px solid #1a1a1a;
				padding: 20px;
				background: #000000;
				color: #ADADAD;
			}
			
			#contenttext_right {
				width: 322px;
				float: right;
				text-align: right;
				color: #ADADAD;
			}
		
	/* Footer */
	#footer {
		width: 1080px;
		height: 20px;
		overflow: hidden;
		margin: 0 auto;
		bottom: 0px;
	}
	
		#footer #copyright {
			text-align: center;
		}
	
			#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: #000000; 
	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;
	}
	
	#adres2  {
    margin: 0 75px;
}


#adres2 td:first-child {
    padding-left: 0;
}
#adres2 td {
    color: #FFCC00;
    padding-left: 100px;
    width: 267px;
}

marquee {
  font-size: 22px;
  color: #fff;
}

/* Whatsapp icon naast mobiel */
.whtsapp {
    width: 20px;
}