﻿body {
	margin: 0px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
html {
	margin: 0px;
	padding: 0px;
}
div#container {
	width: 960px;
	margin: auto;
}
div#realizzazione {
	width: 1400px;
	float: right;
	position: absolute;
	text-align: center;
	margin: auto;
}

/*header--------------------------------------------------------------------------*/
div#header {
	width: 960px;
	height: 130px;
}
div#header h1 {
	background: url('img/logo.jpg') no-repeat;
	width: 358px;
	height: 130px;
	margin-top: 0px;
	margin-left: 0px;
	text-indent: -9999px;
	position: absolute;
}
div#header h1 a {
	width: 100%;
	height: 100%;
	display: block;
}

/*navigation--------------------------------------------------------------------------*/
div#navigation {
	width: 960px;
	height: 50px;
	background-image:url('img/navigation.jpg');
	margin-top: 6px;
}
div#navigation_left {
	float: left;
	width: 250px;
	height: 50px;
}
div#navigation_left img {
	margin-left: 10px;
	margin-top: 6px;
	border: 0px;
}
div#navigation_right {
	float: right;
	width: 650px;
	height: 50px;
}
div#navigation_right ul {
	float: right;
	margin-top: 14px;
}
div#navigation_right ul li {
	list-style: none;
	display: inline;
	font-size: 18px;
	margin-right: 16px;
}
div#navigation_right ul li a {
	color: #5DA4DC;
	text-decoration: none;
}
div#navigation_right ul li a:hover {
	color: #fff;
	background-color: #5DA4DC;
}
/*contenuto testo--------------------------------------------------------------------------*/
div#contenuto_testo {
	background-color: #ffffff;
}
div#contenuto_testo p {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 10px;
	line-height: 20px;
	text-align: justify;
}
div#contenuto_testo ul {
	line-height: 20px;
	text-align: justify;
}
div#contenuto_testo .enti_certificati {
	float: right;
	margin-left: 20px;
	margin-top: -130px;
}
div#contenuto_testo .enti_certificati_header {
	float: right;
	margin-left: 0px;
	margin-top: -200px;
}
div#contenuto_testo .lavorazione {
	float: left;
	margin-left: 10px;
	padding-right:20px;
}
div#contenuto_testo .lavorazione2 {
	float: right;
	margin-left: 20px;
}

div#contenuto_testo .attrezzature {
	float: left;
	margin-left: 0px;
	margin-top:0px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom:5px;
	width:250px;
	height:1450px;

}
div#contenuto_testo .sede {
	float: left;
	margin-left: 0px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom:5px;
	width:250px;
	height:590px;
}
div#slogan {
	margin-top:20px;	
	text-align: center;
}
div#titolo {
	width: 705px;
	height: 60px;
	margin-top:0px;	
	float:right;
}

div#contenuto_testo h1 {
	text-align: justify;
}
div#contenuto_testo h2 {
	float:right;
}
div#contenuto_testo h3 {
	text-align: justify;
	margin-top:20px;
}
div#contenuto_testo h4 {
	text-align: right;
	margin-top:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45px;
	color: #ff0000;
}

div#mappe {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
	border: 1px solid black;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
div#contenuto_testo .tab_attrezzature {
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	border: 1px solid black;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}


/*form--------------------------------------------------------------------------*/
form#domande {
	width: 781px;
	height: 450px;
	margin-left: 30px;
	margin-top: 30px;
}
form#domande label {
	float: left;
	width: auto;
}
form#domande input {
	float: right;
	height: 20px;
	margin-top: 10px;
	background-color: #cddef2;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
form#domande span {
	float: left;
	margin-right: 5px;
	width: 150px;
	padding-top: 20px;
	padding-left: 30px;
	text-align: right;
}
form#domande textarea {
	float: right;
	width: 485px;
	height: 100px;
	background-color: #cddef2;
	margin-top: 10px;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
button.invia {
	background: url('img/invia.jpg')no-repeat;
	height: 36px;
	width: 96px;
	border: 0px;
	margin-left: 350px;
	margin-top: 10px;
}
button.annulla {
	background: url('img/annulla.jpg')no-repeat;
	height: 36px;
	width: 96px;
	border: 0px;
	margin-top: 10px;
}
/*footer--------------------------------------------------------------------------*/
div#footer {
	width: 960px;
	height: 90px;
	background-image:url('img/footer.jpg');
	margin-top:30px;
}
div#footer p {
	color: #fff;
	padding-top: 8px;
	margin-left: 8px;
}
div#footer p a {
	color: #fff;
}
div#footer_left {
}
div#footer_right {
	width: 150px;
	height: 90px;
	float: right;
	display: inline;
	margin-top: -90px;
	margin-right: 10px;
}
#doenn a {text-decoration:none;color:#000000;}