﻿@import url(menu.Eg.css); /* CSS MENU */
@import url(home.css); /* CSS HOMEPAGE */
@import url(barraDx.css); /* CSS Barra di destra */
@import url(interno.css); /* CSS pagine interne */
@import url(thickbox.css); /* CSS Layers */

body, html
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #3e4650;
	background-color: #a6b8cd;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
}
.empty
{
	display: block;
	float: none;
	clear: both;
}
.DX
{
	display: block;
	float: right;
}
.SX
{
	display: block;
	float: left;
}
img
{
	border: none;
}
a
{
	text-decoration: underline;
	color: #095dc9;
}
a:hover
{
	text-decoration: none;
}
h2
{
	font-size: 20px;
	font-family: Arial;
	font-weight: normal;
}
select
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #3e4650;
	display: block;
	float: left;
	clear: none;
	padding: 2px 0px 2px 5px;
}
button
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	display: block;
	float: left;
	clear: none;
	padding: 0px 0px 3px 0px;
	margin: 0px;
	cursor:pointer;
	border:none;
}

/*------------------------------------------------------------------
[Struttura Pagine Sito]

/* TESTATA */
#contenitoreTestata
{
	width: 100%;
	background-color: #FFFFFF;
	display: block;
	float: left;
	clear: both;
}
#contenitoreTestata #testata
{
	width: 958px;
	display: block;
	margin: auto;
	background: url(/img/comuni/testata/visual.jpg) top right no-repeat;
	height: 114px;
}
#contenitoreTestata #testata h1
{
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}
#contenitoreTestata #testata h1 span
{
	display: none;
}
#contenitoreTestata #testata h1 a img
{
	display: block;
	float: left;
}
/* TESTATA */

/* CONTENITORE PRINCIPALE */
#main
{
	width: 952px;
	margin: auto;
	background: url(/img/comuni/fondo.gif) repeat-y center;
	padding-left: 5px;
	padding-right: 5px;
}
/* CONTENITORE PRINCIPALE */

/* FOOTER */
#footer
{
	width: 962px;
	margin: auto;
	background: url(/img/comuni/fondo_footer.gif) top center no-repeat;
	text-align: center;
	padding-top: 30px;
	padding-bottom:10px;
	line-height:19px;
}
/* FOOTER */

/* STILI FORM */
form {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
form fieldset{
	background-color: #eceff1;
	margin: 0px;
	padding: 10px;
	border: 0px;
	border-top: 3px solid #d5dbe3;
	border-bottom: 3px solid #d5dbe3;	
}
form fieldset .row{
	display: block;
	float: left;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
}
form fieldset .row span 
{
	color:#df0606;
	font-weight:bold;
}
form fieldset label {
	display: block;
	float: left;
	padding-top: 2px;
	width: 140px;
}
form fieldset label.obbligatorio {
	color: #df0606;
}
form .errore 
{
	float: left;
	clear: none;
}

form fieldset input {
	font-family: tahoma;
	font-size: 11px;
	display: block;
	float: left;
	margin-right: 5px;
	width: 145px;
}
form fieldset input.destro {
	text-align: right;
}
form fieldset select{
	font-family: tahoma;
	font-size: 11px;
	display: block;
	float: left;
	margin-right: 5px;
	width: 150px;
	
}
form fieldset select.noObbligatorio 
{
	margin-left:10px;
}
form fieldset textarea {
	font-family: tahoma;
	font-size: 11px;
	display: block;
	float: left;
	margin-right: 10px;
	width: 455px;
}
form .bottone
{
	font-weight:normal;
	font-size:12px;
	color: #095dc9;
	width:100%;
	height: 45px;
	background: url(/img/comuni/contattaci/mail.jpg) top center no-repeat;
	margin: 0px auto 30px auto;
	padding: 0px 0px 0px 60px;
	cursor: pointer;
	font-family: tahoma;
	text-align:center;
	border:0px;
}
form .consenso 
{
	margin-bottom:20px;
}
form .consenso label{
	display: block;
	float: left;
	width: 300px;
	text-align: left;
	font-weight:bold;
	cursor: pointer;
	padding:0px;
}
form .consenso input{
	display: block;
	float: left;
	width:15px;
	cursor:hand;
}
form .informativa
{
	display:block;
	text-align:center;
	background:url(/img/comuni/informativa.gif) top no-repeat;
	height:24px;
	padding-top:4px;
}

/* STILI FORM */
