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

body{
	margin:0;
	padding:0;
	border:0;
	height:100%;
	text-align:center;
	background-color:#0b6bb6;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:14px;
	line-height:16px;
}

#centrato{
	width:700px;
	margin:0 auto;
	text-align:justify;
}

#testata{
	float:left;
	width:700px;
	margin-top:3px;
}
#coltest1{
	float:left;
	width:184px;
}
#coltest2{
	float:left;
	width:516px;
}
#coltest3{
	width:516px;
	background-color:#387DC0;
	color:#000;
}

#menu{
	float:left;
	width:700px;
	background-color:#0b6bb6;
	color:#fff;
	margin:4px 0;
	text-align:center;
}
/*#menu a{
	display:block;
	height:18px;
	padding-top:2px;
	text-decoration:none;
	color:#fff;
}
#menu a:hover{
	background-color:#3B88C4;
}*/
#menu td{
	height:20px;
	margin-bottom:5px;
}
.voci a{
	display:block;
	height:19px;
	padding:1px 0 0 23px;
	text-decoration:none;
	text-align:left;
	margin-bottom:5px;
	color:#fff;
	background-image:url(immagini/segnale.png);
	background-repeat:no-repeat;
}
.voci a:hover{
	background-color:#3B88C4;
}
.titoliinterni a{
	display:block;
	height:19px;
	padding-top:1px;
	text-decoration:none;
	margin-bottom:5px;
	color:#fff;
	background-color:#024F8B;
}
.titoliinterni a:hover{
	background-color:#1B6096;
}

#colonna1{
	float:left;
	text-align:center;
	color:#fff;
	width:230px;
}
#colonna2{
	float:left;
	text-align:center;
	color:#fff;
	width:230px;
	margin:0 5px;
}
#colonna3{
	float:left;
	text-align:center;
	color:#fff;
	width:230px;
}
#colonna2e3{
	float:left;
	text-align:center;
	color:#fff;
	width:465px;
	margin-left:5px;
}

#contenuti{
	clear:both;
	background-color:#387DC0;
	color:#fff;
	padding:10px;
	margin:4px 0;
	border:1px solid #024f8b;
}

#piedipagina{
	clear:both;
	width:700px;
	padding:5px 0;
	background-color:#024f8b;
	color:#fff;
	text-align:center;
}

img{
	border:0;
}

#contenuti img{
	border:1px solid #024f8b;
}

table, tr, td{
	vertical-align:top;
	border-collapse:collapse;
}

.linkblock{
	display:block;
	padding:5px 0;
}

.linkinline{
	display:inline;
	padding:5px 0;
}

a{
	color:#fff;
	text-decoration:none;
}

.tabellaprezzi td{
	border:1px solid #fff
}

.titolo{
	font-size:13px;
	line-height:18px;
	font-weight:bold;
}
p{
	margin:5px 0;
}

#contatti{
	clear:both;
	text-align:center;
	color:#fff;
	padding:30px;
	line-height:20px;
}