/**********************************************************************************************/
/* Standard Cascade Style Sheet of  www.comune.magione.pg.it                                                   */
/* by Marco D. (marco@triweb.it)                                                                                                 */
/* Marzo 2006                                                                                                                                 */
/**********************************************************************************************/

/* Elementi html standard */
* {
	padding: 0;
	margin: 0;
	text-align: left;
}

/*"MS Sans Serif"*/

body {
	font: 90%/normal  Arial;
	color: rgb(60,60,60);
	background: F0F0F0;
	margin: 1%;
}

p {
	margin: 0% 0% 0.5% 0%;
}

ul {
	margin: 0.5% 0% 0.5% 2.5%;
}

a:hover {
	background: Black;
	color: White;
}

a.active:hover {
	background: Trasparent;
	color: White;
}

/* Layout sito */

#contenitore {
	width: 100%;
}

#header {
	width: 100%;
}

#banner img {
	display: none;
}

#banner_intro img {
	display: none;
}

#banner_intro #ticker_marquee {
	display: none;
}

#logo {
	margin: 0;
	height:78px;
}

#primary {
	display: none;
}

#barra_sinistra {
	display: none;
}

#sidebar_left_intro {
	float: left;
	width: 23%;
	border-right: 1px solid gray;
}

#Pagina {
	float: left;
	width: 99%;
	border-left: 0;
	padding: 0px;
	margin-left: -1px;
}

#nodi {
	float: left;
	width: 70%;
	border-left: 1px solid gray;
	padding-left: 20px;
	margin-left: -1px;
}

#accessibilita {
	display: none;
}

#footer {
	float: left;
	height: 60px;
	width: 99%;
	margin-top: 40px;
}

#block-search-0 {
	display: none;
}

#block-menu-188 {
	display: none;
}

#iva {
	width: auto;
	float: right;
}


/* INTRO: Elementi html #box_sezioni */

#box_sezioni {
	margin-bottom: 30px;
}

.box_sezioni_titoli {
	height: 70px;
}

.box_sezioni_titoli img {
	display: none;
}

.box_sezioni_par p {
	width: 247px;
}


/* Elementi html standard .blockbar */

.blockbar-2-title {
	display: none;
}

.blockbar-2-content {	
	display: none;
}

