/* Autodealers.nl CSS voor de dealerwebsite */
/*
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 */
}

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%;
}
*/

/******************************************
** TYPOGRAFIE en GLOBALE TAGS
******************************************/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

	h6 a {
		color: #FFFFFF;
		text-decoration: underline;
	}
	
		h6 a:hover {
			text-decoration: none;
		}

a {
	text-decoration: underline;
	color: #FFFFFF;
}

	a:hover {
		text-decoration: none;
	}

/******************************************
** STRUCTUUR
******************************************/

html {
	margin: 0;
	padding: 0;
	/* height: 100%; */
}

body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	background: #000000;
	/* height: 100%; */
}

#pagewrap {
	margin: 0 auto;
	position: relative;
	width: 960px;
	/* height: 100%; */
}

	/* Header */
	#header {
		width: 960px;
		height: 211px;
		overflow: hidden;
		background: url("/upload/2966_bgheader.jpg") no-repeat;
		position: relative;
	}
	
		#header h1 {
			position: absolute;
			text-indent: -9999px;
		}
		
		/* Horizontale navigatie */
		ul#navigatie {
			display: block;
			width: 960px;
			height: 43px;
			border-bottom: 1px solid #5c4124;
			background: url("/upload/2966_navigatie.jpg") repeat-x #000000;
		}
		
			ul#navigatie li {
				display: inline;
				overflow: hidden;
				line-height: 43px; /* hoogte van button (voor IE6) */
			}
				
				ul#navigatie li a {
					display: block;
					height: 43px; /* hoogte van button */
					float: left;
					color: #fdfbfc;
					text-decoration: none;
					font-family: 'times new roman';
					font-size: 22px;
					font-weight: normal;
					letter-spacing: -2px;
					text-transform: uppercase;
				}
				
				
				
					/* het invoegen van de verschillende buttons 
					ul#navigatie li a.nav_home {
					 	width: 69px; 
					 	background: url("/upload/2966_nav_home.jpg") no-repeat;
					}
					
					ul#navigatie li a.nav_occasions {
					 	width: 116px; 
					 	background: url("/upload/2966_nav_occasions.jpg") no-repeat;
					}
					
					ul#navigatie li a.nav_inkoop {
					 	width: 132px;
					 	background: url("/upload/2966_nav_inkoop.jpg") no-repeat;
					}
					
					ul#navigatie li a.nav_zoekopdracht {
					 	width: 161px; 
					 	background: url("/upload/2966_nav_zoekopdracht.jpg") no-repeat;
					}
					
					ul#navigatie li a.nav_contact {
					 	width: 120px; 
					 	background: url("/upload/2966_nav_contact.jpg") no-repeat;
					}
					
					ul#navigatie li a.nav_route {
					 	width: 158px;
					 	background: url("/upload/2966_nav_route.jpg") no-repeat;
					}
					
					ul#navigatie li a.nav_openingstijden {
					 	width: 179px; 
					 	background: url("/upload/2966_nav_opening.jpg") no-repeat;
					}
					
					*/
				
					ul#navigatie li a:hover { /* bij rollover, uitlijnen naar onder zodat rollover state zichtbaar is */
						/*background-position: bottom left; */
						color: #b97234;
					}

	/* Content */
	#content {
		width: 960px;
		background: url("/upload/2966_bgcontent.jpg") #452100 repeat-x;
		position: relative;
	}
		
		#contenttext {
			width: 920px;
			padding: 20px;
			line-height: 24px;
		}
		
			#contenttext_left {
				width: 578px;
				float: left;
				text-align: left;
			}
			
			#contenttext_right {
				width: 322px;
				float: right;
				text-align: right;
			}
			
			/* Laatst toegevoegde occasions */
			#gallery {
				text-align: left;
				position: relative;
				width: 320px;
				height: 240px;
				border: 1px solid #000000;
				overflow: hidden;
				line-height: normal;
			}

				#gallery a {
					float: left;
					position: absolute;
				}

					#gallery a img {
						width: 320px;
						height: 240px;
					}

					#gallery a.show {
						z-index: 500;
					}

				#gallery .caption {
					z-index: 600; 
					background-color: #291401; 
					color: #FFFFFF;
					width: 320px; 
					position: absolute;
					bottom: 0px;
				}

					#gallery .caption .content {
						margin: 5px;
						color: #FFFFFF;
					}

						#gallery .caption .content h3 {
							margin: 0px;
							padding: 0px;
							color: #FFFFFF;
						}

	/* Footer */
	#footer {
		width: 960px;
		height: 25px;
		line-height: 25px; /* Hoogte van footer */
		overflow: hidden;
		text-align: center;
		position: relative;
	}


ul#navigatie li a {
    font-size: 20px!important;
}

.adnotify_box {
    height: 72px;
    left: 595.5px !important;
    top: 709px;
}