html,body {
	background-color: #ffffff;
	margin: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

body {
	font-family: arial, sans-serif;
	font-size: 76%;
	color: #fff;
}

#background {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}

#content {
	margin: 0 auto;
	padding: 0;
}

#fixed {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 10;
	color: #fff;
	border: 1px solid yellow;
	padding: 10px;
}

#scroller {
	position: absolute;
	position: relative; 
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: auto;
	z-index: 2;
	border:0px solid red;
}

table
{
	padding: 0;	
	border-collapse: collapse;
	width:100%;
}


table td {
	vertical-align: bottom;
}

p {
	line-height: 1.8em;
	letter-spacing: 0.1em;
	text-align: justify;
}


#mainTable {
	width: 100%;
	height: 100%;
	border: 0px solid red;
	border-collapse: collapse;
}

#mainTable td {
	padding: 0 15px;
}


#main {
	height: auto;
	border: 0px solid green;
}


img#contentBg {
	-ms-interpolation-mode: bicubic;
}

img { border:0; }
a img { border:0; }

/* Header & Navigation */
#header {
	height: 100px;
	border: 0px solid red;
	background: transparent;
	/*
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
    opacity: 0.60;
    */
}


.comuni_container {
	text-align: right;
	height: 50px;
}

#elenco_comuni table {
	border:0;
	text-align:center;
}

#elenco_comuni table td {
	vertical-align: top;
	text-align: center;
	width:85px;
}

#elenco_comuni img {
	border: 0;
}

.logo_spacer {
	width: 195px;
	border: 0px solid red;
}

.logo_container {
	text-align:right;
	height: 100px;
	width: 75px;
	border: 0px solid red;
	vertical-align:top;
}

.logo {
	border: 0;
	padding:0 0 5px 0;
}

h1 {
	border-bottom: 1px solid #999;
}

#menu
{
	clear: both;
	padding: 3px 0;
	text-transform: uppercase;
}


#menu ul {
	margin: 0; 
	padding: 0;
	list-style:none;
}

#menu li {
	list-style:none;
	border: 0px solid red;
	margin: 0;
	padding: 0;
	display:inline;
}


#menu li a {
	padding: 0;
	margin: 0;
	font-family: "Arial Narrow", arial;
	font-size: 17px;
	font-weight:normal;
	text-transform: uppercase;
	text-decoration:none;
	color:#fff;
	letter-spacing:0px;
	margin-right:10px;
}

#menu li a.current {
	color: #FFCC00;
}

#menu li a:hover {
	color: #FFCC00;
	text-decoration:none;	
}

h2 {
	text-transform: uppercase;
}


h3, h4 {
	margin: 14px 0 4px 0;
	font-family: Arial, Verdana;
	font-size: 14px;
	line-height:18px;
	text-transform: none;
	letter-spacing: 0px;
	font-weight: normal;
	color: #339900;
	padding:0;
}


/* Footer */
#footer {
	height: 360px;
	vertical-align: bottom;
	border: 0px solid red;
	padding-bottom:0;
	margin-bottom: 0;
}



#copyright {
	height: 30px;
	max-height:30px;
	border: 0px solid red;
	width: 100%;
	color: #999999;
	background: #272727;
	border-top: 1px solid #fff;
	overflow: hidden;
	position: relative;
	z-index: 3;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
    opacity: 0.70;
    font-size: 12px;
}

#copyright p {
	color: #fff;
	padding: 2px 0 0 0;
	letter-spacing:0;
	font-size:11px;
	line-height:23px;
}

#copyright a {
	color: #fff;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
    opacity: 1.0;
}

#copyright a:hover {
	color: #FFCC00;
}


#footer table.the-box {
	width: 960px;
	padding: 0;
	margin: 0;
	border: 0px solid red;
}

td.the-box-space {
	width: 10px;
}

/* Boxes */
.curved-box {
    margin: 0px;
    width: 300px;
}

.curved-box span {
    padding: 0;
    height: 21px;
    width: 300px;
    display: block;
}

	.curved-box span.blue {
	    background: url(../img/box-bg-blue.png) no-repeat left top;
	}
	
	.curved-box span.green {
	    background: url(../img/box-bg-green.png) no-repeat left top;
	}
	
	.curved-box span.red {
	    background: url(../img/box-bg-red.png) no-repeat left top;
	}
	
	.curved-box span.yellow {
	    background: url(../img/box-bg-yellow.png) no-repeat left top;
	}
	

.curved-box div.title {
	margin: 0 0 15px 15px;
	font-family: "Arial Narrow", arial;
	font-size: 18px;
	line-height:15px;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: normal;
	color: #303789;
}

	.reduced {
	letter-spacing:1px;
	font-size:16px;
	font-weight: normal;
}

	div.title a {
		text-decoration:none;
	}

	div.title a:hover {
		color: #0051A4;
		text-decoration:none;
	}
	
	
	a.ti-red {color: #960000;}
	a.ti-green {color: #339900;}
	a.ti-yellow {color: #E1A314;}
	a.ti-blue {color: #303789;}

.curved-box .centro {
    background: url(../img/box-bg.png) repeat-y left bottom;
    margin: 0;    
    padding: 10px 15px 15px 15px;
    height: 100px;
    color: #333;
}

.curved-box p {
	color:#333;
	text-align: left;
    line-height:16px;
    font-size:12px;
    letter-spacing:0;
    margin-bottom: 0px;

}


/* pagine interne */
.curved-box-large {
    margin: 0px;
    width: 630px;
}

.curved-box-large span {
    padding: 0;
    height: 21px;
    width: 630px;
    display: block;
}

.curved-box-large span.green {
    background: url(../img/box-bg-green-large.png) no-repeat left top;
}

.curved-box-large .centro {
    background: url(../img/box-bg-large.png) repeat-y left bottom;
    margin: 0;    
    padding: 10px 15px 15px 15px;
    color: #333;	
}

.curved-box-large .title-large,
.curved-box-large .title-large a,
.curved-box-large .title-large a:link,
.curved-box-large .title-large a:visited,
.curved-box-large .title-large a:active {
	margin: 0 0 15px 0;
	font-family: arial, verdana;
	font-size: 23px;
	line-height:20px;
	text-transform: none;
	letter-spacing: 0px;
	font-weight: normal;
	color: #339900;
	padding:0;
}

.curved-box-large .title-large a:hover {
	color: #333;
}

.curved-box-large .centro-content {
	border: 0px solid red;
	width:580px;
	padding: 10px 10px;
	border:0px solid red;
}

.curved-box-large #stdPanel p {
	color:#333;
	font-size:10px;
	text-align: left;
    line-height:18px;
    font-size:12px;
    letter-spacing:0;
    margin: 0 20px 0 0 0;
	border:0px solid red;
	width: 500px;
}



.logo_project {
	border: 0;
	float: left;
	text-align: left;
	margin-right:10px;
}

.comuni_intro {
	border-bottom: 0px solid #ddd;
}

.comuni_intro img {
	border:0;
	margin-bottom:10px;
}

.comuni_intro_border {
	border-top:1px solid #ddd;
	height:20px;
}


#moreInfo {
	position:absolute; 
	z-index:999; 
	vertical-align:bottom; 
	bottom:200px; 
	right:0px; 
	margin: 0;
	padding: 0;
	border:0px solid red; 
}

/****
**
** scuole
**
****/

#elenco ul {list-style: none;padding: 0;margin: 10px 20px 10px 0;}
#elenco ul li {list-style: none; line-height: 1.2em; padding: 5px 25px 5px 25px; margin: 0 4px 0 0; border-bottom:1px solid #ddd; text-transform:capitalize; background: url(../img/green_arr.png) no-repeat 0px 5px; clear:both; display:block;}
#elenco ul li a {color: #787878; text-decoration:none;  padding: 0px; line-height:1.1em; font-size:1.1em; text-transform:none;}
#elenco ul li a:hover {color: #191919; }
#elenco strong {font-weight:bold;}
/****
**
** allinea colonne
**
****/

.col-container {  
	width: 580px;  
	margin-left: auto;  
	margin-right: auto; 
	border:0px solid red;
}  
.col-leftsidebar {  
	float: left;  
	width: 50%;  
}  
.col-rightsidebar {  
	float: left;  
	width: 50%;  
}



/* Misc */
strong {font-weight:bold;}
.top { vertical-align:top;}
.bottom {vertical-align:bottom;}
.half {width:50%;}
.left {text-align: left;}
.right {text-align: right;}
.center {text-align:center;}


.gallery a img {
	padding: 4px;
	border: 2px solid #eee;
	margin: 0 0 5px 5px;
	text-align:right;
	float: right;
}
