/*
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 */
}

/******************************************
** TYPOGRAFIE en GLOBALE TAGS
******************************************/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}

	h6 a {
		color: #000;
		text-decoration: underline;
	}
	
		h6 a:hover {
			text-decoration: none;
		}

a {
	text-decoration: underline;
	color: #000;
}

	a:hover {
		text-decoration: none;
	}

/******************************************
** STRUCTUUR
******************************************/

html {
	margin: 0;
	padding: 0;
}

body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	background: url("/upload/2362_bg_body.jpg") repeat-x #fff;
}

#pagewrap {
	margin: 0 auto;
	position: relative;
	width: 1005px;
	border: 1px solid #3669f2;
}

	/* Header */
	#header {
		width: 1005px;
		height: 174px;
		overflow: hidden;
		background: url("/upload/2362_header.jpg") no-repeat top center;
		position: relative;
	}
	
		#rdwlogo {
			position: absolute;
			bottom: 10px;
			right: 20px;
		}
	
		#header h1 {
			position: absolute;
			text-indent: -9999px;
		}
		
		/* Horizontale navigatie */
		ul#navigatie {
			display: block;
			width: 1005px;
			height: 42px;
			background: url(/upload/2362_nav_rep.jpg) repeat-x center;
			list-style-type: none;
			float:left;
		}
		
			ul#navigatie li {
				float: left;
				overflow: hidden;
				line-height: 42px; /* hoogte van button (voor IE6) */
			}
			
			ul#navigatie li:hover {
				background: url(/upload/2362_nav_rep_hover.png) no-repeat center;
			}	
				
			ul#navigatie li a {
				float: left;
				display: block;
				line-height: 42px;
				text-decoration: none;
				font-weight: bold;
				font-size: 16px;
				color: #E6E6E6;
				background: url(/upload/2362_nav_splice.png) no-repeat center left;
				text-indent:-20px;
			}
					
					ul#navigatie li:first-child a {
					margin-left:5px;
					}
					ul#navigatie li:last-child a {
					}
					
					ul#navigatie li a:hover {
						color: #FFFFFF;
					}
				

	/* Content */
	#content {
		width: 1005px;
		background: url("/upload/2362_background_content.jpg") #EFEFEF no-repeat;
		position: relative;
	}
		
		#contenttext {
			width: 960px;
			padding: 20px;
			line-height: 24px;
		}
		
			#contenttext_left {
				width: 618px;
				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: #3A6A92; 
					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 {
    background: #3465FF;
    height: 170px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 20px;
    position: relative;
    text-align: center;
    width: 965px;
	color: #FFFFFF
}

#footer h3 {
	font-size: 17px;
	color: #FFFFFF
}

#contact {
    float: left;
    margin-top: 8px;
    text-align: left;
    width: 220px;
}
#contact h3 {
    margin-bottom: 5px;
}

#contact a {
	color: #FFFFFF
}

#copyright {
    float: left;
    line-height: 20px;
    margin-top: 8px;
    text-align: left;
    width: 276px;
}
#copyright img {
    border: 1px solid #FFFFFF;
}
#copyright h4 {
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}
#copyright h6, #copyright h6 a {
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-top: 0;
}
#open {
    float: left;
    margin-top: 8px;
    text-align: left;
}
#open h3 {
    font-size: 17px;
    margin-bottom: 5px;
}

#socialmedia {
	float: left;
    line-height: 20px;
    margin-top: 8px;
    text-align: left;
    width: 179px;
}

#socialmedia h6 {
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
}