/*
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: 0;
	margin: 0;
	border: none;
	outline: 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;
	text-transform: uppercase;
	color: #ff4b00;
	margin-bottom: 20px; 
}

	h1#h1_welkom{
		width: 700px;
		height: 47px;
		background: url(/upload/1563_h1_welkom.jpg) no-repeat;
		margin-bottom: 30px;
		
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff4b00; 
	margin-bottom: 15px; 
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff4b00; 
	margin-bottom: 7px; 
	margin-top:20px;
}

a {
	text-decoration: underline;
	outline-style: none;
	color: #ff4b00;
}

a:hover {
	text-decoration: none;
}

img {
	border: medium none;
}

p { line-height: 1.6em;
}

/******************************************
** 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: #666666;
	/* height: 100%; */
	background: url(/upload/1563_bg_body.jpg) repeat-x #000000; /* Zet een herhalende pixel background in de #pagewrap background! */
}

#pagewrap {
	margin: 0 auto;
	/* height: 100%; */
	width: 960px;
	background: url(/upload/1563_bg_pagewrap.jpg) repeat-y;
}

	/* Content */
	#content {
		width: 960px;
		background: #eaeaea;
	}
	
		#contenttext{
			width: 700px;
			float: left; 
			padding: 30px;
			background: #eaeaea;
		}
		
			#content_left{
				width: 350px;
				float: left;
				margin-right: 30px;	
			}
			
			#content_right{
				width: 320px;
				float: left;	
			}
		
			a#btn_1{
				width: 220px;
				height: 131px;
				float: left;
				background: url(/upload/1563_btn_oc.jpg) no-repeat;
				margin: 0 20px 20px 0;
				
			}
			
			a#btn_2{
				width: 220px;
				height: 131px;
				float: left;
				background: url(/upload/1563_btn_werk.jpg) no-repeat;
				margin: 0 20px 20px 0;
			}
			
			a#btn_3{
				width: 220px;
				height: 131px;
				float: left;
				background: url(/upload/1563_btn_gar.jpg) no-repeat;
				margin: 0 0 20px 0;
			}
			
			a#btn_4{
				width: 220px;
				height: 131px;
				float: left;
				background: url(/upload/1563_btn_tax.jpg) no-repeat;
				margin: 0 20px 20px 0;
			}
			
			a#btn_5{
				width: 220px;
				height: 131px;
				float: left;
				background: url(/upload/1563_btn_film.jpg) no-repeat;
				margin: 0 20px 20px 0;
			}
			
			a#btn_6{
				width: 220px;
				height: 131px;
				float: left;
				background: url(/upload/1563_btn_his.jpg) no-repeat;
				margin: 0 0 20px 0;
			}
			
			a#btn_7{
				width: 220px;
				height: 131px;
				float: left;
				background: url(/upload/1563_btn_verh.jpg) no-repeat;
				margin: 0 20px 20px 0;
			}
			
			a#btn_8{
				width: 220px;
				height: 131px;
				float: left;
				background: url(/upload/1563_btn_vra.jpg) no-repeat;
				margin: 0 20px 20px 0;
			}
			
			a#btn_9{
				width: 220px;
				height: 131px;
				float: left;
				background: url(/upload/1563_btn_route.jpg) no-repeat;
				margin: 0 0 20px 0;
			}
			
			
	
	
		#sidebar {
			width: 200px; /* breedte van je sidebar */
			display: inline;
			float: left;
			background: url(/upload/1563_bg_sidebar.jpg) repeat-y;
		}
		
			#sidebar_img{ 
				width: 200px; /* breedte van je sidebar */
				height: 482px;
				display: inline;
				float: left;
				background: url(/upload/1563_sidebar.jpg) no-repeat;
			}
	
	/* Header */
	#header {
		width: 960px;
		height: 260px;
		overflow: hidden;
		background: url(/upload/1563_bg_header.jpg) no-repeat;
	
	}
		
		#header h1 { /* Wegwerken van de h1 header in het logo */
			text-indent: -9999px;
			height: 0px;
			width: 0px;
		}
		
	
		
		ul#navigatie {
			display: block;
			width: 760px;
			height: 50px;
			background: url(/upload/1563_nav_rep.jpg) repeat-x center;
			list-style-type: none;
				margin-top:210px;
		}
		
			ul#navigatie li {
				float: left;
				overflow: hidden;
				line-height: 50px; /* hoogte van button (voor IE6) */
			}
			
			ul#navigatie li:hover {
				background: url(/upload/1563_nav_rep_hover.jpg) repeat-x center;
			}	
				
			ul#navigatie li a {
				float: left;
				display: block;
				line-height: 50px;
				text-decoration: none;
				font-weight: bold;
				font-size: 16px;
				color: #E6E6E6;
				background: url(/upload/1563_nav_splice.jpg) no-repeat center left;
				font-style:italic;
				font-family: Trebuchet MS, Arial;
			}
					
					ul#navigatie li:first-child a {
						background: none;
					}
				
					ul#navigatie li a:hover {
						color: #FFFFFF;
					}
	
	/* Footer */
	#footer {
		width: 960px;
		height: 40px;
		overflow: hidden;
		margin: 0 auto;
		bottom: 0;
	}
	
		#footer #copyright {
			margin: 10px auto 0 auto;
			text-align: center;
		}
	
			#footer #copyright h3 {
				font-size: 13px;
				font-weight: normal;
				font-style: normal;
				color: #777777;
			}
			
				#footer #copyright h3 a {
					color: #777777;
					text-decoration: underline;
				}
				
				#footer #copyright h3 a:hover {
					text-decoration: none;
				}
			



#sliders {
float:right;
height:104px;
padding:10px 51px;
width:92px;
}	
	
	#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 .caption {
	z-index: 600; 
	background-color: #000000; 
	color: #FFFFFF;
	width: 320px; 
	position: absolute;
	bottom: 0px;
	}

	#gallery .caption .content {
	margin: 5px;
	color: #FFFFFF;
	}

	#gallery .caption .content h3 {
	margin: 0px;
	padding: 0px;
	color: ff4b00;
	}



	
