/*
	==========================================
Foglio di stile personalizzato e commentato per pratoranieri
	==========================================
*/

/* == ELEMENTI GENERALI == */
*
{
padding: 0px;
margin: 0px;
}

body
{
	font-size: 11px;
	font-family: "verdana", helvetica, arial, sans-serif;
	color: #003;
	line-height: 18px;
	background-color: #F9F9F7;
	background-image: url(../images/a1.gif);
	background-repeat: repeat-x;
}

a
{
color: #FF7800;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}

sup
{
font-size: 0.5em;
}


p
{
	margin-bottom: 14px;
	text-align: justify;
}

.x { clear: both; }

/* == DIV PRINCIPALI == */
#upbg
{
position: absolute;
top: 0px;
left: 0px;
background: #fff url('../images/upbg.gif') no-repeat;
width: 747px;
height: 264px;
z-index: 1;
}

#outer
{
	position: relative;
	width: 747px;
	margin: 0 auto;
	background-color: #fff;
	background-image: url(../images/abg.gif);
	background-repeat: repeat-y;
}

#inner
{
	position: relative;
	z-index: 2;
	padding-top: 13px;
	padding-right: 30px;
	padding-bottom: 13px;
	padding-left: 30px;
}

#header
{
	position: absolute;
	height: 100 px;
	color: #fff;
}

#menu
{
	position: relative;
	height: 67px;
	margin-top: 104px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contenuto
{
	position: relative;
}
#contenutoform
{
	position: relative;
	padding: 0px;
	margin: 0px;
}
#colonnasinistra
{
	position: relative;
	width: 507px;
	float: left;
}
#colonnadestra
{
	position: relative;
	width: 180px;
	float: right;
}
#footer
{
	position: relative;
	clear: both;
	text-align: center;
	background-image: url(../images/footerbg.jpg);
	color: #5D8EFF;
	background-repeat: repeat-x;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 10px;
}

#footer a
{
color: #8C8C73;
}
/* == DIV PER INSERIMENTO MAPPA == */
#map {
	text-align: left;
	margin: 0px;
	height: 400px;
	width: 687px;
}
/* == DIV PER bandierine == */
#lingua {
	position: absolute;
	top: 91px;
	z-index: 3;
	right: 36px;
	width: 70px;
}
#lingua .img {
	margin-right: 10px;
}
/* == IMMAGINI PICH == */
#pitch {
	margin-bottom: 30px;
	margin-top: -25px;
	clear: both;
}
	#pitch .infoline { margin-top: -70px; padding: 25px 0 25px 25px; background: #000; font-size: 18px; width: 662px; height: 18px; opacity:0.70; filter:alpha(opacity=70); color: #fff; }

	.pitch-gallery { overflow: hidden; width: 687px; position: relative; }
		.pitch-gallery-holder { width: 2748px; position: relative; top: 0; left: 0; }
		.pitch-gallery-div { float: left; }
/* == IMMAGINI cornicina == */		
img.picA
{
position: relative;
top: -2px;
background: url('../images/a47.gif') no-repeat;
width: 76px;
height: 74px;
padding: 8px;
}

img.picB
{
position: relative;
top: -2px;
background: url('../images/a26.gif') no-repeat;
width: 146px;
height: 75px;
padding: 7px;
}
/* == MENU == */
.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
	background-color: #003;
	background-image: url(../images/blockdefault.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #36C;
	border-right-color: #36C;
	border-bottom-color: #36C;
	border-left-color: #36C;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: white;
	background-color: transparent;
	background-image: url(../images/blockactive.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
