/* CSS Document */

/* CSS Document */

/*stili per il layout fisso con altezza minima*/

html, body
{
    margin: 0;
    padding: 0;
    background-color: #f1f1f1;
    height: 100%;
}
body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    
}

body > div#container
{
    height: auto;
    min-height: 100%;
    
}

div#container
{
    display: block;
    width: 80%;
    height: auto;
    min-height: 100%;
    background-color: #FFFFFF;
    position: relative;
    margin: 0 auto;
    /*left: 50%;
    margin-left: -40%;*/
    min-width: 960px;
    border-left: 1px solid #b9b9b9;
    border-right: 1px solid #b9b9b9;
}


#testata
{
    width: 100%;
    height: 200px;
    background-color: #00549f;
}

#contenitore_centrale
{
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    margin: 0;
   
    padding-bottom: 160px; /* */
   
}





.banner
{
    padding: 0px;
    display: inline;
}


.logo
{
    width: 184px;
    height: 200px;
    background-image: url(../../img/logo.png);
    background-repeat: no-repeat;
    /*float: left;*/
}

.position_logo
{
    margin: 0px;
    padding: 0px;
    margin-left: 9px;
    vertical-align: top;
}


.headline
{
    width: auto;
    height: 200px;
    margin-left: 184px;
    background-repeat: no-repeat;
}

.box_info
{
    width: 184px;
    height: 20px;
    background-color: #FFFF00;
    margin: 0px;
    padding: 0px;
    top: 180px;
    position: relative;
}

.position_logo
{
    margin-left: 9px;
}

.position_logo a
{
    text-decoration: none;
    color: #000000;
}

.position_logo a:hover
{
    text-decoration: none;
    color: #000000;
    text-decoration: none;
    border-bottom: 2px solid #00549f;
}

.feed
{
    position: absolute;
    top: 160px;
    margin-left: 9px;
}


.box_carattere
{
    position: absolute;
    right: 1%;
    top: 205px;
}


.selected
        {
        font-size:12px;
    border-bottom: 2px solid #00549f;
    font-weight: bold;
	color:#000000;
        }
.linked
        {
        font-size:12px;
		color:#000000;
        }
#footer
{
    padding: 10px;
    width: 100%;
	min-height:280px;
	height:280px;
    /*height: auto;*/
    position: absolute;
    bottom: 0px;
}
