/*************************************************************************************************/
/* Author:		Lively                                                                           */
/* Description:	Stylesheet   						                                             */
/*************************************************************************************************/
@media print {
	/* hide Sifr */
	.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
		display: none !important;
		height: 0;
		width: 0;
		position: absolute;
		overflow: hidden;
	}
	
	span.sIFR-alternate {
		visibility: visible !important;
		display: block !important;
		position: static !important;
		left: auto !important;
		top: auto !important;
	}
}


@media screen, handheld {
	/*************************************************************************************************/
	/* SIFR                                                                                          */
	/*************************************************************************************************/
	/* These are standard sIFR styles... do not modify */
	
	.sIFR-flash {
		visibility: visible !important;
		margin: 0;
	}
	
	.sIFR-replaced {
		visibility: visible !important;
	}
	
	span.sIFR-alternate {
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
	}
	
	/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
	.sIFR-flash + div[adblocktab=true] {
	  display: none !important;
	}
	
	/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
	
	.sIFR-hasFlash h1 {
		visibility: hidden;
		font-size:				15px;
		letter-spacing:			-3px;
		line-height:			100%;
	}
	
	/*************************************************************************************************/
	/* GENERAL SETTINGS                                                                              */
	/*************************************************************************************************/
	html {
		width:					100%;
		height:					100%;
	}
	
	body {
		width:					100%;
		height:					100%;
		
		margin:					0px 0px 16px 0px;
		padding:				0px 0px 0px 0px;
	
		font-family: 			Trebuchet MS, Arial, Helvetica;
		font-size:				.8em;
		line-height:			150%;
		color:					#FFFFFF;
	
		background-position: 	top left;
		background-repeat: 		repeat-x;
		background-image: 		url('images/general/backgroundtexture.gif'); 
		background-color:		#333333;
	}

	h1 {
		padding:				0px 0px 0px 0px;
		margin:					0px 0px 0px 0px;
		
		font-size:				1.14em;
		font-weight:			bold;
		color:					#bfff00;

	}

	h2 {
		padding:				0px 0px 0px 0px;
		margin:					0px 0px 0px 0px;

		font-family: 			Arial, Helvetica;
		font-size:				1.0em;
		font-weight:			bold;
		color:					#ffffff;
	}
	
	img {
		border: 				none;
	}

	form {
		padding:				0px 0px 0px 0px;
		margin:					0px 0px 0px 0px;
	}
	
	#containerLeft a ,#containerRight a, #containerMiddle a {
		color:					#FFFFFF;
		text-decoration:		underline;

	}
	
	#containerLeft a:hover ,#containerRight a:hover , #containerMiddle a:hover  {
		color:					#bfff00;
		text-decoration:		underline;
	}
	
	
	ul {
		list-style-type: 		square;
	}
	
	hr {
		height:					1px;
		color:					#4d4d4d;
		margin:					0px 0px 0px 0px;
	}
	
	table,tr,td {
		padding:				0px 0px 0px 0px;
		margin:					0px 0px 0px 0px;
	}
	/*************************************************************************************************/
	/* CONTAINERS                                                                                    */
	/*************************************************************************************************/
	.containerInvisible {
		display:				none;
	}
	
	#containerShadow {
		position: 				relative;
		
		left: 					50%;
		width: 					758px;
		height:					100%;
		
		padding:				0px 0px 0px 0px;
		margin:					24px 0px 0px -379px;
		background-image: 		url('images/general/backgroundshadow.gif'); 
		background-position: 	left top;
		background-repeat: 		no-repeat;
	
	}
	
	#containerTotal {
		position: 				relative;

		left:					0px;
		top:					0px;
		
		width: 					750px;
		height:					100%;
		
		padding:				0px 0px 0px 0px;
		margin:					0px 0px 0px 10px;
		
		background-position: 	0px 11px;
		background-repeat: 		no-repeat;
		background-image: 		url('images/general/salonbackground.jpg'); 
	}
	
	#containerNavigation {
		position:				relative;

		width:					728px;
		height:					20px;
		
		margin-top:				12px;
	}

	#containerSubNavigation {
		position:				relative;
		
		width:					728px;
		height:					20px;
		
		margin-top:				4px;
	}
	
	#containerLeft {
		position:				relative;
		float:					left;
		
		left:					0px;
		top:					0px;
		width:					442px;
		padding:				12px 18px 10px 18px;
		margin:					0px 0px 0px 0px;
	}
	

	#containerRight {
		position:				relative;
		float:					left;
	
		left:					0px;
		top:					0px;
		width:					232px;
		
		padding:				12px 0px 10px 18px;
		margin:					0px 0px 0px 0px;
	}
	
	.standardBlock {
		position:				relative;
		float:					left;
		clear:					both;
	
		left:					0px;
		top:					0px;
		width:					232px;
		
		padding:				14px 0px 12px 0px;
		margin:					0px 0px 0px 0px;
	}
	
	#footer {
		position:				relative;
		float:					left;
	
		left:					0px;
		top:					0px;
		width:					728px;
		
		font-size:				.8em;
		color:					#999999;
	}
	
	#footer a {
		font-weight:			bold;
		text-decoration:		none;
		color:					#999999;
	}
	
	#footer a:hover {
		font-weight:			bold;
		text-decoration:		underline;
		color:					#ACE500;
	}
	/*************************************************************************************************/
	/* HEADER                                                                                        */
	/*************************************************************************************************/
	
	#headerTop {
		position:				relative;

		width:					728px;
		height:					142px;
	}

	#headerLogo {
		position:				relative;
		top:					114px;
		left:					18px;
		
		width:					360px;
		height:					32px;

		cursor:					hand;
		cursor:					pointer;

		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/general/logo.png',sizingMethod='scale');
	}

	html>body #headerLogo {
	    background: url('images/general/logo.png');
	}


	/*************************************************************************************************/
	/* NAVIGATION                                                                                    */
	/*************************************************************************************************/
	#containerNavigation ul {
		position:				relative;
		
		padding:				0px 0px 0px 18px; 
		margin: 				4px 0px 1px 0px;
		
		list-style: 			none;
	}
	
	#containerNavigation ul li {
		position:				relative;
		float:					left;
		
		padding:				3px 10px 3px 13px;
		line-height: 			100%;
		
		background-position: 	1px 8px;
		background-repeat: 		no-repeat;
		background-image: 		url('images/menu/bullet.gif');
	}
	#containerNavigation ul .first{
		position:				relative;
		float:					left;
		
		padding:				3px 10px 3px 0px;
		line-height: 			100%;
		
		background-image: 		none;
	}

	/*************************************************************************************************/
	/* PAGE SPECIFIC                                                                                 */
	/*************************************************************************************************/
	#openingsTijden {
		width:					232px;
		font-size:				.8em;
		line-height:			145%;	
	}
	

}

