* {
	margin: 0px;
	padding: 0px;
}

/* Modal Salon54 */
#modal {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    height: 100%;
    width: 100%;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
}
.modalconent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 500px;
    padding: 20px;
	border-radius: 1em;
}

#modal h2{
	text-align: center;
	padding-bottom:	2em;
	}

#modal ul li{
	font-family: sans-serif;
    font-size: 0.9em;
    text-align: center;
    list-style: none;
    line-height: 2em;
	color: #000;
	}

#modal a{
	text-decoration: none;
	color: #000;
	}


/* Modal Salon54 */

#container {
	background-color: #FFF;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
}
#container #header_top {
	background-image: url(../images/JLS_header_top.jpg);
	height: 40px;
}
#container #header_top #facebook {
	position:absolute;
	height: 40px;
	margin: 0px 0px 0px 533px;

}



#container #navigatie {
	height: 40px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#container #header_visual {
	/* background-image: url(../images/JLS_header_visual_A.jpg);*/
	height: 315px;
	background-repeat: no-repeat;
	margin-left: 15px;
}
#container #content {
	width: 950px;
	background-color: #FFF;
}
#container #content #links{
	width: 635px;
	float: left;
	margin-top: 43px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.tabel_rechts_kop {
	font-family: arial;
	font-size: 18pt;
	color: #FFF;
	background-color: #666;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	font-weight: bold;
}
.tabel_rechts_plattetekst {
	font-family: sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	font-weight: normal;
	color: #333;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 13px;
	padding-right: 13px;
	text-align: left;
	vertical-align: top;
}

.tabel_onlineboeken {
	font-family: sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	padding: 0px 15px 0px 0px;
	text-align: right;
	vertical-align: middle;
}


#container #content #rechts {
	width: 260px;
	float: right;
	margin-top: 43px;
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 20px;
}
#container #content #footer {
	background-image: url(../images/JLS_Footer.jpg);
	height: 160px;
	width: 920px;
	clear: both;
	margin-bottom: 20px;
	padding-top: 22px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
	background-color: #999;
	background-repeat: no-repeat;
}
#rechts a:link {
	color: #FFF;
	text-decoration: underline;
	background-color: transparent;
}
#rechts a:visited {
	background : transparent;
	color : #FFF;
	text-decoration : none;
	 }
#rechts a:hover  {
	color: #CCC;
	text-decoration: none;
	 }
#rechts a:active  {
	color: #CCC;
	text-decoration: none;
	 }



.tabel_links_kop {
	font-size: 16pt;
	font-family: arial;
	font-weight: bold;
	color: #000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin: 0px;
}
.tabel_links_plattetekst {
	font-family: sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #000;
	margin: 0px;
	padding-top: 22px;
	padding-bottom: 10px;
	padding-left: 13px;
}
.tabel_footer_plattetekst {
	font-family: Arial;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	vertical-align: top;
}

a img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link  {
	color: #09F; 
	text-decoration: underline; 
	background-color: #FFF;
}
 a:visited {
	background : transparent;
	color : #03C;
	text-decoration : underline;
	 }
 a:hover  {
	color: #03F;
	text-decoration: none
	 }
 a:active  {
	color: #03C;
	text-decoration: none
	 }
/* 
Start: Caption Image
*/

.automatische_caption{
		overflow:hidden;
		float:left;
		position:relative
		}
		
	.automatische_caption a{
		text-decoration:none
		}
		
	.automatische_caption a:hover{
		cursor: pointer
		}
		
	.automatische_caption a img{
		margin:0;
		border:none;
		padding:0px;
		}
		
	.automatische_caption a .auto_caption{
		display:none
		}
		
	.automatische_caption a:hover .auto_caption{
	display:inline-block;
	width:100%;
	height: 55%;
	font-size:8pt;
	line-height:12pt;
	color:#FFF;
	background:#000;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	position:absolute;
	bottom:0px;
	left:0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
		}
		
	.automatische_caption a:hover .auto_caption strong{
		display:block;
		font-size:8pt
		}
		
	.clear_caption{
		clear:both
		}

/* 
Eind: Caption Image
*/
