html,body{
	margin:0;
	padding:0;
	height:100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(../img/topbck.jpg);
	background-repeat: repeat-x;
	background-position: center top;
   }
a:link {
	TEXT-DECORATION: underline;
	color: #000000;
}
a:visited {
	TEXT-DECORATION: underline;
	color: #666666;
}
a:hover {
	TEXT-DECORATION: underline;
	color: #990000;
}

a.menu:link {
	color: #394929;
	text-decoration: none;
}
a.menu:visited {
	color: #394929;
	text-decoration: none;
}
a.menu:hover {
	color: #993300;
	text-decoration: none;
	border-bottom: 3px solid #993300;
}
div#top {
	width: 1000px;
	min-height: 86px;
}

div#titolo {
	float:left;
	width: 556px;
	margin-top:20px;
	margin-left:50px;
}

div#cerca {
	background-image: url(../img/cerca.png);
	background-repeat: no-repeat;
	width: 350px;
	height: 60px;
	float: left;
	margin-left: 30px;
}

div#slide {
	height: 164px;
	width:100%;
	background-image: url(../img/slide.jpg);
	background-repeat: repeat-x;
}

div#menu {
	height: 25px;
	width:100%;
	background-image: url(../img/menubck.png);
	background-repeat: repeat-x;
}

div#content {
	min-height: 300px;
	background-image: url(../img/contentbck.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
}

div#modulo_top {
	border-color:#CCC;
	border-bottom:1px solid;
	background-image:url(../img/news_bck.png);
}

div#flags {
	float: right;
	text-align:right;
	padding-right:20px;
}

table#contenuto {
	margin: 0 auto;
	margin-top:10px;
	width:90%;
}

td.content_left {
	width: 13px;
	background-image: url(../img/content_left.png);
	background-repeat: no-repeat;
	background-position: top center;
	vertical-align:top;
}

td#content_articoli {
	padding-top: 5px;
	min-height: 300px;
	background-image: url(../img/content_articoli.png);
	background-repeat: repeat-x;
	background-position: top center;
	vertical-align:top;
}

td#content_menu {
	width: 300px;
	padding-top: 5px;
	background-image: url(../img/content_articoli.png);
	background-repeat: repeat-x;
	background-position: top center;
	vertical-align:top;
	font-size: 85%;
}

td.content_right {
	width: 13px;
	background-image: url(../img/content_right.png);
	background-repeat: no-repeat;
	background-position: top center;
	vertical-align:top;
}

td#menu_right{
	min-height: 300px;
	width:268px;
	background-image: url(../img/menuright.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-left:20px;
	vertical-align:top;
}

div#footer {
	width:80%;
	clear:both;
	font-size:8px;
	text-align:center;
	border-top: 1px solid #E8E8E8;
	padding-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0 auto;
}

form input {
	margin-top:20px;
}

#content_articoli p {
	text-align:justify;
}

/* ----------------------CAPTION-----------------------------*/

.sottotitolo {
	font-size:xx-small;
	background:#fff;
	color:#000;
	position:absolute;
	bottom:10px;
	left:0;
	text-align:center;
	width:100%;
	opacity:.75;
	filter:alpha(opacity=85);
	}

.imgcontainer {
	position:relative;
	float:right;
	}

.download {
	padding-left: 20px;
	background-image: url(../images/pdf.gif);
	background-position: left;
	background-repeat: no-repeat;
}
