/* CSS Document */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #FFF;
	background-color: #666666;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image:  url(images/struct/bg_02.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left bottom;
}
body a, a:hover, a visited{
	color: #FC0;
}
img{
	border: 0;
}
h1{
	font-size: 1.3em;
	font-weight: bold;
	color: #FFCC00;
	text-align: center;
}

h2{
	font-size: 1.2em;
	font-weight: bold;
	color: #FFCC00;
}

h3{
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
}

h4{ 
	font-size: 1.1em;
	font-weight: bold;
	color: #FFCC00;
}
h5{ 
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
}
h6{ 
	font-size: 1.0em;
	font-weight: bold;
	color: #FFCC00;
}
/* struttura --------------------------------------*/
/* centrata larghezza fissa */
#scatola {
	width: 750px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	background-color: #1F1F1F;
}
/* testata (logo, fanzine) */
#testa {
	height: 80px;
	margin-top: 0px;
	padding-top: 15px;
	padding-left: 10px;
	text-align: left;
	background-image:  url("images/struct/bg_head_01.jpg");
	background-repeat: repeat-x;
	vertical-align:top;
}
#testa_print {
visibility:hidden;
height:0px;
display:none;
}
/* menu principale laterale */

#menup{
	width:200px;
	float:left;
	font-size: 0.8em;
	padding-left:5px;
	margin-top:0;
}
#menup ul {
	list-style: none;
	padding-left: 0px;
	margin-top: 0px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:bold;
	background:#000;
}
#menup ul li {
	/*	padding:5px 0; */
	margin:2px;
	padding:2px 2px 2px 15px; 
	background:#FFCC00;
	} 
#menup ul li.nascosto { display:none }
#menup ul li a { 
	text-decoration:none;
	color:#CC0000;
	display:block;
}
#menup ul li a:visited { 
	background:transparent;
	color: #CC0000;
	}
#menup ul li a:hover {
	color:#FFF;
	background-color: #CC0000;
}
#menup ul li#voisietequi a { background:#fff;color:#009;padding-bottom:6px }
#menup ul { position:relative;top:1px }

/* menu orizzontale */

#menu {
	height: 30px;
	margin-top: 0px;
	padding-top:5px;
	padding-left:10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:bold;
	font-variant:small-caps;
	background-image:  url("images/struct/bg_menu_01.gif");
	background-repeat: repeat-x;
}
#body {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	padding-left:10px;
	height:100%;
}
#bodyleft{
	width:530px;
	float:left;
}
#bodyright{
	width:200px;
	float:left;
	font-size: 0.8em;
	padding-left:5px;
}
#bodyall{
	width:730px;
	float:left;
}
#bodyright a{
	color: #FFFFFF;
	text-decoration: underline;
}
#branca_LC{
	background-color: #000000;
	color: #FFFF00;	
	}
#branca_LC h2{
	height:20px;
	padding-top:10px;
	padding-left:5px;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	background-image:  url("images/struct/bg_head_LC.jpg");
	background-repeat: repeat-x;
	margin-bottom:0px;
}
#branca_LC_riq{
	border: 1px solid #FFCC00;
	padding:5px;

}
#branca_EG{
	background-color: #000000;
	color: #66CC00;	
}
#branca_EG_riq{
	border: 1px solid #66CC00;
	padding:5px;
}
#branca_EG h2{
	height:20px;
	padding-top:10px;
	padding-left:5px;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	background-image:  url("images/struct/bg_head_EG.jpg");
	background-repeat: repeat-x;
	margin-bottom:0px;
}
#branca_RS{
	background-color: #000000;
	color: #FF0000;	
}
#branca_RS_riq{
	border: 1px solid #FF0000;
	padding:5px;
}

#branca_RS h2{
	height:20px;
	padding-top:10px;
	padding-left:5px;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	background-image:  url("images/struct/bg_head_RS.jpg");
	background-repeat: repeat-x;
	margin-bottom:0px;
}
#footer {
	height: 30px;
	background-image:  url("images/struct/bg_menu_01.gif");
	background-repeat: repeat-x;
	margin-top: 10px;
	clear:both;
}
#footer_C {
	padding-top: 5px;
	text-align: center;
}
#footer_C a, a:hover, a:visited {
	color:#CC0000;
}
.nascosto{
	display:none;
}
#menu ul {
	list-style: none;
	padding-left: 10px;
	margin:0;
	text-align:left;	
}
#menu ul li { 
/*	padding:5px 0; */
	margin:0;
	display:inline;
} 
#menu ul li.nascosto { display:none }
#menu ul li a { 
	text-decoration:none;
	padding:5px 10px 5px 10px; 
	background:transparent;color:#FFCC00;
}
#menu ul li a:visited { 
	background:transparent;
	color:#FFCC00
	}
#menu ul li a:hover {
	color:#000;
	background-color: #FFCC00;
}
#menu ul li#voisietequi a { background:#fff;color:#009;padding-bottom:6px }
#menu ul { position:relative;top:1px }
#LC{
	border: thin dotted #FFCC00;
	padding:3px;
	margin:5px;
}
#LC h2{
	font-size: 1.1em;
	font-weight: bold;
	color: #FFCC00;
}
#EG{
	border: thin dotted #33CC00;
	padding:3px;
	margin:5px;
}
#EG h2{
	font-size: 1.1em;
	font-weight: bold;
	color: #33CC00;
}
#RS{
	border: thin dotted #CC0000;
	padding:3px;
	margin:5px;
}
#RS h2{
	font-size: 1.1em;
	font-weight: bold;
	color: #CC0000;
}#CoCa {

	border: thin dotted #CC0000;
	padding:3px;
	margin:5px;
}
#CoCa h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #CC66FF;
}
textarea, select, input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #333333;
	border: 1px solid #FFCC00;
}
.giallo {
	color: #FFCC00;
}
.rosso {
	color: #FF0000;
}
.verde {
	color: #66CC00;
}
.azzurro {
	color: #3399FF;
}
.centrato {
	text-align: center;
}
.grassetto {
	font-weight: bold;
}
