/* CSS Document */
@charset "utf-8";
blue{color:#003366;}
a { font-weight:bold; color:#003366;}

.no-space {
    margin: 0px;
    padding: 0px;
}

#contenuti h2 {
	font-size:x-large;
	font-weight: bold;
	color:#cccc33;
	margin-bottom: -10px;
	margin-top: 0px;
}

#contenuti h3 {
	font-size:large;
	font-weight: bold;
	color:#cccc33;
	margin-top: -5px;
	margin-bottom: -5px;	
	padding:0px;
}
#lineaverde{
/*	color: #cccc33; */
	background-color: #cccc33; 
	height: 7px; 
	margin-left:100px; 
	margin-right:100px
}
#lineablu{
	color: #003366; 
	background-color: #003366;
	height: 12px; 
	margin-left:100px; 
	margin-right:100px; 
	margin-top:-2px;
}
body {
	background-color:#FFFFFF;
	color:black;
	font-family: Arial, sans-serif;
	font-size:12px;
	margin:0 auto 0 0;
	width:100%;
	margin:0;
	padding:0;
	text-align: left;
	height: auto;
/*	background-image: url(../immagini/sfondo.jpg); */
	background-repeat: repeat-x;
}


#container {
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	background-color: #FFFFFF;
	width: 998px;
	height: 100%;
	overflow: hidden;
	color: #000000;
/*	border: 1px solid #003366; */
}

#colonnino {
	float:left;
	background-color:#003366;
	margin-top:2px;
	width: 180px;
	height: 748px; 
}

#heading {
	float:right;
	background-color: #FFF;
	width: 810px;
	height: 105px;
	left: 0px;
	top: 0px;
	margin-top: 0px;
}

#contenuti {
	clear: both;
	width: 780px;
	height: 582px; 
	border: 6px solid #cccc33;
	background-color: #FFFFFF;
	padding: 6px;
	top: 7px;
	margin:0;
	position: relative;
}
#contenuti P {
	padding-right: 40px;
	text-align: justify;
}
.num{
	font-size:xx-large;
	font-weight:bold;
	color:#cccc33;
}
.alpha{
	font-size:14px;
	font-weight:bold;
	color:#cccc33;
	vertical-align:baseline;
}


.font-normal{
	color:#000;
	font-size: 12px;
	text-align:left;
	font-weight: normal;
    vertical-align:baseline; 
}

.spaziato {
	text-align:left;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}

p.news {
	margin-top: 8px;
	margin-left: 8px;
	font-size:small;
	text-align:left;
	width: 80%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
	color: #FFF;
	background-image: url(../images/sfuma_news.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	opacity:0.8; 
}
p.news:first-line { font-size: large;}
p.news a { font-weight:normal; color:#FFF; text-decoration: underline}


/*- Menu Tabs--------------------------- */ 

    #tabs {
	margin-top:-3px;
	float:left;
	width:100%;
	font-size:93%;
	line-height:28px;
      }
    #tabs ul {
	margin:0;
	padding:6px 0px 0px 0px;
	list-style:none;
      }
    #tabs li {
	display:inline;
	margin:0px;
	padding:0px;
      }
    #tabs a {
	font-weight:normal;
	float:left;
	background-image:url(../images/Sfondo-tab-left.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	margin:0;
	padding:0;
	text-decoration:none;
	border-right-style: dashed;
	border-right-width:thin;
	border-color:#FFFFFF;
      }
    #tabs a span {
	float:left;
	display:block;
	background-image:url(../images/Sfondo-tab-right.jpg);
	background-position: right top;
	padding:0px 62px 0px 39px;
	color:#003366;
      }

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFF;
      }
    #tabs a:hover {
/*      background-position:0% -42px; */
      background-position:0% -5px;
      }
    #tabs a:hover span {
      background-position:100% -30px;
      }  	  
