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

.box {
	background: url(../images/bg.jpg) 7px 0px no-repeat;
}
.home {
	background: url(../images/bg.jpg) 7px 0px no-repeat;
}
.faciliteiten {
	background: url(../images/bg.jpg) 87px 0px no-repeat;	
}
.menus {
	background: url(../images/bg.jpg) 185px 0px no-repeat;	
}
.folder {
	background: url(../images/bg.jpg) 260px 0px no-repeat;	
}
.contact {
	background: url(../images/bg.jpg) 340px 0px no-repeat;	
}
.milieu {
	background: url(../images/bg.jpg) 415px 0px no-repeat;	
}
.nachtopeningen {
	background: url(../images/bg.jpg) 515px 0px no-repeat;	
}
.fotos {
	background: url(../images/bg.jpg) 630px 0px no-repeat;	
}
.jobs {
	background: url(../images/bg.jpg) 695px 0px no-repeat;	
}
#banner {
		
}
#title {
	background: #dbd6d6;
}
/*--------------*/
/* Buttons home */
/*--------------*/
#btn_faciliteiten, #btn_menus, #btn_contact, #btn_milieu, #btn_folder, #btn_nachtopeningen, #btn_nieuwsbrief, #btn_jobs {
	width:201px;
	height:60px;
	border: #cbd300 1px solid;
	float:left;
	cursor: pointer;
}
#btn_faciliteiten {
	margin: 44px 7px 7px 0;
	background: url(../images/btn_faciliteiten.jpg) no-repeat 0 0;
}
#btn_menus {
	margin: 44px 7px 7px 0;	
	background: url(../images/btn_menus.jpg) no-repeat 0 0;
}
#btn_contact {
	margin: 44px 0px 7px 0;
	background: url(../images/btn_contact.jpg) no-repeat 0 0;
}
#btn_milieu {
	margin: 0px 7px 7px 0;	
	background: url(../images/btn_milieu.jpg) no-repeat 0 0;
}
#btn_folder {
	margin: 0px 7px 7px 0;	
	background: url(../images/btn_folder.jpg) no-repeat 0 0;
}
#btn_nachtopeningen {
	margin: 0px 0px 7px 0;	
	background: url(../images/btn_nachtopeningen.jpg) no-repeat 0 0;
}
#btn_nieuwsbrief {
	margin: 0px 7px 44px 0;	
	background: url(../images/btn_nieuwsbrief.jpg) no-repeat 0 0;
}
#btn_jobs {
	margin: 0px 7px 44px 0;	
	background: url(../images/btn_jobs.jpg) no-repeat 0 0;
}
#btn_faciliteiten p, #btn_menus p, #btn_contact p, #btn_milieu p, #btn_folder p, #btn_nachtopeningen p, #btn_nieuwsbrief p, #btn_jobs p {
	margin: 5px 0 0 4px;
}
#btn_faciliteiten p a, #btn_menus p a, #btn_contact p a, #btn_milieu p a, #btn_folder p a, #btn_nachtopeningen p a, #btn_nieuwsbrief p a, #btn_jobs p a {
	color: #fff;
	font-size: 14px;
	text-decoration:none;
	padding: 0px;
	margin: 0px 0 0 5px;
}
#btn_faciliteiten p a:hover, #btn_menus p a:hover, #btn_contact p a:hover, #btn_milieu p a:hover, #btn_folder p a:hover, #btn_nachtopeningen p a:hover, #btn_nieuwsbrief p a:hover, #btn_jobs p a:hover {
	color: #cbd300;
	font-size: 14px;
	text-decoration:none;
	padding: 0px;
	margin: 0px 0 0 5px;
}
.green {
	color: #cbd300;	
}
#title {
	width: 180px;
	/*height: 60px;*/
	margin: 25px 0 0px 0;
	padding: 7px 7px 0px 0px;
	float: left;
}
