body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #bcd;
}

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 10px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

div, li, a, form, input, select {
	margin: 0px;
	padding: 0px;
}

ul, ol {
	margin: 5px 0px;
	padding: 0px;
}

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

a:link, a:visited, a:hover {
	text-decoration: underline;
	color: #000;
}

a.nounderline:link, a.nounderline:visited {
	text-decoration: none;
	color: #000;
}

a.nounderline:hover {
	text-decoration: underline;
	color: #000;
}

/* --- INIZIO --- id per il layout principale */

#header { /* testata, contiene il logo e il menu orizzontale */
	width: 770px;
	height: 100px;
	margin: 0px auto;
	position: relative;
	border: 1px solid #fff;
	border-top: none;
	background-image: url(../images/header.png);
}

#header img {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#container { /* contiene tutta la parte centrale, leftmenu e center */
	width: 770px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	border: 1px solid #FFFFFF;
	border-top: none;
	background-image: url(/images/vertical_menu.png);
	background-repeat: repeat-y;
}

#leftmenu { /* sta sopra container ma ne condivide il colore di sfondo */
	width: 163px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#center { /* sta sopra container e ha il colore di sfondo bianco */
	width: 606px; /* 1 pixel di bordo sinistro*/
	min-height: 383px;
	height: auto !important;
	height: 383px;
	position: relative;
	margin-left: 163px;
	padding: 1px 0px;
	background-color: #fff;
	border-left: 1px solid #fff;
}

#footer { /* standards e webmaster */
	width: 750px;
	margin: 0px auto;
	padding: 10px;
	color: #666;
	text-align: center;
}

#footer a:link, #footer a:visited { /* standards e webmaster link */
	color: #666;
	text-decoration: none;
}

#footer a:hover { /* standards e webmaster link con mouseover*/
	color: #000;
	text-decoration: underline;
}

/* --- FINE --- id per il layout principale */

/* --- INIZIO --- linguette (menu orizzontale) */

#header ul {
	position: absolute;
	top: 75px;
	left: 164px;
	width: 606px;
	height: 25px;
	margin: 0px;
	overflow: hidden;
	z-index: 2;
}

#header ul#nav1 { background: transparent url(/images/linguette.png) no-repeat 0 0; }
#header ul#nav2 { background: transparent url(/images/linguette.png) no-repeat 0 -25px; }
#header ul#nav3 { background: transparent url(/images/linguette.png) no-repeat 0 -50px; }
#header ul#nav4 { background: transparent url(/images/linguette.png) no-repeat 0 -75px; }
#header ul#nav5 { background: transparent url(/images/linguette.png) no-repeat 0 -100px; }
#header ul#nav0 { background: transparent url(/images/linguette.png) no-repeat 0 -125px; }

#header a {
	position: absolute;
	top: 0px;
	width: 130px;
	height: 25px; 
	text-indent: -2000px;
	overflow: hidden;
	background: transparent url(../images/linguette.png) no-repeat;
}

#nav1 li#home a           { background-position: 0px 0px; left: 0px; }
#nav1 li#home a:hover     { background-position: 0px 0px; }
#nav1 li#chi a            { background-position: -130px -125px; left: 130px; }
#nav1 li#chi a:hover      { background-position: -130px 0px; }
#nav1 li#dove a           { background-position: -249px -125px; left: 249px; }
#nav1 li#dove a:hover     { background-position: -249px 0px; }
#nav1 li#contatti a       { background-position: -368px -125px; left: 368px; }
#nav1 li#contatti a:hover { background-position: -368px 0px; }
#nav1 li#bacheca a        { background-position: -487px -125px; left: 487px; }
#nav1 li#bacheca a:hover  { background-position: -487px 0px; }

#nav2 li#home a           { background-position: 0px -150px; left: 0px; }
#nav2 li#home a:hover     { background-position: 0px -25px; }
#nav2 li#chi a            { background-position: -130px -25px; left: 130px; }
#nav2 li#chi a:hover      { background-position: -130px -25px; }
#nav2 li#dove a           { background-position: -249px -125px; left: 249px; }
#nav2 li#dove a:hover     { background-position: -249px 0px; }
#nav2 li#contatti a       { background-position: -368px -125px; left: 368px; }
#nav2 li#contatti a:hover { background-position: -368px 0px; }
#nav2 li#bacheca a        { background-position: -487px -125px; left: 487px; }
#nav2 li#bacheca a:hover  { background-position: -487px 0px; }

#nav3 li#home a           { background-position: 0px -125px; left: 0px; }
#nav3 li#home a:hover     { background-position: 0px -50px; }
#nav3 li#chi a            { background-position: -130px -150px; left: 130px; }
#nav3 li#chi a:hover      { background-position: -130px -50px; }
#nav3 li#dove a           { background-position: -249px -50px; left: 249px; }
#nav3 li#dove a:hover     { background-position: -249px -50px; }
#nav3 li#contatti a       { background-position: -368px -125px; left: 368px; }
#nav3 li#contatti a:hover { background-position: -368px 0px; }
#nav3 li#bacheca a        { background-position: -487px -125px; left: 487px; }
#nav3 li#bacheca a:hover  { background-position: -487px 0px; }

#nav4 li#home a           { background-position: 0px -125px; left: 0px; }
#nav4 li#home a:hover     { background-position: 0px -75px; }
#nav4 li#chi a            { background-position: -130px -125px; left: 130px; }
#nav4 li#chi a:hover      { background-position: -130px -75px; }
#nav4 li#dove a           { background-position: -249px -150px; left: 249px; }
#nav4 li#dove a:hover     { background-position: -249px -75px; }
#nav4 li#contatti a       { background-position: -368px -75px; left: 368px; }
#nav4 li#contatti a:hover { background-position: -368px -75px; }
#nav4 li#bacheca a        { background-position: -487px -125px; left: 487px; }
#nav4 li#bacheca a:hover  { background-position: -487px 0px; }

#nav5 li#home a           { background-position: 0px -150px; left: 0px; }
#nav5 li#home a:hover     { background-position: 0px -25px; }
#nav5 li#chi a            { background-position: -130px -25px; left: 130px; }
#nav5 li#chi a:hover      { background-position: -130px -25px; }
#nav5 li#dove a           { background-position: -249px -125px; left: 249px; }
#nav5 li#dove a:hover     { background-position: -249px 0px; }
#nav5 li#contatti a       { background-position: -368px -125px; left: 368px; }
#nav5 li#contatti a:hover { background-position: -368px 0px; }
#nav5 li#bacheca a        { background-position: -487px -125px; left: 487px; }
#nav5 li#bacheca a:hover  { background-position: -487px 0px; }

#nav0 li#home a           { background-position: 0px -125px; left: 0px; }
#nav0 li#home a:hover     { background-position: 0px -100px; }
#nav0 li#chi a            { background-position: -130px -125px; left: 130px; }
#nav0 li#chi a:hover      { background-position: -130px -100px; }
#nav0 li#dove a           { background-position: -249px -125px; left: 249px; }
#nav0 li#dove a:hover     { background-position: -249px 0px; }
#nav0 li#contatti a       { background-position: -368px -125px; left: 368px; }
#nav0 li#contatti a:hover { background-position: -368px 0px; }
#nav0 li#bacheca a        { background-position: -487px -125px; left: 487px; }
#nav0 li#bacheca a:hover  { background-position: -487px 0px; }

/* --- FINE --- menu orizzontale */

/* --- INIZIO --- menu verticale */

#leftmenu ul {
	margin: 0px;
	list-style-type: none;
}

#leftmenu a {
	display: block;
	padding: 5px 3px;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#leftmenu ul ul a {
	padding: 5px 5px;
}


#leftmenu a:hover {
	background-image: url(/images/vertical_menu_hover.png);
	color: #fff;
	text-decoration: none;
}

#leftmenu a:link#active, #leftmenu a:visited#active {
	color: #000;
	background-color: #fd3;
	text-decoration: none;
}

#leftmenu a:hover#active {
	color: #000;
	background-image: none;
	text-decoration: none;
}

div.jsenable span {cursor: pointer}
div.jsenable ul ul {display: none}
div#leftmenu li.hide ul {display: none}
div#leftmenu li.show ul {display: block}

/* --- FINE --- menu verticale */

/* --- INIZIO --- box "content" */

.title {
	margin: 5px;
	background: url(/images/title.png) repeat-y center;
	border-bottom: 1px dotted #ccc;
}

.content {
	margin: 5px;
	border: 1px solid #ccc;
	position: relative;
}

.content h3 {
	padding: 5px;
}

/* --- FINE --- box "content" */

/* --- INIZIO --- vari */

.hr {
	width: 95%;
	height: 1px;
	display: block;
	margin: 10px auto;
}

.ritorna { /* paragrafo per ritornare ad inizio pagina */
	clear: both;
	text-align: right;
}

/* --- FINE --- vari */