/*
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 */
}

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 #content {

}

html>body {
	height: 100%;
}

/******************************************
** TYPOGRAFIE en GLOBALE TAGS
******************************************/
h1 {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ffff00;
}

a {
	text-decoration: none;
	outline-style: none;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial;
	font-size: 13px;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 13px;
}

img {
	border: medium none;
}

p {
}

/******************************************
** STRUCTUUR
******************************************/

form {
	height: 100%;
}

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	height: 100%;
	background: url(/upload/3585_bg.jpg) repeat-x #505050;
	line-height: 20px;
}

#pagewrap {
	height: 100%;
	width: 1000px;
	background: url(/upload/3585_background_sidebar.jpg) repeat-y #505050;
	}
	 /* Header */
	#header {
		width: 1000px;
		height: 215px;
		overflow: hidden;
		background: url(/upload/3585_background_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;
		padding: 0px; /* Hoogte van header en hoogte van footer */
		background: url(/upload/3585_background_sidebar.jpg) repeat-y #505050;
		/* position: relative; */
		}
		
		#sidebar {
			width: 205px; /* breedte van je sidebar */
			display: inline;
			float: left;
			}
		
			/* Verticale navigatie */
			ul#navigatie {
					display: block;
					width: 205px; /* breedte van button */
					margin: 0px; /* de X en Y coordinaat van het menu binnen DIV (links boven) */
					margin-top: 30px;
					list-style: none;
  					padding: 0px;
				}
				
				ul#navigatie li {
					overflow: hidden;
					line-height: 0px;
					margin: 0;
					
					}
					
					ul#navigatie li a {
						display: block;
  						vertical-align: bottom; /* This fixes the IE5 Win gap! */
						height: 41px; /* hoogte van button */
						width: 205px; /* breedte van button */
						float: left;
						}
					
						/* het invoegen van de verschillende buttons */
						ul#navigatie li a.nav_home {
							background: url(/upload/3585_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_overons {
							background: url(/upload/3585_nav_overons.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/3585_nav_occasions.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_service {
							background: url(/upload/3585_nav_service.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/3585_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_inkoop {
							background: url(/upload/3585_nav_inkoop.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_financiering {
							background: url(/upload/3585_nav_financiering.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_routeplanner {
							background: url(/upload/3585_nav_routeplanner.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/3585_nav_contact.jpg) no-repeat;
							background-position: top; /* uitgelijnd naar boven zodat de normale state zichtbaar is */
							height: 42px;
							text-indent: -9999px; /* wegwerken van de tekst */
						}
						
						ul#navigatie li a.nav_garantie {
							background: url(/upload/3585_nav_garantie.jpg) no-repeat;
							background-position: top; /* uitgelijnd naar boven zodat de normale state zichtbaar is */
							height: 42px;
							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;
					}

#contenttext ul li{
list-style-position: inside;
}
		
		#contenttext {
			width: 765px;
			padding: 15px;
			display: inline;
			float: right;
			margin: 0px;

		}
		
		#contenttext_left {
				width: 400px;
				margin: 0 20px 0px 0px;
				float: left;
				text-align: left;
			}
	
	#contenttext_right {
				width: 322px;
				float: right;
				text-align: right;
			}
			
			.trigger1 {
border: solid 1px #FFFF00;
color: #Ffffff;
background-color: #000;
padding: 15px;
font-weight:bold
}

#lichtkrant{
background: url(/upload/3319_lichtkrant_bg.jpg) no-repeat #505050;
width: 400px;
height: 58px;
position: relative;
}
#lichtkrant .marq{
position: absolute;
top: 20px;
left: 17px;
font-size: 14pt;
font-weight: bold;
color: #ffff00;
}
.marq marquee{
width: 366px;
}
</style>


<STYLE>


.trigger1 {
border: solid 1px;
color: #FFFFFF;
background-color: #581970;
padding: 20px;
font-weight:bold
}


	/* Footer */
	#footer {
		width: 1000px;
		height: 30px;
		position: relative;
		overflow: hidden;
		margin: 0 auto;
		bottom: 0px;
		background: url(/upload/3585_background_footer.jpg) no-repeat #206AA2;
		}
		
	

	
	#openingstijden {
	width: 300px;
	}
	
	#openingstijden td {
	width: 50%;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 13px;
	}

	#contact {
		width: 100%;
		border: 2px solid #FFFFFF;
		background: #97C2E4;
		color: #FFFFFF;
	}
	
	#contact td {
		padding: 10px;
	}

	#contact a {
		color: #FFFFFF;
	}
	
	#contact .contactleft {
		width: 60%;
		text-align: left;
		vertical-align: top;
	}
	
	#contact .contactright {
		width: 40%;
		text-align: right;
		vertical-align: middle;
	}
	
	/* Slideshow #2 */
	
	#gallery {
	text-align: left;
	position: relative;
	height: 240px;
	width: 316px;
	overflow: hidden;
	border: 2px solid #ffff00;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 13px;
	}

	#gallery a {
	float: left;
	position: absolute;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 13px;
	}

	#gallery a img {
	border :none;
	width: 320px;
	height: 240px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 13px;
	}

	#gallery a.show {
	z-index: 500;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 13px;
	}

	#gallery .caption {
	z-index: 600; 
	background-color: #ffff00; 
	color: #000000;
	font-family: Arial;
	font-size: 13px;
	width: 320px; 
	position: absolute;
	bottom: 0;
	padding-bottom: 5px;
	}

	#gallery .caption .content {
	margin: 5px;
	color: #000000;
	font-family: Arial;
	font-size: 13px;
	}

	#gallery .caption .content h3 {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Arial;
	font-size: 13px;
	}