body {
    font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica;
    color: #034277;
    font-size: 0.8em;
    background-image: url(../img/sfondo_pagine.gif);
    background-repeat: repeat-y;
    margin: 0px;
    padding: 0px;
}

a {
    color: #034277;
    text-decoration: underline;    
}

a:hover {
    color: #034277;
    text-decoration: none;
}

.clearboth {
    clear: both;
}

#totale {
    width: 1025px;

}

/* ------------------------------------------------------------------ COLONNA SINISTRA */

#colonna_sx {
    width: 210px;
    float: left;
    background-color: #F8FCFC;
    border-right: 1px solid #D8E3EE;
    margin: 0px;
    padding: 0px;
}

#lingue {
    text-align: center;
}

#lingue img {

}

#menu ul {
    padding: 0px;
    margin: 0px;
}

#menu ul li {
    padding: 3px;
    border-bottom: 1px solid #F8FCFC;
    border-top: 1px solid #F8FCFC;    
}

#menu ul li:hover {
    padding: 3px;
    border-bottom: 1px solid #D8E3EE;
    border-top: 1px solid #D8E3EE;
    background-color: #ffffff;
}

#menu ul li a {
    list-style-type: none;
    background-image: url(../img/puls_off.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    margin-left: 10px;
    text-decoration: none;
    color: #00549B;
    font-weight: bold;
}

#menu ul li a:hover {
    color: #FF6400;
    background-image: url(../img/puls_on.gif);
    background-repeat: no-repeat;
}

#menu ul li .secondo a {
    background-image: none;
    background-color: #ffffff;
    font-weight: normal;
    font-size: 0.9em;
    padding: 0px;
    margin: 0px;
    padding-left: 10px;
}

#menu ul li .secondo a:hover {
    background-image: none;
    background-color: #FDF8DA;
}

#utility {
    padding: 10px;
    margin: 0px;
    background: #1162A4 url(../img/utility-sfondo.jpg) repeat-x;
}

#utility #galleria_foto,
#utility #galleria_video {
    padding-bottom: 10px;
}

#utility img {
    float: left;
}

#utility a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

#utility a:hover {
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
}



/* ------------------------------------------------------------------ COLONNA CENTRO */
#colonna_centro {
    width: 780px;
    float: left;
    border-right: 1px solid #D8E3EE;
}

#colonna_centro td {
    font-size: 0.75em;
    font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica;
}

#colonna_centro h1 {
    font-size: 1.5em;
    font-family: Comic Sans MS, Verdana, Geneva, Arial, Helvetica;
    background-image: url(../img/sf_titoli.gif);
    padding: 30px;
    background-position:20px 55px;
    background-repeat: no-repeat;
}

span.wrong_code {
	color: #ff0000;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 10px;
}


/* ------------------------------------------------------------------ FOOTER */

#footer {
    background-image: url(../img/footer.gif);
    background-repeat: repeat-x;
    padding: 1px 20px 70px;
}

