/* CSS Document */

html {
}

body {
	height: 100%; 
	margin: 0px; padding: 0px;
	background-color: #ffffff; 
	text-align: left;
	font-family: verdana, arial, sans-serif;
	font-size: 84%;
	line-height: 1.40em;
	color: #404040;
        width: 950px;
}

.banner {
	background-color: white;
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top right;
	border: 0;
	color: #008030;
	padding-top: 10px;
	height: 60px;
	margin: 5px 0px 0px 10px;
	text-align: left;
}

.banner h1, .banner h3 {
	/*display: inline;*/
	font-weight: bold; 
	padding: 15px;
        margin-top: 0;
}

.banner h1 {
	font-size: 24pt;        
}

.banner h3 {
	font-size: 12pt;
}

.banner img{
	float: left;
	height: 60px;
}

.footer{
clear:both;
}

div.commenti{
	margin: 5px;
	padding: 10px;
	border: solid black 1px;
	background-color: #f0fee4; 
}

address {
    background-color: #f0fee4;
    /*background-image: url(../images/footer.jpg);*/
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right;
    color: #008030;
    /*height:45px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    text-align: center;
    clear: right;
}

address img {
   display: inline;
   float: left;
   vertical-align: middle;
   width: 88px;
}

a:link img, a:visited img {
    border-style: none;
}

a img {color: black} /* The only way to hide the border in NS 4.x */



caption{
font-size: 12pt;
font-weight: bold;
}

th,tfoot {
font-size: 10pt;
font-weight: bold; 
color: #000000; 
background-color: #ECFF99;
padding: 3px;
}

td {
font-size: 10pt;
padding: 2px;
}

A:link          {text-decoration: none; color: #0000FF}
A:visited       {text-decoration: none; color: #0000FF}
A:hover         {color: #000000; background-color: #ffff66; text-decoration: none}


.barretta {
	FONT-WEIGHT: normal;
	COLOR: #ffffff;
	BACKGROUND-COLOR: #1ACF71;
	BORDER-TOP: #ffffff 1px solid;
	BORDER-RIGHT: #000000 0px solid;
	BORDER-BOTTOM: #000000 0px solid;
	BORDER-LEFT: #000000 0px solid;
	PADDING: 0px;
	TEXT-ALIGN: center;
}
.barretta A, .barretta A:link, .barretta A:visited {
	COLOR: #ffffff;
        BACKGROUND-COLOR: #1ACF71;
	TEXT-DECORATION: none;
}

.barretta A:hover {
	COLOR: #ffffff;
	/*BACKGROUND-COLOR: #27a24c;*/
	TEXT-DECORATION: none
}

.navigazione{
	position:absolute;
	left:1px;
	top:100px;
	z-index:1;
	background : #fffff;
	border: 0px;
	color : #508A57
	padding: 0px;
	width : 9em;
	font-size: 110%;
}

.navigazione a{
	color :#508A57;
}

.navigazione a:hover {
	color :#000000;
	background-color: #ffffff;
}

.navigazione p{
	border-top    : 0px solid #ffffff;
	border-right  : 0px solid #000000;
	border-bottom : 0px solid #000000;
	border-left   : 0px solid #ffffff;
	margin : 0px;
	padding : 3px;
}

.nav2 {
        color: #475134;
	border-top    : 0px solid #000;
	border-right  : 0px solid #000;
	border-bottom : 0px solid #000;
	border-left   : 0px solid #000;
        margin-left   : 1em;

}

.nav2 a{
color: #475134
}

/* Stile della sezione "principale" */
#principale {
	background-color: #FFFFFF;
	border-left: #aaaaaa 0px dotted;
	color: #000000;
	margin-left: 10.5em;
	margin-top: 10px;
	margin-right: 1em;
	padding: 10px;
	text-align: justify;
}


#principale img {
	margin: 5px;
        margin-left: 10px;
	border: solid black 1px;
}

img.thumb {
float:left;
padding:5px;
}





