/*
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;
	color: #001F34;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #001F34;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #001F34;
}

a {
	text-decoration: underline;
	outline-style: none;
	color: #000;
}

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: 14px;
	font-weight: normal;
	font-style: normal;
	color: #3F3F3F;
	/* height: 100%; */
	/* Zet een herhalende pixel background in de #pagewrap background! */
	background: url(/upload/3589_body_bg.jpg) #03395F repeat-x;
}

#pagewrap {
	margin: 0 auto;
	/* height: 100%; */
	width: 961px;
	background: #FFF;
}

	/* Content */
	#content {
		width: 961px;
	}
		
		#contenttext {
			width: 921px;
			padding: 20px;
		}
		
			#contenttext_left {
				width: 579px;
				margin: 0 20px 0px 0px;
				float: left;
				text-align: left;
			}
			
			#contenttext_right {
				width: 322px;
				float: right;
				text-align: right;
			}
	
	/* Header */
	#header {
		width: 1000px;
		height: 209px;
		overflow: hidden;
		background: url(/upload/3589_hearder_bg.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: 610px; /* width van alle buttons bij elkaar */
			height: 33px; /* hoogte van button */
			margin: 26px 0 0 310px; /* de X en Y coordinaat van het menu binnen DIV (links boven) */
		}
		
			ul#navigatie li {
				display: inline;
				overflow: hidden;
				line-height: 33px; /* hoogte van button (voor IE6) */
			}
				
				ul#navigatie li a {
					display: block;
					height: 33px; /* hoogte van button */
					float: left;
					padding: 0 10px 0px 10px;
					text-decoration: none;
					color: #FFF;
					float: right;
					font-weight: bold;
					font-size: 13px;
				}

				ul#navigatie li a:hover { /* bij rollover, uitlijnen naar onder zodat rollover state zichtbaar is */
				background: #059CBE;
				}
	
	/* Footer */
	#footer {
		width: 961px;
		height: 30px;
		overflow: hidden;
		margin: 0 auto;
		bottom: 0;
		background: url(/upload/3589_footer_bg.jpg) no-repeat;
	}
	
		#footer #copyright {
			margin: 5px auto 0 auto;
			text-indent: 20px;
		}
	
			#footer #copyright h3 {
				font-size: 13px;
				font-weight: normal;
				font-style: normal;
				color: #FFFFFF;
			}
			
				#footer #copyright h3 a {
					color: #FFFFFF;
					text-decoration: none;
				}
				
				#footer #copyright h3 a:hover {
					text-decoration: none;
				}
				
	/* Slideshow */
	#gallery {
	text-align: left;
	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: #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;
	}
