@charset "utf-8";
/* CSS Document */

/* mac hide\*/
html, body { height:100%; }
/* end hide */

* {margin: 0; padding: 0;}
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8125em;
	line-height: 1;
	padding: 0;
	margin: 0;
	text-align: center;
	min-width: 800px;
	background-color: #FFFFFF;
}
#outer {
	height: 100%;
	min-height: 100%;
	width: 768px;
	color: #333333;
	text-align: left;
	position: relative;
	margin: auto;
	background-image: url(../immagini/background.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
html>body #outer { height: auto; } /*for mozilla as IE treats height as min-height anyway*/
#innerwrap { /* enables content first */
	width: 768px;
	font-size: 0.85em;
	line-height: 1.2em;
}
#clearfooter { width: 100%; height: 69px; clear: both; } /* to clear footer */
#footer {
	width: 768px;
	clear: both;
	height: 57px;
	border: 0;
	text-align: left;
	left: 0px;
	bottom: 0;
	position: absolute;
	font-size: 11px;
}
* html #footer {/*only ie gets this style*/
	\height: 59px;/* for ie5 */
	he\ight: 57px;/* for ie6 */
}
#footer #copy {
	position: absolute;
	height: 42px;
	width: 262px;
	background-image: url(../immagini/copyright.jpg);
	text-align: center;
	color: #ffffff;
}
#footer #copy p {
	padding-top: 12px;
}
#footer #menu {
	height: 42px;
	position: absolute;
	width: 466px;
	left: 288px;
	border-top: 1px dotted #b6b6b6;
	border-bottom: 1px dotted #b6b6b6;
	text-align: center;
}
#footer #menu a, #footer #menu a:link, #footer #menu a:visited {
	color: #333333;
}
#header {
	position: absolute;
	top: 0px;
	width: 768px;
	height: 160px;
	overflow: hidden;
	z-index: 100;
}
#footer #menu p {
	padding-top: 15px;
}

#header #logo {
	position: absolute;
	left: 0px;
	top: 20px;
}
#header #lang {
	text-align: center;
	width: 262px;
	left: 0px;
	font-size: 11px;
	top: 3px;
	position: absolute;
}
#header  #lang a {
	color: #FFFFFF;
	text-decoration: underline;
}


#header #menu {
	height: 115px;
	position: absolute;
	width: 466px;
	left: 288px;
	border-top: 1px dotted #696969;
	border-bottom: 1px dotted #696969;
	top: 20px;
}
#header #menu ul {
	list-style-image: none;
	list-style-type: none;
	margin-top: 20px;
	text-align: center;
}
#header #menu li {
	padding-left: 2px;
	display: inline;
	padding-right: 2px;
}
#centrecontentpage {
	width: 468px;
	float: right;
	padding-top: 171px;
	text-align: justify;
	margin-right: 12px;
}
#left {
	position: relative;/*ie needs this to show float */
	width: 262px;
	float: left;
	padding-top: 171px;
	text-align: center;
}
div, p, h1, h2, h3, h4, h5, h6, form, ul, select {
	margin: 0px;
	padding: 0px;
}/*clear top margin for mozilla*/
a {text-decoration: none;}
a img {border: none;}
ul, ol {list-style: none;}
#centrecontentpage h1 {
	font-size: 1em;
	color: #2b5152;
	border-bottom: 1px dotted #8a938e;
	margin-bottom: 10px;
}
#centrecontentpage ul, #centrecontentpage ol {margin-bottom: 1.25em;}
#centrecontentpage li {margin-bottom: 0.66em; line-height: 1.6em;}
#centrecontentpage ul li {
	padding-left: 40px;
	background-image: url(../immagini/ico_list.gif);
	background-repeat: no-repeat;
	background-position: 22px 0.66em;
}
#centrecontentpage #coltx {
	padding-top: 30px;
}

#centrecontentpage #colsx {
	width: 219px;
	float: left;
	border-right: 1px dotted #8a938e;
	padding-right: 15px;
}
#centrecontentpage #coldx {
	width: 219px;
	float: right;
}
#centrecontentpage #map {
	width: 300px;
	float: right;
	height: 350px;
	border: 1px solid #c7c7c7;
}
form {
	margin: 0;
	padding: 0;
	font-size: 100%;
	width: 468px;
}
#centrecontentpage a, #centrecontentpage a:link, #centrecontentpage a:visited {
	color: #990000;
}


form fieldset {
	clear: both;
	font-size: 100%;
	padding: 10px;
	margin: 0 0 0 0;
	border: 0;
}
label {
  font-size: 100%;
}
input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}
textarea {
	overflow: auto;
	height: 150px;
}
form div.required label, label.required {
	font-weight: normal;
}
form div {
	clear: left;
	display: block;
	width: 450px;
	height: expression('1%');
	margin: 5px 0 0 0;
	padding: 1px 3px;
}
form div label {
	display: block;
	float: left;
	width: 100px;
	padding: 3px 5px;
	margin: 0 0 5px 0;
	text-align: right;
}

form div.optional label, label.optional {
  font-weight: normal;
}
form  div  input, form  div  textarea    {
	width: 330px;
	padding: 1px 3px;
	margin: 0 0 0 0;
}
form div.submit {
	width: 160px;
	padding: 0 0 0 146px;
}

form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}

form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #dedede;
  color: #000000;
  width: auto;
  padding: 2px 6px;
  margin: 0;
}

form div.submit div input.inputSubmit, form div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}
form div em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
