@charset "UTF-8";
/* CSS Document */

* {
  padding: 0px;
  border:0px;
  margin:0px;
  font-family:Arial, Helvetica, Sans;
}

a:link {
	color: transparent;
}
a:visited {
	color: transparent;
}
a:hover {
	color: transparent;
}
a:active {
	color: transparent;
}

img {
border:0px;
}

body {
	background-position:top center;
	background-color:#2d2d2d;
	background-image:url(immagini/bg-pattern.jpg);
	background-repeat:repeat-y;
}

h1 {
	font-size:20px;
	font-weight:bold;
	color:#2d2d2d;
	margin-bottom:10px;
}

h2 {
	font-size:15px;
	font-weight:bold;
	color:#008ee2;
	text-transform:uppercase;
	text-align:center;
}


p {
	font-size:13px;
	color:#333333;
	line-height:22px;
}

p a:link, p a:visited {
	color:#21ab43;
	text-decoration:none;
	font-weight:bold;
}

p a:hover {
	color:#db2d2d;
	text-decoration:none;
}

.corpo {
	width:990px;
	margin:0 auto 0 auto;
	background-color:#fff;
}


.footer {
	width:950px;
	margin:0 auto 0 auto;
	background-image:url(immagini/pattern-footer.gif);
	background-repeat:repeat-x;
	background-color:#eaeaea;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:40px;	
}

.header {
	width:990px;
	height:289px;
	background-image:url(immagini/bg-header.png);
	background-position:top center;
	background-repeat:no-repeat;
	margin-top:-10px;
}

.menu {
	font-size:18px;
	font-weight:bold;
	color:#555;
}

.menu A:LINK {
	font-weight:bold;
	color:#21ab43;
	text-decoration:none;
}

.menu A:VISITED {
	font-weight:bold;
	color:#21ab43;
	text-decoration:none;
}

.menu A:HOVER {
	font-weight:bold;
	color:#db2d2d;
	text-decoration:none;
}

.menu2 {
	font-size:12px;
	font-weight:bold;
	color:#2d2d2d;
}

.menu2 A:LINK {
	font-weight:bold;
	color:#0076c0;
	text-decoration:none;
}

.menu2 A:VISITED {
	font-weight:bold;
	color:#0076c0;
	text-decoration:none;
}

.menu2 A:HOVER {
	font-weight:bold;
	color:#db2d2d;
	text-decoration:none;
}


.testo-footer {
	font-size:13px;
	color:#555;
}

.testo-footer A:LINK{
	color:#555;
	text-decoration:underline;
}

.testo-footer A:VISITED{
	color:#555;
	text-decoration:underline;
}

.testo-footer A:HOVER{
	color:#db2d2d;
	text-decoration:underline;
}

.spot {
	font-size:24px;
	color:#2d2d2d;
	margin-top:80px;
	margin-left:110px;
	width:375px;
	float:left;
}

.spot-piccolo {
	font-size:22px;
	color:#fff;
text-shadow: 4px 3px 2px rgba(150, 150, 150, 1);}


.rss-table-news {font-size:13px;}
.rss-table-news a:link, .rss-table-news a:visited {
	color:#0076c0;
	text-decoration:none;
}

.rss-table-news a:hover {
	color:#0076c0;
	text-decoration:underline;
}

.rss-table-news .contProvincia {width:324px; float:left; margin-left: 6px;}
.rss-table-news  .titoloProvincia {font-size:16px; font-weight:bold; text-align:center; width:100%; border-bottom:1px dashed #0048ab; border-top:1px dashed #0048ab; margin-bottom:10px;}
.rss-table-news .notizia {margin: 0px 5px 5px 5px;}
.sottolineato {border-bottom:1px dashed #aaa;}

table.header-bg {background-image:url(immagini/bg-header.png); background-position:right center; background-repeat:no-repeat;}

.colonna-dx {float:right; width:485px;}
.colonna-sx {float:left; width:485px;}

hr {height:1px; background-color:#fff; border-bottom:1px solid #999;}

.rilievo {border-right:25px solid #21ab43; border-left:25px solid #21ab43; padding:0px 20px;}



