﻿body 
{
    background-color:#86b636;
    font-family: "Trebuchet MS" , Tahoma, Verdana, sans-serif;
    font-size: 0.75em;
    line-height: 1.5em;
    padding: 0px;
    color:#551701;
}
#main
{
    width:900px;
    height:600px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    position:relative;
}
#content
{
    width:890px;
    border-width:5px;
    border-color:#ffffff;
    border-style:solid;
    position:relative;
    height:500px;
}
#logoHome
{
    width: 152px;
	height: 60px;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10;
	background-image:url(../immagini/logo.gif);
}
#menu
{
    text-align:right;
    margin-left:auto;
    margin-right:0px;
    padding-top:40px;
    color:#ffffff;
}
#menu a 
{
    color:#ffffff;
    text-decoration:none;
}
#menu a:hover
{
    color:#1a1a1a;
    text-decoration:underline;
}
#submenu
{
    text-align:right;
    margin-left:auto;
    margin-right:0px;
    
    color:#000000;
    font-size:smaller;
}
#submenu a 
{
    color:#000000;
    text-decoration:none;
}
#submenu a:hover
{
    color:#4d4d4d;
    text-decoration:underline;
}
#header
{
    width:900px;
    height:60px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}
.immagineGrande
{
    border:0px;
    margin:0px;
    padding:0px;
}
.titoloPrincipale
{
    margin-top:0px;
    padding-top:0px;
    width:850px;
    height:15px;        
    font-size:8pt;
    text-align:right;
    padding-right:40px;
    background-color:#bd3e29;
    position:absolute;
    top:345px;
    left:0px;
    color:#f1e2ac;
}
#descrizioneHome
{
    background-image:url(../immagini/immagine2.jpg);
    position:absolute;
    top:360px;
    left:0px;
    height:140px;
    color:#ffffff;
}
#descrizioneHome p
{
    margin-left:200px;
    text-align:justify;
    padding:20px;
}
#descrizioneHome img
{
    position:absolute;
    top:0px;
    left:0px;
    right: 697px;
}
#footer
{
    padding-top:5px;
    color:#084200;
    position:relative;
    top:0px;
}
#sfondoIndex
{
    height:500px;
    width:890px;
    background-image:url(../immagini/struttura1.jpg);
}
