/*stili per il layout fisso con altezza minima*/
html,body{
   margin: 0;
	padding:0;
	height:100%;
}

body{
   font-family: verdana,arial,sans-serif;
	font-size: 76%;
	text-align: center
}
	
div#container{
   position:relative; 
	width: 100%; 
	min-width: 900px;
	height: 100%;
	margin: 0 auto;
   text-align: left; 
	/*
	border-left: 2px solid #36c;
	border-right: 2px solid #36c
	*/
}

body>div#container{
   height:auto;
	min-height:100%;
}

div#footer{
	
	background-image: url("../img/specchio_10.jpg");
	background-repeat: repeat-x;
   /*
	background-color: #fbfaf4;
	border-top: thick solid #6e6648;
	*/
	height: 62px;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0;
	color: Blue;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
}

div#footer p {
	margin-top: 0.7em;
	text-align: center;
	color: #573B00;
}

/*stili generici, su header e footer*/
div#header{
	/*background-color:#36C;*/
	background-image: url("../img/specchio_10.jpg");
	background-repeat: repeat-x;
	/* color: #ff0; */
	height: 62px;
	border-bottom: 1px solid #9a8e51;
}

h1,h2{
   margin: 0;
	padding:0
}

h1{
   padding-top: 0.8em;
   padding-left:0.5em;
   padding-bottom: 0.3em;	
	font-family: georgia;
/*	letter-spacing: 0.13em; */
	font-size: 170%;
	font-style: normal;
	font-weight: normal;
	color: #6e6648;
	text-align: left;
}

h2{
   padding-left:0.5em;
	text-align: left;
}
h3{
   padding-left:0.5em;
	text-align: left;
	margin-bottom: 0px;
}

p {
	padding-top: 0;
	padding-bottom: 0.5em;
	text-align: justify;
    padding-left:0.5em;
	padding-right: 1em;
	padding-left: 1em;	
}

img.bordo {
	border: thick double #edebd5;
}
div#footer a{
   color: #fff;
	font-weight: bold;
	text-decoration: underline
}

/*stili specifici per il layout*/
div#navigation{
   /* background-color:#9cf */
	margin: 0;
	padding: 0;
}

div#content{
	padding: 1em 1em 5em;
	text-align: center;
}

div#servizi{
	text-align: left;
	font-size: 115%;
}

img.logo{
   border: none;
}

div#content a{
   text-decoration: none;
}
div#content a:hover{
   text-decoration: none;
}

/*stili per la navigazione*/
div#navigation ul{
    margin: 0;
	padding: 0; 
	list-style-type: none;
	text-align: center;
}

div#navigation li {
	display: inline;
	margin-left: 1px;
	margin-right: 1px;	
	margin-top: 0;
	margin-bottom: 0;
	/*padding: 0.25em 0.5em 0.5em 0.5em;*/
	padding: 1px;
	border-bottom: 1px solid #9a8e51;
	border-left: 1px solid #9a8e51;
	border-right: 1px solid #9a8e51;
	background-color: #fbfaf4;
} 

div#navigation a{
   color:#369;
/*	font: normal bold 1.2em/2.5em arial,sans-serif; */
	text-decoration: none;
	font-style: normal;
	font-family: georgia, serif;
	font-size: 110%;
	font-weight: bold;
	color: #6e6648;
}

div#navigation a:hover{
   color: #719d2c;
	text-decoration: underline
}

div#navigation a#activelink{
   color: #719d2c;
	text-decoration: none
}

h2.titolo_regolamento {
	text-decoration: none;
	font-style:italic;
	text-align:justify;
    padding-left:0.5em;
	font-weight: normal;
	font-size: 110%;
	margin-bottom:15px;
	margin-top:15px;
	
}
ul.regolamento, ol.regolamento{
	text-align:justify; 
	margin-bottom: 10px; 
	margin-top: 0px;
}
ul.regolamento li,  ol.regolamento li{
	text-align:justify; 
	margin-bottom: 0px; 
	margin-top: 0px;
}

table.modulo {
	border: 2px solid #9a8e51;
	width: 600px;
}
table.modulo td.solotesto {
	background-color: #fbfaf4;
}

table.elenco_fornitori {
	border: thick double #edebd5;
	border-spacing: 10px;
	margin-top:15px;
	margin-bottom: 15px;
	
}
table.elenco_fornitori th{
	/*border-bottom: thick double #edebd5;*/
	border-spacing: 10px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0px;
	font-weight: bold;
}

table.elenco_fornitori th.separatore{
	border-top: 4px double #edebd5;
	height: 5px;
}

table.elenco_fornitori td {
	/* border-top: thin solid #848442; */
	padding: 0px;
	margin: 0px;
}

table.elenco_fornitori td.importo{
	/* border-top: thin solid #848442; */
	padding: 0px;
	margin: 0px;
	text-align: right;
}
table.elenco_fornitori td.separatore {
	border-top: 1px solid #848442;
	padding: 0px;
	margin: 0px;
	height: 5px;
}


