.logo {
	position:absolute;
	left:0px;
	top:0px;
}
.barrasx {
	width:330px;
	position:absolute;
	left:20px;
	bottom:20px;
	font-family: arial;
	font-weight: bold; 
	font-size: 12px;
}
.presentazione {
	position:absolute;
	left:280px;
	top:150px;
}
.teleassistenza {
	position:absolute;
	right:50px;
	top:50px;
	width:200px;
	font-family: arial;
	font-weight: 600; 
	font-size: 14px;
	color: white;
	text-align: center;
	background-color: darkorange;
	padding: 10px;
	border: 2px solid red;
  border-radius: 5px;
}

.teleassistenza a:link {
  color: white;
}

.teleassistenza a:visited {
  color: white;
}

a:link {
  color: darkgreen;
}

a:visited {
  color: darkgreen;
}

/* mouse over link */
a:hover {
  color: green;
}

/* selected link */
a:active {
	color: green;
}

.menu {
	position:absolute;
	left:280px;
	top:118px;
	font-family: arial;
	font-weight: bold; 
	font-size: 14px;
}
h1 {
	font-family: arial;
	font-weight: bold; 
	font-size: 22px;
}
h2 {
	font-family: arial;
	font-weight: bold; 
	font-size: 18px;
}
h3 {
	font-family: arial;
	font-weight: bold; 
	font-size: 14px;
}
body {
	background: url(img/bglogo.png) repeat-y top left;
	font-family: arial;
	font-weight: normal; 
	font-size: 14px;
	line-height: 1.3;
}
p {
	text-align: justify;
	margin-right: 100px;
}
ul {
	text-align: justify;
	margin-right: 100px;
}
ol {
	text-align: justify;
	margin-right: 100px;
}
td {
	font-family: arial;
	font-weight: normal; 
	font-size: 14px;
	line-height: 1.3;
	vertical-align: top;
	text-align: justify;
}