/*
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: #FFFFFF;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

	h6 a {
		color: #77cdff;
		text-decoration: underline;
	}
	
		h6 a:hover {
			text-decoration: none;
		}

a {
	text-decoration: underline;
	color: #77cdff;
}

	a:hover {
		text-decoration: none;
	}

/******************************************
** STRUCTUUR
******************************************/


html {
	margin: 0;
	padding: 0;
	background: url('/upload/4128_bg.jpg') repeat-x #002331;
	height: 100%;
}

body {	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #cccccc;
	height: 100%;
	
	background: url("/upload/4128_header_bg.jpg") top center no-repeat
}

#pagewrap {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	min-height: 100%;

}

	/* Header */
	#header {
		width: 1000px;
		height: 260px;
		overflow: hidden;
		background: url("/upload/4128_header.jpg") no-repeat top center;
		position: relative;
	}
	
		#header h1 {
			position: absolute;
			text-indent: -9999px;
		}
		
		/* Horizontale navigatie */
		ul#navigatie {
			display: block;
			width: 600px;
			height: 30px;
			padding: 28px 0 0 354px;
		}
		
			ul#navigatie li {
				display: inline;
				overflow: hidden;
				line-height: 30px; /* hoogte van button (voor IE6) */
			}
				
				ul#navigatie li a {
					float: left;
					display: block;
					line-height: 30px;
					font-family: Tahoma; 
					font-size:14px;
					text-decoration: none;
					color: #cccccc;
					text-transform: uppercase;
				}
				
					ul#navigatie li a:hover {
						color: #77cdff;
					}
				

	/* Content */
	#content {
		width: 1000px;
		position: relative;
		overflow:auto;
		padding-bottom: 37px;
	}
		
		#contenttext {
			width: 940px;
			padding: 30px;
			line-height: 24px;
		}
		
			#contenttext_left {
				width: 578px;
				float: left;
				text-align: left;
				
			}
			
			#contenttext_right {
				width: 322px;
				float: right;
				background: url('/upload/4128_splice.jpg') left center repeat-y;
				padding-left: 20px; 
				text-align: right;
			}
			
			.openingstijden {
				background: url("/upload/4128_button.jpg");
				width: 311px;
				height: 75px;
				text-align: left;
				padding: 5px 0 0 10px;
				margin: 30px 0;
			}
			
			#accordion div {
			margin-top: 5px;
			}
			
			#accordion div div img{
			margin-bottom: 15px;
			}
			
			#accordion h3 {
				background: #CCC;
				padding: 2px;
				
				font-size: 15px;
				text-indent: 5px;
				clear: both;
				
			}
		
				#accordion h3 a{
					color: #444;
					text-decoration: none;
				}
			
			#accordion img {
				max-width: 300px;
				height: auto;
				float: left;
				margin-right: 15px;
				border: 1px solid #444;
			}
			
			
			
			/* 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: #000; 
					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: 1000px;
		height: 37px;
		line-height: 37px; /* Hoogte van footer */
		background: url("/upload/4128_footer.jpg") no-repeat;
		text-align: left;
		text-indent: 20px;
		position: relative;
	}