﻿#container {
    width: 100%;
    background-color: #e9eaeb;
}

#header {
    width: 100%;
    background-color: white;
    height: 220px;
    padding-top: 0px;
}

#c_header {
    width: 998px;
    margin: 0 auto;
}

#logo_top {
    float: left;
}

#logo_comune {
    float: left;
    margin-top: 31px;
    margin-left: 480px;
}

#logo_azienda {
    float: left;
    margin-top: 47px;
    /*Natale - commentare la riga sotto*/
    margin-left: 20px;
}

#menu_top {
    margin-top: 27px;
}

#image_home {
    float: right;
    margin-top: 8px;
}

#green_bar_top {
    width: 100%;
    background-color: #50b948;
    height: 21px;
}

#c_green_bar_top {
    width: 998px;
    margin: 0 auto;
}

#banner_top {
    width: 100%;
    background-color: white;
    height: 340px;
}

#c_banner_top {
    width: 998px;
    margin: 0 auto;
}

#green_bar_bot {
    width: 100%;
    background-color: #50b948;
    height: 40px;
}

#body {
    width: 100%;
    background-color: white;
}

#c_body {
    width: 998px;
    margin: 0 auto;
    padding-top: 21px;
}

#tasti_bot {
    margin-top: 10px;
}

#numero_verde {
    width: 490px;
    height: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: white;
    float: left;
    background-color: #50b948;
}

#percentuale {
    width: 490px;
    height: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: white;
    float: right;
    background-color: #576473;
    font-size: 13px;
}

.home_box_title {
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-weight: 800;
    font-size: 1.4em;
    margin: 0;
    padding: 0;
    /*margin-left: 7px;*/
    /*padding-top: 1px;*/
}

.home_box_text {
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

    .home_box_text input[type=text] {
        height: 37px;
        width: 272px;
    }

    .home_box_text input[type=password] {
        height: 37px;
        width: 272px;
    }

#home_col_left {
    width: 323px;
    float: left;
}

#home_col_mid {
    width: 323px;
    float: left;
    margin-left: 17px;
}

#home_col_right {
    width: 318px;
    float: left;
    margin-left: 17px;
}

#home_login {
    width: 323px;
    background-color: #576473;
    height: 243px;
}

#home_login_form {
    margin-left: 19px;
    margin-top: 23px;
}


#home_login_links {
    margin-left: 19px;
}

#login_registrati {
    float: left;
}

    #login_registrati > a {
        font-family: 'Open Sans', sans-serif;
        color: white;
        font-weight: 600;
        text-decoration: underline;
    }

#login_accedi {
    float: right;
    margin-right: 20px;
}

    #login_accedi input {
        border: 0;
        background-color: transparent;
        font-family: 'Open Sans', sans-serif;
        color: white;
        font-weight: 600;
        text-decoration: underline;
    }

.home_gallery {
    width: 323px;
    background-color: #576473;
    height: 160px;
    margin-top: 18px;
}

.home_gallery_image {
    width: 323px;
    height: 141px;
    text-align: center;
    background-color: white;
    /*margin-top: 7px;*/
    padding-top: 10px;
}

#home_ecopoint_image {
    width: 323px;
    height: 155px;
    text-align: center;
    background-color: white;
    /*margin-top: 7px;*/
    padding-top: 4px;
}

#home_ecopoint {
    width: 323px;
    background-color: #576473;
    height: 194px;
    /*margin-top: 10px;*/
}

#home_ecopoint_image {
    width: 323px;
    height: 155px;
    text-align: center;
    background-color: white;
    /*margin-top: 7px;*/
    /*padding-top: 47px;*/
}

#home_percentuale {
    width: 323px;
    background-color: #576473;
    height: 160px;
    margin-top: 10px;
}

#home_percentuale_image {
    width: 323px;
    height: 155px;
    text-align: center;
    background-color: white;
    /*margin-top: 7px;*/
    /*padding-top: 47px;*/
}

#home_concorsi {
    width: 323px;
    background-color: #576473;
    height: 160px;
    margin-top: 10px;
}

#home_concorsi_image {
    width: 323px;
    height: 155px;
    text-align: center;
    background-color: white;
    /*margin-top: 7px;*/
    /*padding-top: 47px;*/
}

#home_calendario {
    width: 323px;
    background-color: #576473;
    height: 155px;
    /*margin-top: 18px;*/
    margin-top: 59px;
}

#home_calendario_image {
    width: 323px;
    height: 155px;
    text-align: center;
    background-color: white;
    /*margin-top: 7px;*/
    /*padding-top: 47px;*/
}

#home_news {
    width: 318px;
    background-color: transparent;
    height: 585px;
}

#home_title_news {
    background-color: #576473;
    height: 36px;
}

#news {
    min-height: 97px;
    border-bottom-style: solid;
    border-bottom-width: thin;
    clear: both;
    border-bottom-color: #b9b8b8;
}

#News_Leggi_Tutte {
    text-align: right;
    min-height: 60px;
    clear: both;
    margin-top: 30px;
}

    #News_Leggi_Tutte > a {
        font-family: 'Open Sans', sans-serif;
        color: Black;
        font-weight: 600;
        font-size: small;
        text-decoration: underline;
    }

#news_image_external {
    float: left;
    width: 80px;
    height: 97px;
    min-height: 97px;
}

#news_image {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin: 0 auto;
    top: 27px;
    bottom: 28px;
    position: relative;
}

#new_titolo {
    width: 230px;
    height: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: small;
    margin-bottom: 11px;
    margin-top: 30px;
}

#news_leggi_tutto {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: small;
}
