/*
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: #A60000;
}

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: #AC0000;
}

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: #000000;
	/* height: 100%; */
	background: url(/upload/1566_background_boven.jpg) #E9E9E9 repeat-x; /* Zet een herhalende pixel background in de #pagewrap background! */
}


#bodywrap {
width: 1114px;
}

#pagewrap {
	margin: 0 auto;
	float:right;
	/* height: 100%; */
	width: 964px;
}

	/* Content */
	#content {
		width: 964px;
		background: url(/upload/1566_background_content.jpg) #7A7A7A repeat-y;
	}
		
		#contenttext {
			width: 920px;
			padding: 20px 20px 20px 20px;
		}
		
			#contenttext_left {
				width: 500px;
				float: left;
				text-align: left;
			}
			
			#contenttext_right {
				width: 322px;
				float: right;
				text-align: right;
			}
	
	/* Header */
	#header {
		width: 964px;
		height: 157px;
		overflow: hidden;
		background: url(/upload/1566_headerbg8.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: 880px; /* width van alle buttons bij elkaar */
			height: 29px; /* hoogte van button */
			margin: 85px 0 0 45px; /* de X en Y coordinaat van het menu binnen DIV (links boven) */
		}
		
			ul#navigatie li {
				display: inline;
				overflow: hidden;
				line-height: 29px; /* hoogte van button (voor IE6) */
			}
				
				ul#navigatie li a {
					display: block;
					font-size: 14px;
					height: 29px; /* hoogte van button */
					float: left;
					text-decoration: none;
					color: white;
					margin-right: 30px;
				}
				
				
				ul#navigatie li a:hover { /* bij rollover, uitlijnen naar onder zodat rollover state zichtbaar is */
					color: black;
				}
	
	/* Footer */
	#footer {
		width: 964px;
		height: 91px;
		overflow: hidden;
		float: right;
		margin: 0 auto;
		bottom: 0;
		background: url(/upload/1566_background_footer.gif) no-repeat;
	}
	
		#footer #copyright {
			margin: 60px 0px 0px 555px;
			text-align: center;
		}
	
			#footer #copyright h3 {
				font-size: 13px;
				font-weight: normal;
				font-style: normal;
			}
			
				#footer #copyright h3 a {
					color: #FFFFFF;
					text-decoration: underline;
				}
				
				#footer #copyright h3 a:hover {
					text-decoration: none;
				}
				
	
