/*
ELEMENTI HTML
*/

body {
	background-color: #EEE;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	background-image: url(immagini/varie/sfondo_sfondo.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;
}

h5 {
	font-weight: normal;
}

li {
	list-style-position: outset;
	list-style-type: square;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 3px;
}

table {
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*
ELEMENTI SFONDO
*/

#sfondo_sinistra {
	position: absolute;
	z-index: 2;
	width: 300px;
	height: 100%;
	background-image: url(immagini/varie/sfondo_sinistrar.gif);
	background-repeat: repeat;
}

#sfondo_destra {
	position: absolute;
	z-index: 2;
	right: 0px;
	width: 350px;
	height: 100%;
}

/*
ELEMENTI DEL LAYOUT
*/

.layout_home {
	position: relative;
	z-index: 3;
	top: 81px;
	width: 94%;
	left: 3%;
	right: 3%;
	background-color: #FFF;
	background-image: url(immagini/varie/col_dx_index_home.jpg);
	background-attachment: fixed;
	background-position: right top;
	border: 1px solid #333;
}

.layout_azienda {
	position: relative;
	z-index: 3;
	top: 81px;
	width: 94%;
	left: 3%;
	right: 3%;
	background-color: #FFF;
	background-image: url(immagini/varie/col_dx_index_maron.jpg);
	background-attachment: fixed;
	background-position: right top;
	border: 1px solid #333;
}

.layout_servizi {
	position: relative;
	z-index: 3;
	top: 81px;
	width: 94%;
	left: 3%;
	right: 3%;
	background-color: #FFF;
	background-image: url(immagini/varie/col_dx_index_blu.jpg);
	background-attachment: fixed;
	background-position: right top;
	border: 1px solid #333;
}

.layout_risultati {
	position: relative;
	z-index: 3;
	top: 81px;
	width: 94%;
	left: 3%;
	right: 3%;
	background-color: #FFF;
	background-image: url(immagini/varie/col_dx_index_verde.jpg);
	background-attachment: fixed;
	background-position: right top;
	border: 1px solid #333;
}

.layout_iniziative {
	position: relative;
	z-index: 3;
	top: 81px;
	width: 94%;
	left: 3%;
	right: 3%;
	background-color: #FFF;
	background-image: url(immagini/varie/col_dx_index_rosso.jpg);
	background-attachment: fixed;
	background-position: right top;
	border: 1px solid #333;
}

.layout_contatti {
	position: relative;
	z-index: 3;
	top: 81px;
	width: 94%;
	left: 3%;
	right: 3%;
	background-color: #FFF;
	background-image: url(immagini/varie/col_dx_index_cyan.jpg);
	background-attachment: fixed;
	background-position: right top;
	border: 1px solid #333;
}

.layout_links {
	position: relative;
	z-index: 3;
	top: 81px;
	width: 94%;
	left: 3%;
	right: 3%;
	background-color: #FFF;
	background-image: url(immagini/varie/col_dx_index_magenta.jpg);
	background-attachment: fixed;
	background-position: right top;
	border: 1px solid #333;
}

.layout_dove {
	position: relative;
	z-index: 3;
	top: 81px;
	width: 94%;
	left: 3%;
	right: 3%;
	background-color: #FFF;
	background-image: url(immagini/varie/col_dx_index_giallo.jpg);
	background-attachment: fixed;
	background-position: right top;
	border: 1px solid #333;
}

/*
ESTERNO
*/

#logo_compiano {
	position: absolute;
	z-index: 6;
	top: 0px;
	left: 14%;
}

#trecani {
	position: relative;
	z-index: 3;
	top: 10px;
	left: 46%;
	right: 54%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
}

#titolo {
	position: absolute;
	z-index: 3;
	top: 1px;
	right: 0px;
}

#credits {
	position: relative;
	left: 1px;
	align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
	}

/*
SINISTRA
*/

.interno_sinistra {
	width: 22%;
	vertical-align: top;
}

#menu {
	position: relative;
	padding-top: 28px;
	padding-left: 35px;
	
}

#numero_verde {
	padding-top: 7%;
	padding-left: 60px;
}

#gruppo_compiano {
	padding-left: 60px;
	padding-top: 7%;
	padding-bottom: 5%;
}

.colonna_sinistra {
	position: absolute;
	top: 0px;
	left: 0px;
}

/*
DESTRA
*/

.contenuto_destra {
	z-index: 3;
	top: 0px;
	right: 0px;
	width: 68%;
	height: 100%;
	padding-left: 10px;
	padding-top: 50px;
	padding-right: 100px;
	padding-bottom: 5px;
}

.testo_verdino {
	font-weight: bold;
	color: #336633;
}
.testo_verde {
	font-weight: bold;
	color: #060;
}

.testo_blu {
	font-weight: bold;
	color: #006;
}

.testo_rosso {
	font-weight: bold;
	color: #600;
}

.testo_giallo {
	font-weight: bold;
	color: #660;
}

.testo_maron {
	font-weight: bold;
	color: #630;
}

.testo_magenta {
	font-weight: bold;
	color: #606;
}

.testo_cyan {
	font-weight: bold;
	color: #009999;
}

.testo_nero {
	color: #000;
}

.credits {
	color: #999;
	text-decoration: underline;
}

.link_pag_attuale {
	font-weight: bold;
}

.link_pag_attuale_piccolo {
	font-weight: bold;
	padding: 0px 0px 0px 0px;

}

.compiano_normale {
	font-weight: normal;
}

.link_piccolo {
	font-size: 10px;
	font-weight: bold;
}

.link_piccolo_li {
	padding: 0px 0px 0px 0px;
}

#menu a:link {
	font-weight: bold;
	color: #060;
	}

#menu a:visited {
	font-weight: bold;
	color: #060;
	}

#menu a:hover {
	color: #000000;
	}

.news a:link {
	font-weight: bold;
	color: #060;
	}

.news a:visited {
	font-weight: bold;
	color: #060;
	}

.news a:hover {
	color: #000000;
	}

#gruppo_compiano a:link {
	font-weight: bold;
	color: #060;
	}

#gruppo_compiano a:visited {
	font-weight: bold;
	color: #060;
	}

#gruppo_compiano a:hover {
	color: #000000;
	}

#rosso a:link {
	font-weight: bold;
	color: #600;
	}

#rosso a:visited {
	font-weight: bold;
	color: #600;
	}

#rosso a:hover {
	color: #000000;
	}

#blu a:link {
	font-weight: bold;
	color: #006;
	}

#blu a:visited {
	font-weight: bold;
	color: #006;
	}

#blu a:hover {
	color: #000000;
	}

/* fotografie inserite */

.fotosx {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
	padding: 2px;
	border: 1px solid #333;
}

.fotodx {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding: 2px;
	border: 1px solid #333;
}

.fotow3c {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding: 2px;
}

.cartina {
	align: center;
	margin: 2px;
	border: 1px solid #333;
}

.grafico {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 12px;
	padding: 2px;
	border: 1px solid #333;

}
.clear {
	clear: left;
}

/* grafico */

.viola {
	list-style-type: square;
	color: #B483BC;
}

.azzurro {
	list-style-type: square;
	color: #93C4DE;
}

.giallo {
	list-style-type: square;
	color: #FCE300;
}

.verde {
	list-style-type: square;
	color: #AEC43F;
}

.marrone {
	list-style-type: square;
	color: #BA8542;
}

.rosso {
	list-style-type: square;
	color: #E33736;
}

.arancio {
	list-style-type: square;
	color: #F1BC01;
}

.didascalia {
	font-weight: normal;
}

.ancora {
	color: #EEEEEE;
}

.form {
	float: left;
	width: 330px;
	padding-right: 50px;
	text-align: right;
	vertical-align: top:
}

.span_form {
	padding-right: 177px;
}

.pallino_blu {
	list-style-type: circle;
	list-style-position: outset;
	color: #006;
}

.titolo_news {
	padding-top: 0px;
}
.news {
	width: 180px;
	height: 140px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 10px;
	vertical-align: top;
	background-color: #EEE;
	border: 2px dashed #060;
}

#spaziatore_links {
	padding-left: 6%;
}

.spaziatore_logo {
	margin-bottom: 20px;
}

#cd {
	width: 300px;
	height: auto;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #333;
}

.fotocentro {
	width: 280px;
	height: 280px;
	padding: 2px;
	border: 1px solid #333;
}

#legenda_cd ul li {	
	list-style-type: decimal;
	font-size: 10px;
	font-weight: normal;
}

.list2 {
	list-style-type: none !important;
	font-style: italic;
}