/* ----------- BODY ----------- */
body
{
	margin: 0;
	padding: 0;
	min-height: 100%;
}

body a
{
	cursor: pointer;
}

/* ----------- RIGHT ----------- */
#right
{
	position: absolute;
	right: 0;
	height: 100%;
	width: 100px;
	padding-left: 10px;
	padding-right: 10px;
}



/* ----------- LEFT BOXES ----------- */
#left
{
	z-index: 1;
	position: absolute;
	height: 500px;
	min-height: 100%;
	width: 100px;
	padding-left: 10px;
	padding-right: 10px;
}

#left a img
{
	border: none;
}

#left #boxfoto, #left #boxgallery, #left #boxcontact
{
	display: table-cell;
	padding: 0;
	margin: 0;
	width: 100px;
	height: 100px;
	background-position: center;
	background-repeat: no-repeat;
}

#left #boxcontact
{
	position: absolute;
	bottom: 0px;
}

#left #boxgallerycategories
{
	font-size: 80%;
}

#left #boxgallerycategories ul
{
	list-style-type: none;
	padding: 0;
	margin-left: 1em;
}

#left span.bigbox
{
	display: block;
	width: 100px;
	height: 100px;
}

#left #boxfoto				{	background-image: url("images/box-foto-bw.png");		}
#left #boxgallery			{	background-image: url("images/box-gallery-bw.png");		}
#left #boxcontact			{	background-image: url("images/box-contact-bw.png");		}

#left #boxfoto:hover		{	background-image: url("images/box-foto.png");			}
#left #boxgallery:hover		{	background-image: url("images/box-gallery.png");		}
#left #boxcontact:hover		{	background-image: url("images/box-contact.png");		}

/* ----------- CONTENT ----------- */
#content
{
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	width: 100%;
	padding-top: 0em;
}

#text
{
	margin-top: 1em;
	padding-left: 130px;
	padding-right: 130px;
	text-align: left;
}

#text h1, #text h2, #text h3, #text h4, #text h5, #text h6
{
	font-family: Monotype Corsiva, Lucida Handwriting, French Script MT, cursive;
	line-height: 120%;
	margin-top: 0;
	padding-top: 0;
	border-style: solid;
	border-width: 0 0 0.1em 0;
} 

#text h1:first-letter, #text h2:first-letter, #text h3:first-letter, #text h4:first-letter, #text h5:first-letter, #text h6:first-letter
{
	font-size: 120%;
	font-weight: bold;
}

#intro
{
/*
	position: absolute;
	left: 50%;
	bottom: 50%;
	margin-top: auto;
	margin-bottom: -202px;
	margin-left: -250px;
*/
	position: absolute;
	height: 405px;
	width: 500px;
	left: 0;
	top: 50%;
	margin-top: -202px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: center;
	border: solid black 1px;
}

#text div.caption
{
	background-color: black;
	color: white;
	text-align: center;
	font-size: 80%;
	border: solid black 1px;
}

/* ----------- FOOTER ----------- */
#footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 0.8em;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* ----------- GALLERY ----------- */
#gallery h3
{
	text-align: left;
	padding: 0.2em;
	margin: 0;
	border-style: solid;
	border-width: 0 1px 1px 0;
}

#gallery
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#gallery table.gallery, #gallery caption
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#gallery img.fullscreen
{
	border: solid black 0.5em;
	margin: 0;
	padding: 0;
}

#gallery table.gallery td.folder
{
	width: 10em;
	height: 5em;
}

#gallery table.gallery td.gallery
{
	width: 11em;
	height: 12em;
}

#gallery span.navigation
{
	display: table-cell;
	width: 15em;
	font-size: 0.8em;
}

#gallery table.gallery caption
{
	caption-side: top;
	padding: 1em 0 0 0;
}

/* ----------- MISC ----------- */
table.prices
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 25em;
}

table.prices, table.prices tr, table.prices th, table.prices td
{
	border-collapse: collapse;
	border: solid #a8e2f6 2px;
}

table.prices th, table.prices td
{
	border-width: 1px;
}

table.prices tfoot
{
	font-size: 80%;
}
