@charset "utf-8";

/* CSS Document */
#wrapper {
	position:absolute;
	left:85px;
	top:70px;
	width:900px;
	height:400px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #999999;
}
#colonna_indirizzi {
	position:absolute;
	width:220px;
	height:342px;
	z-index:2;
	text-align: right;
	left: 0px;
	top: 0px;

}
#colonna_foto {
	position:absolute;
	left:220px;
	width:215px;
	height:205px;
	z-index:2;
	text-align: center; 
/*	background-color:#ccffcc;	*/
}
#colonna_menu {
	position:absolute;
	left:395px;
	width:215px;
	height:205px;
	z-index:2;
	top: 0px;
/*	background-color:#ccffff; */
}
#colonna_news {
	position:absolute;
	left:642px;
	width:195px;
	height:320px;
	z-index:2;
	top: 0px;
	border: 1px solid #999999;
	padding: 10px;
	/*background-color:#ccffff; */
}

#box_sponsor {
	position:absolute;
	left:230px;
	width:411px;
	height:135px;
	z-index:1;
	top: 207px;
	padding: 10px;
	margin: 0px;
	padding: 0px;	
 /* background-color:#eeeeee; */
}

#sponsor_1 {
	position:absolute;
	height:135px;
	width:93px;
	left:0px;
	z-index:3;
	border: 0px;
	padding: 0px;
	margin: 0px;
	padding: 0px;	
 
}
#sponsor_2 {
	position:absolute;
	height:135px;
	width:93px;
	left:103px;
	z-index:3;
	padding: 0px;
	margin: 0px;
	padding: 0px;	
 
}

#sponsor_3 {
	position:absolute;
	height:135px;
	width:93px;
	left:206px;
	z-index:3;
	padding: 0px;
	margin: 0px;
	padding: 0px;	
 
}
#sponsor_4 {
	position:absolute;
	height:135px;
	width:93px;
	left:309px;
	z-index:5;
	padding: 0px;
	margin: 0px;
	padding: 0px;	

 
}

#footer {
	position:absolute;
	left:0px;
	top:370px;
	width:860px;
	height:50px;
	z-index:2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
 
}
#logo {
	position:absolute;
	left:710px;
	top:13px;
	width:154px;
	height:38px;
	z-index:3;
}
#colonna_menu ul {
	list-style-type: none;
	width: 198px;
}
#colonna_menu li {

	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;	

}


/* *** classe per link che costruiscono la barra/menu della home page*/
a.link_barra:link, a.link_barra:visited{
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	width: 181px;
	height: 10px;
	display: block;
	
 	border-top-width: 1px;
 	border-top-style: solid;
	border-top-color: #999999;
	padding: 8px;
}
a.link_barra:hover {
	font-size: 12px;
	text-decoration: none;
	color: #666666;
	width: 181px;
	height: 10px;
	display: block;
	background-color: #CCCCCC;	
}
/* *** classe per file inseriti nella barra/menu della home page*/
a.file_barra:link, a.file_barra:visited{
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	width: 181px;
	height: 10px;
	display: block;
	/*

	background-color: #CCCCFF;
  border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;

	padding: -2px;	
	*/	
}
a.file_barra:hover {
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	width: 181px;
	height: 10px;
	display: block;
	
}
a {
	color: #999999;
}
