@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	height: 100%;
}

a, a:link, a:active, a:visited {
	color: #FFF;
}

a:hover {
	text-decoration: none;
}

.colonna_destra h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFF;
	margin: 38px 0px 5px 0px;
	display: block;
	background: url(../images/linea_titolo_verde.png) bottom left no-repeat;
}

.colonna_destra h1#no_margin {
	margin: 0px 0px 5px 0px;
}

.colonna_sinistra h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #9FB31A;
	margin: 38px 0px 5px 0px;
	display: block;
	background: url(../images/linea_titolo_contenuto.jpg) bottom left no-repeat;
}

.colonna_sinistra h1#no_margin {
	margin: 0px 0px 5px 0px;
}

.colonna_sinistra h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #9FB31A;
	margin: 38px 0px 5px 0px;
	display: block;
	background: url(../images/linea_titolo_contenuto.jpg) bottom left no-repeat;
}
	

.colonna_destra {
	background: url(../images/sfondo_destro.gif) #9FB31A top left no-repeat;
	padding: 0px 10px 20px 10px;
	color: #FFF;
	height: 100%;
}

.colonna_sinistra {
	background: url(../images/sfondo_contenuto.gif) top left no-repeat;
	height: 670px;
	padding: 0px 35px 20px 40px;
}

ul {
	padding: 0px 0px 0px 15px;
}

.link_immagini:link, .link_immagini:visited, .link_immagini:active {
	display: block;
	margin: 10px 0px 0px 0px;
	padding-left: 25px;
	background: url(../images/logo_pdf.jpg) left top no-repeat;
	text-decoration: none;
}

.link_immagini:hover {
	color: #333;
}

.pie {
	border-top: 2px solid #7D7D77;
	margin-right: 15px;
	padding: 5px 5px 5px 0px;
}