body {
	margin: 15;
	padding: 0;
	line-height: 1.5em;
	background: #ccc;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #006001;
}

hr {
	color: #006001;
	width: 90%
}

a:link, a:visited {
	color: #000;
}

a:hover {
	color: #006001;
}

p.intestazioni {
	text-align: center;
	width:75%;
	border: 1px solid #006001;
}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/

}


div#logo {
	padding:0px;
	margin-left:2px;
	float: left;
}

div#banner {
	margin-top:30px;
	padding:0px;
	float: right;
	width:468px;
	height:60px;
	vertical-align:middle;
	margin-right: 50px;
}

#logo {
	width: 120px;
	height: 120px;
	background-image: url(../img/logo_testata.gif);
}

#topsection {
/*margin: 0;*/
padding-top: 5px;
}

#contentwrapper{
float: left;
width: 100%;
background: #fff;
}

#contentcolumn{
margin: 0 190px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -840px; /*Set margin to that of -(MainContainerWidth)
background: #069D3E;*/
}

#rightcolumn{
float: left;
width: 195px; /*Width of right column*/
margin-left: -195px; /*Set left margin to -(RightColumnWidth)
background: #069D3E;*/
}

#footer{
	clear: left;
	width: 100%;
	color: #069D3E;
	text-align: center;
	padding: 4px 0;
	border-top: 1px solid #069D3E;
	font-size: x-small;
	background: #fff;
}

#footer a{
color: #069D3E;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#box_organizzatori {
	width: 90%;
	/*background: red;*/
	text-align: center;
	line-height: 1.5em;
	margin-left: 20px;
}

#dati_sociali {
	width: 230px;
	/*background: #ddd;*/
	padding: 5px;
	margin-right: 8px;
	float: left;
	font-size: x-small;
	/*text-align: center;
	border: 1px solid #006001;*/
}


#dati_sociali strong {
	text-align: center;
	text-decoration: underline;
	padding: 5px;
	width: 90%;
}


#comitato {
	/*background: yellow;*/
	width: 48%;
	float: left;
	padding: 3px;
	text-align: justify;
}

#date {
	width: 48%;
	float: right;
	padding: 3px;
	text-align: justify;
}

.icona {
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	clear: both;
}

#immagine_organizzatore {
	width: 200px;
	float: left;
	/*margin: 10px;*/
	padding: 5px;
}


#immagine_societa {
	width: 90%;
	padding: 5px;
}

.bordo {
	border: medium double #069D3E;
}

/* ********************************************** */
/*               LAYOUT 2 COLONNE                 */
/* ********************************************** */

#contentcolumn2colonne{
margin-left: 180px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn2colonne{
float: left;
width: 180px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/

}
/* ********************************************** */
/*          FINE LAYOUT 2 COLONNE                 */
/* ********************************************** */

/* ********************************************** */
/*                     OMBRA                      */
/* ********************************************** */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.shadow{
border:1px solid silver;
font:10pt arial;
position:relative;
display:inline;
background:white;
z-index:100
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:10
}

/* ********************************************** */
/*                  FINE OMBRA                    */
/* ********************************************** */

/* ********************************************** */
/*             MENU' SUPERIORE                    */
/* ********************************************** */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
height: 25px
}

#modernbricksmenu ul{
font: bold 12px Verdana;
margin:0;
margin-left: 20px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: black; /*Default menu color*/
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
background-color: gray; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #069D3E; /*Brown color theme*/ 
border-color: #069D3E; /*Brown color theme*/ 
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #069D3E; /*Brown color theme*/ 
}


#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-right: 5px;
padding: 0;
}

#myform .textinput{
width: 100px;

}

#myform label{
font: 9px Verdana;
height: 20px;

}

/* ********************************************** */
/*        FINE MENU' SUPERIORE                    */
/* ********************************************** */

/* ********************************************** */
/*              MENU' LATERALE                    */
/* ********************************************** */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 160px; /* Width of Menu Items*/ 
	border-bottom: 0px solid #069D3E;
font: bold x-small Verdana;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 270px; /*sub menu width*/

top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #069D3E;
text-decoration: underline;
background: #fff;
padding: 5px 5px;
border: 0px solid #069D3E;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: #069D3E;
}

.suckerdiv ul li a:hover{
background-color: #000;
color: #ddd;
text-decoration: none;
}

.suckerdiv .subfolderstyle{
background: url(../icone/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */


/* ********************************************** */
/*         FINE MENU' LATERALE                    */
/* ********************************************** */

.testo_sotto_testata {
	padding:3px;
	text-align: justify;
	font-size: small;
	color: #006001;
}

.testata {
	border: 1px solid #069D3E;
	margin-top: 5px;

}

.perc30 {
		width:30%;
}


.perc32 {
		width:32%;
}


.perc45 {
		width:45%;
}

.perc96 {
		width:96%;
}

.perc100 {
		width:100%;
}


.sottotestata {
	padding:3px;
	background: #069D3E;
	color: white;
	font: bold small Verdana;
}

ul.albo,ul.albo li {
	list-style:none;
	margin:0;
	padding:0;
	font-size: small;
	}
	
ul.albo {
	/*width:15em*/
	}
	
ul.albo li {
	line-height:1.5em;
	padding-left:16px;
	background:url(../icone/quadratino.gif) no-repeat left center
	}
	
ul.albo li.pdf {
	line-height:2.0em;
	font-size: x-small;
	padding-left:20px;
	background:url(../icone/adobe.gif) no-repeat left center
	}	

dl {
/*width:200px*/
margin-left: 5px;

}

dt {
margin-top: 10px;
font-weight: bold;
/*color: #006001;
border-bottom: 3px solid #CF9*/
}

dd {
	margin: 0.2em 20 1em; 
	font-size: x-small;
	/*color: #006001;
	line-height: 1.3em*/
	} 

	ul.finale,ul.finale li {
	list-style:none;
	margin:0;
	padding:0;
	font-size: small;
	}
	
ul.finale {
	/*width:15em*/
	}
	
ul.finale li {
	line-height:1.5em;
	padding-left:16px;
	*/background:url(../icone/bullet_green.png) no-repeat left center*/
	}
	
	
	
	ul.dati_organizzatori,ul.dati_organizzatori li {
	list-style:none;
	margin:0;
	padding:0;
	font-size: x-small;
	}
	
	
ul.dati_organizzatori li {
	line-height:2.5em;
	padding-left:20px;
	}
	
	
span.enfasi {
	font: bold small;
	/*padding: 3px;
	margin: 10px;*/
}

/* ********************************************** */
/*            STILI PER FOTO GALLERY              */
/* ********************************************** */

ul#foto, ul#foto li {
	text-align: center;
	margin:0;
	padding:0;
	list-style:none;
	}
	
ul#foto img {
	margin: 3px;
	padding: 3px;
	/*background: Aqua;*/
}

ul#foto {
	width: 100%;.
	overflow: hidden;
	padding: 1em 0;
	/*margin:2em 0;*/
   line-height: 1.5;

	}

ul#foto li {
	float: left;
	text-align: left;
	/*width: 45%;  SOSTITUITO DA CLASS perc45*/
	margin-left: 20px;;
	margin-top: 15px;
	display: inline;
	 /*border-bottom:1px dotted #006001;
  border-bottom:1px dotted red;*/

	} 
	
ul#foto span {

padding: 2px;
/*border-bottom:1px dotted #006001;
border-top:1px dotted #006001;*/
	}


/* ********************************************** */
/*         FINE STILI PER FOTO GALLERY            */
/* ********************************************** */
	
/* ********************************************** */
/*                   FORM                         */
/* ********************************************** */

.form_newsletter {
	 font: x-small Verdana;
	}
	
#submit {
		background: #000;
		color: #fff;
		font:  x-small Verdana;
	}
	
/* ********************************************** */
/*                   FINE FORM                    */
/* ********************************************** */

.mappa {
font-size: small;
color: #006001;
}

#sbb {
	font-size: xx-small;
	color: #006001;
}

/* ********************************************** */
/*                   NEWS                         */
/* ********************************************** */

ul.navigazione {
	width: 100%;

	
}

ul.navigazione, ul.navigazione li {
	text-align: center;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: small;
}

ul.navigazione li {
float: left;
margin: 0;
padding: 0 30px;
}

ul.news_winter img {
	width: 90px;
	/*padding: 10px;
	margin: 5px;*/
	float: left;
	border: 2px solid white;
}
ul.news_winter div {
	float: left;
	background: #069D3E;
	padding: 3px;
	margin:5px;
}

ul.news_winter em {
	font-size:small;
}

ul.news_winter, ul.news_winter li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: medium;
}

ul.news_winter {
	width: 99%;
	margin-top: 10px;

}

ul.news_winter li {
	line-height: 1.5em;
	padding-left: 18px;
	margin-top: 0px;
	padding-bottom: 5px;
}

/* ********************************************** */
/*              FINE NEWS                         */
/* ********************************************** */
