body {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #333;
	background-color: #FFF;
	margin: 5px 0px 0px 0px;
	}

/*--STRUTTURA BASE DELLA PAGINA--*/
	
#container {
	background-color: #FFF;
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	text-align: justify;
	}

#header {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/* height: 75px; */
	height: 110px;
	width: 760px;
	/*border-bottom: 4px solid #1CBDF0;*/
	/* background-image: url('../grafica/logo_mercoledi.jpg'); */
	background-image: url('../grafica/testata.gif');
	background-repeat:no-repeat;
	}
	
#container_menu {
	padding: 5px 0px 0px 0px;
	width: 760px;
	text-align: left;
	}
#col_menu_SX{
	float: left;
	width: 150px; /*I menu sono a 146*/
	padding: 0px 10px 0px 0px;
	}
#col_menu_BASE{
	float: right;
	width: 600px;
	margin: 8px 0px 0px 0px;
	height: 132px;
	}
	
#container_centro {
	clear: both;
	padding: 7px 0px 0px 0px;
	width: 760px;
	text-align: left;
	}
#col_centro_SX{
	float: left;
	width: 150px; /*I menu sono a 146*/
	padding: 0px 10px 0px 0px;
	}
#col_centro_DX{
	float: right;
	width: 600px;
	padding: 0px 0px 0px 0px;
	}
	
#footer {
	clear: both;
	}

/*--STILI--*/
#col_menu_SX p{
	width: 127px; /*I menu sono a 146*/
	border-left: 20px solid #0068B5;
	/*background-color: #C0ECFA;*/
	height: 20px;
	margin: 8px 0px 0px 0px;
	line-height: 20px;
	padding: 0px 0px 0px 3px;
	}
#col_menu_SX p a{
	/* background-color: #C0ECFA;
	color: #0068B5; */
	background-color: #C00;
	color: #FFF;
	text-decoration: none;
	
	font-weight: bold;
	display: block;
	padding: 0px 0px 0px 3px;
	}
#col_menu_SX p a:hover{
	/* background-color: #C00;
	color: #FFF; */
	background-color: #0068B5;
	color: #FFF;
	}
	
#primopiano{
	width: 595px;
	}
	
#art1{
	position: relative;
	width: 138px;
	padding: 0px 16px 0px 0px;
	float: left;
	}
#art1barra{
	position: absolute;
	top: 104px;
	height: 8px;
	width: 138px;
	background-image: url('../grafica/barra_notiziaprimopiano.gif');
	background-repeat:no-repeat;
	}
#art2{
	position: relative;
	width: 138px;
	padding: 0px 16px 0px 0px;
	float: right;
	}
#art2barra{
	position: absolute;
	top: 104px;
	height: 8px;
	width: 138px;
	background-image: url('../grafica/barra_notiziaprimopiano.gif');
	background-repeat:no-repeat;
	}
#art3{
	position: relative;
	width: 138px;
	padding: 0px 16px 0px 0px;
	float: right;
	}
#art3barra{
	position: absolute;
	top: 104px;
	height: 8px;
	width: 138px;
	background-image: url('../grafica/barra_notiziaprimopiano.gif');
	background-repeat:no-repeat;
	}
#art4{
	position: relative;
	width: 138px;
	padding: 0px 0px 0px 0px;
	float: right;
	}
#art4barra{
	position: absolute;
	top: 104px;
	height: 8px;
	width: 138px;
	background-image: url('../grafica/barra_notiziaprimopiano.gif');
	background-repeat:no-repeat;
	}
	
#territorio{
	background-color: #FFF;
	}
#territorio ul{
	background-color: #C0ECFA;
	margin: 5px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	}
#territorio ul li{
	margin: 0px 0px 0px 20px;
	list-style-image: url('../grafica/quadratino_blu.gif');
	}
	
#risorseonline{
	background-color: #FFF;
	/* margin-top: 10px; */
	border-bottom: 2px solid #0068B5;
	margin-bottom: 10px;
	}
#risorseonline .p45{
	padding: 7px 0px 7px 0px;
	text-align: center;
	color: #0068B5;
	font-weight: bold;
	}
	
#piva{
	background-color: #FFF;
	text-align: center;
	border: 1px solid #0068B5;
	padding: 2px 2px 2px 2px;
	margin-bottom: 10px;
	}
#piva h1{
	margin: 0px 0px 0px 0px;
	border: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #C00;
	}
#piva p{
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 10px;
	}
	
#pagina{
	width: 596px;
	border: 2px solid #1CBDF0;
	border-top: 0px;
	}
#pagina p{
	padding: 0px 5px 0px 5px;
	text-align: justify;
	border: 0px;
	margin: 0px 0px 5px 0px;
	}
#pagina ul li{
	padding: 0px 5px 0px 5px;
	text-align: justify;
	border: 0px;
	margin: 0px 0px 5px 0px;
	}
#pagina p a{
	text-decoration: none;
	font-weight: bold;
	color: #0066CC;
	}
#pagina h1{
	padding: 0px 5px 0px 5px;
	text-align: left;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	font-size: 14px;
	}
#pagina form input{
	margin: 0px 5px 15px 5px;
	text-align: left;
	width: 570px;
	border: 1px solid #1CBDF0;
	}
#pagina form select{
	margin: 0px 5px 15px 5px;
	text-align: left;
	width: 570px;
	border: 1px solid #1CBDF0;
	}
#pagina form select optgroup{
	background-color: #1CBDF0;
	color: #FFF;
	/*text-style: normal;*/
	font-weight: bold;
	}
#pagina textarea{
	margin: 0px 5px 15px 5px;
	text-align: left;
	width: 570px;
	height: 75px;
	border: 1px solid #1CBDF0;
	}
#pagina form input.invia{
	margin: 0px 5px 15px 5px;
	text-align: center;
	width: 150px;
	border: 1px solid #000;
	background-color: #1CBDF0;
	}
	
.notizia h1{
	margin: 5px 0px 5px 0px;
	font-weight: normal;
	font-size: 12px;
	color: #999;
	}
.notizia p.numpagina{
	margin: 1px 0px 1px 0px;
	font-weight: normal;
	font-size: 10px;
	text-align: right;
	color: #999;
	background-color: #FFF;
	}
.notizia p{
	margin: 0px;
	font-weight: bold;
	font-size: 18px;
	}
.notizia p a{
	text-decoration: none;
	/* color: #0068B5; */
	color: #0068B5;
	
	}
.notizia p a:hover{
	/* color: #C00; */
	color: #C00;
	}
	
.titoloA {
	background-color: #0068B5;
	color: #FFF;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
	font-family: Verdana, Helvetica, Sans-Serif;
	display: block;
	margin: 0px;
	border: 0px;
	height: 20px;
	line-height: 20px;
	}
	
.titoloB {
	background-color: #1CBDF0;
	color: #FFF;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
	font-family: Verdana, Helvetica, Sans-Serif;
	display: block;
	margin: 0px;
	border: 0px;
	height: 20px;
	line-height: 20px;
	}
	
#pagina img{
	float:left;
	margin: 0px 5px 5px 5px;
	}
	
.banner{
	margin-bottom: 10px;
}
	
.clearer{clear: left}

/* stili eventi */
#elencoeventi{
	margin: 0px 5px;
}
#elencoeventi p {
	font-size: 14px;
}
#elencoeventi p.citta {
	font-size: 12px;
	font-weight: bold;
}
#elencoeventi a{
	color: #33CCFF;
}
#elencoeventi a:hover{
	color: #CC0000;
}
#elencoeventi .bloccoelenco {
	width: 586px;
	padding: 10px 0px;
	border-top: 1px solid #33CCFF;
}
#elencoeventi .left{
	float: left;
	width: 130px;
}
#elencoeventi .right{
	float: left;
	width: 456px;
}
#elencoeventi .clearfloatzero{
	clear: both;
}

#paginazioneeventi{
	display: block;
	padding-bottom: 5px;
}
#paginazioneeventi p{
	display: block;
	text-align: right;
	padding-bottom: 5px;
}

#settimanaeventi{
	background-color: #FFF;
	/* margin-top: 10px; */
	border: 1px solid #0068B5;
	margin-bottom: 10px;
	}
#settimanaeventi a{
	display: block;
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	border: 0px;
	padding: 3px;
	}
#settimanaeventi a:hover{
	color: #CC0000;
	}
