@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	align="center";
	color: #013E7D;
	font-family: 'Mako', sans-serif;	
	font-size: 15px;
	overflow: auto;
	overflow-x: hidden;
	background-image:url(../images/sfondotop.png);
	background-repeat:repeat-x
}

div#container{
	position:relative;
    width: 1000px;
    margin: 0px auto;   /*centra negli altri browsers*/
    text-align: left;   /*ripristina l' allineamento*/
}

div#corpo {
	position: relative;
	left: 29px;
	top: 0px;
	z-index: 1;
	width:942px;
	min-height: 480px;
}

div#topsite {
	width:1000px;
	height: 145px;
	position: relative;
	left: 0px;
	top: 0px;
	
	background-image:url(../images/topmenu.png);
	background-repeat:no-repeat;
}


div#piepagina {
	width:1000px;
	height:109px;
	position: relative;
	background-image:url(../images/piepagina.png);
	background-repeat:no-repeat;
	left: 0px;
	top: 0px;
	text-align:center;
}

.titolo {
	font-size:18px;
	font-weight:600;
}

.testo {
	font-size:16px;
	line-height: 1.5;
}

.testo_piepagina {
	font-size:13px;
	font-weight:bold;
}

a:link {
	text-decoration: none;
	color: #7392B0;
}

a:visited {
	text-decoration: none;
	color: #7392B0;
}

a:hover {
	text-decoration: none;
	color:#013E7D;
}

a.linkmenu {
	text-decoration: none;
	font-weight:bold;
	color: #91A9C1;
}

a.linkmenu:hover {
	text-decoration: none;
	font-weight:bold;
	color:#FFFFFF;
}
