/* CSS Document */
/* Lagen zijn klaar nu de rest van stylesheet */

#hoofd{
	position:relative;
	width: 734px;
	height:auto;
	margin: 0 auto;
	text-align: left;
	top: 5px;
	z-index:1;
	background-image:url(../img/background_2.png);
	background-repeat:no-repeat;
	height:1500px;
}
#header{
	position:absolute;
	top:0px;
	left:0px;
	width:734px; 
	height:145px;
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}
#afbeelding{
	position:absolute;
	top:145px;
	left:0px;
	width:734px; 
	height:145px;
	background-repeat:no-repeat;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}
#producten{
	position:absolute;
	top:290px;
	left:0px;
	width:734px; 
	height:20px;
	background-color:#FFFFFF;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}
#inhoud{
	position:relative;
	top:310px;
	left:0px;
	width:734px; 
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	min-height:300px;
	height:auto;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}
#menu{
	position:absolute;
	top:127px;
}
div.bottom{
	font-family: Arial;
	font-size:11px;
	color:#cccccc;	
}

