/* Elementi generici */
body {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	background-color: #c1c1c1;
	background-image: url('../imgs/sfondo.png');
	background-repeat: repeat-x;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

div {
	text-align: left;
}

img {
	border: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 12pt;
}

.pedice {
	font-size: 18pt;
}






/* Titolo e dimensione testo */

h1 {
	padding-top: 20px; 
	border-bottom: 1px #dddddd solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

div.dimensione_testo {
	margin-top: 25px;
	cursor: pointer;
	float: right;
	width: 21px;
	height: 20px;
}

div#testo_normale {
	background: url('../imgs/testo_normale.jpg');
}

div#testo_grande {
	background: url('../imgs/testo_grande.jpg');
}

div#testo_grande:hover, div#testo_normale:hover {
	background-position: 0px -20px;
}









/* Elementi di pagina */

div#pagina {
	width: 950px;
	margin: auto;
	margin-top: 20px;
}

img.logo {
	width: 198px;
	height: 30px;
}












/* Menu */

ul#menu {
	/*border-top: 1px #e6e6e6 solid;*/
	padding: 0;
	margin: 0;
	list-style: none;
	display: table;
	width: 100%;
	margin-top: 10px;
}

ul#menu li {
	display: table-cell;
	background: url('../imgs/menu/sfondo_menu.jpg');
	background-position: top right;
	font-size: 10pt;
}

ul#menu li a {
	color: #000000;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 300px;
	height: 34px;
}

ul#menu li a:hover {
	text-decoration: none;
	background: url('../imgs/menu/sfondo_menu_scuro.png');
}

ul#menu li a img {
	margin-right: 5px;
}










/* Scheda */
div.contenuto {
	float: left;
}

div.contenuto div.top {
	margin-top: 10px;
	height: 12px;
	width: 711px;
	background-image: url('../imgs/scheda/top.png');
}

div.contenuto div.content {
	line-height: 150%;
	text-align: justify;
	background-color: #ffffff;
	width: 650px;
	border-right: 1px #bebebe solid;
	padding: 10px 30px 10px 30px;
}

div.contenuto div.bottom {
	background-image: url('../imgs/scheda/bottom.png');
	height: 12px;
	width: 711px;
}

div.contenuto div.content h3.titoletto {
	margin-top: 30px;
}






/* Menu laterale */

div#laterale {
	float: right;
}

div.menu_laterale {
}

div.menu_laterale div.top {
	margin-top: 10px;
	height: 12px;
	width: 231px;
	background-image: url('../imgs/scheda/menu_top.png');
}

div.menu_laterale div.content {
	background-color: #ffffff;
	width: 210px;
	border-right: 1px #bebebe solid;
	padding: 10px 10px 25px 10px;
}

div.menu_laterale div.bottom {
	background-image: url('../imgs/scheda/menu_bottom.png');
	height: 12px;
	width: 231px;
}

div.menu_laterale div.content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.menu_laterale div.content ul li {
	padding: 0;
	margin: 0;
}
	
div.menu_laterale div.content ul li a {
	margin: 0;
	padding: 0;
	display: block;
	color: #1a1a1a;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px #dddddd solid;
	color: #333333;
}

div.menu_laterale div.content ul li a:hover {
	text-decoration: none;
	background-color: #dddddd;
}

div.menu_laterale div.content h3 {
	font-weight: bold;
	margin-bottom: 20px;
}




/* Copyright */
div#contenitore_copyright {
	padding-top: 10px;
	clear: left;
}

div#copyright {
	clear: left;
	background: url('../imgs/striscia_fondo.png');
	background-repeat: no-repeat;
	height: 32px;
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 10px;
	padding-left: 20px;
	font-size: 8pt;
	color: #aaaaaa;
}












/* Colori */
.verde {
	color: #688d04;
}

.arancio {
	color: #b03e06;
}

.blu {
	color: #084cbc;
}

.nero {
	color: #000000;
}












/* Cornice alta */
div#cornice_alta {
	width: 950px;
	height: 150px;
	background: url('../imgs/headers/sfondo_cornice_alta.png');
	background-position: bottom left;
}

div#cornice_alta div.DX span {
	color: #aaaaaa;
	font-size: 14pt;
}

div#cornice_alta_piccola {
	width: 950px;
	height: 75px;
	background: url('../imgs/headers/sfondo_cornice_alta_piccola.png');
	background-position: bottom left;
}

div#cornice_alta_piccola div {
	height: 72px;
	width: 274px;
	background: url('../imgs/headers/quadratini.png');
	background-repeat: no-repeat;
}

