/*testat + colonna menu e contenuti*/
html{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color:  #333333; /*#006600;*/
}
#contenitore{
	width:1000px;
	height:auto;/*aggiunto*/
	position: absolute;
	background-color: #c8c8c8;/*#999900 #836443 #b89d80 #b89d80 #7c7062*/
	left: 50%;
	margin-left: -500px;
	margin-top:5px;
}
#testata{
	width:732px;
	height:10;
	overflow: hidden;
	left:0px;
	top:2px;
	margin-bottom:2px;
}
#testata img{
	display:block;
	float:left;
	height:100px;
	overflow:hidden;
}
#testata a{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
#testata a:hover{
	text-decoration: underline;
	color:#000000;
	font-weight:bold;
}
#sinistro{
	display:block;
	float:left;
	color:#000000;
	width:130px;
	height:auto;/*era 520px*/
	position: relative;
	left:0px;
	top:0px;
	margin:2px;
	z-index:80;
}
#centrale{
	display:block;
	float:left;
	width:732px;
	height: auto;
	position: relative;
	margin-top:2px;
}
#sinistro a{
	font-size:11px;
	border-radius:6px;
}
#destro{
	display:block;
	float: right;
	width:130px;
	height:520px;
	position: relative;
	left:0px;
	top:0px;
	margin:2px;
}
#dx {
	margin:5px;
}
#destro a{
	display:block;
	font-size:14px;
	color:#CC3300;
	text-align:center;
	text-decoration:none;
}
#destro a:hover{
	color: #990000;
	text-decoration:none;
}
#destro span{
	display:block;
	clear:left;
	background-color: #666666;
	color: #CCCCCC;
	width:128px;
	border-width:1px;
	border-color: #FF0000;
	border-style:solid;
	font-size:14px;
	font-weight:100;
	text-align:center;
	overflow:hidden;
}
.provincia{
	display:block;
	width:125px;
	height:auto;
	background-image:url(borgo_italia_02.png);
	background-position:center center;
	background-repeat:no-repeat;
	border-color:#FF0000;
	border-width:2px;
	border-style:inset;
	text-align:center;
	margin-bottom:4px;
}
.bdRosso{
	color: #006600;
	font-weight:bold;}
table{
	z-index:1;
}
h1 {
	background-color: #0000CC;
	color:#FFFF00;
	font-size:18px;
	border-style:outset;
	text-align:center;
}
td.titolo {
	background-color:#c8c8c8;/* #005300;*/
}
td.testi {
	text-align:justify;
}
td.foto {
	background-color:#333333;
	width: auto;
	color:#CCCCCC;
	font-size:12px;
	text-align: left;
}
td.autore {
	background-color: #0000CC;
	color: #FFFF00;
	font-size:12px;
}
.numerazione{
	color:#999999;
	font-size:9px;
	text-align: right;}
.ombra{
	box-shadow: 8px 8px 4px #888888;
}
#centrale_sx{
	display:block;
	float:left;
	width:50%;
}
#centrale_dx{
	display:block;
	float: right;
	width:50%;
	font-size:12px;
}
#centrale_dx select{
	font-size:14px;
	margin:2px;
}
.titolo_1 {
	background-color: #0000FF;
	color:#FFFF00;
	font-size:12px;
	text-align:center;
	border-style:outset;
}
.cerca{
	display:block;
	background-color:#999999;
	font-size:12px;
	color:#333333;
	text-align:center;
	border: 1px solid #FF0000;
	text-decoration:none;
	border-radius:6px;
	margin-left: 4px;
	margin-bottom:3px;}
.cerca:hover{
	background-color:#666666;
	color:#CCCCCC;
}
.tab_foto{
	width:96%;
	border:0px;
	margin: 0px auto 0px auto;
	padding:0px;
	text-align: center center;
}
.tab_foto img{
	width:98%;
	border:0px;
	margin: 0px auto 0px auto;
	padding:0px;
	text-align: center center;
}