@charset "utf-8";
/* CSS Document */

html{
	background-color:#ef8301;
	background-image:url(immagini/fondo.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:top;
}

body{
	margin:0;
	padding:0;
	border:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	line-height:20px;
	text-align:center;
}

#box{
	margin:0 auto;
	width:800px;
	background-image:url(immagini/fondobox.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
}
#data{
	height:30px;
	padding:10px 0 0 20px;
	color:#fff;
	text-align:left;
}
#testata{
	text-align:left;
}
#logo{
	padding-bottom:10px;
}
#menu1{
	height:20px;
	margin-bottom:10px;
}

#news{
	border-width:1px 0;
	border-style:solid;
	border-color:#c7c9ca;
	padding:5px;
	color:#707173;
	font-size:12px;
	font-weight:bold;
}
#stacconews{
	border-bottom:1px solid #c7c9ca;
	height:3px;
}

#titolocontenuti{
	background-image:url(immagini/fondotitolocontenuti.png);
	background-repeat:no-repeat;
	height:22px;
	margin:20px 0;
}
#titolocontenuti a{
	text-decoration:none;
	color:#666;
}
#titolocontenuti a:hover{
	color:#000;
}
.bdsnst{
	float:right;
	height:22px;
	width:11px;
	background-image:url(immagini/bordosnsottotitolo.png);
	background-repeat:no-repeat;
}
.sottotitolo{
	float:right;
	text-align:center;
	padding:0 10px;
	height:20px;
	border-width:1px 0;
	border-style:solid;
	border-color:#ef8301;
}

.bddxst{
	float:right;
	height:22px;
	width:11px;
	background-image:url(immagini/bordodxsottotitolo.png);
	background-repeat:no-repeat;
	margin-right:30px;
}

#contenuti{
	clear:both;
	background-image:url(immagini/fondocontenuti.png);
	background-repeat:repeat-y;
	color:#000;
}
#colonna1{
	float:left;
	width:190px;
	text-align:right;
	padding:0 20px;
	font-size:11px;
}
#colonna1 a{
	text-decoration:none;
	color:#666;
	display:block;
	margin-bottom:5px;
}
#colonna1 a:hover{
	color:#000;
}
#colonna2{
	float:left;
	width:550px;
	padding-left:20px;
}
#colonna2 a{
	text-decoration:none;
	color:#000;
}
#colonna2 a:hover{
	text-decoration:underline;
}
.clear{
	clear:both;
}
.titolo{
	font-weight:bold;
}
.testo{
	padding:0 30px 0 20px;
	text-align:justify;
	font-size:11px;
	line-height:18px;
}

#piedipagina{
	width:800px;
	height:79px;
	background-image:url(immagini/piedipagina.png);
	background-repeat:no-repeat;
	background-color:#fff;
}
#piva{
	width:800px;
	height:50px;
	background-color:#fff;
	color:#707173;
	text-align:center;
	padding-top:5px;
}

img{
	border:0;
}