/***********************
 (c) 2002 E-side s.r.l. 
 ***********************/
 
/* Stile vuoto */
.base{
color: #666; 
}

body { 
    color: #666; 
    margin:0px;
    font-size: 0.875em;    /* 14px / 16px */ 
    font-family: 'Times New Roman', serif; 
 line-height: 1.35em;
} 

h1,h2,h3,p{margin:0;padding:0;}

h1,h2,h3 {
    font-family: 'EBGaramondRegular', 'Times New Roman', serif; 
    letter-spacing: -0.03em;
    font-weight: normal;
}

h1 {
    font-size: 3.571em;   /* 50px / 14px */
    color: #0075bb;
    line-height: 1.25em;
}   

h2 {
    font-size: 1.429em;   /* 20px / 14px */
    color: #777;   
    line-height: 1.05em;
}
h3, h3 a{
    color: #0075bb; 
    font-size: 1.286em;         /* 18px / 14px */  
    line-height: 1.15em;
}   
h3 a  {
	text-decoration: none;
}

a{
	color: #0075bb;
}
a:hover{
	color: #666;
}
a img {
    border: none;
}

/*** paragrafi Homepage ***/

.h2_home, .par_1, .par_2, .par_3, .par_4 {
    position: absolute;
}

.h2_home {
    width: 70%;
}

.par_1 {
    width: 60%;
    top: 100px;
    left: 0;
}

.par_2 {
    width: 50%;   
    top: 253px;
}

.par_3 {
    width: 40%;   
    top: 351px;
}

.par_4 {
    width: 37%;  
    top: 451px;
}

.testo_rimanente {
    margin-top: 450px;
}

/*** Colori ***/

.titolo1
{
font-size:1.429em;    /* 20px / 14px */
font-weight: bold;
color: #0075bb;
}

.titolo2
{
font-size:1.2em;    /* 14px / 14px */ 
font-weight: bold;
color: #0075bb;
}

.titolo3
{
font-size:1em;    /* 14px / 14px */ 
font-weight: bold;
color: #0075bb;
}

.colorato
{
font-size:1em;    /* 14px / 14px */ 
color: #0075bb;
}

.azzurro {
    color: #1778C5;
}


/* tabella tariffe */

.tabella_tariffe{
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
}

.tabella_tariffe caption{
background:#1778C5;
color:white;
font-weight:bold;
text-align:center;
padding:2px 0;
}

.tabella_tariffe td{
border-left:1px solid #ccc;
border-top:1px solid #ccc;
color:#666;
padding:2px 0 2px 10px;
}

h2.concorso {
color: #0070c0;
font-size:36px;
font-weight:bold;
text-align:center;
margin-bottom:8px;
}