

	/* General */
body, td, div, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	/*background-color: #ffffff;
	margin: 0;*/
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #ebebeb;
}

td {
	background-color: #ffffff;
}

	/* Topbar */
#topbar {
	color: #669933;
	font-size: 9pt;
	font-weight: bold;
	/*text-align: right;
	padding: 18 10 2 2px;
	padding-top: 18px;*/
	height: 68px;
	width: 760px;
	background-image: URL("images/topbar.jpg");
}
#logo {
	position: relative;
	left: -190px;/**/
	top: 10px;
}
#lang {
	position: relative;
	right: -205px;
	top: -10px;
}

a.lang {
	color: #333333;
	text-decoration: none;
}
a.lang:hover { color: #ff0000;}






	/* Sezione principale */

#photo {
	z-index: -1;
}
#main-text, #main-text-contact {
	position: relative;
	left: 10px;
	top: -10px;/**/
	width: 570px;
	z-index: 2;
	
	color: #000000;
	background-color: transparent;
	font-size: 10pt;
	text-align: justify;
}
		/* variante per pagina contatti */
	#main-text-contact {
		left: 5px;
		width: 400px;
		text-align: left;
	}

#title-green {
	color: #ffffff;
	background-color: #99cf16;
	font-size: 11pt;
	font-weight: bold;
	text-align: right;
	width: 25px;
	height: 20px;

	position: relative;
	right: 35px;
	top: 20px;
	z-index: 6!important;
}
#title-black {
	color: #ffffff;
	background-color: #000000;
	font-size: 11pt;
	font-weight: bold;
	width: 170px;
	height: 20px;
	padding-left:10px;/**/
	position: relative;
	left: -10px;
	/*top: -20px;*/
	z-index: 2;
}
#title-grey {
	color: #000000;
	background-color: #cccccc;
	font-size: 9pt;
	font-weight: normal;/**/
	width: 408px;
	height: 20px;
	vertical-align: bottom;
	padding-left: 10px;/**/
	position: relative;
	left: 160px;
	top: -20px;
	z-index: 2;
}


	/* Pulsante Back */
.back {
	/**/padding-right: 10px;
	padding-left: 10px;	
	font-weight: bold;
	width: 398px!important;
	text-align: right;
	height: 20px;
	font-size: 10pt;
}
#title-grey-back {
	color: #000000;
	background-color: #cccccc;
	font-size: 9pt;
	font-weight: normal;/**/
	width: 408px;
	height: 20px;
	vertical-align: bottom;
	padding-left: 10px;/**/
	position: relative;
	left: 160px;
	top: -20px;
	z-index: 2;
}





a.back {
	color: #000000;
	text-decoration: none;
	/*padding: 10 2 10 2px;*/
	background-color: #7494a8;
}
a.back:hover {
	color: #ffffff;
	background-color: #7494a8;
}



	/* Working Web note */
#pbww {
	/*position: relative;
	bottom: 80px;
	top: 60px;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	background-color: #99cf16;
	background-image: Url("images/bottom.gif");
	font-size: 8pt;
	text-decoration: none;
	text-align: right;
	width: 760px;
	height: 39px;
}

a.apbww, a:visited.apbww {
	color: #333333;
	text-decoration: none;
}

b.bpbww {
	color: #ff00ff;
}
