html,
body {
  margin: 0;
  padding: 0;
}
body {
  padding: 0 18px;
  background: #fff url(../immagini/sfondo.png) repeat-x 0 0;
  font: 100.01%/1.5 Arial, Helvetica, sans-serif;
  color: #000;
  text-align: center;
}
#sito_regionale {
	padding: 0;
	font-size: 80%;
}

h1 {
  line-height: 1.8;
  font-size: 1.3em;
}
h2 {
	margin: 2em 0 1.5em 0;
  line-height: 1.5;
  font-size: 1.2em;
}

ul,
li {
	margin: 0;
	padding: 0;
}

img { border: none }

a:link,
a:visited {
	background-color: transparent;
  color: #be222f;
  text-decoration: none;
}
a:focus,
a:hover,
a:active {
	background-color: #be222f;
  color: #fff;
  text-decoration: none;
}
a.no_border,
a.no_background { background-color: transparent }

abbr,
acronym { cursor: help }


/**
 **
 ** GESTIONE DEI FLOAT
 **
 **/

.float_left     { float: left }
.float_right    { float: right }
img.float_left  { margin: 0 10px 10px 0 }
img.float_right { margin: 0 0 10px 10px }

.float_container:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.float_container { display: inline-block }

/* Nasconde da IE-mac \*/
* html .float_container { height: 1% }
.float_container { display: block }
/* Fine dell'hack per IE-mac */

.clear_left  { clear: left }
.clear_right { clear: right }
.clear_both  { clear: both }





/**
 **
 ** STILI GENERICI
 **
 **/

.no_margin     { margin: 0 !important }
.no_padding    { padding: 0 !important }
.no_border     { border: none !important }
.no_background { background: none !important }

.left    { text-align: left }
.center  { text-align: center }
.right   { text-align: right }
.justify { text-align: justify }
.big,
.font_grande  { font-size: 1.2em }
.small,
.font_piccolo { font-size: 0.9em }
.strong { font-weight: bold }
.uppercase { text-transform: uppercase }
.nero { color: #000 }
.errore {
  margin: 2em 26%;
  padding: 0.8em 0.8em 0.8em 2.5em;
  border-top: 2px solid #fbc2c4;
  border-bottom: 2px solid #fbc2c4;
  background-color: #fbe3e4;
  color: #8a1f11;
	text-align: center;
}
.go { font-style: normal }

.titolo {
	margin: 2em 0 0.4em 0;
	line-height: 1.5;
	font-size: 1.2em;
	font-weight: bold;
}
#logo_regione {
	position: absolute;
	left: 270px;
	bottom: 0px;
}
#testata {
	position: absolute;
	top: 0;
	right: 0;
}
#logo_legacoop {
	position: absolute;
	top: 90px;
	right: 18px;
	width: 190px;
	height: 47px;
}

#logo_ekoes {
	float: right;
	margin-top: 3px;
	padding: 2px 3px;
}
a:link #logo_ekoes,
a:visited #logo_ekoes { background-color: transparent }
a:focus #logo_ekoes,
a:hover #logo_ekoes,
a:active #logo_ekoes { background-color: #fcfcfc }



/**
 **
 ** STRUTTURA DEL SITO
 **
 **/

 #container {
	position: relative;
  margin: 0 auto;
	padding: 51px 10px;
	min-width: 915px;
	background-color: #fff;
  font-size: 0.75em;
  text-align: left;
}

#header {
	position: relative;
	min-width: 915px;
  height: 151px;
	top: 0;
  background: #fff url(../immagini/sfondo_header.png) repeat-x 0 0;
	text-align: left;  /*= Per posizionare il logo a sinistra nel caso l'header non fosse contenuto dentro #container */
}
#sito_regionale #header {
	width: 100%;
	margin-top: 0;
}
#navigazione_orizzontale {
	height: 31px;
	margin: 0 0 18px 0;
	border: 1px solid #aeb0b2;
	background-color: #a1a3a6;
}

#colonna_sx {
	clear: right;
	float: left;
	width: 181px;
}

#content {
	margin: 0 200px 0 188px;
	padding: 0.3em 0.8em 2em 0.8em;
	background-color: #f2f4f8;
}

#colonna_dx {
	float: right;
	width: 194px;
}

#footer {
	height /**/: 37px !important;
	height: 32px;
	margin: 0 auto;
	padding: 5px 25px 0 25px;
	background: #e8eaed url(immagini/sfondo_footer.png) repeat-x 0 0;
	line-height: 39px;
	font-size: 0.8em;
	color: #58585a;
	text-align: left;
}



/**
 **
 ** FORM
 **
 **/

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
legend {
	height: 1px;
	text-indent: -9999px;
}
input[type=text],
input[type=password],
textarea {
  padding: 1px;
	border: 1px solid #cdcdce;
	background-color: #fff;
	font-size: 0.9em;
}
input[type=text]:hover,
input[type=password]:hover,
textarea:hover { border-color: #565656 }
button {
	cursor: pointer;
	outline: none;
	padding: 0 3px 1px 3px;
	border: 1px solid #c0c0c2;
	background: transparent url(../immagini/sfondo_bottone.png) repeat-x 0 0;
	color: #fff;
}

button:focus {	background: #818285 none }
button:hover {	border-color: #565656 }
button:active {	background: #818285 none }

#authentication {
	position: absolute;
	top: 8px;
	right: 12px;
}
#authentication legend {
	position: absolute;
	top: 1px;
	right: 385px;
	width: 8em;
	height: auto;
	line-height: 1.8;
	color: #000;
	text-align: right;
	text-indent: 0;
}
#authentication label {
	position: absolute;
	top: -9999px;
	left: -9999px;
	height: 1px;
}
#authentication input {
	width: 150px;
	margin: 0 4px;
	padding: 3px;
	font-size: 0.9em;
	color: #939598;
}
#authentication a {
	padding: 0 3px;
	font-size: 0.9em;
}
form#authentication a {  /*= Solo il tag <a> contenuto nel FORM (non anche nel div) deve essere posizionato in modo assoluto */
	position: absolute;
	top: 24px;
	right: 52px;
}
#authentication a:link,
#authentication a:visited {
	background-color: transparent;
	color: #be222f;
}

#authentication a:focus,
#authentication a:hover,
#authentication a:active {
	background-color: #be222f;
	color: #fff;
}
#dati_login_errati {
	position: absolute;
	top: 24px;
	left: 5px;
	font-size: 0.9em;
	color: #be222f
}

#navigazione_orizzontale form {
	float: right;
	width: 250px;
	text-align: right;
}
#navigazione_orizzontale input {
	height: 21px;
	border-top-color: #e7e8e8;
	border-right-color: #a1a3a6;
	border-bottom-color: #a1a3a6;
	border-left-color: #e7e8e8;
}


#registrazione { text-align: center }
#registrazione fieldset {
	margin-bottom: 1.5em;
	text-align: left;
}
#registrazione label {
	clear: left;
  float: left;
	width: 180px;
  margin: 10px 20px 10px 0;
  font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase;
}
#registrazione label.no_clear { clear: none }
#registrazione label.big { width: 280px }
#registrazione label.small  { width: 60px }

#registrazione input {
  display: block;
  width: 100%;
  padding: 2px 3px;
	font-size: 1.1em;
	text-transform: none;
}

#registrazione select {
  display: block;
  width: 100%;
  height: 22px;
  padding: 2px 3px;
	text-transform: none;
}
#registrazione label em {
	cursor: help;
	color: #f00;
	font-size: 1.2em;
	font-style: normal;
}
#registrazione label strong {
	display: block;
	margin: 1px 0 3px;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: none;
}




/**
 **
 ** ELEMENTI DELLE COLONNE
 **
 **/

.titolo_box {
	display: block;
	height /**/: 30px !important;
	height: 40px;
	margin: 20px 0 0 0;
	padding: 0 10px;
	line-height: 30px;
	background: #c6dcf2 url(../immagini/sfondo_titolo_box.png) repeat-x 0 0;
	font-size: 1.2em;
	text-transform: uppercase;
}
#colonna_dx .titolo_box:first-child { margin-top: 0 }

.box {
	min-height: 100px;
	height: auto !important;
	height /**/: 100px;
	padding: 9px 10px;
	margin: 0 0 20px 0 ;
	background: #fff url(../immagini/sfondo_box.png) repeat-x 0 0;
	
}

#colonna_dx ul {
	margin: 2px 0;
	list-style-type: none;
}
#colonna_dx li {
	list-style-type: none;
	padding: 0;
}

#colonna_dx a {
	display: block;
	padding: 9px 10px;
}
#colonna_dx li a:link,
#colonna_dx li a:visited {
	background-color: transparent;
	color: #3a3a3c;
}
#colonna_dx li a:focus,
#colonna_dx li a:hover,
#colonna_dx li a:active {
	background-color: #f6f7f9;
	color: #000;
	border-bottom: none;
}
#colonna_dx li strong {
	display: block;
	font-size: 1.2em;
	line-height: 1.4;
}
#colonna_dx li a:focus strong,
#colonna_dx li a:hover strong,
#colonna_dx li a:active strong { text-decoration: underline }
#colonna_dx li .go {
	font-style: normal;
	font-weight: bold;
	color: #ee2a31;
}




/**
 **
 ** ELEMENTI DELLA PARTE CENTRALE
 **
 **/

#content a { padding: 0 2px }

#container > h1 {
	margin: 0 200px 0 188px;  /*= gli stessi margini di #content, per allinearlo come quest'ultimo */
	padding: 0 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #c4c5c7 #bfc0c2 #c8c9cb #cccdce;
	background-color: #bdbec0;
	color: #000;
	text-transform: uppercase;
}
#argomenti {
	margin: 0;
	padding: 0;
}
#argomenti dt,
#argomenti > p {
	display: block;
	height: 0.9em;
	margin: 11px 0 0 0;
	padding: 0;
	border-style: solid;
	border-top: 1px solid #e7e8e9 !important;
	background-color: #e7e8e9;
}
#argomenti dt {
	border-right-width: 21px;
	border-bottom: none;
	border-left: none;
	background-color: #e7e8e9 !important;
	text-align: right;
}
#argomenti p {
	border-right: none;
	border-bottom: none;
	border-left-width: 21px;
	
}
#argomenti dt a,
#argomenti p span {
	position: relative;
	top: -4px;
	padding: 0 8px;
	background-color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
#argomenti dd,
#argomenti div {
	margin: 0;
	padding: 11px 6px 11px 18px;
	background-color: #fff;
}

#argomenti p span,
#argomenti dt a:link,
#argomenti dt a:visited,
#argomenti dt a:focus,
#argomenti dt a:hover,
#argomenti dt a:active {
	padding-bottom: 0;
	border-bottom: none;
	color: inherit;  /*=B non eredita il colore su IE 7 */
}

#argomenti dd a:link,
#argomenti dd a:visited {
	color: #000;
}
#argomenti dd a:focus,
#argomenti dd a:hover,
#argomenti dd a:active {
	color: #000;
	border-bottom-color: #000;
}
#argomenti dd a:focus .go,
#argomenti dd a:hover .go,
#argomenti dd a:active .go {
	color: #ee2a31;
}

#argomenti .oliva {
	border-color: #d3d424;
	background-color: #d3d424;
	color: #d3d424;
}
#argomenti .celeste {
	border-color: #00b8f1;
	background-color: #00b8f1;
	color: #00b8f1;
}
#argomenti .arancione {
	border-color: #f89929;
	background-color: #f89929;
	color: #f89929;
}
#argomenti .fucsia {
	border-color: #df2f74;
	background-color: #df2f74;
	color: #df2f74;
}
#argomenti .verde {
	border-color: #39b54a;
	background-color: #39b54a;
	color: #39b54a;
}
#argomenti .rosso {
	border-color: #ef3e36;
	background-color: #ef3e36;
	color: #ef3e36;
}
#argomenti .acqua {
	border-color: #08b59f;
	background-color: #08b59f;
	color: #08b59f;
}
#argomenti .giallo {
	border-color: #ffc00f;
	background-color: #ffc00f;
	color: #ffc00f;
}
#argomenti .viola_chiaro {
	border-color: #95649b;
	background-color: #95649b;
	color: #95649b;
/*
	border-color: #cf78a0;
	background-color: #cf78a0;
	color: #cf78a0;
*/
}
#argomenti .viola_scuro {
	border-color: #4e1b7b;
	background-color: #4e1b7b;
	color: #4e1b7b;
}
#argomenti .blu {
	border-color: #0f75bc;
	background-color: #0f75bc;
	color: #0f75bc;
}
#argomenti .marrone {
	border-color: #c5a363;
	background-color: #c5a363;
	color: #c5a363;
}



#navigazione {
	margin-top: 4em;
	font-weight: bold;
	text-align: center;
}






#header ul {
  position: absolute;
  right: 0px;
  list-style-type: none;
  margin: 0 11px 0 0;
  padding: 5px 0 2px 0;
  z-index: 30;
}
#menu_1 { bottom: 0px }
#menu_2_top {
          left: 219px;
	bottom: 35px;
	font-size: 94%;
}
#menu_2_bottom {
          left: 215px;
	bottom: 15px;
	font-size: 94%;
}
#menu_1 li { margin-left: 32px }
#menu_2_top li { margin: 0 5px }
#menu_2_bottom li { margin: 0 8px }
#header ul li {
  float: left;
	line-height: 16px;
	margin-left: 24px;
	font-size: 100%;
	font-weight: bold;
	text-align: right;
}
#header ul li a { float: left }
