/*stili per il layout fisso con altezza minima*/
html,body{
	margin: 0;
	padding:0;
	height:100%;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/bgPage.jpg);
	background-repeat: repeat-x;
	background-color: #0398DA;
}
a {
	color:white;
}
a:hover {
	color:#38e4fc;
}
#footer a.editel {
	color:#0099FF;
}

div#container{
	position:relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
body>div#container{
	height:auto;
	min-height:100%;
}
div#footer{
	position: absolute;
	bottom:0;
	width: 100%;
	background-color: #000;
	color: #FFF;
	height:69px;
	padding:20px 0 0 0;
	margin: 0;
}
div#footer div#testoFooter {
	margin-left: 13px;
}
/*stili generici, su header e footer*/
#header{
	height:115px;
	padding:13px 0 0 0;
	width:100%;
}
#header div#testoHeader {
	margin-left: 13px;
}
#header div#logo{
	margin:0;
	padding:0;
	height: 34px;
}
#header p#lingue{
	float:right;
	width:50px;
	padding:0;
	margin:0;
	height: 40px;
}
#header span.intromenu{
	color:#38e4fc;
	font-size: 90%;
	clear:both;
}
#header ul#menu {
	list-style:none;
	padding:0;
	margin:0;
	font-size:11px;
}
#header ul#menu li{
	float:left;
	padding: 0 15px 3px 10px;
	background-image: url(images/divMenu.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
}
#header ul#menu li.primo{
	padding: 0 15px 3px 0;
}
#header ul#menu li.ultimo{
	background-image: none;
}
#header ul#menu li a {
	text-decoration: none;
	color:#FFFFFF;
}
#header ul#menu li a:hover {
	color:#38e4fc;
}
#header ul#menuistituzionale {
	list-style:none;
	clear:both;
	padding:0;
	margin:0;
} 
#header ul#menuistituzionale li{
	float:left;
	padding: 0 10px 0 0;
}
div#footer a{color: #fff;font-weight: bold;text-decoration: underline}

/*stili specifici per il layout*/
div#content{
	padding: 0em 0em 10em;
	width: 1000px;
}
#content #logoBig {
	float:left;
	width:281px;
}
#content #logoBig #submenu{
	padding:20px;
}
#content #logoBig h3{
	margin:0;
	padding:0 0 15px 0;
	font-size:16px;
}
#content #logoBig ul{
	list-style:none;
	padding:0;
	margin:0;
}
#content #logoBig ul li{
	padding-bottom:4px;
}
#content #testi {
	float:left;
	width:500px;
	padding: 8px 0 0 15px;
}
#content #testi h2{
	padding:0 0 0 12px;
	margin:0 0 4px 0;
	font-size:28px;
	border-left: 6px solid #cde5ef;
}
#content #testi h4 {
	padding:0 0 0 12px;
	margin:0 0 4px 0;
	font-size:14px;
	border-left: 3px solid #cde5ef;
}
#content #testi div.news {
	margin:0;
	padding:10px 0 25px 0;
	clear:both;
}
#content #testi div.news .data {
	font-size:11px;
	color:#cde5ef;
	padding: 0;
	margin: 0;
}
#content img.fotonews {
	margin-top:6px;
}
#content img.fotonewsdett {
	border-bottom:3px solid #FFF;
}
#content  h3{
	margin:0;
	padding:0;
	font-size:18px;
}
#content #boxes {
	float:left;
	width:190px;
	padding-left:10px;
}
#content #boxes .box{
	background-color:#FFFFFF;
	padding:20px 20px 8px 20px;
	margin-bottom:23px;
	color:#999999;
}
#content #boxes .box h3 {
	color:#0a729e;
	font-size:18px;
	padding: 0 0 3px 0;
	margin: 0;
}
#content #boxes .box  img {
	margin-bottom:3px;
}
#content #boxes .box a {
	color:#0099cc;
}
#content #boxes .box a:hover {
	color:#034f68;
}
.clear {
	content: '';
	display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.gallery {
	float:left;
	padding:0 5px 10px 5px;
	width: 70px;
}
.divisore {
	border-bottom: 3px solid #FFF;
	margin:25px 0 22px 0;
}
	
