/********************************************/
/* body */
/********************************************/
body
{
	margin: auto;
	width: 850px;
	font-family: "Zapf chancery", "Monotype Corsiva", "URW Chancery L", Helvetica, serif;
	/*background-color: #FFFF99;*/
}


/********************************************/
/* top									*/
/********************************************/

div#top 
{
	width: 850px;
	height: 90px;
	font-size: 1.3em;
	background-color: #456be6;
/*	background-color: #d6effc;*/
}


/********************************************/
/*Menu*/
/********************************************/

div#menu 
{
	width: 195px;
	float: left;
	/*background-color: #e9f7fe;*/
}

	div#menu dl dt
	{
		text-align: left;
		margin-bottom: 10px;
	}
	
		div#menu dl dt a
		{
			text-decoration: none;
			width: 125px;
			font-size: 1.2em;
			color: #456be6;
			/*color: #cc9933;*/
		}


/*************************************************************/
/*Text box for all pages and settings for font and body text*/
/*************************************************************/

div#pageText
{
	width: 615px;
	padding: 8px 20px 0px 20px;
	text-align: left;
	float: right;
	font-size: 1.2em;
	/*background-color: #e9f7fe;*/
}

	div#homeText h1
	{
		font-weight: bold;
		font-size: 1.15em;
		margin-bottom: -15px;
	}
   div#homeText h2
	{
		font-weight: 5px;
		font-size: 1.0em;
		margin-bottom: -70px;
		}
   
	div#homeText p
	{
		font-weight: normal;
		font-size: 1.0em;
	}
/*************************************************************/
/*Text box for home page and settings for font and body text*/
/*************************************************************/

div#homeText
{
	width: 615px;
	padding: 8px 20px 0px 20px;
	text-align: left;
	float: right;
	font-size: 1.2em;
	/*background-color: #e9f7fe;*/
}

	div#homeText h1
	{
		font-weight: bold;
		font-size: 1.15em;
		margin-bottom: -15px;
	}

	div#homeText p
	{
		font-weight: normal;
		font-size: 1.0em;
	}


/********************************************/
/*Menu Termine*/
/********************************************/


/********************************************/
/*Box to display image on homepage*/
/********************************************/

div#homeImage
{
	width: 615px;
	padding-top: 15px;
	text-align: center;
	float: right;
	/*background-color: #e9f7fe;*/
}




/*/********************************************/
/*/* generic class to centre images with no margins*/
/*/********************************************/
/*.centeredImage
{
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}*/


/********************************************/
/*Thumbnail filmstrip*/
/********************************************/

#Filmstrip
{
	width: 110px;
	height: 490px;
	overflow: auto;
	white-space: nowrap;
	float: right;
	margin-top: 8px;
}

	#Filmstrip dl dt
	{
		margin-bottom: 2px;
		text-align: center;
	}

		#Filmstrip dl dt a img
		{
			border: 0;
		}


/**********************************************************/
/*Central larger image produced by link from thumbnails/*
/**********************************************************/

#centralImage
{
	text-align: center;
	width: 559px;
	border: 0;
	padding-top: 25px;
	float: right;
}

	#centralImage p
	{
		text-align: center;
		font-family: "Zapf chancery", "Monotype Corsiva", "URW Chancery L", Helvetica, serif;	
		margin-top: 5px;
		margin-bottom: 2px;
		font-size: 1.2em;
	}

	#centralImage a img
	{
		border: none;
	}

	#centralImage .centeredImage
	{
		text-align: center;
		margin-top:0px;
		margin-bottom:0px;
		padding:0px;
	}

	#centralImage .links
	{
		font-family: "Zapf chancery", "Monotype Corsiva", "URW Chancery L", Helvetica, serif;
		text-align: center;
		font-size: 1.0em;
	}

	#centralImage a:link
	{
		font-family: "Zapf chancery", "Monotype Corsiva", "URW Chancery L", Helvetica, serif;
		text-align: center;
		font-size: 1.0em;
		color: #000000;
	}


/*********************************************************/
/*Info for users*/
/*********************************************************/

#scramble
{
	width: 630px;
	height: 505px;
	float: right;
}

	#scramble p
	{
		text-align: left;
		font-family: "Zapf chancery", "Monotype Corsiva", "URW Chancery L", Helvetica, serif;
		font-size: 15pt;
	}

	#scramble p span
	{
		font-size: 12pt;
		bottom: 0px;
	}

	#scramble img
	{
		margin-bottom: -6px;
		border: none;
	}
