@charset "UTF-8";
/* CSS Document */



.mainContainer {
	width:1024px;
	height:100%;
	margin:auto;
	margin-top:0;
	background:url(../img/bgfade.png) #FFF repeat-y center;}
	
	
.header {
	width:1024px;
	height:244px;
	margin-top:-10px;
	background:url(../img/header.png);
	float:left;
	}

.menu{
	width:1024px;
	height:44px;
	background:url(../img/menu.png) #FFF no-repeat;
	float:left;}
	

.content {
	padding:10px 0 0 60px;
	width:964px;
	height:100%;
	background:#FFF;
	float:left;}

.footer {
	width:1024px;
	height:144px;
	background:url(../img/footer.png) #fcf5bf;
	float:left;}
	
	

/* top */


.top {
	float:right;
	margin:10px 70px 0 0;}	

.top a:hover{
	opacity:0.8;}
	
	
h2 {
	}

a img {
	border:none;}
	
.menu a {
	padding-top:-4px;
text-transform: uppercase;
padding-left:20px;
 text-decoration:none;
 font-family:VAGrounded;
 color:#fff;}
 
.menu a:hover {color:#745a33;}
 

.ingredienten{
	opacity:1;}
	
.ingredienten:hover {width:300px;
	height:300px;
	background:#FFF;
	opacity:0.8;
	z-index:15;}