#primo_piano {
    background-color: #be1e2d;
    height: 10px;
    position: relative;
}

#primo_piano #titolo_primo_piano {
    background-color: #ffffff;
    font-family: Helvetica, Arial, sans-serif, Verdana;
    line-height: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

#primo_piano #titolo_primo_piano h2 {
    text-align: left;
    margin: 0;
    padding: 0;
    padding-right: 10px;
    color: #be1e2d;
    font-size: 10px;
    font-weight: bold;
}

.boxnewsleft {
    float: left;
    width: 285px;
    margin-top: 10px;
}

.boxnewsright {
    float: left;
    width: 285px;
    margin-top: 10px;
    margin-left: 10px;
}

#eventi {
    background-color: #fff100;
    height: 10px;
    position: relative;
}

#eventi #titolo_eventi {
    background-color: #ffffff;
    font-family: Helvetica, Arial, sans-serif, Verdana;
    line-height: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

#eventi #titolo_eventi h2 {
    text-align: left;
    margin: 0;
    padding: 0;
    padding-right: 10px;
    color: #be1e2d;
    font-size: 10px;
    font-weight: bold;
}

.boxnewsleft h3, .boxnewsright h3 {
    margin-top: 0;
    padding-top: 0;
}

