@charset "utf-8";
/* CSS Document */
body {
	background-image: url(background.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: bottom;
}
.Stile2 {
	font-size: 11px;
	font-family: Verdana;
	color: #000000;
	line-height: 15px;
}
.Stile3 {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	line-height: 13px;
}
.Stile4 {
	font-family: Verdana;
	font-size: 11px;
	color: #0D0359;
	line-height: 17px;
}
a:link, a:visited, a:active {
	color: #0D035A;
}
a:hover {
	color: #1D00FF;
}
a.home{
display: block;
float: left;
overflow: hidden;
height: 30px;
width: 184px;
background-image: url("menu/homepage.gif");
background-position: top center;
background-repeat: no-repeat;
}
a.gruppi{
display: block;
float: left;
overflow: hidden;
height: 30px;
width: 184px;
background-image: url("menu/gruppistorici.gif");
background-position: top center;
background-repeat: no-repeat;
}
a.frequenze{
display: block;
float: left;
overflow: hidden;
height: 30px;
width: 184px;
background-image: url("menu/frequenze.gif");
background-position: top center;
background-repeat: no-repeat;
}
a.contatti{
display: block;
float: left;
overflow: hidden;
height: 30px;
width: 184px;
background-image: url("menu/contatti.gif");
background-position: top center;
background-repeat: no-repeat;
}
a.indietro{
display: block;
float: left;
overflow: hidden;
height: 30px;
width: 132px;
background-image: url("menu/indietro.gif");
background-position: top center;
background-repeat: no-repeat;
}
a.home:hover, a.gruppi:hover, a.frequenze:hover, a.contatti:hover, a.indietro:hover {background-position: bottom center;}
#contenuto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	width: 360px;
	height: 250px;
	z-index: 1;
}
#contenitore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	width: 360px;
	height: 280px;
	z-index: 1;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#back {
	float: right;
	width: 132px;
	height: 30px;
	z-index: 1;
	}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	bottom: 5px;
	position: fixed;
	width: 585px;
	height: 30px;
	z-index: 1;
	margin-left: 25%;
	margin-right: 25%;
}
