/*
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: 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 */
}

form {
	height: 100%;
}

/* html>body #content {
	height: 100%;
} */

/******************************************
** TYPOGRAFIE en GLOBALE TAGS
******************************************/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

a {
	text-decoration: underline;
	outline-style: none;
	color: #FFFFFF;
}

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: 16px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	/* height: 100%; */
	background: #DDDDDD; /* Zet een herhalende pixel background in de #pagewrap background! */
}

#pagewrap {
	margin: 0 auto;
	/* height: 100%; */
	width: 1000px;
}

	/* Content */
	#content {
		width: 1000px;
		background: url(images/content.jpg) #7A7A7A repeat-x;
	}
		
		#contenttext {
			width: 960px;
			padding: 20px;
		}
		
		#contenttext h2, #contenttext p {
			margin-bottom: 20px;
		}
		
			#contenttext_left {
				width: 618px;
				margin: 0 20px 0px 0px;
				float: left;
				text-align: left;
			}
			
				#contact_left {
					float: left;
					width: 350px;
				}
			
			#contenttext_right {
				width: 322px;
				float: right;
				text-align: right;
			}
			
				#contact_right {
					float: right;
					width: 590px;
					
				}
	
	/* Header */
	#header {
		width: 1000px;
		height: 279px;
		overflow: hidden;
		background: url(/upload/3601_header.jpg) no-repeat;
	}
		
		#header h1 { /* Wegwerken van de h1 header in het logo */
			text-indent: -9999px;
			height: 0px;
			width: 0px;
		}
		
		/* Horizontale navigatie */
		ul#navigatie {
			display: block;
			width: 740px; /* width van alle buttons bij elkaar */
			height: 53px; /* hoogte van button */
		}
		
			ul#navigatie li {
				display: inline;
				overflow: hidden;
				line-height: 53px; /* hoogte van button (voor IE6) */
				background: url(/upload/3601_nav_slice.png) no-repeat center left;
			}
			
			ul#navigatie li:first-child {
				background: none;
			}
				
				ul#navigatie li a {
					padding: 17px 40px;
					line-heigt: 53px;
					text-decoration: none;
					font-weight: bold;
					font-size: 15px;
				}
				
					ul#navigatie li a:hover {
						color: #D3BC48;
					}
				
	
	/* Footer */
	#footer {
		width: 1000px;
		overflow: hidden;
		margin: 0 auto;
		text-align: left;
		border-top: solid 2px white;
		background: url(/upload/3601_rdw.png) no-repeat #434449 920px center;
	}
		
		h6 {
			line-height: 40px;
			text-indent: 20px;
			font-weight: bold;
			font-size: 11px;
			color: white;
		}
	
	
		
				
	/* Slideshow */
	#gallery {
	text-align: left;
	font-size: 13px;
	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: #44454A; 
	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;
	}
