body, div, p {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}


body {
	height: 100%;
	text-align: center;
	background-color: #d3d3d3;
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
}


a, a:visited {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #888;
	font-weight: bold;
	text-decoration: underline;
}

#contenitore {
	width: 924px;
	height: 576px;
	margin: 20px auto;
	text-align: left;
}

#testata {
	background-image: url('../img/sfondo_testata.png');
	height: 96px;
}

#logoceam {
	margin-top: 10px;
	margin-left: 3px;
}

#contenitore2 {
	background-image: url('../img/sfondo_macchie.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #f1b968;
	height: 400px;
	margin: 0px;
}

#contenitore3 {
	background-image: url('../img/sfondo_corpo.jpg');
	background-repeat: no-repeat;
	margin: 0px auto;
	height: 385px;
	width: 690px;
}

#testo-pagina {
	color: white;
	width: 495px;
	height: 303px;
	position: relative;
	top: 53px;
	left: 165px;
	padding: 5px;
	overflow: auto;
	background-color: #E87717;
}
#testo-pagina.background-home {
	background-color: #000;
	background-image: url('../img/matite.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}

#piede1 {
	background-color: #f1b968;
	height: 40px;
	text-align: right;
}
.p-piede {
	padding: 10px 20px;
}
.testo-piede {
	padding-right: 15px;
	color: white;
}

#menu-sx {
	width: 135px;
	height: 50px;
	position: relative;
	top: 26px;
}
#menu-sx ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu-sx li {
	width: 61px;
	height: 21px;
	float: left;
	text-align: center;
	padding-top: 3px;
}

#menu-main {
	width: 135px;
	height: 50px;
	position: relative;
	display: block;
	top: -270px;
	left: 70px;
}
#menu-main ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu-main li .area-voce-menu {
	width: 90px;
	height: 20px;
	float: left;
	text-align: center;
	padding-top: 5px;
	margin-top: 2px;
	background-color: #a4a09b;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}


#piede2 {
	background-color: #f59710;
	height: 30px;
}

a.link-menu, a.link-menu:visited {
	color: #222;
	font-weight: bold;
	text-decoration: none;
}
a.link-menu:hover {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

#errore-pag {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

.float-left {
	float: left;
	padding-right: 3px;
}
.float-right {
	float: right;
	padding-left: 3px;
}

.titolo-home {
	text-align: center;
	font-size: 24px;
	color: #E87717;
	font-weight: bold;
	border-bottom: solid 2px #E87717;
	background-color: black;
}

h1 {
	font-size: 18px;
	border-bottom: solid 1px white;
}

h2 {
	font-size: 14px;
	font-style: italic;
	margin-bottom: 5px;
}

p {
	padding-bottom: 6px;
}

/* CSS form messaggio */
.form_messaggio_img_right{
	float: right;
	margin-right: 5px;
	margin-top: 15px;
}
.info_mail {
	margin-bottom: 5px;
}
label.label_mail{
	display: block
}
.input_mail{
	border: solid 1px #888;
	background-color: #F1B968;
	font-size: 0.9em;
	vertical-align: middle;
	padding: 3px;
}
#pulsante_invio{
	margin: 10px;	
}
.puls_mail{
	border: solid 1px #888;
	background-color: #aaf;
	vertical-align: middle;
	padding: 3px;
	float: right;
}
textarea{
	width: 460px;
}
