.knopachtergrondeen, .knopachtergrondtwee, .knopachtergronddrie, .knopachtergrondvier, .knopachtergrondvijf, .knopachtergrondzes {
	position: inherit;
	width: 166px;
	margin-top: -20px;
	margin-bottom: 32px;
}

#walls {
	position: relative;
	margin-bottom: -400px;
}

#knopteksteen, #knopteksttwee, #knoptekstdrie, #knoptekstvier, #knoptekstvijf, #knoptekstzes
{
	width: 166px;
	  height: 32px;
  	color: #a67e62;
  	border: none;
	  border-radius: 6px;
	  border: 1px solid rgba(192, 128, 96, 0.75);	  
	  padding: 0 0 0 10px;
  	font: bold 14px/32px "Open Sans", sans-serif;
  	text-transform: uppercase;
	  cursor: pointer;
  	-webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  -o-user-select: none;
	  user-select: none;
  	margin-bottom: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  	cursor: pointer;
	  background-color: rgba(255, 192, 64, 0.85);
  }

#knopicooneen {
	position: absolute;
	top: 0px;
	right: -5px;
	padding: 10px 0px 0 0;
  	border: none;
  	outline: none;
	color: #a67e62;
	font-size: 14px/32px;
	cursor: pointer;
}
#knopicoontwee, #knopicoondrie, #knopicoonvier, #knopicoonvijf, #knopicoonzes {
	position: relative;
	top: 0px;
	left: 52px;
	padding: 10px 0px 0 0;
	border: none;
	outline: none;
	color: #a67e62;
	font-size: 14px/32px;
	cursor: pointer;
}
#knopteksteen a, #knopteksttwee a, #knoptekstdrie a, #knoptekstvier a, #knoptekstvijf a, #knoptekstzes a {
	text-decoration: none;
}
#knopteksteen a:hover, #knopteksttwee a:hover, #knoptekstdrie a:hover, #knoptekstvier a:hover, #knoptekstvijf a:hover, #knoptekstzes a:hover { color: #555; }
#knopteksteen a:hover > .fa, #knopteksttwee a:hover > .fa, #knoptekstdrie a:hover > .fa, #knoptekstvier a:hover > .fa, #knoptekstvijf a:hover > .fa, #knoptekstzes a:hover > .fa { color: #555; }


#knopmenueen, #knopmenutwee, #knopmenudrie, #knopmenuvier, #knopmenuvijf, #knopmenuzes { display: none; position: absolute; z-index: 2;}

#knopmenueen a, #knopmenutwee a, #knopmenudrie a, #knopmenuvier a, #knopmenuvijf a, #knopmenuzes a
{
	  display: block;
	  width: 166px;
  	height: 24px;
	  padding: 0 0 0 10px;
	  font: 12px/24px "Open Sans", sans-serif;
	  text-decoration: none;
	  color: #a67e62;
	  border: 1px solid rgba(192, 128, 96, 0.75);
	  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	  background-color: rgba(265, 192, 64, 0.85);
}

#knopmenueen a:nth-child(2), #knopmenutwee a:nth-child(2), #knopmenudrie a:nth-child(2), #knopmenuvier a:nth-child(2), #knopmenuvijf a:nth-child(2), #knopmenuzes a:nth-child(2)
{
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

#knopmenueen a:last-child, #knopmenutwee a:last-child, #knopmenudrie a:last-child, #knopmenuvier a:last-child, #knopmenuvijf a:last-child, #knopmenuzes a:last-child
{
  	border-bottom-left-radius: 6px;
	  border-bottom-right-radius: 6px;
}

#knopmenueen a:hover, #knopmenutwee a:hover, #knopmenudrie a:hover, #knopmenuvier a:hover, #knopmenuvijf a:hover, #knopmenuzes a:hover { color: #555; }

#knopmenueen a:hover > .fa, #knopmenutwee a:hover > .fa, #knopmenudrie a:hover > .fa, #knopmenuvier a:hover > .fa, #knopmenuvijf a:hover > .fa, #knopmenuzes a:hover > .fa { color: #555; }

#icooneen, #icoontwee, #icoondrie, #icoonvier, #icoonvijf, #icoonzes, #icoonzeven
{
  	position: absolute;
	  margin-top: 0px;
	  right: 0;
  	font-size: 25px;
	  color: rgba(0, 0, 0, 0.4);
	  opacity: 0.75;
}

#icooneen, #icoontwee, #icoondrie, #icoonvier, #icoonvijf { margin-right: 8px; }
#icoonzes, #icoonzeven { margin-right: 6px; }

#pijltjeeen, #pijltjetwee, #pijltjedrie {
	width: 0px;
	height: 0px;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 11px solid #fdc255;
	margin-left: 10px;
}

/* div 2 */
.achtergrondeen {
	position: absolute;
}
.achtergrondtwee {
	position: relative;
	left: 200px;
}
.achtergronddrie {
	position: relative;	
	left: 400px;
	bottom: 212px;
}
.achtergrondvier {
	position: absolute;
	bottom: 480px;
}
.achtergrondvijf {
	position: relative;
	left:  200px;
	bottom: 209px;

}
.achtergrondzes {
	position: relative;
	left: 400px;
	bottom: 421px;	
}