/* Algemeen deel stylen */
body {
	margin: 0px;
	padding: 0px;
	background-image: url(img/back.jpg);
	background-repeat: repeat-x;
	background-color: #a2adb2;
	} 

/* CONTAINERS */
	#container { 
	margin: auto;
	width: 960px;
	}		

/* HEADER */
	#header {
	float: left;
	width: 960px;
	height: 125px;
	background-image: url(img/top.jpg);
	}		

/* MENU */
		#menu {		
		float: left;
		width: 960px;
		height: 20px;
		background-color: #575757;
		
		font-family: "Trebuchet MS", Arial, Geneva, Helvetica, SunSans-Regular, sans-serif;
		font-size: 14px;
		text-decoration: none;
		color: #ff590c;
		
		text-align: center;
		width: 960px;
		word-spacing: 10px;
		}
				
		#menu li {
		list-style: none;
		display: inline;
		}

/* MENU OVER */	
		
		.home:link {
		text-decoration: none;
		color: #fff;
		}
		.home:hover {
		text-decoration: none;
		background-color: #999;
		border: 2px;
		border-color: #fff;
		color: #fff;
		}
		.home:visited {
		text-decoration: none;
		color: #fff;
		}
		
		.nieuws:link {
		text-decoration: none;
		color: #fff;
		}
		.nieuws:hover {
		text-decoration: none;
		background-color: #999;
		color: #fff;
		}
		.nieuws:visited {
		text-decoration: none;
		color: #fff;
		}
		
		.producten:link {
		text-decoration: none;
		color: #fff;
		}
		.producten:hover {
		text-decoration: none;
		background-color: #999;
		color: #fff;
		}
		.producten:visited {
		text-decoration: none;
		color: #fff;
		}
		
		.aanbiedingen:link {
		text-decoration: none;
		color: #fff;
		}
		.aanbiedingen:hover {
		text-decoration: none;
		background-color: #999;
		color: #fff;
		}
		.aanbiedingen:visited {
		text-decoration: none;
		color: #fff;
		}
		
		.schade:link {
		text-decoration: none;
		color: #fff;
		}
		.schade:hover {
		text-decoration: none;
		background-color: #999;
		color: #fff;
		}
		.schade:visited {
		text-decoration: none;
		color: #fff;
		}
		
		.bezorgdienst:link {
		text-decoration: none;
		color: #fff;
		}
		.bezorgdienst:hover {
		text-decoration: none;
		background-color: #999;
		color: #fff;
		}
		.bezorgdienst:visited {
		text-decoration: none;
		color: #fff;
		}
		
		.betaling:link {
		text-decoration: none;
		color: #fff;
		}
		.betaling:hover {
		text-decoration: none;
		background-color: #999;
		color: #fff;
		}
		.betaling:visited {
		text-decoration: none;
		color: #fff;
		}
		
		.links:link {
		text-decoration: none;
		color: #fff;
		}
		.links:hover {
		text-decoration: none;
		background-color: #999;
		color: #fff;
		}
		.links:visited {
		text-decoration: none;
		color: #fff;
		}
		
		.storing:link {
		text-decoration: none;
		color: #fff;
		}
		.storing:hover {
		text-decoration: none;
		background-color: #999;
		color: #fff;
		}
		.storing:visited {
		text-decoration: none;
		color: #fff;
		}
		
/* FOTO */
		#foto {
		float: left;
		width: 960px;
		height: 250px;
		background-image: url(img/foto_01.jpg);
		background-repeat: no-repeat;
		background-color: #fff;
		}			
						
/* INHOUD */
		#inhoud { 
		float: left;
		background-color: #fff;
		height: 100%;
		width: 940px;
		overflow: auto;
		padding-top: 20px;
		padding-left: 20px;
		}
		
		#inhoud p { 
		font-family: "Trebuchet MS", Arial, Geneva, Helvetica, SunSans-Regular, sans-serif;
		font-size: 13px;
		font-weight: normal;
		text-align: left;
		line-height: 20px;
		color: #333;
		}
		
		#inhoud h1 { 
		font-family: "Trebuchet MS", Arial, Geneva, Helvetica, SunSans-Regular, sans-serif;
		font-size: 18px;
		text-align: left;
		color: #ff590c;
		}
		
		#inhoud h2 { 
		font-family: "Trebuchet MS", Arial, Geneva, Helvetica, SunSans-Regular, sans-serif; 
		font-size: 15px; 
		font-style: italic; 
		text-align: left; 
		color: #a2adb2;
		color: #ff590c;
		margin: 15px 0 -5px 0; 
		}
		
		#inhoud h3 { 
		font-family: "Trebuchet MS", Arial, Geneva, Helvetica, SunSans-Regular, sans-serif; 
		font-size: 13px; 
		text-align: left; 
		color: #333;
		}
		
		#inhoud table { 
		font-family: "Trebuchet MS", Arial, Geneva, Helvetica, SunSans-Regular, sans-serif;
		font-size: 13px;
		text-align: left;
		color: #333;
		font-weight: normal;
		}
		
		#inhoud table h1 { 
		font-family: "Trebuchet MS", Arial, Geneva, Helvetica, SunSans-Regular, sans-serif;
		font-size: 18px;
		text-align: left;
		color: black;
		}
		
		#inhoud table h4 { 
		font-family: "Trebuchet MS", Arial, Geneva, Helvetica, SunSans-Regular, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		color: black;
		background-color: #ff590c;
		}		
		
		#inhoud table h6 { 
		font-family: "Trebuchet MS", Arial, Geneva, Helvetica, SunSans-Regular, sans-serif;
		font-size: 12px;
		text-align: left;
		font-weight: bold; 
		color: black;
		}		
		
		#inhoud a {
		color: #ff590c;
		}
		
/* FOOTER */
		#footer {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		height: 26px;
		position: static;
		float: left;
		background-color: #fff;
		
		font-family: "Trebuchet MS", Arial, Geneva, Helvetica, SunSans-Regular, sans-serif;
		font-size: 11px;
		font-style: italic;
		text-align: center;
		color: #a2adb2;
		}
		
/* EINDE CONTAINER */
