@charset "ISO-8859-1";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-image:url(images/headeresterno.jpg);
	background-repeat:repeat-x;
}

body, html {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color:#f9f8e3;
}

p, h1, h2, h3, h4, h5, h6, ul, ol {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
}

p {
	font-size:12px;
	color:#111;
}

h1 {
	font-size:20px;
}

h3 {
	font-size:12px;
	color:#111;
}

h5 {
	font-size:10px;
	color:#111;
	font-stretch:condensed;
}

h6 {
	font-size:10px;
	font-color:#111;
}

.clear {
	clear:both;
}

.nascosto {
	display:none;
}

.spaziatura {
	display:block;
	width:780px;
	height:30px;
}

.spaziatura2 {
	display:block;
	width:780px;
	height:15px;
}

.header {
	margin:auto;
	width:900px;
	height:220px;
	background-color:#f9f8e3;
	background-image:url(images/header.jpg);
}

.contenitore1 {
	margin:auto;
	padding:0px;
	width:900px;
	height:auto;
	background-image:url(images/containerfondo.jpg);
	background-repeat:repeat;
	background-color:#f9f8e3;
}

.contenitore2 {
	margin:auto;
	width: 780px;
	height: auto;
	background-color:#f5f4d4;
}

.footer {
	margin:auto;
	width:900px;
	height:120px;
	padding:0px;
	background-color:#f9f8e3;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.bloccotesti {
	float:left;
	width:260px;
	height:485px;
	color:#111;
	padding:5px 15px 5px 0px;
}

.bloccocontatti {
	float:left;
	width:420px;
	height:485px;
	color:#111;
	padding:5px 10px 5px 0px;
}

.bloccominiature {
	float:left;
	width:140px;
	height:485px;
	background-color:#f5f4d5;
	padding:5px 0px 5px 15px;
}

.bloccoimmagine {
	float:left;
	width:350px;
	height:485px;
	background-color:#f5f4d5;
	padding:5px 0px 5px 0px;
}

.testo {
	float:left;
	color:#f9f8e3;
}

.miniatura {
	float:left;
	width:140px;
	height:90px;
	padding:5px 0 0 0;
}	

.immagine {
	float:left;
	width:350px;
	height:430px;
	border:0px;
}






form {
	margin:0;
	padding:0;
	display:inline;
	width:370px;
	margin:10px;
}
 
fieldset{
	 float:left;
	 width:400px;
	 margin:0px;
	 padding:0;/*controllate di averlo messo!!!!!!*/
	 border: none;
	 background-color:#f5f4d4;
}
 
legend{
	font-weight:bold;
	color: #000;
	background-color:#f5f4d4;
}
 
form b{
	color:#F00;
}
 
fieldset div{
	float:left;
	width:100%;
	padding:10px 0;
	background-color:#f5f4d4;
}

label{
	 float:left;
	 width:120px;
	 display: inline;
	 margin: 0px; 
}




a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#6c1a33;
	border:0px;
}

a:link {
	text-decoration: none;
	border:0px;
}

a:visited {
	text-decoration: none;
	color:#6c1a33;
	border:0px;
}

a:hover {
	text-decoration: underline;
	color:#36121d;
	border:0px;
}

a:active {
	text-decoration: none;
	color:#6c1a33;
	border:0px;
}

