/*
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 {
	height: 100%;
}

form {
	height: 100%;
}

/******************************************
** TYPOGRAFIE en GLOBALE TAGS
******************************************/
h1 {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: none;
	font-weight: bold;
	color:#228E06;
}

h2 {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: none;
	font-weight: bold;
	color:#228E06;
}

h3 {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: none;
	font-weight: normal;
	color:#228E06;
}

a {
	text-decoration: underline;
	outline-style: none;
	color:#ff0000;
}

a:hover {
	text-decoration: none;
	outline-style: none;
	color:#ff0000;
}

img {
	border: medium none;
}


/******************************************
** STRUCTUUR
******************************************/

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #777777;
	height: 100%;

	background: url(/upload/3491_background_body.jpg) repeat-x top left #F9EBBC; /* Zet hier de repeat background voor de content! */	
}
form {
	height: 100%;
}
#pagewrap {
	margin: 0 auto;
	min-height: 100%;
	width: 960px;
	position: relative;
	background: url(/upload/3491_background_navigatie.jpg) repeat-y top left #ffffff; /* Zet hier de repeat background voor de content! */
	}
	 /* Header */
	#header {
		width: 960px;
		height: 271px;
		overflow: hidden;
		
		background: url(/upload/3491_bg_header2.jpg) no-repeat #ffffff top left;
		}

	/* Content */
	#content {
		width: 960px;
	}
		
		#sidebar {
			width: 240px; /* breedte van je sidebar */
			/*height: 378px;*/
			display: inline;
			float: left;
		}
		
			/* Verticale navigatie */
			ul#navigatie {
					display: block;
					width: 240px; /* breedte van button */
					height: 378px; /* hoogte van buttons bij elkaar */
				}
				
				ul#navigatie li {
					overflow: hidden;
					line-height: 0;
					display: inline; /* Fix voor IE6 */
					float: left;
					}
					
					ul#navigatie li a {
						display: inline;
						height: 47px; /* hoogte van button */
						width: 240px; /* breedte van button */
						float: left;
						}
					
						/* het invoegen van de verschillende buttons */
						 ul#navigatie li a.nav_home {
							background: url(/upload/3491_nav_home.jpg) no-repeat;
							background-position: top; /* uitgelijnd naar boven zodat de normale state zichtbaar is */
							
							text-indent: -9999px; /* wegwerken van de tekst */
						}
						
						ul#navigatie li a.nav_occasions {
							background: url(/upload/3491_nav_occasions.jpg) no-repeat;
							background-position: top; /* uitgelijnd naar boven zodat de normale state zichtbaar is */
							height: 48px;
							
							text-indent: -9999px; /* wegwerken van de tekst */
						}
					
						
						ul#navigatie li a.nav_nauto {
							background: url(/upload/3491_nav_nauto.jpg) no-repeat;
							background-position: top; /* uitgelijnd naar boven zodat de normale state zichtbaar is */
							
							text-indent: -9999px; /* wegwerken van de tekst */
						}
						
						 ul#navigatie li a.nav_werkplaats {
							background: url(/upload/3491_nav_werkplaats.jpg) no-repeat;
							background-position: top; /* uitgelijnd naar boven zodat de normale state zichtbaar is */
							
							text-indent: -9999px; /* wegwerken van de tekst */
						}
						
						 ul#navigatie li a.nav_projecten {
							background: url(/upload/3491_nav_projecten.jpg) no-repeat;
							background-position: top; /* uitgelijnd naar boven zodat de normale state zichtbaar is */
							
							text-indent: -9999px; /* wegwerken van de tekst */
						}
						
						ul#navigatie li a.nav_zoekopdracht {
							background: url(/upload/3491_nav_zoekopdracht.jpg) no-repeat;
							background-position: top; /* uitgelijnd naar boven zodat de normale state zichtbaar is */
							
							text-indent: -9999px; /* wegwerken van de tekst */
						}

						 ul#navigatie li a.nav_stalling {
							background: url(/upload/3491_nav_stalling.jpg) no-repeat;
							background-position: top; /* uitgelijnd naar boven zodat de normale state zichtbaar is */
							height: 48px;

							text-indent: -9999px; /* wegwerken van de tekst */
						}

						 ul#navigatie li a.nav_nieuws {
							background: url(/upload/3491_nav_nieuws.jpg) no-repeat;
							background-position: top; /* uitgelijnd naar boven zodat de normale state zichtbaar is */
							
							text-indent: -9999px; /* wegwerken van de tekst */
						}


						 ul#navigatie li a.nav_links {
							background: url(/upload/3491_nav_links.jpg) no-repeat;
							background-position: top; /* uitgelijnd naar boven zodat de normale state zichtbaar is */
							
							text-indent: -9999px; /* wegwerken van de tekst */
						}

						ul#navigatie li a.nav_contact {
							background: url(/upload/3491_nav_contact.jpg) no-repeat;
							background-position: top; /* uitgelijnd naar boven zodat de normale state zichtbaar is */
							
							text-indent: -9999px; /* wegwerken van de tekst */
						}
					
					ul#navigatie li a:hover { /* bij rollover, uitlijnen naar onder zodat rollover state zichtbaar is */
						background-position: bottom left;
					}

			#nav_contactData {
				color:#ffffff;
				margin: 50px 0px 0px 30px;
				font-size: 11px;
			}
			#nav_contactData a {color: #ffffff; text-decoration: underline;}
			#nav_contactData a:hover {color: #ffffff; text-decoration: none;}
		
		#contenttext {
			width: 680px;
			/* height: 100%;
			In het CMS bij de hoogte de comments weghalen, bij het statisch testen niet!
			*/
			padding: 20px;
			display: inline;
			float: right;
			margin: 0 0 0 0;
		}
		
		#left { 
			width: 336px;
			float: left;
			padding-right:20px;
		}
		
		#right { 
			float: right;
		}

		
	/* Slideshow 2 - occasions */

	#gallery {
	text-align: left;
	position: relative;
	width: 324px;
	height: 244px;
	border: 2px solid #1E7C05;
	}

	#gallery a {
	float: right;
	position: absolute;
	}

	#gallery a img {
	border:none;
	width: 324px;
	height: 244px;
	}

	#gallery a.show {
	z-index: 500;
	}

	#gallery .caption {
	z-index: 600; 
	background-color: #1E7C05;
	color: #ffffff;
	width: 324px; 
	position: absolute;
	bottom: 0px;
	line-height:15px;
	}

	#gallery .caption .content {
	margin: 5px;
	color: #ffffff;
	font-size: 12px;
	font-weight: italic;
	}

	#gallery .caption .content h3 {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	}
