/* struttura */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ul {
	list-style: none;
}
	
html, body {
	background: #000 url("../images/background.jpg") center 20px no-repeat;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}
	
a:link, a:visited, a:active {
	color: #ffcf27;
}
	
a:hover {
	text-decoration: none;
}

#contenitore {
	width: 806px;
	margin: 0 auto;
}

h3 {
	font-size: 24px;
	padding-bottom: 4px;
	padding-left: 3px;
	margin-bottom: 10px;
	background-image: url("../images/background-contenuti.png");
	border-bottom: 3px solid #ffcf27;
}

h4 {
	font-size: 18px;
	font-style: italic;
	border-bottom: 2px solid #ffcf27;
	padding-bottom: 4px;
	padding-left: 3px;
	margin-bottom: 10px;
}

/*header*/
#header {
	padding: 0 26px 17px 26px;
	background-image: url("../images/background-header2.png");
}

#feasr {
	padding-bottom: 16px;
	border-bottom: 3px solid #ffcf27;
	color: #848382;
}

#feasr ul {
	height: 78px;
	background-color: #000;
	padding-top: 5px;
	opacity: 0.5;
	filter:alpha(opacity=50);
}

#feasr li {
	float: left;
	margin-right: 104px;
}

#psr {
	margin-right: 0 !important;
}

#feasr p {
	clear: both;
	text-align: center;
	font-size: 11px;
	margin-top: 7px;
}

#logo {
	background: url("../images/background-header.png") 210px 60px no-repeat;
	height:190px;
	margin-top: 22px;
	border-bottom: 3px solid #ffcf27;
}

#menu {
	float: left;
}

#menu li {
	width: 220px;
	margin-bottom:5px;
	font-size: 14px;
	line-height: 20px;
}

#menu a:link, #menu a:visited, #menu a:active {
	color: #fff;
	text-decoration: none;
}
	
#menu li:hover, #menu .active {
	border-bottom: 3px solid #ffcf27;
	margin-bottom: 2px!important;
}

/*contenuti*/
#contenuti {
	height: 460px;
	margin-top: 7px;
	padding: 10px 26px;
	background-image: url("../images/background-contenuti.png");
}

#pagine {
	float: right;
	width: 476px;
	/*position: relative;*/ /*se attivo blocca l'immagine in template singolo*/
}

.home .descrizione {
	background-image: url("../images/background-contenuti.png");
	padding: 0 8px 30px 8px;
	margin-top: 0!important;
	margin-bottom: 20px;
}

.home-sottotitolo{
	font-size: 18px;
}

.immagini img {
	/*width: 450px;*/
}

.immagini {
	position: relative;
}

.lista-icone {
	position: absolute;
	width: 450px;
	background-image: url("../images/background-contenuti.png");
	bottom: 3px;
	left: 0;
}

.lista-icone img {
	width: 30px;
}

.lista-icone ul {
	margin: 3px 17px 5px 0;
}

.lista-icone li {
	float: right;
	margin-right: 5px;
}

.descrizione {
	font-size: 12px;
	margin: 10px 0;
	text-align: justify;
	padding: 3px 3px 50px 3px;
	background-image: url("../images/background-contenuti.png");
}

#pdf {
	margin: 20px 10px;
	padding-top: 10px;
}

#pdf img {
	float: left;
	display: block;
}

#pdf a:link, #pdf a:visited, #pdf a:active {
	margin: 5px;
	text-decoration: none;
	float: left;
}
	
#pdf a:hover {
	text-decoration: underline;
}

.elemento img {
	max-width: 166px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.elemento h4 {
	border: none!important;
	font-size: 16px;
	font-weight: bold;
}

.elemento h4, .elemento h5 {
	width: 270px;
	float: right;
}

.elemento .descrizione {
	width: 270px;
	padding-left: 0;
	padding-right: 0;
	float: right;
	background: none;
}

.elemento:first-child {
	border-top: none;
}

.elemento {
	border-top: 1px solid #ffcf27;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}

.elemento a:link, .elemento a:visited, .elemento a:active {
	text-decoration: none;
}

.elemento a:hover {
	text-decoration: underline;
}

.link-scheda {
	margin-top: 5px;
}

#sottomenu ul {
	margin-bottom: 10px;
	border-bottom: 2px solid #ffcf27;
	height: 22px;
}

#sottomenu li {
	float: left;
	padding: 2px 5px 5px 5px;
	margin-right: 5px;
	font-size: 12px;
}

#sottomenu .active {
	background-image: url("../images/background-contenuti.png");
	border: none!important;
}

#sottomenu a:link, #sottomenu a:visited, #sottomenu a:active {
	color: #ffcf27;
	text-decoration: none;
}

#sottomenu a:hover {
	text-decoration: underline;
}

.back {
	float: right;
	margin-top: -40px;
	margin-right: 5px;
}

.back a:link, .back a:visited, .back a:active {
	text-decoration: none;
	font-size: 18px;
}

.back a:hover {
	text-decoration: underline;
}

.link {
	border-bottom: 1px solid #ffcf27;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.link:last-child {
	border: none;
}

.link img {
	float:right;
	margin-left: 10px;
	width: 110px;
}

#map {
	height: 250px;
	margin-bottom: 20px;
	color: #333333!important;
}

.marker {
	color: #333333!important;
}

/*footer*/
#footer {
	padding: 17px 26px 30px 26px;
	background-image: url("../images/background-contenuti.png");
	margin-top: 7px;
	clear: both;
	color: #848382;
}

#footer p {
	text-align: center;
	font-size: 10px;
	padding: 7px 0 10px 0;
	border-top: 3px solid #ffcf27;
}

/*aspetto della scroll*/
.scroll-pane {
	height:	380px;
	width: 465px;
	padding-right: 10px;
	border-bottom: 2px solid #ffcf27;
	position: relative;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	outline: none;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-image: url(../images/background-contenuti.png);
}

.jScrollPaneDrag {
	position: absolute;
	background: #ffcf27;
	cursor: pointer;
	overflow: hidden;
}

.pager {
	margin-bottom: 5px;
}

.pager a:link, .pager a:visited, .pager a:active {
	text-decoration: none;
}

.pager a:hover {
	text-decoration: underline;
}
