.centered {
text-align:center;
}


	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}
		
	body {
		/*background-color: #16110e;*/
		background-image:url(images/bg.jpg);
		text-align:center; /* horizontal centering for IE Win quirks */
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif bold;
		color:#FFFFFF;
		font-size:12px;
		}


	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		width: 1003px;
		clear:left;
		background-color:#000000;
		}
		
		.between {
		position:relative; /* puts container in front of distance */
	height:100%;
		width: 1001px;
		float:left;
		background-color:#000000;
		border-bottom:1px solid #FFFFFF;
		border-left: 1px solid #FFFFFF;
		border-right: 1px solid #FFFFFF;
		}
		
		
	.header {
		position: relative;
		float: left;
		width: 1001px;
		height: 145px;
		background-image: url(images/header.jpg);
		background-repeat: no-repeat;
		border-left: 1px solid #FFFFFF;
		border-right: 1px solid #FFFFFF;
		/*border-right: 1px solid #e85502;
		border-left: 1px solid #e85502;
		border-top: 1px solid #e85502; */
		}
		
	.navigation{
		position: relative;
		float: left;
		width: 792px;
		height: 22px;
		background-color:#000000;
		/*border-right: 1px solid #e85502;
		border-left: 1px solid #e85502;*/
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
		border-left: 1px solid #FFFFFF;
		}
		
	.home_sel{
		position: relative;
		float: left;
		left:2px;
		width: 51px;
		height: 22px;
		background-image: url(images/home_sel.jpg);
		background-repeat: no-repeat;
		}
		
	.home{
		position: relative;
		float: left;
		left:2px;
		width: 51px;
		height: 22px;
		background-image: url(images/home.jpg);
		background-repeat: no-repeat;
		cursor: pointer;
		}
		
	.home:hover{
		position: relative;
		float: left;
		left:2px;
		width: 51px;
		height: 22px;
		background-image: url(images/home_hover.jpg);
		background-repeat: no-repeat;
		cursor: pointer;
		}
		
	.zalen{
		position: relative;
		float: left;
		width: 51px;
		height: 22px;
		background-image: url(images/zalen.jpg);
		background-repeat: no-repeat;
		cursor: pointer;
		}
		
	.zalen:hover {
		position: relative;
		float: left;
		width: 51px;
		height: 22px;
		background-image: url(images/zalen_hover.jpg);
		background-repeat: no-repeat;
		cursor: pointer;
		}
		
		.zalen_sel{
		position: relative;
		float: left;
		width: 51px;
		height: 22px;
		background-image: url(images/zalen_sel.jpg);
		background-repeat: no-repeat;
		}
		
	.fotos{
		position: relative;
		float: left;
		width: 55px;
		height: 22px;
		background-image: url(images/fotos.jpg);
		background-repeat: no-repeat;
		cursor: pointer;
		}
		
	.fotos:hover{
		position: relative;
		float: left;
		width: 55px;
		height: 22px;
		background-image: url(images/fotos_hover.jpg);
		background-repeat: no-repeat;
		cursor: pointer;
		}
		
	.fotos_sel{
		position: relative;
		float: left;
		width: 55px;
		height: 22px;
		background-image: url(images/fotos_sel.jpg);
		background-repeat: no-repeat;
		cursor: pointer;
		}

	.personeel{
		position: relative;
		float: left;
		width: 87px;
		height: 22px;
		background-image: url(images/personeel.jpg);
		background-repeat: no-repeat;
		cursor: pointer;
		}
		
	.personeel:hover{
		position: relative;
		float: left;
		width: 87px;
		height: 22px;
		background-image: url(images/personeel_hover.jpg);
		background-repeat: no-repeat;
		cursor: pointer;
		}
	.personeel_sel{
		position: relative;
		float: left;
		width: 87px;
		height: 22px;
		background-image: url(images/personeel_sel.jpg);
		background-repeat: no-repeat;
		}
		
	.zaalverhuur{
		position: relative;
		float: left;
		width: 106px;
		height: 22px;
		background-image: url(images/zaalverhuur.jpg);
		background-repeat: no-repeat;
		cursor: pointer;
		}
		
	.zaalverhuur_sel{
		position: relative;
		float: left;
		width: 106px;
		height: 22px;
		background-image: url(images/zaalverhuur_sel.jpg);
		background-repeat: no-repeat;
		}
		
	.zaalverhuur:hover{
		position: relative;
		float: left;
		width: 106px;
		height: 22px;
		background-image: url(images/zaalverhuur_hover.jpg);
		background-repeat: no-repeat;
		cursor: pointer;
		}
		
	.gastenboek{
		position: relative;
		float: left;
		width: 102px;
		height: 22px;
		background-image: url(images/gastenboek.jpg);
		background-repeat: no-repeat;
		cursor: pointer;
		}
		
	.gastenboek:hover{
		position: relative;
		float: left;
		width: 102px;
		height: 22px;
		background-image: url(images/gastenboek_hover.jpg);
		background-repeat: no-repeat;
		cursor: pointer;
		}
		
	.gastenboek_sel{
		position: relative;
		float: left;
		width: 102px;
		height: 22px;
		background-image: url(images/gastenboek_sel.jpg);
		background-repeat: no-repeat;
		}
		
	.links{
		position: relative;
		float: left;
		width: 48px;
		height: 22px;
		background-image: url(images/links.jpg);
		background-repeat: no-repeat;
		cursor: pointer;
		}
		
	.links:hover{
		position: relative;
		float: left;
		width: 48px;
		height: 22px;
		background-image: url(images/links_hover.jpg);
		background-repeat: no-repeat;
		cursor: pointer;
		}
		
	.links_sel{
		position: relative;
		float: left;
		width: 48px;
		height: 22px;
		background-image: url(images/links_sel.jpg);
		background-repeat: no-repeat;
		}
		
	.contact{
		position: relative;
		float: left;
		width: 68px;
		height: 22px;
		background-image: url(images/contact.jpg);
		background-repeat: no-repeat;
		cursor: pointer;
		}
		
	.contact:hover{
		position: relative;
		float: left;
		width: 68px;
		height: 22px;
		background-image: url(images/contact_hover.jpg);
		background-repeat: no-repeat;
		cursor: pointer;
		}
		
	.contact_sel{
		position: relative;
		float: left;
		width: 68px;
		height: 22px;
		background-image: url(images/contact_sel.jpg);
		background-repeat: no-repeat;
		}
		
	.nav_between{
		position: relative;
		float: left;
		width: 32px;
		height: 22px;
		background-image: url(images/nav_between.jpg);
		background-repeat: no-repeat;
		}
		.nav_between2{
		position: relative;
		float: left;
		right:1px;
		width: 29px;
		height: 22px;
		background-image: url(images/nav_between.jpg);
		background-repeat: no-repeat;
		}
	.mp3player{
		position: relative;
		float: right;
		width: 207px;
		height: 22px;
		background-color:#d1000c;
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
		border-left:1px solid #FFFFFF;
		border-right:1px solid #FFFFFF;
		}
	
	.event{
		position: relative;
		float: left;
		width: 327px;
		height: 174px;
		/*border-right:1px solid #FFFFFF;*/
		}
		
		.zaal_left{
		position: relative;
		float: left;
		width: 327px;
		height: 174px;
		background-image: url(images/discotheek.jpg);
		background-repeat: no-repeat;
		/*border-left:1px solid #FFFFFF;*/
		}
		
		.personeel_left{
		position: relative;
		float: left;
		width: 327px;
		height: 174px;
		background-image: url(images/personeel_left.jpg);
		background-repeat: no-repeat;
		border-left:1px solid #FFFFFF;
		}
		
		
		
	.news_title{
		position: relative;
		float: left;
		width: 464px;
		height: 29px;
		background-image: url(images/news_title.jpg);
		background-repeat: no-repeat;
		/* border-left:1px solid #FFFFFF; */
		}
	.zalen_title{
		position: relative;
		float: left;
		width: 464px;
		height: 29px;
		background-image: url(images/zalen_title.jpg);
		background-repeat: no-repeat;
		/*border-left:1px solid #FFFFFF;*/
		}
		.personeel_title{
		position: relative;
		float: left;
		width: 464px;
		height: 29px;
		background-image: url(images/personeel_title.jpg);
		background-repeat: no-repeat;
		/*border-left:1px solid #FFFFFF;*/
		}
		
		.zaalverhuur_title{
		position: relative;
		float: left;
		width: 464px;
		height: 29px;
		background-image: url(images/zaalverhuur_title.jpg);
		background-repeat: no-repeat;
		/*border-left:1px solid #FFFFFF;*/
		}
		
		.links_title{
		position: relative;
		float: left;
		width: 464px;
		height: 29px;
		background-image: url(images/links_title.jpg);
		background-repeat: no-repeat;
		/*border-left:1px solid #FFFFFF;*/
		}
		
		.fotos_title{
		position: relative;
		float: left;
		width: 464px;
		height: 29px;
		background-image: url(images/fotos_title.jpg);
		background-repeat: no-repeat;
		/*border-left:1px solid #FFFFFF;*/
		}
		.gastenboek_title{
		position: relative;
		float: left;
		width: 464px;
		height: 29px;
		background-image: url(images/gastenboek_title.jpg);
		background-repeat: no-repeat;
		}
		
		.contact_title{
		position: relative;
		float: left;
		width: 464px;
		height: 29px;
		background-image: url(images/contact_title.jpg);
		background-repeat: no-repeat;
		}
		.agenda_title2{
		position: relative;
		float: left;
		width: 464px;
		height: 29px;
		background-image: url(images/agenda_title.jpg);
		background-repeat: no-repeat;
		}
		
		.right{
		position: relative;
		float: right;
		width: 208px;
		height:100%;
		/*background-image: url(images/right.jpg);
		background-repeat: no-repeat;
		border-left:1px solid #FFFFFF;
		border-right:1px solid #FFFFFF;
		border-bottom:1px solid #FFFFFF;*/
		}
		
	.right_menu{
		position: relative;
		float: right;
		width: 208px;
		height: 429px;
		background-image: url(images/right.jpg);
		background-repeat: no-repeat;
		border-left:1px solid #FFFFFF;
		/*border-bottom:1px solid #FFFFFF;*/
		}
		
		.guestbook{
		position: relative;
		float: left;
		width: 100px;
		height: 100px;
		}
		.guestbook_send{
		position: relative;
		float: right;
		}
		
		.guestbook_header{
		position: relative;
		float: left;
		width: 440px;
		}
		.guestbook_content{
		position: relative;
		float: left;
		top:3px;
		}
		.guest_con{
		position: relative;
		float: left;
		width:300px;
		}
		
		.footer{
		position: relative;
		float: left;
		height: 20px;
		width:400px;
		}
		
		.hyves{
		position: absolute;
		float:left;
		width: 160px;
		height: 120px;
		left: 22px;
		background-image: url(images/hyves.jpg);
		background-repeat: no-repeat;
		top:280px;
		border-top:2px solid #FFFFFF;
		border-left:2px solid #FFFFFF;
		border-right:2px solid #FFFFFF;
		border-bottom:2px solid #FFFFFF;
		cursor:pointer;		
		}
		
		.agenda{
		position: relative;
		float: left;
		left:23px;
		width: 160px;
		top: 70px;
		font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		font-size:12px;
		text-align:center;
		}
		
		.agenda_title{
		
		font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		font-size:11px;
		text-transform:uppercase;
		font-weight:bold;
		}

	.news{
		position: relative;
		float: left;
		width: 464px;
		height: 145px;
		background-color:#000000;
		/* border-left:1px solid #FFFFFF;*/
		/* border-bottom:1px solid #FFFFFF; */
		}
		
		.zalencon{
		position: relative;
		float: left;
		width: 464px;
		background-color:#000000;
		/*border-left:1px solid #FFFFFF;*/
		/* border-bottom:1px solid #FFFFFF;*/
		}
		
		.photocon{
		position: relative;
		float: left;
		background-color:#000000;
		/*border-left:1px solid #FFFFFF;*/
		/* border-bottom:1px solid #FFFFFF;*/
		}
		
		.content{
		position: relative;
		float: left;
		width: 463px;
		background-color:#000000;
		 border-left:1px solid #FFFFFF; 
		 border-right:1px solid #FFFFFF;
		/* border-bottom:1px solid #FFFFFF;
		 border-bottom:1px solid #FFFFFF; */
		}
		
		.photocontent{
		position: relative;
		float: left;
		width: 615px;
		background-color:#000000;
		 border-left:1px solid #FFFFFF; 
		 border-right:1px solid #FFFFFF;
		/* border-bottom:1px solid #FFFFFF;
		 border-bottom:1px solid #FFFFFF; */
		}
		
		.content2{
		position: relative;
		float: left;
		width: 464px;
		height: 429px;
		background-color:#000000;
		 border-left:1px solid #FFFFFF; 
		 border-right:1px solid #FFFFFF;
		/* border-bottom:1px solid #FFFFFF;
		 border-bottom:1px solid #FFFFFF; */
		}
		
		.news_content{
		position: relative;
		float: left;
		left: 10px;
		top: 10px;
		font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		font-size:12px;
		width: 445px;
		text-align:justify;
		}
		
		.photo_content{
		position: relative;
		float: left;
		left: 10px;
		top: 10px;
		font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		font-size:12px;
		text-align:justify;
		}
		
		.newstitle{
		
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif bold;
		color:#FFFFFF;
		font-size:12px;
		font-weight:bold;
		text-transform:uppercase;
		width:200px;
		float:left;
		}
		
		.agendatitle{
		
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif bold;
		color:#FFFFFF;
		font-size:12px;
		font-weight:bold;
		text-transform:uppercase;
		float:left;
		}
		
		
		.newsdate{
		
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif bold;
		color:#FFFFFF;
		font-size:10px;
		font-style:italic;
		text-transform:uppercase;
		float:right;
		}
		
		.agendadate{
		position:relative;
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif bold;
		color:#FFFFFF;
		font-size:11px;
		font-style:italic;
		text-transform:uppercase;
		float:left;
		}
		
		
		.pers_photo{
		position: relative;
		float: left;
		width: 150px;
		height: 150px;
		border-left: 1px solid #FFFFFF;
		border-right: 1px solid #FFFFFF;
		border-bottom:1px solid #FFFFFF;
		border-top:1px solid #FFFFFF;
		}
		
		.link_img{
		position: relative;
		float: left;
		top:20px;
		width: 150px;
		height: 100px;
		border-left: 1px solid #FFFFFF;
		border-right: 1px solid #FFFFFF;
		border-bottom:1px solid #FFFFFF;
		border-top:1px solid #FFFFFF;
		background-repeat: no-repeat;
		cursor: pointer;
		}
		
		.link_inf{
		position: relative;
		float: left;
		width: 400px;
		height: 122px;
		}
		
		.link_con{
		position: relative;
		top: 60px;
		left: 5px;
		}
		
		.lijn{
		position: relative;
		float: left;
		width: 440px;
		height: 20px;
		top: 10px;
			}
			
		.lijn2{
		position: relative;
		float: left;
		width: 440px;
		height: 20px;
		top: 10px;
		border-top:1px solid #FFFFFF;
		}
		
		.pers_infdesc{
		position: relative;
		float: left;
		width: 100px;
		left:10px;
		font-weight:bold;
		/* border-left:1px solid #FFFFFF; */
		}
		.pers_inf{
		position: relative;
		float: left;
			/* border-left:1px solid #FFFFFF; */
		}
		
		.news_more{
		float:right;
		}
		
		hr {
height: 0;
border: 0;
border-top: 1px solid #d1000c;
} 
		
	/* .spotlight_title{
		position: relative;
		float: left;
		width: 327px;
		height: 24px;
		background-image: url(images/spotlight_title.jpg);
		background-repeat: no-repeat;
		border-left:1px solid #FFFFFF;
		border-top:1px solid #FFFFFF;
		}
		*/
		
	.photoweek{
		position: relative;
		float: left;
		width: 464px;
		height: 254px;
		background-image: url(images/photoweek.jpg);
		background-repeat: no-repeat;
		border-top:1px solid #FFFFFF;
		/*border-left:1px solid #FFFFFF;
		border-bottom:1px solid #FFFFFF;*/
		}
		
	.spotlight{
		position: absolute;
		float: left;
		width: 327px;
		height: 254px;
		/*border-left:1px solid #FFFFFF;*/
		border-top:1px solid #FFFFFF;
		top:174px;
		left:0px;
				}
				
				.spotlight2{
		position: absolute;
		float: left;
		width: 327px;
		height: 254px;
		/*border-left:1px solid #FFFFFF;*/
		border-top:1px solid #FFFFFF;
		border-bottom:1px solid #FFFFFF;
		top:174px;
		left:0px;
				}
		
		.left{
		position: relative;
		width:327px;
		float: left;
		height:100%;
		background-color:#000000;
		/*border-right:1px solid #FFFFFF; 
		border-left:1px solid #FFFFFF;*/
		}
		
		.left_photo{
		position: relative;
		width:176px;
		float: left;
		height:100%;
		background-color:#000000;
		/*border-right:1px solid #FFFFFF; 
		border-left:1px solid #FFFFFF;*/
		}
		
		.photo{
		position: relative;
		width:144px;
		height:108px;
		float: left;
		border-top:1px solid #FFFFFF;
		border-right:1px solid #FFFFFF; 
		border-left:1px solid #FFFFFF;
		border-bottom:1px solid #FFFFFF;
		}
		.photo_between{
		position: relative;
		width:3px;
		height:108px;
		float: left;
		}
		
		.photo_between_ver{
		position: relative;
		width:540px;
		height:10px;
		float: left;
		}
		
		.photo_album{
		position: relative;
		float: left;
		left:10px;
		top:35px;
		}
	
	
		
		.spotlight_content{
		position: relative;
		float: left;
		width: 307px;
		top: 30px;
		left: 10px;
		font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		font-size:12px;
		text-align:justify;
		}

	.photo_menu{
		width: 700px;
		margin: 0 auto;
		height: 20px;
		}
		
	.photo_prev{
		position: relative;
		float:left;
		}
	.photo_next{
		position: relative;
		float:right;
		}
	
	
		
		a:link {
    font-size:12px;
	font-weight: normal;
	text-decoration: underline;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #ffec01;
}
a:visited {
	font-size:12px;
	font-weight: normal;
	text-decoration: underline;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #ffec01;
}
a:hover {
	font-size:12px;
	font-weight: normal;
	text-decoration: none;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #ffec01;
}
a:active {
	font-size:12px;
	font-weight: normal;
	text-decoration: underline;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #ffec01;
}
		