@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html,body {
	margin: 0px;
	height: 100%;
	background-image:url(../images/bg.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

.clear {
	clear: both;
}

#container {
	margin: 0px auto;
	width: 800px;
	min-height: 100%;
	_height: 100%;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat;
	position: relative;
}
	
	#header {
		width: 800px;
		height: 183px;
		background-image: url(../images/bg_header.jpg);
	}

		#menu {
	 		padding-top: 107px;
			height: 32px;
			line-height: 32px;
		}
			
				#menu li {
					background-image: url(../images/bg_menuitem.gif);
					background-position: right;
					background-repeat: no-repeat;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 12px;
					color: #FFFFFF;
					display: inline;
					padding: 0px 20px 0px 22px;
				}
				
					#menu li a {
						text-decoration: none;
						color: #FFFFFF;
					}
					
					#menu li a:hover {
						text-decoration: underline;
						color: #FFFFFF;
					}
		
		#tabs {
			margin-right: 20px;
			height: 40px;
		}
	
	#left {
		width: 240px;
		float: left;
		height: auto;
		margin-bottom: 50px; /* dezelfde hoogte als de hoogte van #footer, anders zal de tekst in deze div onderaan achter de footer vallen omdat #footer absoluut gepositioneerd is */
	}
		
		#snelzoeken {
			background-image: url(../images/bg_snelzoeken.gif);
			background-position: top;
			background-repeat: no-repeat;
			padding: 65px 21px 21px 21px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			color: #666666;
		}
		
			#snelzoeken td {
				padding: 3px 0px;
			}
		
		.overloop {
			background-image: url(../images/bg_overloop.gif);
			background-position: top;
			background-repeat: no-repeat;
			padding: 40px 21px 0px 21px;
		}

	#right {
		width: 500px;
		padding: 17px 30px 0px 30px;
		float: left;
		height: auto;
		margin-bottom: 50px; /* dezelfde hoogte als de hoogte van #footer, anders zal de tekst in deze div onderaan achter de footer vallen omdat #footer absoluut gepositioneerd is */
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
	}
	
		#right a {
			text-decoration: none;
			color: #4e92f7;
		}
		
		#right a:hover {
			text-decoration: underline;
			color: #4e92f7;
		}
		
		.content {
			min-height: 160px;
			_height: 160px;
		}
	
			h1 {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 18px;
				font-weight: bold;
				color: #666666;
				padding-bottom: 5px;
				margin-bottom: 20px;
				border-bottom: 1px solid #999999;
			}
			
			.content td {
				padding: 3px 0px;
			}
			
			.extra {
				border: 1px solid #CCCCCC;
				background-color: #EEEEEE;
				padding: 20px;
				margin-bottom: 20px;
			}
			
				.extra ul {
					margin: 10px;
					padding-left: 10px;
				}
				
			.accessoire_box {
				border-top: 1px solid #999999;
				margin-top: 20px;
				padding-top: 20px;
				min-height: 60px;
				_height: 60px;
			}
				
				.accessoire_foto {
					float: left;
					margin-right: 20px;
				}
				
					.accessoire_foto img {
						border: 1px solid #999999;
					}
				
				.accessoire_tekst {
					float: left;
					line-height: 30px;
				}
				
			.quicklinks {
				border-top: 1px solid #999999;
				padding-top: 20px;
				margin-top: 20px;
			}
			
				.quicklinks li {
					list-style-type: none;
					background-image: url(../images/pijltje.gif);
					background-repeat: no-repeat;
					background-position: 4px 8px;
					margin-left: 10px;
					padding-left: 24px;	
					line-height: 20px;
				}
				
				.quicklinks a {
					text-decoration: none;
					color: #4e92f7;
				}
				
				.quicklinks a:hover {
					text-decoration: underline;
					color: #4e92f7;
				}
				
			.auto_container {
				width: 152px;
				float: left;
			}
			
				.auto_container img {
					margin-top: 10px;
					border: 1px solid #999999;
				}
				
				.auto_titel {
					height: 32px;
					line-height: 32px;
					background-color: #4e92f7;
					background-image: url(../images/bg_auto.gif);
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 11px;
					font-weight: bold;
					color: #FFFFFF;	
					text-align: center;			
				}
				
				.auto_titel_aanbieding {
					height: 32px;
					line-height: 32px;
					background-color: #009900;
					background-image: url(../images/bg_auto_aanbieding.gif);
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 11px;
					font-weight: bold;
					color: #FFFFFF;	
					text-align: center;			
				}
				
					#right .auto_titel a, #right .auto_titel_aanbieding a {
						text-decoration: none;
						color: #FFFFFF
					}
					
					#right .auto_titel a:hover, #right .auto_titel_aanbieding a:hover {
						text-decoration: underline;
						color: #FFFFFF
					}
				
				.auto_motor {
					height: 15px;
					line-height: 15px;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 10px;
					font-weight: bold;
					color: #000000;	
					text-align: center;			
				}
			
			.foto_overzicht img {
				border: 1px solid #999999;
				display: block;
				float: left;
			}
			
		.errorbox {
			width: 444px;
			height: 30px;
			padding: 5px 5px 5px 45px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 30px;
			color: #FF0000;
			border: 3px solid #4e92f7;
			background-color: #FFFFFF;
			background-image: url(../images/error.gif);
			background-repeat: no-repeat;
			background-position: 6px 6px;
		}
		
		.succesbox {
			width: 444px;
			height: 30px;
			padding: 5px 5px 5px 45px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 30px;
			color: #009900;
			border: 3px solid #00FF00;
			background-color: #FFFFFF;
			background-image: url(../images/succes.gif);
			background-repeat: no-repeat;
			background-position: 6px 6px;
		}
		
		.inputveld {
			border: 1px solid #999999;
			padding: 3px;
			color: #000000;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
		}

	#footer {
		position: absolute; /* aan Container */
		bottom: 0;
		left: 0;
		width: 800px;
		height: 30px;
		background-color: #999999;
	}

.tekst_ff0000 {
	color: #4e92f7;
	font-weight: bold;
}