/* * * * * * * * * * * * * *
		REDEFINE HTML
* * * * * * * * * * * * * */

html, body {
	margin: 0;
	padding: 0;
	height: 100%
}

body{
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	color: #000;
	line-height: 1.4em;
}

/*menu accessibili*/
#menu_normale{
	display:none;
}

#menu_accessibile{

	border-top:1px solid #ccc;
	margin-top:5px;
	padding-top:5px;
}

img{
	border: none;
	text-decoration: none;
}


img, img a, img a:hover{
	border: none;
	text-decoration: none;
}


label{
	font-size: 100%;
}

h1,h2,h3,h4{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

a{
	/*text-decoration: underline;*/
	text-decoration: none;
	color: black;

}
a:hover{
	color: #BF3048;
}

ul, ol{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul li, ol li{
	margin: 0;
	padding: 0;
}

p{
	text-align: left;
	padding: 0;
	margin: 0;
}


/**** JQUERY ZOOM *****/
div.imgzoom {
       -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
       border: 5px solid #fff;
       line-height: 1;
       font-size: 1;
       z-index: 1000:
}

div.imgzoom a {
        background: url(imgzoom-close.png) no-repeat;

        display: block;
        width: 44px;
        height: 45px;

        position: absolute;
        left: -22px;
        top: -22px;

        text-decoration: none;
        text-indent: -100000px;
        outline: 0;
}

div.imgzoom a:hover {
        background-position: left -45px;
}

div.imgzoom img {
        width: 100%;
}

div.imgzoom p {
        display: none;
        font-size: 12px;
}



/* * * * * * * * * * * * * *
	 MAIN LAYOUT
* * * * * * * * * * * * * */


#mainwrapper{
	position: relative;
	text-align: left;
	margin: 0 auto;
	margin-top: 10px;
	background-color: #fff;
	width: 770px;
	border:1px solid #ddd;

  height: auto !important
  height: 700px;
  min-height: 700px;


}

.immagini{
  text-align:center;
  vertical-align:top;
  }
 .immagini img{
  border:1px solid #000;
 }

/* foto home page*/
#foto{
	height: 236px;
	background: url('../images/fotox.jpg') no-repeat top left;
   	width:100%;


}

/*div in cui c'è il fade delle foto*/
#pics{
	width:585px;height:253px; margin-left:3px;margin-top:1px;border:1px solid #000;
	}

#maincontent{
	width: 768px;
	/*border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: none;
	border-bottom: 1px solid #ddd;*/
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
/*
#verticalbar{
	bottom: 0;
	padding: 0 30px 0 0;
	width: 770px;
	margin: auto;
}
*/
#horizontalbar{
	width: 768px;
	height: 18px;
}

#linea{
	width: 770px;
	background-color: #ddd;
	height: 3px;
}
.no_menu{
	padding-left:5px;
}

.sotto_menu{
	padding-left:8px;
}

#col_sx{
	margin: 0px 7px 0px 0px;
	float: left;
	clear: left;
	width: 163px;
	min-height: 250px;
	height: auto!important;
	height: 250px;
}
/*div fittizio per aumentare il margine nelle pagine diverse dalle home*/
.alza{
  margin-top:12px;
}
.top{
	vertical-align: top;
	text-align:justify;
	padding-left:10px;
	}
.meteo{
	width:100%;
	text-align: center;
	border:1px solid #000000;
}
.box_meteo{
	float: left;
	text-align: center;
	width: 70px;
}
#box_meteo1{
	margin-left:20px;
	float: left;
	text-align: center;
	width: 70px;
}

.centrale{
  width:100%;
  text-align:center;
  margin-top:15px;
}
/*testo per i link dentro la colonna sinistra*/
#col_sx a{
	/*text-decoration: underline;*/
	text-decoration: none;
	color: black;
	font-size:100%;
	padding-left:5px;
}
#col_sx a:hover{
	font-weight:bold;
	text-decoration: underline;
}
/* fine menu */
#col_centro{
	margin: 11px 7px 0px 0px;
	float: left;
	width: 475px !important;
	width: 410px;
	text-align:justify;
	height: 100%;
	padding-left:5px;
}

#col_centro p{
  	text-align:justify;
  	margin-right:5px;
}

#col_centro a{
	/*text-decoration: underline;*/
	text-decoration: none;
	color: inherit;
	font-weight:bold;
	/*font-family:Verdana, Arial, Helvetica;*/
	font-size:100%;
	padding-top:5px;

 	margin:5px;

}
#col_centro a:hover{
	color: #BF3048;
	text-decoration: underline;
}
/*********************/
#col_centro_larga{
	margin: 11px 7px 0px 0px;
	float: left;
	width: 577px;
	text-align:justify;
	height: 100%;
	padding-left:5px;
}

#col_centro_larga p{
  	text-align:justify;
  	margin-right:5px;
	margin-bottom:5px;
}
#col_centro_larga h1{
  	margin-bottom:5px;
}
/*testo per i link dentro la colonna sinistra*/
#col_centro_larga a{
	/*text-decoration: underline;*/
	text-decoration: none;
	color: inherit;
	font-weight:bold;
	/*font-family:Verdana, Arial, Helvetica;*/
	font-size:100%;
	padding-top:5px;

 	margin:5px;

}
#col_centro_larga a:hover{
	color: #BF3048;
	text-decoration: underline;
}

#map{width: 400px; border:2px solid #000;height: 220px;margin-left:auto;margin-right:auto}
#carta{width: 100%; border:2px solid #000;padding:5px;height: 400px;margin-left:auto;margin-right:auto}
/***** NEWS *****/
.news{
	height: auto !important;
    height: 110px;
    min-height:110px;
    margin-bottom:10px;
}


.news a,.news a:hover,.news a img{

	text-transform: uppercase;
	margin-top:0px;
}
/***** FINE NEWS *****/
/***** GALLERIE *****/
.gallerie{
	height: auto !important;
    height: 220px;
    min-height:220px;
    margin-bottom:10px;

}
.gallerie img{
	border:1px solid #000;
}

.gallerie a,.gallerie a:hover,.gallerie a img{
	border:0;
	text-transform: uppercase;
	margin-top:15px;
}
/***** FINE GALLERIE *****/

.max{
	color:#CC3300;
	width:100%;
	text-align:right;
	margin-top:0px;
	border-bottom: 1px solid #dddddd;
}
/***** ATTIVITA *****/
.attivita{
	height: auto !important;
    height: 130px;
    min-height:130px;
    margin-bottom:10px;

}
.attivita img{

}

.attivita a,.attivita a:hover,.attivita a img{

	text-transform: uppercase;

}
/***** FINE ATTIVITA *****/
/***** LINKS *****/
.link{

    margin-bottom:10px;

}
.link img{
	border:0;
}

.link p{
	margin-left:50px;
	text-align:justify;
}
.link h3{
	color:black
	}
.link h2{
	color:black;
	font-size: 120%;
	margin-top:5px;
	}
.link h2 img {
	padding-right:8px;
}

.link a,.link a:hover,.link a img{
	border:0;
	margin-top:15px;
}
/***** FINE LINKS *****/


#col_dx{
	margin: 11px 4px 0px 0px;
	width: 100px;
	float: left;
	text-align:center;

}
#col_dx img{
  border:1px solid #000;
  margin-bottom:5px;
}

#sottoblocco{
  float:left;
  width:595px !important;
  width:585px;


}

html>body #sottoblocco{

  padding-left:2px !important;

}

div#menu1{
margin-top:1px;
margin-bottom: 5px;
width: 163px;
height: 18px;
background-color:#CC3300;
color: #fff;
font-size: 12px;
font-weight: bold;
padding:4px;
}


div#menu2{
margin-top:10px;
margin-bottom: 5px;
width: 163px;
height: 18px;
background-color:#009900;
color: #fff;
font-size: 12px;
font-weight: bold;
padding:4px;
}

div#menu_links{
margin-top:10px;
margin-bottom: 5px;
width: 163px;
height: 18px;
background-color:rgb(152,51,0);
color: #fff;
font-size: 12px;
font-weight: bold;
padding:4px;
}

/* * * * * * * * * * * * * *
	HEADER
* * * * * * * * * * * * * */

#header {
		/*border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: none;
	border-top: 1px solid #ddd;*/
  width: 768px;
		height: 122px;
		background: url('../images/testa.jpg') no-repeat top left;
}


/* * * * * * * * * * * * * * * * * * * *
	BREADCRUMB
* * * * * * * * * * * * * * * * * * * */


#breadcrumb{
	float: right;
	text-align: right;
	width: auto;
	font-size: 85%;
	text-transform: lowercase;
	padding-right:5px;
}

#Bbreadcrumb{
	float: left;
	text-align: left;
	width: auto;
	font-size: 85%; /*tipo testo*/
	color: Gray;
	font-weight: bold;
	text-transform: uppercase;
}
#Bbreadcrumb a{
	color: Gray;
	font-weight: bold;
}
#Bbreadcrumb a:hover{
	color: Black;
	font-weight: bold;
}

#lang_menu{
  float:left;
  width:163px;
  padding-left:10px;
}
/* * * * * * * * * * * * * * * * * * * *
	CLASSI VARIE
* * * * * * * * * * * * * * * * * * * */
.nascosto{
  display: none;
}

.titolo-1{
	color: #000;
	font-weight: bold;
	font-size: 105%;
}

.titolo-2{
	font-style: italic;
	color: #E20045;
}

.titolo-2.spaced{
	font-size: 100%;
}

.titolo-3{
	color: #E3001B;
}

.img-left{
	float: left;
	margin: 0px 8px 0 0;
}

.img-right{
	float: right;
	margin: 2px 0 0 8px;
}

.bordo{
	border:1px solid #666666;
}

/* * * * * * * * * * * * * *
	FOOTER
* * * * * * * * * * * * * */

#footer{
	clear: both;
	/*border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: none;
	border-bottom: 1px solid #ddd;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 2px;
	font-size: 80%;
	max-width: 770px;
	text-align:center;*/

	position: relative;
	text-align: left;
	margin: 0 auto;
	margin-top: 5px;
	background-color: #fff;
	width: 770px;
}

#menufooter{
	width: 770px;
	text-transform: uppercase;
	text-align:center;
}

#menufooter a{
	font-size: 95%;
}

#menufooter span{
	padding: 0px 10px 0px 10px;
}

.filetto{
	margin: 0px;
	padding: 0px;
	height: 1px;
	border-top: 1px solid #ddd;
}

.filetto.margin{
	margin: 12px 0 12px 0;
}

/* * * * * * * * * * * * *
ECARD
* * * * * * * * * * * * */
.foto_cartolina{
	width:100%;
	height:320px;
	border:1px solid black;
	text-align:center;
}

.error{
	color:red;
}

#cartolina{
	width:100%;
	height:320px;
	border:1px solid black;
	background: url(/images/retro_cartoline.jpg) center center no-repeat
}

#testo_cartolina{
	float:left;
	width:270px;
	margin-top:30px;
	margin-left:30px
}
#testo_cartolina h2{
	padding-left:15px
}

#dati_cartolina{
	margin-top:170px; margin-left:30px
}
/* * * * * * * * * * * * * *
	HACKS
* * * * * * * * * * * * * */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.breaker{
	display: block;
	clear: both;
}

* html {
	overflow-x: hidden;
}

* html #mainwrapper {
	height: 1%
}


