/*struttura*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A8A8A8;
	text-align:center;
	font-size: 12px;
	margin: 5 auto;
	
}

#container {
	border: 1px solid #A8A8A8;
    width:990px;
    margin: 0 auto;
    background-repeat: repeat-y;
    text-align:left;
}


#header {
position: relative;
	}

#main{

    float:left;
    width:785px;
}	

#mainLarge{
    float:left;
    width:980px;
}	


#content{

    float:right;
    width:580px;
}

#contentLarge {
	overflow: hidden;
    float:right;
    width:775px;
}

#nav{
    float:left;
    width:195px;

}

#extra{
    float:right;
    width:203px;
}	

#clear{
	clear:both;
	width:100%;
}

#footer{
    width:990px;
    margin: 0 auto;
    text-align:center;
    font-size: 9px;
    border: 1px solid #A8A8A8;
    border-top:0px;
    height: 16px;
    line-height: 16px;
}

.top_tabella {
	border-bottom: 1px solid #A8A8A8;
}

#logo_top {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 120px;
	height: 63px;
	background-image: url(../images/logo_trasp.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#chiudi_float {
  clear: both;
  }


#default_1 {
	float: left;
	width: 492px;
	height: 368px;
	margin-right: 2px;
	border-right: 1px solid #A8A8A8;
	background-color: #F0F0F0;	
	overflow: auto;
}

#default_2 {
	float: left;
	width: 492px;
	height: 368px;
	border-left: 1px solid #A8A8A8;	
	background-color: #F0F0F0;	
	overflow: auto;
}

#content_right_3 {
	float: left;
	top: 206px;
	width: 445px;
	min-height: 368px;
	overflow: auto;
}

#banner {
	float: left;
	top: 206px;
	width: 197px;
	height: 365px;
}



#top {
	position:absolute;
	top:200px;
	height: 161px;
	width: 837px;
	background-image: url(../images/structure/top.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

#menu_home {
	left: 50%;
	margin-left: -494px;
	position:absolute;
	top:143px;
	height: 20px;
	width: 989px;
	z-index: 5;
	text-align:center;
}

hr {
  display: none;
  }


#middle {
	top:162px;
	height: auto;
	min-height: 100%;
	border: thin solid green;
	width: 100%;
}


#chiudi_float {
  clear: both;
  }
  
/*fine struttura*/



.menu_top {
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B1B1B1;
}
.menu_top a:link { color: #B1B1B1; text-decoration: none}
.menu_top a:visited { color: #B1B1B1; text-decoration: none; }
.menu_top a:hover { text-decoration: underline; color: #B1B1B1}

.menu_azienda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B1B1B1;
	border: 0px;
	border-bottom: 1px solid #B1B1B1;
}

.menu_azienda a:link { color: #B1B1B1; text-decoration: none}
.menu_azienda a:visited { color: #B1B1B1; text-decoration: none; }
.menu_azienda a:hover { text-decoration: none; color: #EA5A25}

.default {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B1B1B1;
}
.default a:link { color: #B1B1B1; text-decoration: none}
.default a:visited { color: #B1B1B1; text-decoration: none; }
.default a:hover { text-decoration: underline; color: #B1B1B1}


.default_1 {
	font: Verdana;
	font-size: 12px;
	color: #484849;
}
.default_1 a:link { color: #484849; text-decoration: none}
.default_1 a:visited { color: #484849; text-decoration: none; }
.default_1 a:hover { text-decoration: underline; color: #484849}



.news {
	font-size: 10px;
}

.news a:link { color: #B1B1B1; text-decoration: none}
.news a:visited { color: #B1B1B1; text-decoration: none; }
.news a:hover { text-decoration: underline; color: #B1B1B1}



.form {
	border-color:#B1B1B1;
	border-width: 1px;
	color: #b1b1b1;
}



.bottom_arancio{
	background-image: url(../images/homepage/bottom_arancio.jpg);
	background-repeat: repeat-x;
}

.posiz_fondo_menu{
	position: relative;
	left: 10px;
	top: 0px;
	width:300px;
	height:50px;
	background-image: url(../images/menu/fondo_menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

 .posiz_icone_menu {
	position: relative;
	left: 10px;
	top: 0px;
	width: 50px;
}

 .posiz_testo_menu {
	position: relative;
	left: 80px;
	top: -22px;
	width: 200px;
}

.reserved_area {
	background-color : #FDBC68;
	border-style : none;
	font-size: 12px;
}

.border-bottom{
	border-bottom: 1px solid #A8A8A8;
}

.Article {	
	column-count: 3;
	column-gap: 20px;
	column-rule: 1px dotted #BBB;
	background-color: #FFFFFF;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;	
	padding: 8px;
	text-align: justify;
 	
}

.Article2Col {
	column-count:2;
}

.Article3Col {
	column-count:3;
}