body {
	background-image:url(../images/image/layout/background.jpg);
	background-color:#efefef;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
a img {
	border:0px solid black;	
}


#container {
	width:960px;
	position:absolute;
	left:50%;
	margin-left:-480px;
}
#content {
	padding:7px;
	background-image:url(../images/image/layout/content_bg.png);
}
#header {
	height:100px;	
}
#logo {
	background-image:url(../images/image/logo.jpg);
	width:268px;
	height:134px;
	margin:15px;
	margin-top:30px;
	z-index:3;
	position:absolute;
}
#backgroundfotos {
	z-index:2;
	position:relative;
}
#hoofdartikel {
	background-image:url(../images/image/layout/home_contentbg.png);
	width:365px;
	height:255px;
	position:absolute;
	z-index:4;
	top:185px;
	right:18px;
	padding:10px;
	color:#FFF;
}
#productiesmall{
	position:absolute;
	left:25px;
	top:200px;
	z-index:6;
	width:248px;
	height:242px;
	padding:10px;
	font-size:12px;
	color:#fff;
	background-image:url(../images/image/layout/productie_contentbg.png);
}
#productiebig {
	z-index:3;
	padding:0px 10px 0px 10px;
	width:365px;
	height:445px;
	color:#fff;
	position:absolute;
	top:150px;
	left:315px;
	background-image:url(../images/image/layout/productie_content.png);	
}

#footer {
	text-align:center;
	text-transform:uppercase;
	font-size:11px;
}

.menuitem {
	margin-top:25px;
	width:78px;
	height:40px;
	background-color:#333333;
	float:right;
	padding:10px;
	margin-right:10px;
	background-image:url(../images/image/layout/arrow_down.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}
#menuitem2 {
	background-color:#90328c;
}

.menuitem span{
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}
div.menuitem:hover {
	background-color:#eae83b;
}
