* {
	margin: 0;
    padding: 0;
}
html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #FFFFCC;
	/*#BBFFAA #CFFF9B #CCCCCC; #FF9933 #FFCC99;*/
}
h1 {
	height: 151px;
	width: 740px;
	background: url(http://www.vanerpwijn.nl/plaatjes/drankenspeciaalzaakvanerp23.png) no-repeat;
	background-color: #FFFFCC;
	text-align: center;
	line-height: 150px;
	text-indent: -9999px;
}
h2 {
	padding-top: 30px;
	font-size: 18px;
	color: #007500;
}
h3 {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	font-style: oblique;
}
h5 {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
h6 {
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}
#container {
    width: 740px;
    margin: 0px auto; /* deze div centreren */
	margin-top: 10px;
	background-color: #FFFF99;/*#FFFFCC;*/
}
#horizontaalmenu {
	background-color: #000000;
	width: 740px;
	height: 20px;
	display: block;
	clear: both;
	}
	#horizontaalmenu ul {
	list-style: none;
	padding-left: 165px;
	}
	#horizontaalmenu li {
	float: left;
	line-height: 20px;
	margin: 0px 5px;
	width: 100px;
	padding: 0;
	}
	#horizontaalmenu li a {
	color: #FFFFFF;
	text-decoration: none;
	}
	#horizontaalmenu li a:hover {
	color: #9DE18A;
	}
#links {
    width: 140px;
    float: left;
		}
		#update {
		padding-left: 10px;
		}
		#update a {
		text-decoration: none;
		font-size: 9px;
		color: #000000;
		}
		/*NAVIGATIE*/
		#navigatie {
		margin-top: 50px;
		width: 135px;
		padding-left: 10px;
			}
			#navigatie ul {
 			list-style: none;
			margin-bottom: 20px;
			}
			#navigatie ul li {
 			margin: 2px 0;
			}
			#navigatie ul li a {
 			display: block;
 			padding: 2px 2px 2px 4px;
 			border-left: 10px solid #009900;
			border-right: 1px solid #009900;
 			border-bottom: 1px solid #009900;
			border-top: 1px solid #009900;
 			color: #006600;
 			text-decoration: none;
 			width: 100%;
			}
			html>body #navigatie ul li a {
 			width: auto;
			}
			#navigatie ul li a:hover {
 			border-left: 10px solid #00CC00 /*#008400 #9DE18A*/;
			border-right: 1px solid #00CC00;
 			border-bottom: 1px solid #00CC00;
			border-top: 1px solid #00CC00;
 			color: #000000;
		}
		#rechts {
		width: 555px;
		min-height: 405px;
		float: right;
		background: url(http://www.vanerpwijn.nl/plaatjes/.png) right bottom no-repeat;
		background-color: #FFFFCC; /*EBEBEB;*/
		padding-left: 10px;
		padding-right: 10px;
		}
			#rechts p {
			margin-top: 15px;
			margin-bottom: 15px;
			}
			#rechts hr {
			width: 555px;
			text-align: left;
			}
			#rechts ul {
			list-style: none;
			padding-left: 10px;
			padding-bottom: 20px;
			}
			#rechts a {
			color: #007500;
			}
			#rechts a:hover {
			text-decoration: none;
}
#footer {
	 clear: both;
     width: 740px;
     height: 30px;
	 line-height: 30px;
	 text-align: center;
	 color: #FFFFFF;
	 background-color: #009900;
}