

body {
    background-color: #FFFFFF;
    background: #C70033 url('images/red-long.gif') repeat-x;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    color: #FFFFCC;
    background-color: #FFFFFF;
    text-align: center;
    background-image: url('sfondotitolo.jpg');
    height: 72px;
}

h2 {
    border-style: none;
    border-color: #CCFF99;
    color: #555555;
    background-color: #82D7FF;
    text-align: center;
    font-size: large;
    padding-bottom:30px;
}

h3 {
    color: #008000;
    background-color: #FFFFFF;
}

#banner {
    background: url('images/green-leaf.gif') repeat-x;
    border: none;
    width: 90%;
    margin: 0px auto;
    color: #FFFFFF;
    padding: 0px;
}

#container {
    padding: 0px;
    border: thin #C70033 solid;
    width: 90%;
    margin: 4px auto;
}

#content {
    background: #FFFFFF;
    vertical-align: top;
    padding: 0px;
    color: #000000;
    margin: 2px;
    border: 2px solid #C70033;
}

    #content a:link, a:visited {
        color: #008000;
        background-color: White;
    }

    #content a:hover {
        text-decoration: underline;
        color: Maroon;
        background-color: #FFFFFF;
    }

    #content a {
        text-decoration: underline;
        color: Maroon;
        background-color: #FFFFFF;
    }

#intervallo {
    padding: 0px;
    border: thin #C70033 solid;
    width: 90%;
    margin: 0px auto;
    background-color: #C70033;
}



#menucontainer {
    background-color: #FFFFFF;
    vertical-align: top;
    width: 200px;
    border: 2px solid #C70033;
    margin: 2px;
    position: relative;
   
}

#menubar {
    padding: 10px;
    background: #FFFFFF;
    font-size: small;
    text-align: center;
    color: #800000;
    border: thin solid #C70033;
}

    #menubar a:link, a:visited {
        color: #6A95E3;
        background-color: White;
        font-weight: normal;
    }

    #menubar a:hover {
        text-decoration: underline;
        color: Maroon;
        background-color: White;
        font-weight: normal;
    }

    #menubar a {
        text-decoration: none;
        color: #6A95E3;
        background-color: White;
        font-weight: normal;
    }

#menu {
    border: none;
    padding: 10px;
    width: 190px;
    margin: 0px;
    background-color: white;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    /*font-size: 95%;*/
    color: Black;
}

    #menu ul {
        margin: 0px;
        padding-left: 0px;
        list-style-image: none;
    }

    #menu li {
        font-size: 95%;
        color: Black;
        background-image: url('images/orange-bullet.gif');
        background-repeat: no-repeat;
        list-style: none;
        margin: 0px;
        padding: 0px 0px 10px 13px;
        background-color: White;
    }

        #menu li .invisibile {
            list-style-type: none;
            font-size: 95%;
            list-style: none;
            margin: 0px;
            padding: 0px 0px 0px 13px;
            background-color: White;
        }



    #menu a:link, a:visited {
        color: #306AD8;
        background-color: White;
        font-weight: normal;
    }

    #menu a:hover {
        text-decoration: underline;
        color: Maroon;
        background-color: White;
        font-weight: normal;
    }

    #menu a {
        text-decoration: none;
        color: #306AD8;
        background-color: White;
        font-weight: normal;
    }

#specials {
    background: #7CBB2A url('images/sm-green-bar.jpg') repeat-y;
    color: #FFFFFF;
    width: 174px;
    vertical-align: top;
    padding: 20px;
    margin: 5px;
}

    #specials a:link, a:visited {
        color: #FFFFFF;
        background-color: #7CBB2A;
        font-weight: bold;
    }

    #specials a:hover {
        text-decoration: underline;
        color: #FFFFCC;
        background-color: #7CBB2A;
        font-weight: bold;
    }

.banner-text {
    text-align: right;
    font-size: 180%;
    padding: 10px 10px 0px 10px;
    margin: 0px;
    color:white;

}

.tagline {
    text-align: right;
    font-size: 100%;
    padding: 0px 10px 10px 10px;
    margin: 0px;
    font-style: italic;
}

.txt-centre {
    text-align: center;
}

.logo {
    float: left;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

.foto{
    margin:auto
}

#select1 {
    color: #306ADF;
    border: medium;
    outline: maroon;
    font-style: italic;
    background-color: #FFCECE;
}

.kelly {
    width: 100%;
    max-width: 662px;
}

.noidue {
    width: 100%;
    max-width: 400px;
}

#bottone {
    background-color: #547EAC;
    color: white;
}

#poesia {
    display: none;
    background-color:#82D7FF;
}

.attivo {
    text-decoration: underline;
}

.arrow {
    width: 50%;
    float: left;
    background-color:#82D7FF;
    padding:4px;
}

#rightarrow img {
    float: left;
    margin-left: 5px;
}

#leftarrow img {
    float: right;
    margin-right: 5px;
}

@media screen and (max-width: 610px) {
    #menucontainer {
        display: none;
        top:-4px
    }
}
@media screen and (min-width: 611px) {
    #bottone {
        display: none;
        
    }
}