﻿/* Created by NovaByte */
/*stili per il layout fisso con background*/
html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: arial,sans-serif;
	font-size: 76%;
	text-align: center;
	background: #768C5F url(img/backg_green.jpg) repeat-x;
}
div#container {
	width: 960px;
	margin: 0 auto;
	border-width: 0 1px;
	border-style: solid;
	border-color: #ccc;
	background: url(3rightcol.jpg) repeat-y top right;
}
div#container2 {
	background: url(img/repeat.gif) repeat-y top left;
	text-align: left;
}
/* specifico per pagina interna */
div#headerI {
	height: 230px;
	background-color: #36C;
	color: #DEE1DA;
	background-image: url(img/head_int.jpg);
}
div#containerI {
	width: 960px;
	margin: 0 auto;
	border-width: 0 1px;
	border-style: solid;
	border-color: #ccc;
}
div#container2I {
	background: url(img/repeat_int.gif) repeat-y top left;
	text-align: left;
}
div#contentI {
	margin-right: 220px;
	padding: 0em 5px;
}
/*stili generici, su header e footer*/
div#header {
	height: 230px;
	background-color: #36C;
	color: #ff0;
	background-image: url(img/head.jpg);
}
h1, h2 {
	margin: 0;
	padding: 0;
}
h1 {
	padding-left: 10px;
	font: bold 2.3em/80px arial,sans-serif;
}
h2 {
	color: #69f;
	font-size: 1.5em;
}
h3 {
	color: #005901;
	font-size: 1.3em;
}
div#footer a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
div#footer img {
	border: 0;
	margin: 0;
	display: inline;
}
/*stili specifici per il layout*/
div#navigation {
	float: right;
	width: 220px;
	\width: 230px;
	w\idth: 220px;
	padding: 1em 0;
}
div#extra {
	float: right;
	width: 210px;
	width: 220px;
	width: 210px;
	padding: 1em 5px;
	background-color: #DDD;
}
div#content {
	margin-right: 430px;
	padding: 0em 5px;
	width:505px;
}
div#footer {
	clear: both;
	text-align: center;
	padding: 5px 0;
	background-color: #69c;
	color: #000;
}
div#footer a {
	color: #F0E68C;
	font-weight: bold;
	text-decoration: underline;
}
/*stili per la navigazione*/
div#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}
div#navigation li {
	margin: 0;
	padding: 0;
	background: url(img/powerbutton.jpg);
}
/*div#navigation li:hover{margin: 0;padding: 0; width: 220px; height: 30px;background: url(img/powerbutton.jpg) 440px; }*/
div#navigation a {
	color: #373737;
	font: normal bold 1.2em/1.4em arial,sans-serif;
	text-decoration: none;
	width: 220px;
	height: 30px;
	background: url(img/powerbutton.jpg) 0px;
	position: static;
	display: block;
}
div#navigation a:hover {
	color: #033;
	text-decoration: underline;
	width: 220px;
	height: 30px;
	background: url(img/powerbutton.jpg) 440px;
	display: block;
	position: static;
}
div#navigation a#activelink {
	color: #033;
	text-decoration: none;
	background: url(img/powerbutton.jpg) 220px;
}
div#navigation p {
	font-size: 90%;
}
div#navigation span {
	text-indent: 1.5em;
	margin: 5px;
	display: block;
}
div#navigation div.contatti {
	width: 220px;
	height: 168px;
	background: transparent url(img/G_sun.jpg) no-repeat;
	padding: 0;
	margin-top: 10px;
	text-align: center;
}
p.contatti {
	padding-top: 110px;
	font: normal bold 100% Arial, Helvetica, sans-serif;
	color: ThreedDarkShadow;
}
/*stili per la sezione extra*/
div#extra div.newsbox {
	font-size: 90%;
	margin-bottom: 1em;
	color: #142A56;
}
div#extra div.newsbox h2 {
	color: #999;
	font-size: 1.2em;
}
div#extra div.newsbox p {
	margin: 0;
	color: #142A56;
}
/* stili generici */
.alt {
	display: none;
}
.italic {
	font-style: italic;
	text-align:justify;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
