*
{
    padding: 0;
    border: 0;
}

body
{
    font-family: "Trebuchet MS", "Arial", sans-serif;
    background-color: #cccccc;
}

a
{
    color: #EF3C39;
}

ul
{
    padding-left: 25px;
}

.menu1
{
    font-weight: normal;
    color: #555555;
    text-decoration: none;
    font-weight: bold;
}

a.menu1:hover
{
    color: #EF3C39;
    text-decoration: underline;
}

.menurosso
{
    font-weight: bold;
    color: #EF3C39;
    text-decoration: none;
}

.menu2
{
    font-weight: normal;
    color: #333333;
    text-decoration: underline;
}

.piedebianconormal
{
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
}

.piedebiancobold
{
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

a.menu2:hover
{
    color: #CB2027;
    text-decoration: underline;
}

.menurosso2
{
    font-weight: normal;
    color: #CB2027;
    text-decoration: underline;
}

.bordominiature
{
    border: 1px solid #333333;
    margin-bottom: 5px;
}

.titoloarticolo
{
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    text-decoration: underline;
}

.bordoimmgcentrale
{
    border: 1px solid #666666;
}

.txt
{
    font-weight: normal;
    color: #333333;
    text-decoration: none;
    padding: 0 25px 10px 25px;
}

.txtbold
{
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    padding: 0 5px 0 5px;
    text-align: center;
}

.txtrosso
{
    font-weight: bold;
    color: #EF3C39;
    text-decoration: none;
}

.bordocolori
{
    width: 103px;
    margin-bottom: 5px;
    border: 1px solid #999999;
}

.box
{
    margin-left: 25px;
    padding-bottom: 25px;
    font-size: 14px;
}

input[type="text"],input[type="password"]
{
    background-color: white;
    border: 1px #808080 solid;
}

input[type="submit"]
{
    border-style: outset;
    border-width: 1px;
    font-size: 12px;
}

input[type="submit"]:hover
{
    background-color: #e0e0e0;
}

input[type="reset"]
{
    border-style: outset;
    border-width: 1px;
    font-size: 12px;
}

input:focus
{
    background-color: #fff3c6;
}

textarea
{
    border: 1px #808080 solid;
}

textarea:focus
{
    background-color: #fff3c6;
}

#tipologiaMenu
{
    position: relative;
    top: -20px;
}

#tipologiaMenu li
{
    display: inline;
}

#tipologiaMenu li a
{
    text-decoration: none;
    padding: 0 3px 3px 3px;
}

#tipologiaMenu li a:hover
{
    text-decoration: underline;
}

.tHere
{
    text-decoration: underline !important;
    color: #444444;
}



