html, body {
	margin: 0px;
	background-color: #1a62c5;
      background: url(../images/air_pollution3.jpg) no-repeat center center fixed;
	height: 100%;
	-webkit-background-size: cover;
/*	-moz-background-size: cover; */
	-o-background-size: cover;
	background-size: cover;
}

#container {
	background-color: #cbf4bb;
	[if IE] filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#7FC0C0C0', EndColorStr='#7FC0C0C0');
	padding: 30px 10px 30px 10px;
	margin: auto;
	width: 999px;;
	min-height: 100%;
}

h1 {
	font-family: 'Coda', cursive;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
}

h2 {
	color: #820101;
	font-family: arial, sans-serif;
	margin-bottom: 0px;
	margin-top:0px;
}

h3 {
	color: #820101;
	font-family: arial, sans-serif;
	margin-top: 0px;
}

h4 {
	margin-top: 0px;
}

table {
	margin-bottom: 0px;
}


img.model{
	/*border: 0px solid gray; */
	text-align: center;
	height: 245px;
	padding: 0.3em;
/*	box-shadow: inset 0 0 0.3em black ; */
}

#title {
	margin: 0px;
/*	background: #FFF;*/
}

#button-container{
        width: 865px;
	margin: 0px auto;
	padding: 0px 30px;
	text-align: center;
}

#copyright {
    margin-top: 36px;
    margin-bottom: 10px;
    padding: 10px 30px;
    text-align: center;
	background-color: #c8c8c8;
	box-shadow: inset 0 0 0.3em black ;
}

#counters {
	margin-top: 20px;
	text-align: center;
}

#counters .left {
    	left: 0px;
	display: inline;
}

#counters .right {
	text-align: right;
	display: inline;
}

#text-container {
	/*font-family: 'Inder', sans-serif;*/
        margin-left: 9px;
        margin-right: 9px;
	font-family: 'Droid Serif', serif;
	font-size: 14px;
	line-height: 1.5em;
	color: black;
	padding-top: 5px;
	display: inline-block;
}

#col1 {
    float:left;
    width:49%;
	text-align: justify;
}

#onecol {
    float:left;
    width:100%;
	text-align: justify;
}

#col2 {
    float:right;
    width:49%;
	text-align: justify;
}

#contact {
	color: black;
	line-height: 20px;
	padding-top: 20px;
}

#text-container a {
	text-decoration: underline;
	color: black;
	font-weight: bold;
}

#button{
    /* Inserisco lo sfondo di base */
    background: #1a62c5;
    border: 1px solid #003399;
    color: #fff;
    display: inline-block;
    font-family: 'Coda', cursive;
    font-size: 15px;
    height: 19px;
    margin: 0 auto 11px;
    margin-right: 8px;
    margin-left: 8px;
    line-height: 15px;
    padding: 5px 0px 5px;
    position: relative;
    text-align: center;
    width: 187px;

    /* Aggiungo le ombre al testo */
    text-shadow: 0 -1px 1px #555;

	/* Imposto i bordi arrotondati */
    -webkit-border-radius: 8px 8px 8px 8px;
    /* -moz-border-radius: 8px 8px 8px 8px; */
    -ms-border-radius: 8px 8px 8px 8px;
    -o-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;

	/* gradiente */
    background-image: -moz-linear-gradient(90deg, #1e2d73, #1e86c9 75%);
    background-image: -webkit-linear-gradient(top, #1e2d73, #1e86c9 75%);
    background-image: -o-linear-gradient(top, #1e2d73, #1e86c9 75%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #1e2d73),color-stop(1, #1e86c9));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#545454'; endColorstr='#333333'; );

	/* ombra */
	-moz-box-shadow:-4px 7px 4px rgba(0, 0, 0, 0.65);
	-webkit-box-shadow:-4px 7px 4px rgba(0, 0, 0, 0.65);
	-ms-box-shadow:-4px 7px 4px rgba(0, 0, 0, 0.65);
	-o-box-shadow:-4px 7px 4px rgba(0, 0, 0, 0.65);
	box-shadow:-4px 7px 4px rgba(0, 0, 0, 0.65);
}

#button:hover{
    border: 1px solid #4b0b02;
    background-image: -moz-linear-gradient(90deg, #b0271b, #841d14 25%);
    background-image: -webkit-linear-gradient(top, #b0271b, #841d14 25%);
    background-image: -o-linear-gradient(top, #b0271b, #841d14 25%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #b0271b),color-stop(0.25, #841d14));
/* fix (spero) per ie */
    background-color:#000; /*any color it doesn't matter*/
    filter: alpha(opacity=0);
/* fine fix */
}

#button:active{
    /* Imposto le ombre */
	-moz-box-shadow:-1px 6px 5px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:-1px 6px 5px rgba(0, 0, 0, 0.75);
	-ms-box-shadow:-1px 6px 5px rgba(0, 0, 0, 0.75);
	-o-box-shadow:-1px 6px 5px rgba(0, 0, 0, 0.75);
	box-shadow:-1px 6px 5px rgba(0, 0, 0, 0.75);
    top: 4px;
}

#button2{
    /* Inserisco lo sfondo di base */
    background: #cccc00;
    border: 2px solid black;
    color: black;  /* colore testo */
    display: inline-block;
    font-family: 'Coda', cursive;
    font-size: 14px;
    height: 1.9em;
    margin: 1px auto 9px;
    margin-right: 3px;
    margin-left: 3px;
    line-height: 1.04em;
    padding: 4px 0px 5px;
    position: relative;
    text-align: center;
    width: 185px; */

    /* Aggiungo le ombre al testo 
    text-shadow: 0 -1px 1px #555; */

	/* Imposto i bordi arrotondati */
    -webkit-border-radius: 8px 8px 8px 8px;
    /* -moz-border-radius: 8px 8px 8px 8px; */
    -ms-border-radius: 8px 8px 8px 8px;
    -o-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;

	/* gradiente 
    background-image: -moz-linear-gradient(90deg, #5a1e1e, #a63304 75%);
    background-image: -webkit-linear-gradient(top, #5a1e1e, #a6271b 75%);
    background-image: -o-linear-gradient(top, #5a1e1e, #a6271b 75%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #5a1e1e),color-stop(1, #a6271b));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#545454'; endColorstr='#333333'; ); */

	/* ombra */
	-moz-box-shadow:-5px 8px 4px rgba(0, 0, 0, 0.65);
	-webkit-box-shadow:-5px 8px 4px rgba(0, 0, 0, 0.65);
	-ms-box-shadow:-5px 8px 4px rgba(0, 0, 0, 0.65);
	-o-box-shadow:-5px 8px 4px rgba(0, 0, 0, 0.65);
	box-shadow:-5px 8px 4px rgba(0, 0, 0, 0.65);
}

#button2:hover{
    border: 1px solid #003399;
    background-image: -moz-linear-gradient(90deg, #1c86c9, #0033a8 25%);
    background-image: -webkit-linear-gradient(top, #1c86c9, #0033a8 25%);
    background-image: -o-linear-gradient(top, #1c86c9, #0033a8 25%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #1c86c9),color-stop(0.25, #0033a8));
/* fix (spero) per ie */
    background-color:#000; /*any color it doesn't matter*/
    filter: alpha(opacity=0);
/* fine fix */
}

#button2:active{
    /* Imposto le ombre */
	-moz-box-shadow:-1px 6px 5px rgba(0, 0, 0, 0.65);
	-webkit-box-shadow:-1px 6px 5px rgba(0, 0, 0, 0.65);
	-ms-box-shadow:-1px 6px 5px rgba(0, 0, 0, 0.65);
	-o-box-shadow:-1px 6px 5px rgba(0, 0, 0, 0.65);
	box-shadow:-1px 6px 5px rgba(0, 0, 0, 0.65);
    top: 4px;
}

.singleSpaceAfter
{
  padding-bottom:1em;
}

a {
	text-decoration: none;
	outline: 0;
}

.logo {
	width: 150px;
	height: 85px;
	padding-top: 5px;
}

.img-left {
	float: left;
}

.img-right {
	float: right;
}

.img-centre {
	float: center;
}

.blue {
	color: mediumblue;
}

.grey-blue {
	color: #4068B0;
}

.centered {
	text-align: center;
}

.balloon { display: none;
	position: relative;
}
#button:hover .balloon {
	position: relative;
	z-index:1;
	display: block;
	color: white;
	position: absolute;
	margin: 14px 0px 0px -8px;
	padding: 5px;
	background:  #680000;
	min-height:100% ;
	width: 190px;
	box-shadow: inset 0 0 0.3em #000;
	text-align: left;
	font-size: 13px;
	font-family: 'Coda', cursive;
	text-decoration: none;
	text-shadow: 0 -1px 1px #555;
}

#button2:hover .balloon {
	position: relative;
	z-index:1;
	display: block;
	color: white;
	position: absolute;
	margin: 10px 0px 0px -8px;
	padding: 5px;
	background:  #000077;
	min-height:100% ;
	width: 190px;
	box-shadow: inset 0 0 0.3em #000;
	text-align: left;
	font-size: 13px;
	font-family: 'Coda', cursive;
	text-decoration: none;
	text-shadow: 0 -1px 1px #555;
}

