/*
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: #FF0000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}

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: #0000FF;
}

	a:hover {
		text-decoration: none;
	}

/******************************************
** STRUCTUUR
******************************************/

html {
	margin: 0;
	padding: 0;
	background: url("/upload/1671_html_bg.jpg") repeat-x top center #2B2B2B;
}

body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	background: url("/upload/1671_body_bg.jpg") no-repeat top center ;
}

#pagewrap {
	margin: 0px auto;
	position: relative;
	width: 1000px;
	background: url("/upload/1671_pagewrap_bg.jpg") repeat-y top center;
}

	/* Header */
	#header {
		width: 1000px;
		height: 260px;
		overflow: hidden;
		background: url("/upload/1671_header_bg.jpg") no-repeat top center;
		position: relative;
	}
	
		#header h1 {
			position: absolute;
			text-indent: -9999px;
		}
		
		/* Horizontale navigatie */
		ul#navigatie {
			display: block;
			width: 960px;
			height: 34px;
			margin-left: 20px;
			background: url(/upload/1671_nav_bg.jpg) repeat-x center;
			list-style-type: none;
		}
		
			ul#navigatie li {
				float: left;
				overflow: hidden;
				line-height: 34px; /* hoogte van button (voor IE6) */
				
			}
			
			ul#navigatie li:hover {
				color:#FFFFFF
			}	
				
			ul#navigatie li a {
				float: left;
				display: block;
				line-height: 34px;
				text-decoration: none;
				font-weight: bold;
				font-size: 16px;
				color: #000000;
				
			}
			
			ul#navigatie li a:hover {
				color: #FFFFFF;
			}
				

	/* Content */
	#content {
		margin-left: 10px;
		position: relative;
		width: 967px;}
		
		#contenttext {
			width: 940px;
			padding: 20px 20px;
			line-height: 24px;
		}
		
			#contenttext_left {
				width: 600px;
				float: left;
				text-align: left;
			}
			
			#contenttext_right {
				width: 322px;
				float: right;
				text-align: right;
			}
			
			#contenttext_right2 {
				width: 322px;
				float: right;
				text-align: left;
			}
			
			/* 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: 1000px;
		height: 100px;
		line-height: 100px; /* Hoogte van footer */
		overflow: hidden;
		background: #2B2B2B;
		text-align: center;
		position: relative;
	}