/* Autodealers.nl CSS voor de dealerwebsite */
/*
Horizontaal met footer

Kleuren stalen:

body: #949393
pagewrap: #7A7A7A

header alternatief: #b60000
content: #7A7A7A


Aanpassen van de opbouw van de website kan vanaf STRUCTUUR.
Aanpassen van de typografie (fonts e.d.) in het gedeelte TYPOGRAFIE en GLOBALE TAGS
Voor het gebruik van het horizontale menu is aangegeven waar waardes moeten worden aangepast.
*/

/******************************************
** RESETS
******************************************/

* {
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
}

/******************************************
** TOOLS
******************************************/

.clear {
	clear: both; /* Clearen na een float */
}

html>body #header {
	z-index: 10; /* Prevent certain problems with form controls */
}

html>body #footer {
	z-index: 10; /* Prevent certain problems with form controls */
}

/******************************************
** TYPOGRAFIE en GLOBALE TAGS
******************************************/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #ff6b09;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #ff6b09;
}

	h2 span {
		color: #000;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #515151;
}

	h6 a {
		color: #008fd9;
		text-decoration: underline;
	}
	
		h6 a:hover {
			text-decoration: none;
		}

a {
	text-decoration: underline;
	color: #008fd9;
}

	a:hover {
		text-decoration: none;
	}

/******************************************
** STRUCTUUR
******************************************/

html {
	margin: 0;
	padding: 0;
}

body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	background: url("/upload/3950_bg.jpg") #eaeaea repeat-x;
}

#pagewrap {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}

	#pagewrap p {
		margin: 0 0 18px 0;
	}	


	/* Header */
	#header {
		width: 1000px;
		height: 376px;
		overflow: hidden;
		background: url("/upload/3950_header.jpg") no-repeat top center;
		position: relative;
	}
	
		#header h1 {
			position: absolute;
			text-indent: -9999px;
		}
		
			#adres {
					position: absolute;
					top: 106px;
					right: 15px;
					height: 50px;
					width: 325px;
					color: #fff;
			}
		
			#adres a	{
				color: #fff;
			}
		
			#waarom {
				position: absolute;
				right: 0;
				bottom: 0;
				width: 296px;
				display: block;
				height: 148px;
				line-height: 22px;
			}
			
				#waarom ul {
					list-style: inside;
					margin: 10px 0 0 0;
				}
			
				#waarom ul li {
					color: #ededed;
					font-size: 13px;
					list-style: none;
					background: url('/upload/3950_check.png') no-repeat left center;
					padding: 0 20px;
				}
				
				.twitter{
				
				}
		
		#slogan {
			left: 18px;
			position: absolute;
			top: 125px;
			text-decoration: underline;
		}
		
		/* Horizontale navigatie */
		ul#navigatie {
			display: block;
			width: 960px;
			height: 34px;
			padding: 165px 20px 0;
		}
		
			ul#navigatie li {
				display: inline;
				overflow: hidden;
				line-height: 34px; /* hoogte van button (voor IE6) */
			}
				
				ul#navigatie li a {
					float: left;
					display: block;
					line-height: 34px;
					text-decoration: none;
					color: #fff;
				}
				
					ul#navigatie li a:hover {
						color: #1f1f1f;
					}
				
		

	/* Content */
	#content {
		width: 1000px;
		position: relative;
	}
		
		#contenttext {
			width: 960px;
			padding: 20px;
			line-height: 24px;
		}
		
			#contenttext_left {
				width: 616px;
				float: left;
				text-align: left;
			}
			
			#contenttext_right {
				width: 324px;
				float: right;
				text-align: right;
			}
			
			/* Laatst toegevoegde occasions */
			#gallery {
				text-align: left;
				position: relative;
				width: 320px;
				height: 240px;
				border: 1px solid #000000;
				overflow: hidden;
				line-height: normal;
			}

				#gallery a {
					float: left;
					position: absolute;
				}

					#gallery a img {
						width: 320px;
						height: 240px;
					}

					#gallery a.show {
						z-index: 500;
					}

				#gallery .caption {
					z-index: 600; 
					background-color: #FE6A06; 
					color: #FFFFFF;
					width: 320px; 
					position: absolute;
					bottom: 0px;
				}

					#gallery .caption .content {
						margin: 5px;
						color: #FFFFFF;
					}

						#gallery .caption .content h3 {
							margin: 0px;
							padding: 0px;
							color: #FFFFFF;
						}

	/* Footer */
	#footer {
		height: 46px;
		line-height: 46px; /* Hoogte van footer */
		overflow: hidden;
		background: url("/upload/3950_footer.jpg") repeat-x;
		text-align: center;
		position: relative;
	}