@charset "iso-8859-1";
/* CSS Document */

*{
margin:0 auto;
padding:0;
}

body{
	margin:0 auto;
	padding:0;
	background: #98BA81;
	font: 11px/1.3 Arial, Helvetica, sans-serif;
	color:#66665B;
}
#top{ width:800px;}
#top .logo{ float:left; }
#top .scritta{ float:right; padding-right:20px; color:#fff; font-weight:bold; padding-top:35px; font-size:16px;}
#container{ background: url(../img/bg.png) repeat-y; width:780px; padding:0 10px}
#fascia{ background:url(../img/bg-fascia.png) repeat-x; height:55px; line-height:20px; font-size:18px; color:#333; width:800px}
#fascia a{ line-height:40px; font-size:18px; color:#333; text-decoration:none}
#fascia a:hover{ line-height:40px; font-size:18px; color:#F90; text-decoration:none}

.testo{ width: 500px; margin-left:30px; font-size:12px; float:left; margin-right:40px;}
.colonna{ width:190px; float:left}

#tag{ text-align:left; color:#ccc; font-size:16px; width:180px; line-height:25px; float:left}
.tag-grande{font-size:22px;color:#ccc;}
.tag-grande a{	font-size:22px;color:#ccc;text-decoration:none;}
.tag-grande a:hover{font-size:22px;color:#666;text-decoration:underline;}
#tag a{color:#666;text-decoration:none;}
#tag a:hover{ color:#666;text-decoration:underline;}

h1{ font-size:16px; color:#333; font-weight:normal;}
h2{ font-weight:bold; font-size:14px; color:#666}

#footer{
	padding:0;
	margin:0px auto;
	width:800px;
	color:#fff;
	font-size:11px;
	text-align:center;
}

#footer a{	color:#fff;	text-decoration:none;}
#footer a:hover{color:#fff;	text-decoration:none;}


.bottone-arancio{
	background: url(../img/bott-piede.png) right no-repeat;
	height:22px;
	font-size:14px;
	font-weight:bold;
	float:left;
	padding:0 10px 0 4px;
	text-align:center;
	line-height:22px;
}
.bottone-arancio a:hover{	color:#333;	text-decoration:none; line-height:11px; line-height:22px}
.bottone-arancio a{color:#fff; text-decoration:none; line-height:11px; line-height:22px}

.left{ float:left}
.right{ float:right}

a{ text-decoration:none; color:#1B7B34;}
a:hover{text-decoration:none; color:#ff9900;}
