/*
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: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

h6 {
	font-family: Calibri, Tahoma, 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;
			font-style: normal;
			color: #BB8356;
		}

a {
	text-decoration: underline;
	color: #FFFFFF;
	font-style: normal;
}

	a:hover {
		text-decoration: none;
		font-style: normal;
	}

/******************************************
** STRUCTUUR
******************************************/

html {
	margin: 0;
	padding: 0;
	/* height: 100%; */
}

body {	
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	background: url("/upload/2943_bg_texture.jpg") repeat;
	/* height: 100%; */
	color: #bbbbbb;
}

h2 {
	color: #FFFFFF;
}

h3 {
	color: #FFFFFF;
	font-size: 17px;
}

#pagewrap {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	/* height: 100%; */
}

	/* Header */
	#header {
		overflow: hidden;
		position: relative;
		width: 1000px;
		height: 318px;
		overflow: hidden;
		background: url(/upload/2943_header.jpg) no-repeat;
	}
	
		#header h1 {
			position: absolute;
			text-indent: -9999px;
		}
		
		#header h2 {
		position: absolute;
		bottom: 56px;
		left: 100px;
		font-weight: normal;
		}
		
		#email {
		float:left;
		position: absolute;
		left: 87px;
		bottom: 8px;
		}
		
		#email a {
		color: #aa8f33;
		}
		
		/* Horizontale navigatie */
		ul#navigatie {
			display: block;
			width: 662px; /* width van alle buttons bij elkaar */
			height: 35px; /* hoogte van button */
			position: absolute;
			bottom: 1px;
			right: 0;
			float: right;
		}
		
			ul#navigatie li {
				display: inline;
				overflow: hidden;
				line-height: 35px; /* hoogte van button (voor IE6) */
			}
				
				ul#navigatie li a {
					display: block;
					height: 35px; /* hoogte van button */
					float: left;
					text-decoration: none;
					margin-left: 48px;
					font-family: Tahoma;
					font-size: 16px;
					color: #898989;
					font-weight: normal;
				}
				
				ul#navigatie li:first-child a{
				margin-left: 0;
				}
				
					ul#navigatie li a:hover { /* bij rollover, uitlijnen naar onder zodat rollover state zichtbaar is */
					background-position: bottom left;
					text-decoration: none;
					color: #BB8356; 
					}
					
					#rdw {
					width: 93px;
					height: 49px;
					background: url("/upload/2943_rdw.png") no-repeat;
					}

	/* Content */
	#content {
		width: 1000px;
		position: relative;
		min-height: 500px;
	}
		
		#contenttext {
			width: 960px;
			padding: 20px;
			margin-left: 30px;
		}
		
			#contenttext_left {
				width: 270px;
				float: left;
				margin-right: 20px;
				text-align: left;
				line-height: 23px
			}
			
			#contenttext_center {
				width: 270px;
				float: left;
				margin-right: 20px;
				text-align: left;
				line-height: 23px
			}
						
			#contenttext_right {
				width: 322px;
				float: left;
				text-align: left;
				line-height: 23px
			}
			
		
			
			/* 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: #090909; 
					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: 1000px;
		height: 34px;
		overflow: hidden;
		margin: 0 auto;
		bottom: 0;
		background: #101112;
		line-height: 35px;
	}
	
	#footer h6 {
		color: #797979;
		text-align: left;
		text-indent: 20px;
		
	}
	
	#footer a {
	font-weight: bold;
	color: #797979;
	text-decoration: none;
	}
	
	#footer span {
	font-weight: normal;
	}
	
	
	 /* ######## POPUP ########*/
       
       #achtergrond_popup {
          display: none;
          position: fixed;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: #000000;
          z-index: 9998;
       }
          
          #popup_contact {
             display: none;
             position: absolute;
             width: 406px;
             height: 640px;
             background: url('/upload/2943_popup_apk.jpg') no-repeat 0 40px;
             border: 2px solid gray;
             z-index: 9999;
          }
          
             #popup_contact div.popup_head {
                position: relative;
                height: 40px;
                background: url('/upload/2943_bg_popup_head.jpg') repeat-x center;
             }
          
             #popup_contact div.popup_head h2 {
                line-height: 40px;
                margin: 0;
                padding: 0;
                text-indent: 20px;
                color: #FFFFFF;
             }
             
                #popup_contact div.popup_sluiten {
                   position: absolute;
                   top: 0px;
                   right: 0px;
                   width: 50px;
                   height: 40px;
                   text-indent: -9999px;
                   border: 0;
                   background: url('/upload/2943_btn_popup_close.png') no-repeat center top;
                   cursor: hand;
                   cursor: pointer;
                }
                
                   #popup_contact div.popup_sluiten:hover {
                      background-position: center bottom;
                   }
