﻿/* inizio – stili generali dei tag */
body
{
    font-family: Verdana;
    font-size: 10px;
    background-color: #000;
    padding: 0;
    margin: 0 auto;
    color: #fff;
}

h1
{
    font-size: 14px;
    margin: 0;
    padding: 0;
}

img
{
    border: 0;
}

a
{
    outline: none;
    color: #fff;
    text-decoration: underline;
}
a:hover
{
    outline: none;
    color: #fff;
    text-decoration: none;
}

ul
{
    margin: 0;
    padding: 0;
}

input
{
    font-size: 11px;
}

textarea
{
    font-size: 11px;
}

/* fine – stili generali dei tag */



/*INZIO - float*/
.float-contenitore
{
    overflow: hidden;
    width: 100%;
}

.float-left
{
    float: left;
    display: inline;
}

.float-right
{
    float: right;
    display: inline;
}
/*FINE - float*/





#div-page
{
    width: 600px;
    margin: 0 auto;
    position: relative;
}
.colonna-sx
{
    width: 110px;
    padding-top: 250px;
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 2;
}
.div-sito
{
    width: 525px;
    border: 25px solid #b90232;
    height: 525px;
    position: absolute;
    left: 100px;
    top: 0;
    z-index: 1;
}
.div-immagini
{
    height: 225px;
}
.logo
{
    height: 75px;
}
.div-contenuti
{
    height: 225px;
    background-image: url(img/back_bottom.gif);
    background-repeat: no-repeat;
    background-position: top;
}
.div-footer
{
    color: #999999;
    font-family: Arial;
    font-size: 9px;
    left: 100px;
    position: absolute;
    text-align: center;
    top: 580px;
    width: 575px;
}

.div-footer a
{
    color: #999;
    text-decoration: none;
}
.div-footer a:hover
{
    color: #999;
    text-decoration: underline;
}

.menu
{
    font-family: Arial;
    font-size: 11px;
    color: #999;
    text-align: right;
}
.menu a
{
    font-family: Arial;
    font-size: 10px;
    color: #999;
    text-decoration: none;
    display: block;
    margin-right: 25px;
    padding-right: 2px;
}
.menu a:hover
{
    color: #fff;
    background-color: #ff6600;
}


.menu-selected
{
    font-family: Arial;
    font-size: 11px;
    color: #999;
    text-align: right;
}

.menu-selected a
{
    font-family: Arial;
    font-size: 10px;
    text-decoration: none;
    display: block;
    margin-right: 25px;
    padding-right: 2px;
    color: #fff;
    background-color: #ff6600;
}

.menu-stella
{
    background-image: url("img/stella_arancio.gif");
    background-position: 89px center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    font-family: Arial;
    font-size: 10px;
    text-align: right;
}
.menu-stella a
{
    color: #E9E9E9;
    display: block;
    margin-right: 25px;
    padding-right: 2px;
    text-align: right;
    text-decoration: none;
}




.menu-stella:hover
{
    background-image: url(img/stella_bianca.gif);
}

.menu-stella a:hover
{
    color: #fff;
    background-color: #ff6600;
}

.menu-stella-selected a
{
    color: #fff;
    background-color: #ff6600;
    display: block;
    margin-right: 25px;
    padding-right: 2px;
    text-align: right;
    text-decoration: none;
}

.menu-stella-selected
{
    background-image: url(img/stella_bianca.gif);
    background-position: 89px center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    font-family: Arial;
    font-size: 10px;
    text-align: right;
}

.titolo-pagina
{
    font-family: Verdana;
    font-size: 14px;
    color: #ff6600;
    font-weight:normal;
}

.div-testi-pagina
{
    width: 265px;
    padding: 10px 5px 5px 5px;
}

.div-icone-pagina
{
    width: 224px;
    text-align: right;
    vertical-align: middle;
}


.div-soluzione
{
    width: 132px;
    color: #FF6600;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 15px;
}

.div-soluzione a
{
    color: #FF6600;
}

.table_form{

  width:100%;
 border:0;

}
