/*
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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	/* height: 100%; */
	background: #fff;
}

form {
	height: 100%;
}

marquee {
	color: #ce681e;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
}

#pagewrap {
	margin: 0 auto;
	/* height: 100%; */
	width: 1000px;
	background: url(/upload/3091_pagewrap.jpg) repeat-y; /* Zet hier de repeat background voor de content! */
}
	
	/* Header */
	#header {
		width: 1000px;
		height: 135px;
		overflow: hidden;
		background: url(/upload/3091_header.jpg) no-repeat;
	}
	
		#header h1 { /* Wegwerken van de h1 header in het logo */
			text-indent: -9999px;
			height: 0px;
			width: 0px;
		}

	/* Content */
	#content {
		width: 1000px;
		/* position: relative; */
	}
		
		#sidebar {
			width: 229px; /* breedte van je sidebar */
			display: inline;
			float: left;
		}
		
			/* Verticale navigatie */
			ul#navigatie {
				display: block;
				width: 137px; /* breedte van button */
				margin: 20px 0 0 25px; /* de X en Y coordinaat van het menu binnen DIV (links boven) */
				
			}
				
				ul#navigatie li {
					overflow: hidden;
					line-height: 0;
					display: block; /* Fix voor IE6 */
					/*float: left;*/
				}
					
					ul#navigatie li a {
						display: block;
						height: 35px; /* hoogte van button */
						width: 137px; /* breedte van button */
						background: url("/upload/3091_btn.jpg") bottom no-repeat;
						line-height: 30px;
						color: #fff;
						text-align: left;
						text-indent: 15px;
						text-decoration: none;
					}
					
				ul#navigatie li a:hover { /* bij rollover, uitlijnen naar onder zodat rollover state zichtbaar is */
						color: #E0772A;
					}
				#logos{
					background: url("/upload/3091_logos.png") no-repeat;
					width: 80px;
					height: 80px;
					margin: 30px 50px;
				}
		#contenttext {
			width: 720px;
			/* height: 100%;
			In het CMS bij de hoogte de comments weghalen, bij het statisch testen niet!
			*/
			padding: 20px;
			display: inline;
			float: left;
			margin: 0px;
			min-height: 600px;
			
		}
		
			#contenttext_left {
				width: 368px;
				margin: 0 20px 0px 0px;
				float: left;
				text-align: left;
			}
			
			#contenttext_right {
				width: 322px;
				float: right;
				text-align: right;
			}
		
	/* Footer */
	#footer {
		width: 1000px;
		height: 100px;
		overflow: hidden;
		margin: 0 auto;
		bottom: 0px;
		background: url(/upload/3091_pagewrap.jpg) repeat-y;
	}
	
		#footer #copyright {
			float: left;
			padding: 45px 0 0 400px;
		}
	
			#footer #copyright h3 {
				font-size: 13px;
				font-weight: normal;
				font-style: normal;
				margin: 0;
				padding: 0;
			}
			
				#footer #copyright h3 a {
					color: #000;
					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;
	overflow: hidden;
	}

	#gallery .caption .content {
	margin: 5px;
	color: #FFFFFF;
	}

	#gallery .caption .content h3 {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	}
