/* CSS Document */

img	{
	border: 0;
	}

p {
	text-align: justify;
	margin: 0 5px 0 5px;
	font: 9pt sans-serif;
	}

body	{
  	height: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	background: #FFFFFF;	
	color: #000000;
	font: 9pt sans-serif;
	}
	
	
	
	
/* suddivisioni principali della pagina */

div#globale	{
	color: #000000;
	background: transparent;
	width: 95%;
	margin: 0;
	padding: 0;
	text-align: left;
	}

div#contenuti 	{
	float: left;
	width: 100%;
	padding: 0;
	border: 0;
	margin: 0;
	/* False margin value for all versions of IE Win, including 6.0 */	
	margin-left: 6px;
	}

html>body div#contenuti {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-left: 11px;
	min-height: 560px;
	}

div#menu	{
	display: none;
	}

div#divisore	{
	bottom: 0px;
	height: 5px;
	clear: both;
	background: #FFFFFF;
	color: #74634C;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	}
	
div#fondo	{
	clear: both;
	border-top: 2px solid #D3BE69;
	border-left: 2px solid #D3BE69;
	border-right: 2px solid #D3BE69;
	background: #F7DF7D;
	color: #000000;
	padding: 10px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	}

div#logo {
	display: block;	
	width: 160px;
	height: 120px;
	margin: 0 0 0 15px;
	}
	
	
	
/* impostazioni testo */
	
h1	{
	display: none;
	}
	
h1 a:link, h1 a:visited	{
	display: block;	
	width: 470px;
	height: 200px;
	background: #FAF1CA url(immagini/titolo.jpg) top left no-repeat;
	margin: 5px 0 0 0;
	padding: 0;
	border: 0;
	}
	
h2 {
	font: 16pt sans-serif;
	font-weight: bold;
	border-bottom: 2px solid #D3BE69;
	margin: 20px 0 20px 0;
	}
	
h3 {
	font: 12pt sans-serif;
	font-weight: bold;
	border-bottom: 2px solid #D3BE69;
	margin: 0;
	background: #F7DF7D;
	}

h4	{
	font-weight: bold;
	line-height: 1.2em;
	margin: 15px 0 0 0;
	}
	
h5	{
	font: 8pt sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #D3BE69;
	margin: 0 0 5px 0;
	}

h6	{
	font: 8pt sans-serif;
	margin: 0 5px 0 5px;
	text-align: left;
	}

h7	{
	font: 8pt sans-serif;
	margin: 10px 0 10px 390px;
	text-align: right;
	}

a:link, a:visited {
	text-decoration : none;
	color: #74634C;
	background: transparent url(immagini/link.gif) top left no-repeat;
	padding: 0 0 0 11px;
	}

a:hover {
	text-decoration : none;
	color: #000000;
	background: transparent url(immagini/linkhov.gif) top left no-repeat;
	}

a:active {
	text-decoration : none;
	color: #785;
	background: transparent url(immagini/link.gif) top left no-repeat; 
	}



/* liste */

	
ul {
	padding: 0 0 0 15px;
	margin: 10px 0 10px 0;
	list-style-type: none;
	}
	
ul li	{
	margin: 5px 0 0 0;
	}
	
ul#pubblicazioni li	{
	margin: 20px 0 20px 0;
	}

div#contenuti dl	{
	margin-top: 5px;
	padding-top: 0;
	}
	
div#contenuti dl dt {
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
	border: 0;
	}
	
div#contenuti dl dd {
	font-size: 8pt;
	padding-bottom: 5px;
	margin: 0 30px 15px 22px;
	text-align: justify;
	border-top: 1px solid #D3BE69;
	line-height: 140%;
	}





/* div specifici */

div#indirizzo {
	font: 9pt sans-serif;
	text-align: center;
	}


div#acquisto { 
	font: 8pt sans-serif;
	width: 80px;
	margin: 20px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
	text-align: center;
        border-style: solid;
        border-width: 1px;
        border-color: #D3BE69;
      }

div#acquisto:hover {
	text-decoration : none;
	color: #000000;
	background: #F7DF7D; 
	}

div#pubbli { 
	font: 8pt sans-serif;
	width: 90px;
	margin: 2px 0 0px 25px;
        padding: 0px 0px 0px 3px;
        border-style: solid;
        border-width: 1px;
        border-color: #D3BE69;
      }

div#indietro { 
	display: none;
      }
	
div.indietromiss { 
	display: none;
	}

div.riquadro {
	page-break-before: auto; 
	margin: 20px 0 0 0;
      }
	
div.fotoframe	{
	clear: both;
	width: 100%;
	margin: 10px 0 10px 0;
	}
	
div.foto	{
	float: left;
	text-align: center;
	width: 136px;
	height: 85px;
	margin: 0 10px 0 10px;
	background: #F7DF7D;
	}

* html div.foto 	{	/* soliti problemi di digestione di explorer */
	width: 130px; 
	}
	
div.commento	{
	float: left;
	text-align: center;
	width: 136px;
	font: 8pt sans-serif;
	text-align: justify;
	margin: 0 10px 0 10px;
	}

* html div.commento 	{	/* soliti problemi di digestione di explorer */
	width: 132px; 
	}