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

#container {
	margin: 0px auto;
	width: 780px;
	min-height: 100%;
	_height: 100%;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat;
	position: relative;
}
#container_layer {
	width: 760px;
	height: 100%;
	padding: 0px 10px;
	background-image: url(../images/bg_verloop.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#header {
	margin: 0px;
	width: 760px;
	height: 125px;
	background-image: url(../images/bg_header1.gif);
	border-bottom: #FFFFFF solid 1px;
}
	#vlaggen {
		padding-left: 5px;
		margin-top: 10px;
		width: auto;
		float: left;
	}
	#zoekblok {
		width: 160px;
		height: 40px;
		float: right;
		padding: 0px 10px;
		background-image: url(../images/bg_zoekblok.gif);
	}
		#zoekblok input {
			width:126px;
			height: 16px;
			background: url(../images/bg_zoekveld.gif);
			background-repeat: no-repeat;
			border: 0px;
			margin-top: 10px;
			padding: 4px 10px 0px 24px;
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
			color: #666666;
		}
	#logodiv {
		width: 740px;
		height: 60px;
		float: right;
		text-align: right;
	}
		#logodiv img {
			padding-right: 10px;
			border: 0px;
		}
	#menudiv ul {
		list-style-type: none;
		float: right;
	}
	#menudiv ul li {
		height: 25px;
		display: block;
		float: left;
		background-image: url(../images/bg_menulist.gif);
		background-position: left;
		padding: 0px 10px;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 24px;
		font-weight: bold;
		color: #FFFFFF;
	}
	#menudiv a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#menudiv a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}

#left_column {
	float: left;
	width: 180px;
}

#right_column {
	float: right;
	width: 579px;
}
	#main_image {
		width: 579px;
		height: 185px;
	}
	#titel_balk {
		width: 569px;
		height: 25px;
		background-image: url(../images/bg_balk.gif);
		padding-left: 10px;
		line-height: 24px;
	}
		#titel_balk {
			width: 569px;
			height: 25px;
			background-image: url(../images/bg_balk.gif);
			padding-left: 10px;
			line-height: 24px;
		}
	#main_tekst {
		float: left;
		width: 380px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		padding: 10px;
	}
		#main_tekst ul, #main_tekst li{
			margin-left: 10px;
			list-style-type: square;
			color: #000000;
		}
		
		#main_tekst a {
		color: #FF0000;
		text-decoration: none;
		}
		
		#main_tekst a:hover {
			color: #FF0000;
			text-decoration: underline;
		}
		
/* uitgebreid_product.php */
		
		.helmfoto {
			margin-top: 30px;
			height: 300px;
			width: 100%;
		}
		#uitgebreid_thumbs {
			margin-top: 30px;
			width: 100%;
		}
		#uitgebreid_thumbs img {
			margin-right: 10px;
			cursor: pointer;
		}
		
/* producten.php */

		.helmthumb {
			width: 83px;
			height: 83px;
			border: #cccccc 1px solid;
			border-bottom: #999999 1px solid;
			background-position: center center;
			background-repeat: no-repeat;
		}
		.helmtekst {
			margin-bottom: 10px;
			font-size: 11px;
			color: #FFFFFF;
			background-color: #999999;
			padding-bottom: 1px;
		}
		
	#right_tekst {
		float: right;
		width: 159px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		padding: 10px;
		line-height: 18px;
		overflow: none;
	}
		#right_tekst ul, #right_tekst li  {
			margin-left: 10px;
			list-style-type: square;
			color: #000000;
		}
		
		#right_tekst a {
			color: #FF0000;
			text-decoration: none;
		}
		
		#right_tekst a:hover {
			color: #FF0000;
			text-decoration: underline;
		}
		
		.prijs {
			color: #FF0000;
			font-weight: bold;
		}
		
/* dealers.php */

		.dealerbox {
			width: 367px;
			padding: 5px;
			border: #CCCCCC solid 1px;
			background-color: #EEEEEE;
			margin-top: 15px;
		}
		
			.dealer_naw {
				width: 180px;
				float: left;
			}
			
			.dealer_tew {
				width: 180px;
				float: right;
				text-align: right;
			}
			
			.dealerbox a {
				color: #FF0000;
				text-decoration: none;
			}
			
			.dealerbox a:hover {
				color: #FF0000;
				text-decoration: underline;
			}
		
#footer {
	bottom: 0;
	margin-left: 10px;
	width: 140px;
	height: 112px;
	background-image: url(../images/bg_footer.gif);
	background-position: top;
	background-repeat: no-repeat;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 10px 10px 0px 10px;
	line-height: 16px;
} 
	#footer strong {
		color: #FF0000;
	}
	.copyright {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #999999;
		text-align: center;
		margin-top: 14px;
	}
		.copyright a {
			color: #999999;
			text-decoration: none;
		}
		.copyright a:hover {
			color: #999999;
			text-decoration: underline;
		}
	
/* Titels en teksten */
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}
.tekst_9 {
	font-size: 9px;
}
.nieuwsitem {
	background-image: url(../images/bg_nieuwsitem.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;	
}
.horizontal_dash  {
	background-image: url(../images/bg_dash_x.gif);
	background-repeat: repeat-x;
	background-position: center left;
	height: 16px;
}
