#but1, #but2, #but3, #but4, #but5, #but6 {
	float: left;
	margin-top: 88px;
}

#logo {
	float: left;
}

/* button home */
#but1 a {
	display:block;
	width:79px;
	height: 30px;
	background: url("../images/header/home79.gif") 0px 0 no-repeat;
	outline: none;
}
#but1 a:hover {	
	background-position: -79px 0;
	text-decoration: none;
}
#but1 a:active  {
	background-position: -158px 0;
	text-decoration: none;
}
#but1 b {
	display:block;
	width:79px;
	height: 30px;
	background: url("../images/header/home79.gif") -79px 0 no-repeat;
	outline: none;
}


/*button events*/
#but2 a {
	display:block;
	width:108px;
	height: 30px;
	background: url("../images/header/zalen108.gif") 0 0 no-repeat;
	outline: none;
}
#but2 a:hover {	
	background-position: -108px 0;
	text-decoration: none;
}
#but2 a:active {
	background-position: -216px 0;
	text-decoration: none;
}
#but2 b {
	display:block;
	width:108px;
	height: 30px;
	background: url("../images/header/zalen108.gif") -108px 0 no-repeat;
	outline: none;
}


/*button historiek*/
#but3 a {
	display:block;
	width:82px;
	height: 30px;
	background: url("../images/header/histo82.gif") 0 0 no-repeat;
	outline: none;
}
#but3 a:hover {	
	background-position: -82px 0;
	text-decoration: none;
}
#but3 a:active {
	background-position: -164px 0;
	text-decoration: none;
}
#but3 b {
	display:block;
	width:82px;
	height: 30px;
	background: url("../images/header/histo82.gif") -82px 0 no-repeat;
	outline: none;
}

/*button zaalverhuur*/
#but4 a {
	display:block;
	width:106px;
	height: 30px;
	background: url("../images/header/events106.gif") 0 0 no-repeat;
	outline: none;
}
#but4 a:hover {	
	background-position: -106px 0;
	text-decoration: none;
}
#but4 a:active {
	background-position: -212px 0;
	text-decoration: none;
}
#but4 b {
	display:block;
	width:106px;
	height: 30px;
	background: url("../images/header/events106.gif") -106px 0 no-repeat;
	outline: none;
}

/*button ligging*/
#but5 a {
	display:block;
	width:66px;
	height: 30px;
	background: url("../images/header/ligging66.gif") 0 0 no-repeat;
	outline: none;
}
#but5 a:hover {	
	background-position: -66px 0;
	text-decoration: none;
}
#but5 a:active {
	background-position: -132px 0;
	text-decoration: none;
}
#but5 b {
	display:block;
	width:66px;
	height: 30px;
	background: url("../images/header/ligging66.gif") -66px 0 no-repeat;
	outline: none;
}

/*button contact*/
#but6 a {
	display:block;
	width:100px;
	height: 30px;
	background: url("../images/header/contact100.gif") 0 0 no-repeat;
	outline: none;
}
#but6 a:hover {	
	background-position: -100px 0;
	text-decoration: none;
}
#but6 a:active {
	background-position: -200px 0;
	text-decoration: none;
}
#but6 b {
	display:block;
	width:100px;
	height: 30px;
	background: url("../images/header/contact100.gif") -100px 0 no-repeat;
	outline: none;
}