/*
Horizontaal met footer navigatie template CSS

Kleuren stalen:

body: #949393
pagewrap: #7A7A7A

header alternatief: #b60000
content: #7A7A7A
footer: alternatief: #b60001


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: 601; /* 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: 16px;
	font-style: normal;
	font-weight: bold;
	color: #939393;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #939393;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #939393;
}

a {
	text-decoration: underline;
	outline-style: none;
	color: #b02929;
}

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: 13px;
	font-weight: normal;
	font-style: normal;
	color: #adadad;
	/* height: 100%; */
	background: #000000;
}

form {
	height: 100%;
}

#pagewrap {
	margin: 0 auto;
	/* height: 100%; */
	width: 1000px;
	position: relative;
}

	/* Content */
	#content {
		width: 966px;
		margin: 0 auto;
		background: #292929; /* Eenmalig plaatje voor de content, dit is de "schaduw" */
		padding: 201px 0 0 0;
	}
	
		#divider {
			width: 4px;
			margin: 0 15px;
			min-height: 400px;
			background: url(/upload/1538_divider.jpg) repeat-y;
			position: fixed;
			margin: 0 0 0 714px;
		}
		
		#adres {
			width: 188px;
			padding: 10px 0 20px 0;
			position: fixed;
			margin-left: 735px;
		}
		
		#contenttext {
			width: 935px;
			padding: 20px 15px;
			margin: 0 auto;
			background: url(/upload/1538_content_bg.jpg) #292929 repeat-x;
			border-left: 1px solid #434544;
			border-right: 1px solid #434544;
			min-height: 420px;
		}
		
		#contentleft {
			width: 702px;
			float: left;
			padding: 0;
		}
		
			#contenttext_left {
				width: 300px;
				margin: 0 10px 0 0;
				float: left;
				text-align: left;
			}
			
			#contenttext_right {
				width: 390px;
				float: right;
				text-align: right;
				overflow:hidden;
			}
			
				

	/* Header */
	#header {
		width: 1000px;
		height: 201px;
		overflow: hidden;
		background: url(/upload/1538_hdr.jpg) no-repeat;
		position: fixed;
		top: 0;
	}
	
		#header h1 { /* Wegwerken van de h1 header in het logo */
			text-indent: -9999px;
			height: 0px;
			width: 0px;
		}
		
		/* Horizontale navigatie */
		ul#navigatie {
			display: block;
			width: 965px; /* width van alle buttons bij elkaar */
			height: 28px; /* hoogte van button */
			margin: 172px auto 0; /* de X en Y coordinaat van het menu binnen DIV (links boven) */
		}
			
			ul#navigatie li {
				display: block;
				overflow: hidden;
				height: 28px; /* hoogte van button (voor IE6) */
				float: left;
				line-height: 28px;
			}
				
				ul#navigatie li a {
					display: block;
					height: 28px; /* hoogte van button */
					float: left;
					color: #ffffff;
					text-decoration: none;
					background: url(/upload/1538_menu_divider.png) no-repeat left center;
					font-size: 13px;
					font-family: Arial;
					font-weight: bold;
				}
				
					ul#navigatie li:first-child a {
						background: none;
					}
				
				ul#navigatie li:hover { /* bij rollover, uitlijnen naar onder zodat rollover state zichtbaar is */
					background: url(/upload/1538_mouse_over.png) repeat-x;
				}
	
	/* Footer */
	#footer {
		width: 1000px;
		height: 57px;
		overflow: hidden;
		margin: 0 auto;
		bottom: 0px;
		background: url(/upload/1538_ftr.jpg) no-repeat;
		text-align: center;
	}
	
			#footer h3 {
				font-size: 13px;
				font-weight: normal;
				font-style: normal;
				margin: 0;
				padding: 0;
				line-height: 38px;
				color: #4e4e4e;
			}
			
				#footer h3 a {
					color: #5b5b5b;
					text-decoration: underline;
				}
				
				#footer h3 a:hover {
					text-decoration: none;
				}
		
		/* Horizontale navigatie */
		ul#footer_navigatie {
			display: block;
			width: 310px; /* width van alle buttons bij elkaar */
			height: 40px; /* hoogte van button */
			margin: 30px 0 0 675px; /* de Y en X coordinaat van het menu binnen DIV (links boven) */
		}
			
			ul#footer_navigatie li {
				display: inline;
				overflow: hidden;
				line-height: 14px; /* hoogte van button (voor IE6) */
			}
				
				ul#footer_navigatie li a {
					display: block;
					height: 40px; /* hoogte van button */
					float: left;
				}
				
				ul#footer_navigatie li a:hover { /* bij rollover, uitlijnen naar onder zodat rollover state zichtbaar is */
					background-position: bottom left;
				}
				
	/* Slideshow */
	#gallery {
	text-align: left;
	position: relative;
	width: 320px;
	height: 240px;
	border: 1px solid #000000;
	overflow: hidden;
	float: right;
	}

	#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: #660000; 
	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;
	}
