html,body{
	min-width: 670px;
	height: 100%;
	margin: 0%;
	padding: 0%;
	border: 0;
	font-family: "Verdana";
	line-height: 1.25em;
}
#testa{
	width: 100%;
	min-height: 60px;
	height: 9%;
	float: left;
	background-image: url("../immagini/img.png");
	background-repeat: no-repeat;
	font-size: 0.75em;
	font-weight: bold;
}
#piede{
	width: 100%;
	min-height: 22px;
	height: 3.5%;
	float: left;
	background-image: url("../immagini/img.png");
	font-size: 0.85em;
	font-weight: bold;
}
#datiTesta, #datiPiede{
	width: 65%;
	padding: 0% 1%;
	float: left;
}
#navigazione, #paginazione{
	width: 29%;
	padding: 0% 2% 0% 0%;
	float: right;
	text-align: right;
}
/**** ATTENZIONE, ritestare modifiche!!! ****/
#datiPiede{
	width: 50%;
}
#paginazione{
	width: 42%;
}
/********************************************/
#corpo{
	width: 97%;
	height: 83%;
	margin: 1%;
	float: left;
	font-size: 0.9em;
}
#boxMedia, #menu, #boxTesto, #copertina{
	width: 28%;
	height: 100%;
	border: solid 1px #000099;
	float: left;
	position: relative;
	overflow: auto;
}
#boxTesto, #copertina{
	width: 69%;
	float: right;
}
#copertina{
	background: url("../immagini/imgfad.jpg") center no-repeat;
	text-align: center;
	vertical-align: middle;
}
#boxTesto .bTcontenuto, #copertina .contenuto{
	background-color: Transparent;
	height: auto;
	width: auto;
	padding: 2% 4%;
/*	text-align: justify;*/
}
#boxMedia .bMcontenuto{
	height: auto;
	width: auto;
	padding: 10% 0%;
}
.allerta{
/*	float: left;*/
	color: #DD0000;
	font-weight: bold;
}

.dTes_contenuto, .cap{
	position: relative;
	background-color: Transparent;
	height: auto;
	clear: both;
	vertical-align: top;
	width: 100%;
}
.dTes_contenuto .dTes_contenuto_dx, .dTes_contenuto .dTes_contenuto_sx{
	position: relative;
	background-color: Transparent;
	width: 84%;
	float: left !important;
	float: none;
	text-align: left;
	vertical-align: middle;
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: auto;
	margin-left: 0.5em;
}
.dTes_contenuto .dTes_contenuto_sx{
	width: 11%;
	margin-right: 0.5em;
}
img
{
	border: none;
}
.pagParz input{
	font-size: 12px;
	text-align: center;
	width: 30px;
	vertical-align: top;
}