/*
Verticaal met footer template CSS

Kleuren stalen:

body: #949393

header alternatief: #b60000 (Voor als de slice niet geladen kan worden)
footer: alternatief: #b60001 (Voor als de slice niet geladen kan worden)


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 */
}

html>body {
	height: 100%;
}

form {
	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: 13px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	/* height: 100%; */
	background: #949393;
}

form {
	height: 100%;
}

#pagewrap {
	margin: 0 auto;
	/* height: 100%; */
	width: 1000px;
	background: #1F68E8; /* Zet hier de repeat background voor de content! */
}
	
	/* Header */
	#header {
		width: 1000px;
		height: 129px;
		overflow: hidden;
		background: url(/upload/1823_hearder_bg.jpg) no-repeat;
	}
	
		#header h1 { /* Wegwerken van de h1 header in het logo */
			text-indent: -9999px;
			height: 0px;
			width: 0px;
		}

	/* Content */
	#content {
		width: 1000px;
			background: url(/upload/1823_content_bg.jpg) no-repeat top; /* Zet hier de repeat background voor de content! */
			background-position: 0px 0px;
		/* position: relative; */
	}
		
		#sidebar {
			width: 210px; /* breedte van je sidebar */
			display: inline;
			float: left;
		}
		
			/* Verticale navigatie */
			ul#navigatie {
				display: block;
				width: 139px; /* breedte van button */
				margin: 30px 0 30px 25px; /* de X en Y coordinaat van het menu binnen DIV (links boven) */
				float: left;
			}
				
				ul#navigatie li {
					overflow: hidden;
					line-height: 26px;
					display: inline; /* Fix voor IE6 */
					float: left;
					padding-bottom: 4px;
				}
					
					ul#navigatie li a {
						display: inline;
						height: 26px; /* hoogte van button */
						width: 139px; /* breedte van button */
						float: left;
						background: url(/upload/1823_btn_bg.jpg) no-repeat; /* Zet hier de repeat background voor de content! */
						color: #000;
						text-indent: 10px;
						text-decoration: none;
						font-weight: bold;
						font-size: 12px;
					}

					ul#navigatie li a:hover { /* bij rollover, uitlijnen naar onder zodat rollover state zichtbaar is */
						background: url(/upload/1823_btn_bg_over.jpg) no-repeat; /* Zet hier de repeat background voor de content! */
					}
		
		#contenttext {
			width: 750px;
			/* height: 100%;
			In het CMS bij de hoogte de comments weghalen, bij het statisch testen niet!
			*/
			padding: 20px;
			display: inline;
			float: right;
			margin: 0px;
		}
		
			#contenttext_left {
				width: 408px;
				margin: 0 20px 0px 0px;
				float: left;
				text-align: left;
			}
			
			#contenttext_right {
				width: 322px;
				float: right;
				text-align: right;
			}
		
	/* Footer */
	#footer {
		width: 998px;
		height: 30px;
		overflow: hidden;
		margin: 0 auto;
		bottom: 0px;
		background: #6F98DF;
		border: 1px solid #1F68E8;
	}
	
		#footer #copyright {
			float: left;
			padding: 5px 0 0 5px;
		}
	
			#footer #copyright h3 {
				font-size: 13px;
				font-weight: normal;
				font-style: normal;
				margin: 0;
				padding: 0;
			}
			
				#footer #copyright h3 a {
					color: #FFFFFF;
					text-decoration: underline;
				}
				
				#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;
	}
