* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    background: url(../images/sfuma4.png) repeat-x ; 
    background-color: rgba(238, 238, 238, 0.9);
    font-family: 'Open Sans', sans-serif;
    color: black;
}

a {
    color: black;
}

#container {
    width: 960px;
    margin: 0 auto -55px;
    min-height: 100%;
    position: relative;
    
    
}

#header {
    height: 130px;
}
#header img {
    margin-top: 15px;
}

#nav {
    height: 38px;
    color: #fff;
        
}

#nav li {
    list-style: none;
    float: left;
    font-size: 20px;
    text-transform: uppercase;
    margin-right: 10px;
    border-right: 1px solid #fff;
    width: auto;
    text-align: center;
    padding-right: 5px;
    line-height: 38px;
}
#nav li a {
    color: #fff;
    text-decoration: none;
    padding: 5px; 
}

#nav li a:hover, #nava {
    text-decoration: underline;
}

.spazio {
    height: 25px;
}
#spa{
    height: 55px;
}
#aside {
    min-height: 300px;
    width: 290px;
    float: left;
    margin-right: 25px;
    padding: 20px 20px;
    border-bottom: 5px solid #40759E;
    background-color: #fff;
}


#nav2 {
    color: #555
}

#nav2 li {
    list-style: circle;
    font-size: 15px;
    margin-left: 10px;
}

#nav2 li a {
    color: #555;
    text-decoration: none;
    padding: 5px; 
}

#nav2 li a:hover, #nava2 {
    color: #009eee !important;
    text-decoration: underline;
}

#content {
    background-color: #fff;
    min-height: 300px;
    width: 555px;
    float: right;
    padding: 20px 20px;
    color: #555;
    border-bottom: 5px solid #40759E;
    line-height: 1.5;
    
}
#content ol {
    padding: 10px 20px;
    font-size: 15px;
}
#content ul {
    padding: 10px 20px;
}
#content h2 {
    color: #009eee !important;
}

#sotto {
    min-height: 100px;
    float: left;
    
}
#bollo {
   position: absolute;
   bottom: 0;
   right: 0;
}
#footer {
    clear: both;
    background-color: #40759E;
    text-align: center;
    height: 50px;
    font-size: 11px;
    letter-spacing: 1px;
    border-top: 5px solid #009eee; 
    
}

#footer p{
    line-height: 55px;
    color: #fff;
}

#footer a{
    color: #fff;
    text-decoration: none;
    
}
.pulisci {
    clear: left;
}

.prossima {
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 200px;
}

.pulsante {
    width: 160px;
    height: 30px;
    background-color: rgba(0, 158, 238, 0.8);
    border-left-color: #fff;
    border-top-color: #fff;
    border-bottom-color: black;
    border-right-color: black;
    border-bottom-style: double;
    font-size: 18px;
    color: #fff;
}

.red {
    min-height: 150px;
    width: 300px;
    float: left;
    margin: 15px 30px 55px 0px;
    border-bottom: 5px solid #40759E;
    background-color: #fff;

}
.green {
    min-height: 150px;
    width: 300px;
    margin: 15px 30px 55px 0px;
    border-bottom: 5px solid #40759E;
    background-color: #fff;
    float: left; 

}
.yellow {
    min-height: 150px;
    width: 300px;
    margin: 15px 0px 55px 0px;
    border-bottom: 5px solid #40759E;
    background-color: #fff;
    float: right; 

}
table {
    border-bottom-style: solid;
    border: 1px;
    width: 75%
}
table tr{
    text-align: left;
    font-size: 12px;
}
h5 {
    font-size: 12px;
}