  html, body{
}

#background{
	background-image:		url("../plaatjes/bg2.jpg");
	background-repeat:		repeat-x;
	width:					100%;
	height:					100%;
	position:				absolute;
	top:					0px;
	left:					0px;
}

#container{
	width:					1000px;
	height:					643px;
	display:				block;
	background-color:		#fff;
	position:				absolute;
	margin-left:			50%;
	left:					-500px;
}

#container_foto{
	width:					1000px;
	height:					643px;
	display:				block;
	background-color:		#fff;
	position:				absolute;
	margin-left:			50%;
	left:					-500px;
	margin-top: -20px;
}

#left{
}

#menu{
	background-image:		url("../plaatjes/left.jpg");
	height:					643px;
	width:					437px;
	float:					left;
}

#menu_foto{
	background-image:		url("../plaatjes/foto.jpg");
	height:					643px;
	width:					437px;
	float:					left;
}

#menu_dirigent{
	background-image:		url("../plaatjes/dirigent.jpg");
	height:					643px;
	width:					437px;
	float:					left;
}

#menu_optredens{
	background-image:		url("../plaatjes/optredens.jpg");
	height:					643px;
	width:					437px;
	float:					left;
}



#menu_repertoire{
	background-image:		url("../plaatjes/repertoire.jpg");
	height:					643px;
	width:					437px;
	float:					left;
}

#menu_repetities{
	background-image:		url("../plaatjes/repetities.jpg");
	height:					643px;
	width:					437px;
	float:					left;
}

#menu_leden{
	background-image:		url("../plaatjes/leden.jpg");
	height:					643px;
	width:					437px;
	float:					left;
}

#menu_contact{
	background-image:		url("../plaatjes/contact.jpg");
	height:					643px;
	width:					437px;
	float:					left;
}

#menu_nieuws{
	background-image:		url("../plaatjes/nieuws.jpg");
	height:					643px;
	width:					437px;
	float:					left;
}



#menu_inner{
		margin-left:		200px;
}

#menu_inner ul li{
	display:				block;
	list-style-type:		none;
}

#menu_inner ul li a{
	text-decoration:		none;
	color:					#000000;
	font-family:			arial, "times new roman";
	font-size:				24pt;
	
}

#content{
	background-color:		#ffff;
	display:				block;
	width:					540px;
	float:					left;
	padding-left:			15px;
}

#content h1{
	font-family:		arial, "times new roman";
	font-size:			15pt; 
}

#content h2{
	font-family:		arial, "times new roman";
	font-size:			13pt;
	margin-bottom:		0;
	padding-bottom:		0;
}

#content p{
	font-family:		arial, "times new roman";
	margin-top:			0;
	padding-top:		0;
}

#content ul li{
	font-family:		arial, "times new roman";
}

#content a{
	font-family:		arial, "times new roman";
	text-decoration:	none;
	color:				#000000;
}

#clear{
	height:				1px;
	clear:				both;
}


#box{
	display:			none;
	z-index:			1;
	padding:			10px solid #fff;	
}

#box a{
	color:				#0000;
}

#box img{
	z-index:			100;
}

#box_aan{
	display:	block;
	display:	inline;
	width:		100%;
	height:		100%;
	z-index:	1;
	top:		100px;
}

#logo{
	position:	absolute;
	bottom:		-55px;
	right:		5px;
}

body,html {
	width:100%;
	height:100%;
	margin:0;
}

#images {
	position:absolute;
}



#lightbox {
	left:	0px;
	width:100%;
	height:100%;
	background-color:#000000;
	position:fixed;
	filter:alpha(opacity=80);
	opacity:0.80;
}

#lightboximage {
	position:fixed;
	margin-left:-300px;
	margin-top:-225px;
	left:50%;
	top:50%;
}

#imagelightbox {
	width:600px;
}

#arrowleft {
	position:absolute;
	top:50%;
	margin-top:-50px;
}

#arrowright {
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-50px;
}

.visible {
	visibility:visible;
}
.hidden {
	visibility:hidden;
	display: none;
}

#fotolijst{
}

#fotolijst li{
	list-style-image: url("../plaatjes/pijl.gif");
}

#fotolijst li a{
		font-size:			15pt; 
		margin-bottom: 0px;
		padding-bottom: 0px;
}

#fotolijst li p{
		font-size:			12pt; 
}

.commentaar{
	margin-top: -10px;
	padding-top: -10px;
	font-size:		10pt;
	font-weight: bold;
}

.datum{
	margin-bottom: 0px;
	padding-bottom: 0px;
}


