/*Body-opmaak*/
body,html {
	margin-top: 0px;
	margin-bottom: 5px;
	}
	
/*Hoofdtekst-opmaak*/
* {
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #4D215E;
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}

p {
	padding: 0px;
	margin-top: 3px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
}

h1 {
	font-size: 13px;
	color: #BB70E7;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	margin-top: 0px;
	margin-left: 0px;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	margin-top: 10px;
	margin-left: 10px;
}

a {
	text-decoration: underline;
	color: #BB70E7;
}
td{
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #4D215E;
}

a:hover {
	color: #DCB7F2;
	text-decoration: none;
}
table{
}	
/*pagina-lay-out*/	
.top-left {
	background-image: url(../images/hoekLB_paars.jpg);
	height: 5px; /* toon alleen bovenste helft van de figuur */
	width:5px;
	float:left;
	font-size: 2px; /* corrigeer hoogte voor IE */
	background-repeat: no-repeat;
}
.top-right {
	background-image: url(../images/hoekRB_paars.jpg);
	height: 5px; /* toon alleen bovenste helft van de figuur */
	width:5px;
	font-size: 2px; /* corrigeer hoogte voor IE */
	background-repeat: no-repeat;
	float: right;
}
.bottom-left {
	height: 0px; /* toon alleen bovenste helft van de figuur */
	width:745px;
	font-size: 2px; /* corrigeer hoogte voor IE */
	background-repeat: no-repeat;
	float: left;
	background-image: url(../images/hoekLO_paars.jpg);
}
.bottom-right {
	background-image: url(../images/hoekRO_paars.jpg);
	height: 0px; /* toon alleen bovenste helft van de figuur */
	width:5px;
	font-size: 2px; /* corrigeer hoogte voor IE */
	background-repeat: no-repeat;
	float: right;
}
.top-left_grijs {
	background-image: url(../images/hoekLB_grijs.jpg);
	height: 5px; /* toon alleen bovenste helft van de figuur */
	width:5px;
	float:left;
	font-size: 2px; /* corrigeer hoogte voor IE */
	background-repeat: no-repeat;
}
.top-right_grijs {
	background-image: url(../images/hoekRB_grijs.jpg);
	height: 5px; /* toon alleen bovenste helft van de figuur */
	width:5px;
	float:right;
	font-size: 2px; /* corrigeer hoogte voor IE */
	background-repeat: no-repeat;
}
.bottom-left_grijs {
	background-image: url(../images/hoekLO_grijs.jpg);
	height: 5px; /* toon alleen bovenste helft van de figuur */
	width: 5px;
	font-size: 2px; /* corrigeer hoogte voor IE */
	background-repeat: no-repeat;
	float: left;
}
.bottom-right_grijs {
	background-image: url(../images/hoekRO_grijs.jpg);
	height: 5px; /* toon alleen bovenste helft van de figuur */
	width:5px;
	font-size: 2px; /* corrigeer hoogte voor IE */
	background-repeat: no-repeat;
	float: right;
}
	/*Omvattende container*/
	.container {
	background-color: #FFFFFF;
	width: 750px;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 5px;
	}
	/*Header container*/
.header {
	width: 740px;
	height: 215px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	}
	
	/*Footer container*/
.menuhori {
	background-color: #F2F2F2;
	width: 740px;
	height: 20px;
	text-align: right;
	font-family: Verdana;
	letter-spacing: 2px;
	margin-top: 5px;
	float: right;
	margin-right: 5px;
	margin-bottom: 4px;
	}
	
	/* LINKOPMAAK FOOTER*/		
	ul.menuhori {
		background: #F2F2F2;
		border: 1px solid #F7F7F7;
		padding: 0px;
		list-style: none;
		height: 20px;
		margin-right: 0px;
		float: left;
		margin-top: 0px;
		margin-left: 0px;
	}
	
	ul.menuhori li {
	float: left;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #F7F7F7;
	}
	
	ul.menuhori li a {
	  display:block;
	  line-height:20px;
	  color: #BB70E7;
	  text-decoration: none;
	}
	
	ul.menuhori li a:hover {
	background: #BB70E7;
	color: #EEEEFF;
	text-decoration: none;
	font-style: normal;
	}
	
	/*Navigatiemenu container*/
.menuverti {
	background-color: #F2F2F2;
	width: 190px;
	height: auto;
	margin-top: 5px;
	float: left;
	margin-left: 5px;
	}
	
	/* LINKOPMAAK NAVIGATIEMENU*/
	.menuverti .menu_items {
	float: left;
	width: 190px;
	}
	
	.menuverti .menu_items a {
	display:block;
	line-height:20px;
	padding-top: 0px;
	text-decoration:none;
	padding-left: 20px;
	padding-right: 20px;
	color: #BB70E7;
	border: 1px solid #F7F7F7;
	}
	
	.menuverti .menu_items a:visited {
		padding-left: 20px;
		padding-top: 0px;
	}
	
	.menuverti .menu_items a:hover {
	padding-left: 20px;
	padding-top: 0px;
	background-color: #BB70E7;
	color: #EEEEFF;
	font-style: normal;
	}
	
	.menuverti .menu_items a:active {
	font-weight: bold;
	padding-top: 0px;
	padding-right: 2px;
	}
	
	.menuverti .menu_items li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}

	/*Inhoud container*/
.inhoud {
	background-color: #F2F2F2;
	width: 542px;
	height: auto;
	margin-top: 5px;
	float: right;
	margin-right: 5px;
	}
	.inhoud .foto_rechts{
	width: 100px;
	height: 100px;
	float:right;
	margin-right: 10px;
	margin-top: 2px;
	padding-left: 10px;
	padding-bottom: 5px;
	}
	.inhoud .foto_links{
	width: 100px;
	height: 100px;
	float:left;
	margin-right: 10px;
	margin-top: 3px;
	padding-left: 0px;
	padding-bottom: 5px;
	}
	.inhoud .foto_rechts-2{
	float:right;
	margin-right: 10px;
	margin-top: 2px;
	padding-left: 10px;
	padding-bottom: 5px;
	}
	.inhoud .foto_links-2{
	float:left;
	margin-right: 10px;
	margin-top: 3px;
	padding-left: 0px;
	padding-bottom: 5px;
	}
	
		/* Gallery opmaak voor o.a. pagina opstelling discoshow */
	.gallery a {
				font-family:Verdana,Helvetica,sans-serif;
				font-size:10px;
				font-style:normal;
				font-size-adjust:none;
				line-height:1.4em;
				display:block;
				width:112px;
				height:119px;
				text-align:center;
				float:left;
				overflow:hidden;
				margin:5px;
				padding:1px;
				padding-top:5px;
				text-decoration:none;
				color:#666666;
				background-image:url("../images/lightbox/back.png");
				opacity:0.87;
			}
			.gallery a:hover {opacity:1}

			/* fix ie png transparency isn't supporting alpha chanel */
			.gallery a img {filter:alpha(opacity=87)}
			.gallery a:hover img {filter:alpha(opacity=100)}

			.gallery a img{
				border: none;
				height:100px;
				width:100px;
			}
	
	
	/*Foto in tekst, uilijning rechts, fotmaat 100 bij 100*/
	.foto_rechts_klein a {
	font-family:Verdana,Helvetica,sans-serif;
	font-size:10px;
	font-style:normal;
	font-size-adjust:none;
	line-height:1.4em;
	display:block;
	width:114px;
	height:114px;
	text-align:center;
	float:right;
	overflow:hidden;
	margin-top:0px;
	margin-right:5px;
	margin-left:0px;
	margin-bottom:10px;
	padding:0px;
	padding-top:7px;
	text-decoration:none;
	color:#666666;
	background-image:url(../images/back.gif);
	opacity:0.87;
	background-repeat: no-repeat;
}
			.foto_rechts_klein a:hover {opacity:1}
			/* fix ie png transparency isn't supporting alpha chanel */
			.foto_rechts_klein a img {filter:alpha(opacity=87)}
			.foto_rechts_klein a:hover img {filter:alpha(opacity=100)}
			.foto_rechts_klein a img{
				border: none;
				height:100px;
				width:100px;
			}
	
	
	/*Foto in tekst, uilijning links, fotmaat 100 bij 100*/
	.foto_links_klein a {
	font-family:Verdana,Helvetica,sans-serif;
	font-size:10px;
	font-style:normal;
	font-size-adjust:none;
	line-height:1.4em;
	display:block;
	width:114px;
	height:114px;
	text-align:center;
	float:left;
	overflow:hidden;
	margin-top:0px;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:0px;
	padding:0px;
	padding-top:7px;
	text-decoration:none;
	color:#666666;
	background-image:url(../images/back.gif);
	opacity:0.87;
	background-repeat: no-repeat;
}
			.foto_links_klein a:hover {opacity:1}
			/* fix ie png transparency isn't supporting alpha chanel */
			.foto_links_klein a img {filter:alpha(opacity=87)}
			.foto_links_klein a:hover img {filter:alpha(opacity=100)}
			.foto_links_klein a img{
				border: none;
				height:100px;
				width:100px;
			}
			
	/*Foto in tekst, uilijning midden, fotmaat 100 bij 100*/
	.foto_mid_klein a {
	font-family:Verdana,Helvetica,sans-serif;
	font-size:10px;
	font-style:normal;
	font-size-adjust:none;
	line-height:1.4em;
	display:block;
	width:114px;
	height:114px;
	text-align:center;
	float:mid;
	overflow:hidden;
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:0px;
	padding:0px;
	padding-top:7px;
	text-decoration:none;
	color:#666666;
	background-image:url(../images/back.gif);
	opacity:0.87;
	background-repeat: no-repeat;
}
			.foto_mid_klein a:hover {opacity:1}
			/* fix ie png transparency isn't supporting alpha chanel */
			.foto_mid_klein a img {filter:alpha(opacity=87)}
			.foto_mid_klein a:hover img {filter:alpha(opacity=100)}
			.foto_mid_klein a img{
				border: none;
				height:100px;
				width:100px;
			}
	
