body {
    margin: 0px;
    padding: 0px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 1em;
    color: #000;
}

h1, h2, h3, h4 {
    font-weight: bolder;
}

h1 {
    font-size: 1.75em;
    margin-bottom: 0em;
}

h2 {
    font-size: 1.6em;
    margin-top: 0em;
}

h3 {
    font-size: 1.4em;
    margin: .5em 0em;
}
h4 {
    font-size: 1.2em;
    margin: 1.5em 0em .5em 0em;
}

h6 {
    font-size: .6em;
    font-weight: normal;

}

ul, ol {
    margin-top: 4px;
}

p {
    margin: 4px 0px;
}

.small 
{
    font-size: .85em;
}

a {
    text-decoration: none;
}

a:link, a:visited {
    color: #039;
}

a:hover, a:active {
    color: #ff0;
    background-color: #039;
}

a.logo:hover, a.logo:active {
    background-color: Transparent;
}

a img
{
    border: 0px;
}

.nascosto {
    display: none;
}

.simbolo
{
    font-family: Symbol, sans-serif;
}

.exalt
{
    font-weight: bold;
    color: #039;
}

.rosso {
    background-color: #f00;
    font-weight: bold;
    color: #fff;
    }

.giallo {
    background-color: #ff0;
    font-weight: bold;
    }

.blu {
    background-color: #00f;
    font-weight: bold;
    color: #fff;
    }

img.flag {
    border: 0px;
    width: 16px;
    height: 16px;
}

img.logo {
    width: 88px;
    height: 31px;
    border: 0px;
    margin: 0px 6px;
}

/*=====================================================*/
/* STRUTTURA ALTO                                      */
/*=====================================================*/

#alto {
    position: relative;
    width: 100%;
    height: 180px;
    margin: 0px;
	 background-color: #ff0;
    /* background: url(../images/logo2.jpg) left no-repeat #fff;*/
}

#alto #banner {
	float: left;
	margin: 5pt 0 0 10pt;
}

#alto #titolo {
    position: absolute;
    left: 410px;
    padding: 0px 4px !important;
    padding-top: 10px;
	 color: #039;
}

#alto #lingua {
	margin-left: 810px;
    font-size: 0.7em;
}

/*=====================================================*/
/* STRUTTURA SEPARATORE                                */
/*=====================================================*/

#separatore
{
    position: relative;
    width: auto !important;
    width: 100%;
    height: 20px;
    margin: 2px 0px 12px 0px;
    border-top: 1px solid #300;
    border-bottom: 1px solid #300;
    background-color: #039;
    font-size: 0.7em;
    }

#separatore ul
{
	list-style: none;
    width: auto !important;
    width: 100%;
	margin: 0px;
	padding: 2px 0px;
	background-color: #039;
	vertical-align: top;
}

#separatore ul li
{
	display: inline;
	height: 18px;
	margin: 0px;
	padding: 0px 10px 5px 20px;
	border-right: 1px solid #fff;
    background: url(../../images/arrow_w.gif) left no-repeat;
}

#separatore a
{
    padding: 2px 2px 4px 2px;
}

#separatore a:link, #separatore a:visited
{
    color: #ff0;
}

#separatore a:hover, #separatore a:active
{
    color: #039;
    background-color: #ff0;
}

/*=====================================================*/
/* STRUTTURA CONTENUTO                                 */
/*=====================================================*/

#contenuto
{
    position: relative;
    width: auto !important;
    width: 100%;
    height: 60%;
    margin: 0px;
}

#contenuto table
{
    width: 95%;
    border: 1px solid #ccc;
}

#contenuto .box2
{
    margin: 8px 0px;
    padding: 4px 2px;
    border: solid 1px #ccc;
}

#contenuto .box2 b
{
    margin-right: 12px;
}

div.col1, div.col2
{
    width: 47%;
    border: 1px solid #ccc;
    margin: 4px;
    padding: 2px;
}

div.col1
{
    float: left;
}

div.col2
{
    float: right;
    display: inline;
}

#contenuto input, #contenuto textarea {
    font-family: Tahoma, Arial, sans-serif;
    margin: 2px 4px 0px 0px;
    border: solid 1px #ddd;
    font-size: 0.85em;
}

#contenuto input.tasto {
    color: #fff;
    background-color: #999;
}


/* INDICE (AREE SINISTRA E DESTRA)                              */
/*=====================================================*/

#contenuto #sinistra
{
    float: left;
}

#contenuto #destra
{
    float: right;
}

#contenuto #indice, #contenuto #destra
{
    width: 148px !important;
    width: 150px;
    height: 100%;
    padding: 2px;
    font-size: .75em;
}

#contenuto #indice p
{
    margin-bottom: 1em;
}

#contenuto #indice li
{
    list-style: none;
    text-indent: -32px;
}

#contenuto #indice .box, #contenuto #news .box, #contenuto #indice .boxpieno
{
    width: 142px !important;
    width: 150px;
    border: solid 1px #039;
    margin: 0px 0px 8px 0px;
    padding: 4px 2px;
}

#contenuto #indice .box, #contenuto #news .box
{
    background-color: #ffc;
}

#contenuto #indice .boxpieno
{
    font-weight: bold;
    color: #ff0;
    background-color: #039;
    text-align: center;
}

#contenuto #indice a:link, #contenuto #indice a:visited
{
    border: 0;
    color: #039;
}

#contenuto #indice a:hover, #contenuto #indice a:active
{
    color: #ff0;
    background-color: #039;
}


/* CENTRO (AREA TESTO)                                 */
/*=====================================================*/

#contenuto #centro
{
    display: block;
    min-width: 560px !important;
    width: auto;
    height: 100%;
    margin-right: 150px;
    margin-left: 154px;
    padding: 4px 8px !important;
    padding: 0px 2px;
    font-size: .8em;
}

#contenuto #centro table
{
    margin: 4px;
    padding: 2px;
    font-size: 1em;
}

#contenuto #centro thead, #contenuto #centrodx thead {
	font-weight: bold;
}

#contenuto #centro tbody tr, #contenuto #centrodx tbody tr {
	padding-bottom: 6px;
   border-bottom: solid 1px #039;
}

#contenuto #centro th, #contenuto #centro td
{
    text-align: left;
    vertical-align: top;
}

#contenuto #centro th, #contenuto #centro thead, #contenuto #centrodx thead
{
    text-align: left;
    vertical-align: top;
    color: #fff;
    background-color: #039;
}

#contenuto #centro dl dt
{
	clear: left;
	float: left;
}

#contenuto #centro dl dd 
{
    display: block;
	text-indent: 0px;
	margin: 4px 0px 0px 25px;
}

#contenuto #centro #banner
{
    height: 124px;
    background: url(../images/scalata.jpg) left no-repeat;
}


/* CENTRO (AREA TESTO LARGA)                           */
/*=====================================================*/

#contenuto #centrodx
{
    display: block;
    width: auto;
    height: 100%;
    margin-left: 154px;
    padding: 2px;
    font-size: .8em;
}

#contenuto #centrodx table
{
    margin: 4px 0px;
    padding: 0px 2px;
    font-size: 1em;
}

#contenuto #centrodx th, #contenuto #centrodx td
{
    text-align: left;
    vertical-align: top;
}

#contenuto #centrodx th
{
    color: #fff;
    background-color: #039;
}

#contenuto ul.salite, #contenuto ul.salite1, #contenuto ul.home, #contenuto ul.home1
{
	list-style: none;
    width: auto !important;
    width: 100%;
	margin: 0px;
	padding: 1px 0px;
}

#contenuto ul.salite li, #contenuto ul.salite1 li, #contenuto ul.home li, #contenuto ul.home1 li
{
	display: inline;
	width: auto !important;
	width: 11%;
	margin: 0px;
	padding: 0px 4px;
	vertical-align: top;
}

#contenuto ul.home li, #contenuto ul.home1 li
{
	width: 33%;
}

#contenuto ul.salite li.primo, #contenuto ul.salite1 li.primo
{
	width: 30%;
}

#contenuto ul.salite1 li, #contenuto ul.home1 li
{
    font-weight: bold;
	color: #fff;
	background-color: #039;
}

#contenuto .sfoglia
{
    padding: 2px;
    font-size: .9em;
    color: #fff;
    background:  #039;
}

#contenuto .sfoglia a
{
    color: #fff;
}

/*=====================================================*/
/* STRUTTURA FONDO 1                                   */
/*=====================================================*/

#fondo 
{
    clear: both;
    width: 100%;
    text-align: center;
}

#fondo div
{
    margin-top: 4px;
    border-top: 1px solid #000;
    padding: 6px 0px;
}

#fondo p, #fondo h6
{
    margin: 6px;
    padding: 0px 2px;
    text-align: center;
    color: #039;
}

#fondo p
{
    font-size: .7em;
}

#fondo a img
{
    background-color: #fff;
}