@import url("menu.css");

body {
margin: 0px;
padding: 0;
height: 100%;
background: #594137 url(img/sfondino.gif) repeat-y top center;
color: #000000;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

img, img a {
border: 0;
}

/* Immagini interne alla testata in home page */

#imgtst1 {
position: absolute;
margin-top: 0px;
margin-left: 0px;
width: 750px;
height: 180px;
background: #FFFFFF url(img/testata01.gif);
color: inherit;
}

#imgtst2 {
position: absolute;
margin-top: 185px;
margin-left: 0px;
width: 750px;
height: 67px;
background: #FFFFFF url(img/testata02.jpg) no-repeat top;
color: inherit;
}

/* Posizionamento dei DIV */

#titolo {
position: absolute;
margin-top: -4000px;
margin-left: -9000px;
}

#testata {
position: relative;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
width: 750px;
height: 250px;
background-color: #FFFFFF;
color: inherit;
}

#corpo {
position: relative;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
width: 750px;
min-height: 835px;
background-color: #FFFFFF;
color: inherit;
}

#menu {
z-index: 5;
float: left;
margin-top: 0px;
margin-left: 10px;
padding-top: 30px;
width: 150px;
min-height: 500px; 
background: #FFFFFF url(img/fregio2.jpg) no-repeat top;
color: inherit;
}

#contenitore {
z-index: 4;
margin: 20px 15px 0 175px;
padding-bottom: 40px;
min-height: 620px;
background-color: #FFFFFF;
color: inherit;
text-align: center;
}

#footer {
position: relative;
margin: 0 auto 0 auto;
width: 750px;
min-height: 210px;
background: #FFFFFF url(img/sfondofooter.jpg) no-repeat top;
color: #000000;
}

/*Posizionamento delle immagini nel corpo centrale*/

.box {
width: auto;
min-height: 250px;
margin: 30px 0 30px 0;
}

.colonna1 {
float: left;
width: 270px;
margin-bottom: 20px;
margin-left: 5px;
padding-top: 0;
}

.colonna2 {
margin-bottom: 20px;
margin-left: 285px;
width: 270px;
padding-top: 0;
}

.imgdx {
float: right;
margin: 0 20px 0 0;
}

.imgsx {
float: left;
margin: 0 20px 0 0;
}

/*Formattazione del testo (e immagini sostitutive dei testi)*/

h1, h2, h3 {
}

.titolo {
margin: 30px 20px 20px 15px;
color: #660000;
background-color: inherit;
text-align: left;
}

.titoletto {
color: #660000;
background-color: inherit;
text-align: left;
font-weight: bold;
font-size: 1.3em;
}

.corpotesto {
font-size: 0.85em;
color: #666666;
background-color: inherit;
text-align: left;
margin: 0 20px 30px 0;
padding-top: 10px;
}

.corpotestorientro {
font-size: 0.85em;
color: #666666;
background-color: inherit;
text-align: left;
margin: 0 20px 20px 15px;
padding-top: 0;
}

h2.skip_navigation {
display: none;
}

#corpo h2 {
color: #FFFFFF;
background-color: inherit;
font-size: 1.2em;
font-weight: normal;
margin: 0 0 0 26px;
padding: 13px 0 0 0;
}

#menu h3 {
display: none;
}

#footer p {
clear: right;
font-size: 0.7em;
font-weight: normal;
margin: 0;
padding: 130px 0 18px 0;
text-align: center;
}

#footer a {
color: #FFFFFF;
background-color: inherit;
font-size: 1em;
margin: 0px;
padding: 0;
text-align: center;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.mail {
color: #660000;
background-color: inherit;
text-decoration: none;
font-weight: bold;
}

.evidenzia {
font-style: italic;
font-weight: bold;
}

