/* CSS Document */

html, body {
    min-height: 100%;
}

body {
	margin: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: url(../images/bg.png) repeat-x scroll center bottom #000;
	}
	
h1 {
	font-size: 18px;
	color: #a8d317;
	}
	
h2 {
	font-size: 16px;
	color: #a8d317;
	}

h3 {
	color: #a8d317;
	font-weight: bold;
	}

.clear {
	clear:both;
	}

.container {
	width: 960px;
	margin: auto;
	}
	
.header {
	height: 130px;
	margin-top: 10px;
	border: 2px #a8d317 solid;
	background-color: #FFF;
	background-image:url(../images/header2.png);
	background-repeat: repeat-x;
	}
	
#logo {
	width:120px;
	height:120px;
	border:none;
	padding:0px;
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	}
	
#main_title {
	/* font-size: 36px;
	color: #a8d317;
	text-align: center;
	font-weight: bold; */
	margin-top: 5px;
	margin-left: 70px;
	}

#title1 {
	font-size: 16px;
	color: #a8d317;
	}

/* INIZIO STILE DEI MENU */

.topmenu {
	margin-top:5px;
	margin-left:0px;
	background-color:#FFF;
	border: 2px #a8d317 solid;
	height: 30px;
	}

.topmenu ul {
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.topmenu ul li {
	position: relative;
	display: inline;
	float: left;
	}

.topmenu ul li a {
	display: block;
	color: #000;
	padding: 4px 16px;
	text-decoration: none;
	font-size: 14px;
	}

* html .topmenu ul li a{ /*IE6 hack retrocompatibile */
	display: inline-block;
	}

.topmenu ul li a:link, .topmenu ul li a:visited {
	color:  #000;
	}

.topmenu ul li a.selected { 
	color:  #000;
	}

.topmenu ul li a:hover {
	background: #a8d317; /*background verde su selezione*/
	color: white;
	}
	
/* FINE STILE DEI MENU */
	
.corpocentrale {
	font-size: 12px;
	border: 2px  #a8d317 solid;
	background-color: #FFF;
	padding: 5px;
	margin-top: 10px;
	}

.corpocentrale p {
	padding-left: 5px;
	}
	
.footer {
	margin-top: 10px;
	font-size: 10px;
	padding: 3px;
	text-align: center;
	background-color: #FFF;	
	border: 2px #a8d317 solid;
	}
	
/* OPERAZIONI SU IMMAGINI E GALLERY */


.gallery {
	padding-bottom: 10px;
	}

.gallery table {
	width:90%;
	background-color:#000;
	border: 2px #a8d317 solid;
	}
	
.gallery table td {
	align: middle;
	}

.gallery table tr {
	text-align: center;
	}
	
.gallery img {
	border: 1px #a8d317 solid;
	}

.resize {
    width: 200px;
    height : auto;
    }

.resize {
    width: auto;
    height : 220px;
    }

.resize2 {
    width: 180px;
    height : auto;
    }


.resize2 {
    width: auto;
    height : 180px;
    }

/* FINE OPERAZIONI SU IMMAGINI E GALLERY */