/* INIZIO CSS GENERALE */
body
{
	background-color: white;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center center;
	color: navy;
/*	font-family: Georgia;*/
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	line-height: normal;
	text-align: justify;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal
}
a
{
	color: red;
	text-decoration: none
}
a:hover
{
	color: AA0000#;
	text-decoration: none
}
a:visited
{
	color: red;
	text-decoration: none
}
a img {
	border: 0;
}
li, ul
{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	list-style-image: none;
}
/* FINE CSS GENERALE */

/* INIZIO BORDI ARROTONDATI */
.css_angoli{
background:url(angoli_arrotondati.png) no-repeat;
height:25px;
}
#topleft{
background-position:top left;
}
#topright{
background-position:top right;
}
#bottomleft{
background-position:bottom left;
}
#bottomright{
background-position:bottom right;
}
.sfondo{
background-color:white;
height:25px;
margin:-25px 25px 0px 25px;
}
.contenuto{
background-color:white;
}
/* FINE BORDI ARROTONDATI */

/* INIZIO CSS MENU */
.css_angoli_rossi{
background:url(angoli_arrotondati_rossi.png) no-repeat;
height:25px;
}
#topleft_red{
background-position:top left;
}
#topright_red{
background-position:top right;
}
#bottomleft_red{
background-position:bottom left;
}
#bottomright_red{
background-position:bottom right;
}
.background_red{
background-color:red;
height:25px;
margin:-25px 25px 0 25px;
}
.contenuto_rosso{
background-color:red;
color:white;
height:500px;
} 
.redbutton
{
	background: url('button.gif');
	color: white;
	font-weight: bold;
	font: bold 12px/22px Georgia;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 200px;
	height:22px
}
.redbutton:hover
{
	background: url('button_over.gif');
	color: white;
}
.redbutton:visited
{
	color: white;
}
.sublink
{
	color: white;
	margin: 0px 25px;
	border-color: white;
	display: block;
	width: 150px;
	text-decoration: none
}
.sublink:hover
{
	color: white;
	background-color: navy;
	text-decoration: none
}
.sublink:visited
{
	color: white;
	text-decoration: none
}
/* FINE CSS MENU */

