
/* main settings */
body
{
	position: relative;

	margin: 10px;

	text-align: center;

	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;

	/*border: solid 1px;*/
}


#cornice
{
	display: block;
	position: relative;

	width: 740px;
	min-width: 740px;
	max-width: 740px;
	margin: 0;
	padding: 0;

	margin-left: auto;
	margin-right: auto;
	/*border: solid 1px;*/
}

.hidden
{
	display: none;
}

ul, li
{
	list-style: none;
}

a:link, a:visited
{
	text-decoration: none;
	color: #996600;
}


a:hover, a:active
{
	text-decoration: underline;
	color: #800000;
}

img
{
	margin: 3px;
}
/* /main settings */


/* main structure */
#head
{
	display: block;
	position: relative !Important;
	float: right;

	width: 500px;
	min-width: 500px;
	max-width: 500px;
	height: 90px;
	margin: 0;
	padding: 0;

	margin-bottom: 20px;

	border-bottom: solid 1px black;

	/*border: dashed 1px black;*/
}

#head h1
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;

	font-size: 12pt;
	color: #800000;
}

#head h2
{
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;

	font-size: 14pt;
	color: #996600;
}

#head img
{
	display: block;
	position: absolute;
	right: 0px;

	margin: 3px;
	padding: 3px;
	border: solid 1px #000;
}




#left
{
	display: block;
	float: left;

	width: 220px;
	min-width: 220px;
	max-width: 220px;
	min-height: 450px;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;

	text-align: left;

	border-right: solid 1px;

	/*border: dashed 1px black;*/
}

#left #motto
{

	margin-right: 10px;
	padding: 20px;

	border-left: solid 1px #000;
	border-bottom: solid 1px #000;

	text-align: justify;
	font-weight: bold;
	color: #800000;
}

#left #motto #fonte
{
	text-align: left;
	font-weight: normal;
	font-style: italic;
	font-size: 9pt;
	color: #000;
}


#left #foto
{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#left a
{
	font-weight: bold;
}



#right
{
	float: right;
	width: 500px;
	margin-bottom: 20px;

	text-align: justify;

	/*border: dashed 1px black;*/
}

#right #title
{
	padding-left: 5px;

	text-align: left;

	background-color: #92b3b8;
}

#right #title h1
{
	font-size: 12pt;
	color: white;
}

#right #title h2
{
	font-size: 10pt;
	color: white;
}



#bottom
{
	display: block;
	position: relative;
	clear: both;

	margin: 0;
	padding: 2px;

	font-size: 8pt;
	text-align: right;

	border-top: solid 1px black;

	/*border: dashed 1px black;*/
}
/* /main structure */

#bottom #bottom_menu
{
}


#bottom #legal
{
	float: left;
	font-family: Serif;

	margin-top: 20px;

	text-align: left;
	font-size: 8pt;
}

#bottom #counter
{
	float: right;
	margin-top: 20px;
}
/* page specific */

/* biblio */
#bib_item
{
	margin-top: 20px;
}

#bib_item #reference
{
	padding: 5px;
	background-color: #92b3b8;
	border: solid 1px #000;
}

#bib_item #reference h1
{
	display: inline;
	font-size: 12pt;
	font-weight: bold;
	color: #fff;
}

#bib_item #reference h2
{
	display: inline;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
}

#bib_item #dati
{
	font-size: 9pt;
	font-weight: normal;
	color: #000;
}

#bib_item #text
{
	margin-top: 20px;
}

#bib_item #text img
{
	float: right;
	margin: 10px;
	margin-left: 20px;
}

#bib_item #links
{
}



#intervento
{
	border-bottom: dashed 1px #000;
}

#intervento h1
{
	margin: 2px;
	font-size: 12pt;

}

#intervento h2
{
	font-size: 10pt;

	color: #fff;
	background-color: #92b3b8;

}



#link
{
	border-bottom: dashed 1px #000;
}

#link h1
{
	margin: 2px;
	font-size: 12pt;

}

#link h2
{
	font-size: 10pt;

	color: #fff;
	background-color: #92b3b8;

}



#appuntamento
{
	border-bottom: dashed 1px #000;
}

#appuntamento h1
{
	margin: 2px;
	font-size: 12pt;

}

#appuntamento h2
{
	margin: 2px;
	font-size: 10pt;

	color: #fff;
	background-color: #92b3b8;
}

#appuntamento h3
{
	margin: 2px;
	font-size: 10pt;
}

#appuntamento h4
{
	margin: 2px;
	font-size: 10pt;
}

#gallery
{
	width: 500px;
	min-width: 500px;
	max-width: 500px;
}

#gallery .left
{
	float: left;
	margin: 10px;
	padding: 10px;
	border: 1px solid black;
	background-color: #92b3b8;
	max-width: 200px;
}

#gallery .right
{
	float: right;
	margin: 10px;
	padding: 10px;
	border: 1px solid black;
	background-color: #92b3b8;
	max-width: 200px;
}

#gallery img
{
	border: 1px solid #444444;
	width: 200px;
	min-width: 200px;
	max-width: 200px;
}

#gallery .caption
{
	text-align: left;
	margin: 4px;
	padding: 4px;
	background-color: #ffffff;
}

#gallery .allinea
{
	clear: both;
}

