html, body, ul, li {
  margin: 0;
  padding: 0;
}

body {
  padding: 7px 0;
  background-color: #fff;
  font: 100.01% arial, helvetica, sans-serif;
  color: #000;
  text-align: center;
}


a:link,
a:visited {
  /*color:#;*/
  text-decoration: none;
}
a:focus,
a:hover,
a:active {
  /*color: #;*/
  text-decoration: underline;
}





/**
 **
 ** STILI GENERICI
 **
 **/

a img { border: none }


.float_left  { float: left }
.float_right { float: right }
img.float_left  { margin: 0 8px 5px 0 }
img.float_right { margin: 0 0 5px 8px }

.clear_left  { clear: left }
.clear_right { clear: right }
.clear_both  { clear: both }

.block { display: block }

.no_margin  { margin: 0 }
.no_padding { padding: 0 }
.no_border,
a img.no_border { border: none }
.no_background  { background: none }

.vertical_align_middle { vertical-align: middle }

.left    { text-align: left }
.center  { text-align: center }
.right   { text-align: right }
.justify { text-align: justify }
.font_grande  { font-size: 120% }
.font_piccolo { font-size: 90% }
.grassetto { font-weight: bold }
.normale {
	font-style: normal;
	font-weight: normal;
}

.attach {
  vertical-align: middle;
  border: none;
}




#container {
  position: relative;
  width: 757px;
 background-color: #9d2541;
  text-align: left;
  margin: 0 auto;
  line-height: 1.1em;
  font-size: 0.9em;
}





#testata {
	position: relative;
  height: 118px;
  margin: 0;
	background: #8b173a url('../img/immagini_abruzzo/sfondo_header.png') repeat-x left top;
    top: 0px;
    left: 0px;
    width: 595px;
}
#logo { margin-left: 0px;
    width: 597px;
    height: 115px;
}







#centrale {
	position: relative;
	clear: left; /* Per annullare il float dato ai <li> di #menu_orizzontale situato prima di #centrale */
	float: left;
	width: 595px;
	background-color: #fff;
  line-height: 1.3;
    top: 0px;
    left: 0px;
    min-height:720px;
}

#immagine_testata {
	position: absolute;
	top: 119px;
	left: 0px;
	height: 117px;
	margin: 0;
    width: 595px;
}





#colonna_dx {
	position: relative;
    margin: 0 0 0 597px;  /* Larghezza #centrale */
	
	color: #fff;
	text-align: center;
    top: 0px;
    left: 0px;
}

#colonna_dx p {
	padding: 0 6px;
	text-align: left;
	font-size: 0.9em;
}
#colonna_dx img {	border: 2px solid #fff;
    width: 144px;
    height: 131px;
}



#footer 
{
	background: #fff url(../img/immagini_abruzzo/sfondo_footer.png) repeat-x 0 6px;
  margin: 0;
	padding-top: 33px;
  font-size: 0.8em;
  font-weight: bold;
	text-align: center;
}
#footer img { vertical-align: middle }








/**
 **  MENU' ORIZZONTALE
 **/

#menu_orizzontale {
	margin-bottom: 13px;
	padding-top: 116px;
  list-style-type: none;
}
#menu_orizzontale li {
  float: left;
	width: 119px;
	height: 22px;
  list-style-type: none;
  text-align: center;
  text-indent: -9999px;
}
#menu_orizzontale a {
  display: block;
	height: 22px;
  background: #b0394f url(../img/immagini_abruzzo/menu_orizzontale.png) no-repeat;
  height: 22px;
  color: #044088;
}

#menu_orizzontale a:link,
#menu_orizzontale a:visited { background-color: #b0394f }
#menu_orizzontale a:focus,
#menu_orizzontale a:hover,
#menu_orizzontale a:active  { background-color: #7f082b }


#menu_home:link,
#menu_home:visited { background-position: 0 0 }
#menu_home:focus,
#menu_home:hover,
#menu_home:active { background-position: 0 -22px }

#menu_contatti:link,
#menu_contatti:visited { background-position: -119px 0 }
#menu_contatti:focus,
#menu_contatti:hover,
#menu_contatti:active { background-position: -119px -22px }

#menu_lavori_in_corso:link,
#menu_lavori_in_corso:visited { background-position: -238px 0 }
#menu_lavori_in_corso:focus,
#menu_lavori_in_corso:hover,
#menu_lavori_in_corso:active { background-position: -238px -22px }

#menu_galleria:link,
#menu_galleria:visited { background-position: -357px 0 }
#menu_galleria:focus,
#menu_galleria:hover,
#menu_galleria:active { background-position: -357px -22px }

#menu_leggi_decreti_bandi:link,
#menu_leggi_decreti_bandi:visited { background-position: -476px 0 }
#menu_leggi_decreti_bandi:focus,
#menu_leggi_decreti_bandi:hover,
#menu_leggi_decreti_bandi:active { background-position: -476px -22px }



/**
 **  BOX DELLA SEZIONE CENTRALE E NELLA COLONNA
 **/

#centrale .box,
#centrale .box_right {
	clear: right;  /* Per annullare il float dato a un eventuale #box_right presente in precedenza */
	padding: 13px 21px 23px 21px;
	
	margin: 0 8px 10px 0;
	
}
#centrale .box_left 
{
    float:left;	
	padding: 13px 21px 23px 21px;
	
}
#centrale .box_right {
	float: left;
	width: 285px !important;
	width /**/: 329px !important;  /* width + margin-right + (border + padding specificati insieme alla classe .box) */
}
#centrale .box_left,
#centrale .box_right {	
	height: auto !important;
	min-height: 300px;
	text-align:justify;
	font-size:0.8em;
    width: 212px;
}

#centrale .box p {  margin: 2px 0  }
 

 

#centrale .box ul {  list-style-type: circle  }
#centrale .box li {
	display: block;
	list-style-type: circle;
	color: #7c0b2d;
	padding: 0 0 3px 3em;
	text-align: left;
}
#centrale .box ul a {
	display: block;
	padding: 4px 8px 11px 15px;
	background: transparent url(../img/img/immagini_abruzzo_abruzzo/bullet_arrow.png) no-repeat 4px 5px;
}
#centrale .box a:link,
#centrale .box ul a:visited {
	background-color: transparent;
	color: #7c0b2d;
	text-decoration: none;
}
#centrale .box a.leggi_tutto:link,
#centrale .box a.leggi_tutto:visited {
	padding-bottom: 1px;
	border-bottom: 1px solid blue;
	background-color: transparent;
	color: blue;
	text-decoration: none;
}
#centrale .box a.leggi_tutto:focus,
#centrale .box a.leggi_tutto:hover,
#centrale .box a.leggi_tutto:active {
	padding-bottom: 1px;
	border-bottom: none;
	background-color: blue;
	color: #fff;
	text-decoration: none;
}

.elenco_donatori {
	float: left;
	width: 9em;
  margin: 7px 1em 0 0;
	padding: 0;
}
.elenco_donatori:link,
.elenco_donatori:visited {
	color: #7c0b2d;
	text-decoration: none;
}
.elenco_donatori:focus,
.elenco_donatori:hover,
.elenco_donatori:active {
	color: #7c0b2d;
	text-decoration: underline;
}
ul.donatori {
	margin-left: 11em; /* Uguale a width + margin + 1em (perché?) di .elenco_donatori */
}





#colonna_dx .box {
	margin: 4px 6px 2px 6px;
	padding: 2px 0;
	border: 1px solid #801833;
	background-color: #f8f0ef;
	line-height: 1;
	color: #7c0b2d;
}

#colonna_dx ul {
	list-style: none;
	font-size: 0.9em
}
#colonna_dx li {
	display: block;
	list-style: none;
	border-bottom: 1px solid #c58484;
	text-align: justify;
	font-size: 0.9em;
}
#colonna_dx li .data {
	display: block;
	margin: 0;
	padding-bottom: 2px;
	font-weight: bold;
	text-transform: uppercase;
}
#colonna_dx ul a {
	display: block;
	padding: 4px 8px 11px 15px;
	background: transparent url(../img/immagini_abruzzo/bullet_arrow.png) no-repeat 4px 5px;
}

#colonna_dx ul a:link,
#colonna_dx ul a:visited {
	background-color: transparent;
	color: #7c0b2d;
	text-decoration: none;
}
#colonna_dx ul a:focus,
#colonna_dx ul a:hover,
#colonna_dx ul a:active {
	background-color: #fff;
	color: #7c0b2d;
	text-decoration: none;
}





/**
 **
 **  TIPOGRAFIA
 **
 **/


h1 {
	margin: 0 auto 12px auto;
  line-height: 1.2;
  font-size: 1.15em;
  color: #a12a44;
	text-transform: uppercase;
}
h2 {
  margin: 10px 0 15px 0;
  font-size: 1.1em;
}

.rosso {  color: #a12a44  }
em.rosso { font-style: normal  }


.leggi_tutto:link,
.leggi_tutto:visited {
	padding-bottom: 1px;
	border-bottom: none;
	background-color: transparent;
	color: blue;
	text-decoration: none;
}
.leggi_tutto:focus,
.leggi_tutto:hover,
.leggi_tutto:active {
	padding-bottom: 1px;
	border-bottom: 1px solid blue;
	background-color: blue;
	color: #fff;
	text-decoration: none;
}




/**
 ** Image replacement per gli elementi h2 + stili per titoli grandi in #colonna_dx
 **/

#colonna_dx h2 {
  position: relative;
  line-height: 28px;
	background-color: #6d0225;
	text-align: center;
}
#colonna_dx h2 a:link,
#colonna_dx h2 a:visited {
	background-color: transparent;
	color: #fff;
}
#colonna_dx h2 a:focus,
#colonna_dx h2 a:hover,
#colonna_dx h2 a:active {
	color: #fff;

}

#colonna_dx h2 span {
  position: absolute;
	top: 0;
	left: 0;
  width: 100%;
  height: 28px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center left;
}
.news span { background-image: url(../img/immagini_abruzzo/news.png) }

#colonna_dx .titolo_grande {
	top:0px;
	height: 101px !important;  /* Annulliamo l'altezza impostata per i tag h2 */
	height /**/: 117px;
	line-height: 1.3;
	margin: 0;
	padding: 8px 9px;
	background: #6d0225 url('../img/immagini_abruzzo/sfondo_box_colonna.png') repeat-x left top;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
}

.gallerymenu ul li
{
    list-style-type:none;
    color:Black;
}

.gallerymenu ul li a
{
    list-style-type:none;
    color:Black;
    text-decoration:none;
    font-weight:bold;
}

.gallerymenu ul li a:hover
{
    list-style-type:none;
    color:Black;
    font-weight:bold;
    text-decoration:underline;
}