/*
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: 16px;
	font-style: normal;
	font-weight: bold;
	color: #cd382f;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #cd382f;
}

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: url(/upload/1310_bg_body.jpg) repeat-y #8b8b8b;
}

form {
	height: 100%;
}

#pagewrap {
	/* height: 100%; */
	width: 100%;
	background: url(/upload/1310_bg_pagewrap.jpg) repeat-x; /* Zet hier de repeat background voor de content! */
}
	
	/* Header */
	#header {
		width: 1100px;
		height: 200px;
		overflow: hidden;
		background: url(/upload/1310_bg_header.jpg) no-repeat;
	}
	
		#header h1 { /* Wegwerken van de h1 header in het logo */
			text-indent: -9999px;
			height: 0px;
			width: 0px;
		}

	/* Content */
	#content {
		width: 1080px;
		background: url(/upload/1310_bg_content.jpg) repeat-y; /* plaatje over de gehele breedte, dus inclusief sidebar */
		/* position: relative; */
	}
		
		#menu_container {
		width: 220px;
		float:left;
		margin-top:20px;
		}
		
		#sidebar_top {
		width: 220px;
		height: 11px;
		background: url(/upload/1310_sidebar_top.jpg) no-repeat;
		}
		
		#sidebar_bottom {
		width: 220px;
		height: 11px;
		background: url(/upload/1310_sidebar_bottom.jpg) no-repeat;
		}
		
		#sidebar {
			width: 220px; /* breedte van je sidebar */
			display: block;
			float: left;
			background: url(/upload/1310_sidebar_rep.jpg) repeat-y
		}
		
			/* Verticale navigatie */
			ul#navigatie {
				display: block;
				width: 170px; /* breedte van button */
			}
				
				ul#navigatie li {
					overflow: hidden;
					line-height: 0;
					display: inline; /* Fix voor IE6 */
					/*float: left;*/
				}
					
					ul#navigatie li a {
						display: block;
						text-indent: 40px;
						text-decoration:none;
						font-weight: bold;
						font-size: 16px;
						line-height: 26px; /* hoogte van button */
						width: 220px; /* breedte van button */
						background: url(/upload/1310_nav_slice.jpg) no-repeat bottom left;;
					}
					
					ul#navigatie li  a.last-child {
					background: none;
					}
					
					
					ul#navigatie li a:hover { /* bij rollover, uitlijnen naar onder zodat rollover state zichtbaar is */
					color: #CB382E;
					}
		
		#contenttext {
			width: 820px;
			/* height: 100%;
			In het CMS bij de hoogte de comments weghalen, bij het statisch testen niet!
			*/
			padding: 20px;
			display: inline;
			float: right;
			margin: 0px;
			min-height: 550px;
			background: url(/upload/1310_background_contenttext.jpg) repeat-x; /* Eenmalig plaatje voor de content, dit is de "schaduw" */
		}
		
			#contenttext_left {
				width: 448px;
				margin: 0 20px 0px 0px;
				float: left;
				text-align: left;
			}
			
			#contenttext_right {
				width: 322px;
				float: right;
				text-align: right;
			}
		
	/* Footer */
	#footer {
		width: 1000px;
		height: 25px;
		overflow: hidden;
		margin: 0 auto;
		text-align:center;
		bottom: 0px;
		background: url(/upload/1310_background_footer.jpg) no-repeat;
	}
	
		#footer #copyright {
	
		}
	
			#footer #copyright h3 {
				font-size: 13px;
				font-weight: normal;
				font-style: normal;
				margin: 0;
				padding: 0;
				color: #FFFFFF;
			}
			
				#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: #CA372F; 
	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;
	}