/* inizio miei css frequentemente comuni a tutti i siti --- giorgia de filippis*/

body {margin:0px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; color:#121415; text-align:center; background-color:#fff;}

img {border:0px;}

.puntini {background-image: url(images/puntini.png); background-repeat:repeat-x; display:block;}

.linea {background-image:url(images/linea.jpg); background-repeat:repeat-x;}

.titolo {font-size:16px; font-weight:bold; line-height:24px; color:#08759e; text-transform:uppercase;}

/* box model per centrare tutto*/
#main {
width:900px;
margin: 0 auto 0 auto;
position:relative;
}

/* box in alto per le lingue */
#lingue {
	position: absolute;
	width:412px;
	height:60px;
	z-index:1;
	right:0px;
}

.lingue {font-size:12px; text-decoration:none; color:#121415; display:inline; padding-left:14px; }
.lingue a:link {font-size:12px; text-decoration:none; color:#121415; display:inline; padding-left:14px;}
.lingue a:active {font-size:12px; text-decoration:none; color:#121415; display:inline; padding-left:14px;}
.lingue a:visited {font-size:12px; text-decoration:none; color:#121415; display:inline; padding-left:14px;}
.lingue a:hover {font-size:12px; text-decoration:underline; color:#08759e; display:inline; padding-left:14px;}


/* img logo */
#top {
	position:static;
	width:900px;
	height:292px;
	font-size:12px;
	text-align:justify;
	top:0px;
	left:0px;
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
}

/* main menu */
#boxmenu {
	position:static;
	width:900px;
	height:30px;
	top:0px;
	background-color:#08759e;
	z-index:1;
	left:0px;}

.menu {font-size:16px; color:#fff; display:inline; padding-right:36px; vertical-align:middle;}
.menu a:link {font-size:16px; text-decoration:none; color:#fff; display:inline; padding-right:36px; vertical-align:middle;}
.menu a:active {font-size:16px; text-decoration:none; color:#fff; display:inline; padding-right:36px; vertical-align:middle;}
.menu a:visited {font-size:16px; text-decoration:none; color:#fff; display:inline; padding-right:36px; vertical-align:middle;}
.menu a:hover {font-size:16px; text-decoration:none; color:#ccc; display:inline; padding-right:36px; vertical-align:middle;}

/* box contenuti */

#content {
	position:relative;
	width:900px;
	text-align:justify;
	left:0px;
	top: 10px;
}

.txt {color:#121415; text-decoration:none; font-size:12px;}
.txt a:link {color:#08759e; text-decoration:none;}
.txt a:visited {color:#08759e; text-decoration:none;}
.txt a:hover {color:#121415; text-decoration:underline;}
.txt a:active {color:#08759e; text-decoration:none;}

/* box per le citta */
.boxcitta { border:solid 1px #a9a9a9; background-color:#dbdbdb; width:876px; display:block; padding:10px;}
.listacitta { color:#08759e; font-size:12px; line-height:16px;}
.titolobox { text-transform:uppercase; color:#121415;}

/* box footer */
#footer {
	position: static;
	width:900px;
	height:90px;
	top:30px;
	z-index:2;
	left:0px;
	text-align:center;
	background-color:#08759e;

}

.footer {font-size:12px; line-height:18px; color:#fff;}
.footer a:link {font-size:12px; line-height:18px; color:#fff; text-decoration:none;}
.footer a:visited {font-size:12px; line-height:18px; color:#fff; text-decoration:none;}
.footer a:hover {font-size:12px; line-height:18px; color:#ccc; text-decoration:none;}
.footer a:active {font-size:12px; line-height:18px; color:#fff; text-decoration:none;}

/* fine --- giorgia de filippis*/
