body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
	background-color: #DFDFDF;
	SCROLLBAR-FACE-COLOR: #5E5843;
	SCROLLBAR-HIGHLIGHT-COLOR: #5E5843;
	SCROLLBAR-SHADOW-COLOR: #5E5843;
	SCROLLBAR-3DLIGHT-COLOR: #5E5843;
	SCROLLBAR-ARROW-COLOR:  #ffffff;
	SCROLLBAR-TRACK-COLOR: #5E5843;
	SCROLLBAR-DARKSHADOW-COLOR: #5E5843;
	background-image: url(images/bg-sfondo9.gif);
}

#contenitore{
	width: 750px;
	margin: 0px auto 0px;
	text-align : left;

} 

#contenitoregrosso{
	width: 750px;
	height: 100%;
	margin: 0px auto;
	text-align : center;
	background-color: #8A8470;
}

.bg-indirizzo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CC9966;
	text-decoration: none;
	
}
.collonna-sin {
	width: 224px;
	height: 100%;
	background-color: 3D3D3D;
}
#b-sin {
	width: 224px;
	margin: 0px auto 0px;
	height: 100%;
	background-image: url(images/bg-bsin.gif);
} 
#b-des {
    width: 526;
	margin: 0px auto 0px;
	height: 100%;
	background-image: url(images/bg-bdes.gif);
	
}
#tabelle-dinamiche-home {
	
	margin: 0px auto 0px 0px;
	background-color:#dad4bf;
			
}
.testo-tabelle-dinamiche-mezzogiorno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #996600;
	padding: 0px;

}

.testo-tabelle-dinamiche-eventi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #6C5153;
	padding: 0px;

}

.indirizzo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F0F0F0;
	text-decoration: none;
	background-color: #434343;
}
#spazio-animazioni {
    width: 526;
	height: 259;
	margin: 0px auto 0px;
	background-color:#B0A47E
}
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.testo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #900;
	font-weight:bold;
}

h1 a:link{
	text-decoration:none;
		color: #900;
	
}
h1 a:hover{
	text-decoration:underline;
		color: #900;
	
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h2 a:link{
	color: #000000;	
	text-decoration:none;
}

h2  a:hover{
	text-decoration:underline;
}

a:link{
	text-decoration:none;
	color:#000;
	
}
a:hover{
	text-decoration:none;
	color:#000;
	
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

h3 a:link{
	color: #ffffff;	
	text-decoration:underline;
}

h3  a:hover{
	text-decoration:underline;
}

#tendina{
	position:relative;
	width:123px;
	height:24px;	
	}

#sottomenu{
	position: absolute;
	display:block;
	right:0px 24px;	
	
	}
	
@font-face {
    font-family: 'NewsCycleRegular';
    src: url('font/NewsCycle-Regular-webfont.eot');
    src: url('font/NewsCycle-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/NewsCycle-Regular-webfont.woff') format('woff'),
         url('font/NewsCycle-Regular-webfont.ttf') format('truetype'),
         url('font/NewsCycle-Regular-webfont.svg#NewsCycleRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}	

.voce{
	background:url(images/bg_tasto.jpg) no-repeat;
	width:93px;
	height:18px;
	padding:8px 10px 0px 20px;
	line-height:18px;
	font-family: 'NewsCycleRegular';
	font-size:13px;
	color:#CCC;
	display:block;
	position:relative;
	cursor:pointer;
}
.voce:link, .voce:active, .voce:visited{
	color:#CCC;
}

.voce:hover{
	color:#FFF;
}
.sottomenu{
	position:absolute;
	top:10px;
	left:113px;
	z-index:200;
	display:none;
}
.sottovoce{
	width:101px;
	height:17px;
	line-height:17px;
	white-space:nowrap;
	padding:0px 5px;
	font:Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size:11px;
	display:block;
}
.sottovoce:link, .sottovoce:active, .sottovoce:visited{
	color:#CCC;
}
.sottovoce:hover{
	background:#333;
	color:#FFF;
}



