/* 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: #FFFFFF;
}

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

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: ##B5C5E5;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

	h6 a {
		color: #FFFFFF;
		text-decoration: underline;
	}
	
		h6 a:hover {
			text-decoration: none;
		}

a {
	text-decoration: underline;
	color: #FFFFFF;
}

	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: #FFFFFF;
	background: #ddd;
}

#pagewrap {
	margin: 0 auto;
	position: relative;
	width: 1024px;
	background: #002F55;
}

	/* Header */
	#header {
		width: 1024px;
		height: 203px;
		overflow: hidden;
		background: url("/upload/2535_header2.jpg") no-repeat top center;
		position: relative;
	}
	
		#header h1 {
			position: absolute;
			text-indent: -9999px;
		}
		
		/* Horizontale navigatie */
		ul#navigatie {
			display: block;
			width: 984px;
			height: 26px;
			padding: 0 20px;
			background: url('/upload/2535_menu_bg.jpg') repeat-x;
		}
		
			ul#navigatie li {
				display: inline;
				overflow: hidden;
				line-height: 26px; /* hoogte van button (voor IE6) */
			}
				
				ul#navigatie li a {
					float: left;
					display: block;
					line-height: 26px;
					text-decoration: none;
					font-size: 18px;
					font-family: "Lucida Sans Unicode";
					font-weight: normal;
					text-transform: uppercase
				}
				
					ul#navigatie li a:hover {
						color: #98C5D8;
					}
				

	/* Content */
	#content {
		width: 1024px;
		position: relative;
	}
		
		#contenttext {
			width: 984px;
			padding: 20px;
			line-height: 24px;
		}
		
			#contenttext_left {
				width: 558px;
				float: left;
				text-align: left;
			}
			
				#contenttext_left marquee{
				margin-top: 25px;
				}
			
			#contenttext_right {
				width: 350px;
				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: #3A6A92; 
					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 {
		width: 1024px;
		height: 100px;
		line-height: 150px; /* Hoogte van footer */
		overflow: hidden;
		text-align: left;
		text-indent: 20px;
		position: relative;
	}