@charset "utf-8";

/* generici */

body {
	margin: 0px;
	padding: 0px;
	background: #b3c181 url("bkg_pag.jpg") top center repeat-x;
	font-family: "Trebuchet MS", Arial, Georgia, sans-serif; 
	font-size: 12px;
	/*color: #333131;*/
	color: #808000;
}

a {
	color: #485720;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
}
a:hover {
	color: #6e9700;
	/*background-color: #ffffff;*/
	text-decoration: underline;
}

p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
}

img {
	margin: 0px; 
	padding: 0px; 
	border: 0px solid #6dbdea;
}
img.left {
	margin: 0px 6px 1px 0px; 
	padding: 0px; 
	border: 0px solid #6dbdea;
	float: left;
}
img.right {
	margin: 0px 0px 1px 6px; 
	padding: 0px; 
	border: 0px solid #6dbdea;
	float: right;
}



/* layout */

.contenitore {
	margin: 0px auto;
	padding: 0px;
	width: inherit;
	border-bottom: 0px solid #ff0000;
	background: transparent url("bkg_sito.jpg") top center no-repeat;
	position: relative;
}
.contenitore2 {
	margin: 0px auto;
	padding: 0px;
	width: 878px;
	border: 0px solid #ff0000;
	position: relative;
}


.header {
	margin: 0px;
	padding: 0px;
	width: 878px;
	height: 80px;
	border: 0px solid #ff0000;
	text-align: center;
}
.messaggiotop {
	margin: 0px;
	padding: 0px;
	width: 878px;
	border: 0px solid #ff0000;
	text-align: center;
	height: 45px;
}
	p.mess_top {
		margin: 0px;
		padding: 6px 0px 0px 0px;
		font-size: 10px;
		font-weight: normal;
		line-height: 13px;
		text-align: center;
	}
	.messaggiotop p {
		margin: 0px;
		padding: 6px 0px 0px 0px;
		font-size: 10px;
		font-weight: normal;
		line-height: 13px;
		text-align: center;
	}

.sinistra {
	margin: 0px;
	padding: 0px;
	width: 632px;
	border: 0px solid #000000;
	text-align: left;
	float: left;
	position: relative;
}
	.menu {
		margin: 0px;
		padding: 13px 0px 2px 0px;
		width: inherit;
		border: 0px solid #000000;
		text-align: right;
		font-size: 10px;
		color: #a3a381;
		font-weight: normal;
	}
	.menu a {
		margin: 0px 4px 0px 4px;
		padding: 0px;
		font-size: 10px;
		color: #605852;
		font-weight: bold;
		text-transform: uppercase;
	}
	.menu a:hover {
		color: #000000;
	}
	
	.box_cont {
		margin: 0px;
		padding: 0px;
		width: inherit;
		height: 450px;
		border: 0px solid #000000;
		background: transparent url("bkg_pann_big.jpg") top left no-repeat;
		text-align: left;
		overflow: auto;
		position: relative;
		display: inline-block;
		line-height: 1.2;
	}
	
	.box_cont .cont {
			margin: 0px auto;
			padding:0px 7px 0px 0px;
			height: 285px;
			width: 583px;
			border: 0px solid #000000;
			z-index: 99;
			overflow: auto;
			position: relative;
			visibility: visible;
			margin-left: 20px;
			font-size: 1.1em;
			line-height: 1.2;
			display: inline-block;
		}
		.box_cont .cont_index {
			margin: 0px auto;
			padding:0px 0px 0px 0px;
			height: 285px;
			width: 590px;
			border: 0px solid #000000;
			overflow: auto;
		}
	.box_cont .titolo {
		margin: 0px;
		padding: 20px 35px 20px 35px;
		border: 0px solid #000000;
		font-size: 13px;
		font-weight: bold;
		color: #969b2d;
		text-transform: uppercase;
	}
	
	.sinistra .box_cont .cont, .sinistra .box_cont .cont p {
		text-align: justify;
		line-height: 1.35em;
	}
	.sinistra .box_cont .cont img, .sinistra .box_cont .cont p img {
		border: 5px solid #ffffff;
	}
	
	
	
	
	
	
	
	
	
	

.destra {
	margin: 0px;
	padding: 0px;
	width: 236px;
	height: 459px;
	border: 0px solid #000000;
	text-align: left;
	background: transparent url("bkg_pann_small.jpg") top left no-repeat;
	float: right;
}
	.destra .immaginetop {
		margin: 0px;
		padding:0px;
		height: 157px;
		width: inherit;
		border: 0px solid #000000;
	}
	.destra .pannellino {
		margin: 0px auto;
		padding: 0px;
		height: 222px;
		width: 226px;
		border: 0px solid #000000;
		overflow: auto;
	}
	.destra .pannellino img {
		margin: 0px;
		padding: 0px;
	}
	.destra .pannellino .cont {
		margin: 0px;
		padding: 10px;
		border: 0px solid #000000;
		overflow: auto;
		line-height: 1.3em;
	}
	.destra .pannellino .cont_dx {
		margin: 0px;
		padding: 0px 10px 3px 10px;
		border: 0px solid #000000;
		overflow: auto;
		line-height: 1.1em;
	}
	.destra .pannellino .cont_dx p {
		margin: 0px 0px 8px 0px;
		padding: 0px;
		border: 0px solid #000000;
	}


.sottotitolo {
	font-size: 13px;
	font-weight: bold;
	color: #797711;
}

.menugiu {
	margin: 0px;
	padding: 0px;
	width: 880px;
	height: 30px;
	font-size: 12px;
	border: 0px solid #ff0000;
	display: block;
	margin-top: -100px;
	position: absolute;
}
.menugiu a {
	margin: 0px 4px 0px 4px;
	padding: 0px 4px 0px 4px;
}


.footer {
	margin: 0px;
	padding: 0px;
	width: inherit;
	clear: both;
	text-align: center;
	color: #f2f2d8;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
}






/* layout notizie */
body.notizie {
	margin: 0px;
	padding: 0px;
	background: #f4f4de url("bkg_notizie_bottom.jpg") bottom center repeat-x;
	font-family: "Trebuchet MS", Arial, Georgia, sans-serif; 
	font-size: 12px;
	color: #333131;
}

.contenitore_notizie {
	margin: 0px auto;
	padding: 0px;
	width: inherit;
	border-bottom: 0px solid #ff0000;
	background: transparent url("bkg_notizie_top.jpg") top center repeat-x;
}
.contenitore_notizie2 {
	margin: 0px auto;
	padding: 0px;
	width: 878px;
	border: 0px solid #ff0000;
}

.sinistra_notizie {
	margin: 0px;
	padding: 0px;
	width: 632px;
	border: 0px solid #000000;
	text-align: left;
	float: left;
}
	.box_cont_notizie {
		margin: 0px;
		padding: 0px 0px 0px 0px;
		width: inherit;
		border: 0px solid #000000;
		background: #ffffff url("bkg_pann_big_notizie.gif") top left no-repeat;
		text-align: left;
	}
	.box_cont_notizie .titolo {
		margin: 0px;
		padding: 20px 35px 20px 35px;
		border: 0px solid #000000;
		font-size: 13px;
		font-weight: bold;
		color: #969b2d;
		text-transform: uppercase;
	}
	.box_cont_notizie .cont {
		margin: 0px auto;
		padding:0px;
		width: 590px;
		border: 0px solid #000000;
	}
.separatore_notizie_close {
	width: inherit;
	clear: both;
	height: 95px;
	background: transparent url("chiusura_bkg_notizie.jpg") bottom center no-repeat;
	margin: 0px;
	border: 0px solid #ff0000;
	font-size: 0.1em;
}
.separatore_notizie_riga {
	width: inherit;
	clear: both;
	height: 10px;
	margin: 0px 0px 5px 0px;
	border: 0px solid #ff0000;
	font-size: 0.1em;
	background: transparent url("bkg_sep_not_riga.jpg") center center no-repeat;
}
.cat_notizia {
	float: right;
	font-weight: bold;
	font-size: 12px;
	color: #cc0000;
	text-transform: none;
	border: 0px solid #ff0000;
}






.destra_notizie {
	margin: 30px 0px 0px 0px;
	padding: 0px;
	width: 236px;
	/*height: 459px;*/
	border: 0px solid #000000;
	text-align: left;
	/*background: transparent url("bkg_pann_small.jpg") top left no-repeat;*/
	float: right;
}
.destra_notizie img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
}
.menu_notizie_top {
	margin: 0px;
	padding: 0px;
	background: transparent url("box_dx_not_top.jpg") bottom center no-repeat;
	height: 13px;
	border: 0px solid #ff0000;
}
.menu_notizie_bottom {
	margin: 0px;
	padding: 0px;
	background: transparent url("box_dx_not_bottom.gif") top center no-repeat;
	height: 11px;
	border: 0px solid #ff0000;
}
.menu_notizie {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	border: 0px solid #ff0000;
}
.menu_notizie p {
	margin: 0px;
	padding: 4px 8px 4px 8px;
}

/* separatori */

.separatore {
	width: inherit;
	clear: both;
	height: 5px;
	margin: 0px;
	border: 0px solid #ff0000;
	font-size: 0.1em;
}
	.separatore0 {
		width: inherit;
		clear: both;
		height: 0px;
		margin: 0px;
		font-size: 0.1em;
	}
	.separatore10 {
		width: inherit;
		clear: both;
		height: 10px;
		margin: 0px;
		font-size: 0.1em;
	}
	.separatore15 {
		width: inherit;
		clear: both;
		height: 15px;
		margin: 0px;
		font-size: 0.1em;
	}
	.separatore20 {
		width: inherit;
		clear: both;
		height: 20px;
		margin: 0px;
		font-size: 0.1em;
	}






/* altre classi */


.rosso {
	color: #cc0000;
}
.grigio {
	color: #666666;
}
.blu {
	color: #003366;
}.no_cursore {
	cursor:text;
}
.sbieco {
	font-style: italic;
}
.grande {
	font-size: 15px;
}
.piccolo {
	font-size: 10px;
}
.grassetto {
	font-weight: bold;
}
.leggero {
	font-weight: normal;
}

a.no_cursore2 {
	cursor:text;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a.leggero, a.leggero:hover {
	font-weight: normal;
	text-decoration: none;
}



p.piccolissimo {
	font-weight: normal;
	text-decoration: none;
	font-size: 5px;
	line-height: 1.0em;
	margin: 0px;
	padding: 0px;
}







/*
.form_cont {
	float: right;
	border-left: 5px solid #f4f4f4;
	border-bottom: 5px solid #f4f4f4;
	margin: 0px 0px 0px 6px;
	padding: 0px 0px 0px 6px;
	width: 330px;
}
input.form_cont_dx, textarea.form_cont_dx {
	float: right;
	margin: 2px;
	padding: 2px;
	border: 1px solid #cecece;
	width: 250px;
}

ol, li  {
	list-style-type: none;
	font-size: 1.2 em;
	font-weight: bold;
}
.log_ricerca { 
	width: inherit;
	margin: 0px;
	padding: 0px;
	border: 0px solid #ff0000;
	margin-bottom: 10px;
	color: #266a95;
	font-size: 12px;
	font-weight: bold;
}
.loginbox { 
	width: 500px;
	margin: 0px;
	padding: 0px;
	border: 0px solid #000000;
	float: left;
}
.ricercabox { 
	width: 350px;
	margin: 0px;
	padding: 0px;
	border: 0px solid #000000;
	float: right;
	text-align: right;
}
*/

