/* struttura tabella sito */


body {
font-family: Verdana, Arial, Helvetica, sans-serif; 
margin: 0px;
padding: 5px;
background-image: url(weblink.gif);

} 

#testata {
background-color: #8B0000; 
padding-top : 10px; 
padding-right:10px;
} 

/* colonna sx */
#colsx{
vertical-align: top;
padding-left:10px;
padding-right:10px;
padding-top: 15px;
padding-bottom: 15px;
background-color: #D3D3D3;
text-align: left;
border-left-width: thin;
border-left-style: dotted;
border-left-color: #8B0000;
}


/* colonna centrale principale */
#centr {
background-color: #E9E9E9;
border-right-width: thin;
border-right-style: dotted;
border-right-color: #8B0000;
border-left-width: thin;
border-left-style: dotted;
border-left-color: #8B0000;
text-align: left;
}



/* colonna di destra */
#coldx{
padding-top: 20px;
background-color: #D3D3D3;
padding-left:10px;
padding-right:10px;
vertical-align: top;
border-right-width: thin;
border-right-style: dotted;
border-right-color: #8B0000;
text-align: left;
}


/* pič di pagina */
#footer {
background-color: #8B0000;
padding-top: 5px;
padding-bottom: 10px;
padding-left:5px;
padding-right:5px;
width:100%;
text-align: left;}


#tdloghi {
padding-top: 5px;
padding-bottom: 10px;
padding-right:5px;
}


/* fine struttura tabella sito */



/* testo */


.invisibile {display: none;} 


h1 {
font-family: Trebuchet MS;
text-align: right;
letter-spacing: 5px;
color: #E9E9E9;
font-size: 26px;
}

#testocentr {
font-size: 80%;
padding-top: 15px;
padding-left: 10px;
padding-right: 5px;
padding-bottom: 15px;
}


ul{
line-height: 150%;}

#testohome {
font-size: 90%;
text-align: justify;
padding-top: 30px;}


#testocentr a {background-color: transparent; color: #8B0000; font-weight: 500; text-decoration: underline;}

.tit {
color:#000000;
font-weight: bold;
}


.menunav {
margin-left: 10px;
font-size: 75%;
}

.menunav a {background-color: transparent; color: #8B0000; font-weight: 700; text-decoration: none;}
.menunav a:hover {background-color: #8B0000; color: #E9E9E9; font-weight: 700; text-decoration: none;}




.menudx li {
color: #8B0000;
margin-left:-20px;
line-height: 1.5;}

.menudx a {color: #8B0000; font: menu;}
.menudx a:hover {background-color: transparent; color: #8B0000; text-decoration: underline;}


.box {
font-size: 90%;
line-height: 1.6;
border-width: 1px;
border-style: dashed;
padding: 10px;
border-color: #8B0000;
}

.boxh {
font-size: 70%;
border-width: 1px;
border-style: dashed;
padding: 10px;
border-color: #8B0000;
}

.box a {background-color: transparent; color: #8B0000; font-weight: 700; text-decoration: none;}
.box a:hover {background-color: #8B0000; color: #E9E9E9; font-weight: 700; text-decoration: none;}


.footer 
{
font-family: Courier New, sans-serif; 
color: #E9E9E9;
font-size: 70%;
}


.footer a:link 
{background-color: transparent; color: #E9E9E9; text-decoration: underline;}

.footer a:visited
{background-color: transparent; color: #E9E9E9; text-decoration: underline;}



.tdloghi a:link
{text-decoration: none; color: #000000;}

.tdloghi a:hover
{text-decoration: none; color: #000000;}


.tornasu {
text-align:right;
margin-right:10px;
font-weight: 700;
}


