body {
	font-family: "Times New Roman", Times, serif;
	margin-left: 2%; 
	margin-right: 2%;
	color: #000000;
	/* border-color:002a8f;
	border-width:2px;
	border-style:Solid; 
	background-image: url(http://www.k100fuegos.org/RESISTENZA/immagini/falcemartello2.jpg);
	background-position:top left; background-attachment:fixed;
	background-repeat:no-repeat; */
	/* background: url(immagini/bg_rosso_bianco_3.jpg) repeat-x top left; */
	background-color: #cc1000;
}

/* Formattazione tag collegamenti */
a:link {
	color: #cc0000;
	text-decoration: none;
	
}
a:visited {
	color: #cc0000;
	text-decoration: none;
	
}
a:active {
	color: #cc0000;
	text-decoration: none;
	
}
a:hover {
	color: #cc0000;
	text-decoration: underline;
}

hr {
	border: 0;
	background-color: #ffd700;
	height: 1px;
	width: 100%;
	text-align: left;
}

/* img#banner { width:100% } */


/* Formattazione tabelle principali */
.tabella1 {
	table-layout: fixed;
	width: 100%;
	border-top:solid #ffd700;
	border-left:solid #ffd700;
	border-right:solid #ffd700;
	background: url(immagini/bg_rosso_bianco_3.jpg) #ffffff repeat-x top left;	
}
.tabella1_td {
	text-align: left;
	vertical-align: top;
	padding: 0.4em;
}

.tabella6 {
	table-layout: fixed;
	width: 100%;
	text-align: left;
	background: url(immagini/p_falce_martello.png) no-repeat top left;
}
.tabella6_td {
	text-align: left;
	padding: 0.4em;
	background: url(immagini/banner_roby.png) repeat center center;
	/*background: url(immagini/falce_martello.png) no-repeat right bottom;*/
}

/* Tabella 2 */
.tabella2 {
	table-layout: fixed;
	width: 100%;
	background: url(immagini/striscia.png)  no-repeat bottom center;
}
.tabella2_td {
	text-align: right;
	padding: 0.4em;
	/* border-bottom:solid #ffd700; */
}

/* Tabella 3 */
.tabella3 {
	table-layout: fixed;
	width: 100%;
	/* border-left:solid #ffd700;
	border-right:solid #ffd700; */
}
.tabella3_td_sx {
	vertical-align: top;
	padding: 0.4em;
	background: url(immagini/striscia_vert.png)  no-repeat right top;
}
.tabella3_td_center {
	width: 60%;
	text-align: left;
	vertical-align: top;
	/* padding: 0.4em; */
	padding-right: 0.8em;
	padding-left: 0.8em;
}
.tabella3_td_dx {
	vertical-align: top;
	padding: 0.4em;
	background: url(immagini/striscia_vert.png)  no-repeat left top;
}

/* Tabella 4 */
.tabella4 {
	table-layout: fixed;
	width: 100%;
	border-left:solid #ffd700;
	border-right:solid #ffd700;
	border-bottom:solid #ffd700;
	background-color: #EEEEEE;
	text-align: center;
}
.tabella4_td {
	background-color: #EEEEEE;
}

.par4 {
	font-size: small;
}

/* Tabella 5 "menu - novità - aggiornamenti" */
.tabella5 {
	table-layout: fixed;
	width: 100%;
	margin: 0;
	padding: 0;
	/* border-top:solid #ffd700;
	border-left:solid #ffd700;
	border-right:solid #ffd700;
	border-bottom:solid #ffd700; */
	background: transparent;
	text-align: center;
}

.tabella5_td {
	text-align: left;
}

/* Formattazione menu - news */
/* body#index{
	font: 88% "Times New Roman", Times, serif;
	margin: 4;
	padding: 4;
	background: #fff;
} */
div#menu{
	font: 88% "Times New Roman", Times, serif;
	/* margin: 4; */
	padding-right: 0.8em;
	padding-left: 0.2em;
	background: transparent;
	text-align: left;
}
#menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li{
	font-size: 1.2em;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a:link, #menu a:visited{
	display: block;
	background: transparent;
	color: #000;
	margin: 0;
	padding: 0.4em 0.4em 0em 0em;
	text-decoration: none;
	/* border: transparent; */
	text-align: left;
}

#menu a:hover, #menu a:focus, #menu a:active{
	/* color: #ffd700; */
	color: #cc0000;
	/* border: transparent; */
	background: url(immagini/stella_menu.gif) no-repeat top right;
}

div#news{
	font: 88% "Times New Roman", Times, serif;
	/* margin: 4; */
	padding-right: 0.8em;
	padding-left: 0.8em;
	background: transparent;
	text-align: left;
}

/* sottomenu */
table#sottomenu {
	/* table-layout: fixed; */
	width: 100%;
	text-align: center;
	/* background: url(immagini/striscia_smenu_vert.png)  repeat-x bottom center; */
	border-bottom:solid thin #d32929;
}
td#sottomenu {
	
}
#sottomenu a:link, #sottomenu a:visited{
	color: #000;
	text-decoration: none;
	
}
#sottomenu a:hover, #sottomenu a:focus, #sottomenu a:active{
	color: #ffd700;
	/* border: transparent; */
}