﻿/*  Layout  box */
.Box01
{
   clear:both;
   display:block; 
   padding:1px;
}


.Box01 .c 
{	
	display:block;
	text-align:left;
}	

/* Titolo */
.Box01 .hd  h1 
{
   font-size:140%;
   color:#076ba7;
   font-weight:bold;
   padding:10px;
}

.Box01 .hd 
{
	
}
.Box01 .hd .c 
{ 
	
}
.Box01 .bd {
   padding:10px;
}

.Box01 .bd .c {	
   height :auto !important;
   height:0;
   display:table;
   width:100%; 
   
}


.Box01 .ft {
   display:none;
}

.Arancio .hd
{
	height:35px;
	background:transparent url(../../images/box/bg_box2.jpg) repeat-x;
}

.Arancio .hd  h1
{
	color:#fff;
    font-weight:bold;
    padding:8px 0 0 5px;
} 

.Arancio .bd {	
	padding:0;
}

.TopAnnunci .bd {
   background-image:url(../../images/pages/global/bg_topannunci.jpg);
   background-position:top left;
   background-repeat:repeat-x;
}