* { 
	padding: 0; 
	margin: 0; 
	border: none; 
	outline: none; 
} 
 
.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 */ 
} 
h1 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 24px; 
	font-style: normal; 
	font-weight: bold; 
	color: #000000; 
} 
 
h2 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px; 
	font-style: normal; 
	font-weight: bold; 
	color: #000000; 
} 
 
h3 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-style: normal; 
	font-weight: bold; 
	color: #000000; 
} 
 
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;
		font-weight: bold;
	} 
 
	h6 a:hover {  
		text-decoration: underline; 
	} 
 
a { 
	text-decoration: none; 
	color: #000000; 
} 
 
a:hover { 
	text-decoration: underline; 
} 
 
html { 
	margin: 0; 
	padding: 0; 
} 
 
body {	 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: normal; 
	font-style: normal; 
	color: #000000; 
	background: url("2449_bg_body.jpg") repeat #FFFFFF; 
} 
 
#pagewrap { 
	margin: 0 auto; 
	position: relative; 
	width: 900px; 
	background: url("http://voorraad.autobedrijfnelissen.nl/upload/2449_bg_pagewrap.jpg") ; 
} 
 
#header { 
	width: 900px; 
	height: 131px; 
	overflow: hidden; 
	background: url("2449_bg_header.jpg") no-repeat top left; 
	position: relative; 
} 
 
	#header h1 { 
		position: absolute; 
		text-indent: -9999px; 
	} 
 
ul#navigatie { 
		display: block; 
		width: 900px; 
		height: 28px; 
		background: url(2449_nav_rep.jpg) repeat-x center; 
		list-style-type: none; 
	} 
 
		ul#navigatie li { 
			float: left; 
			overflow: hidden; 
			line-height: 28px; /* hoogte van button (voor IE6) */ 
		} 
 
		ul#navigatie li:hover { 
			background: url(2449_nav_rep_hover.jpg) repeat-x center; 
		}	 
 
		ul#navigatie li a { 
			float: left; 
			display: block; 
			line-height: 28px; 
			text-decoration: none; 
			font-weight: bold; 
			font-size: 16px; 
			color: #FFFFFF; 
			background: url(2449_nav_splice.jpg) no-repeat center left; 
		} 
 
				ul#navigatie li:first-child a { 
					background: none; 
				} 
 
				ul#navigatie li a:hover { 
					color: #E6E6E6; 
				} 
 
#content { 
	width: 900px; 
	background: url("2449_content_top.jpg") no-repeat #FFFFFF; 
	position: relative; 
} 
 
	#contenttext { 
		 
		width: 860px; 
		padding: 20px; 
		background: url("http://voorraad.autobedrijfnelissen.nl/upload/2449_bg_cttext.jpg") ; 
		line-height: 20px; 
	} 
 
		#contenttext_left { 
			width: 498px; 
			float: left; 
			text-align: left; 
		} 
 
		#contenttext_right { 
			width: 322px; 
			float: right; 
			text-align: right; 
			margin-top: 45px;
		} 
 
.dag { 
	font-weight:bold; 
	width: 100px; 
} 
 
#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 { 
	width: 900px; 
	height: 18px; 
	line-height: 18px; /* Hoogte van footer */ 
	overflow: hidden; 
	background: url("2449_bg_footer.jpg") no-repeat; 
	text-align: center;  
	position: relative;  
}